
@import url('https://fonts.googleapis.com/css2?family=Baloo+Paaji+2:wght@400;500;600;700;800&family=Quicksand:wght@400;500&display=swap');

:root {
    --color-first: #db0500;
    --color-second: #FF6057;
    --color-third: #AC0900;
    --color-forth: #5A0000;
    --block-width: 400px;
    --block-height: 400px;
    --border-width: 1rem;
    --border-radius-outer: 24px;
    --border-radius-inner: calc(var(--border-radius-outer) / 1.5);
    box-sizing: border-box;
 
  }
  
  *,
  *:before,
  *:after {
    box-sizing: inherit;
    margin: 0;
  }
/* width */

html{
    scroll-behavior: smooth;
    overflow-x: hidden;
}
body{
    font-family: sans-serif;
}
#overlayer {
  width:100%;
  height:100%;  
  position:fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  z-index: 20000;
  background:white;
}
.preloader p{
  position: fixed;
  top: 57%;
  left: 50%;
  margin-left: -38px;
  width: 100px;
  height: 90px;
  text-align: center;
  color: #db0500;
  font-size: 20px;
  font-family: 'Baloo Paaji 2', cursive;
  z-index: 200000;
}
.loader {
  display: inline-block;
  width: 64px;
  height: 64px;
  position: absolute;
  z-index: 200000;
  top: 50%;
  left: 50%;
}
.loader-inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  z-index: 200000;
}
@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loader-inner {
  0% {
    height: 0%;
  }
  25% {
    height: 0%;
  }
  50% {
    height: 100%;
  }
  75% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}
@-webkit-keyframes loader-inner {
  0% {
    height: 0%;
  }
  25% {
    height: 0%;
  }
  50% {
    height: 100%;
  }
  75% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}

.ensavoirplusContainer{
  color: black;
  display: flex;
  margin: auto;
  justify-content: center;
  align-items: flex-start;
  text-align: center;
  
  height: 10vh;

  /* position: absolute;
  top: 13800px; */
  /* margin-left: 45%;
  margin-bottom: 0%; */
 
}

.telecharger{
  margin-right: 30px;
  color: white;
  background-color: var(--color-first);
  border-radius: 100px;
  padding: 10px 50px 10px 50px;
  margin-bottom: 15vh;

}
.aEnsavoirplus{
  color: black;
  background-color: white;
  border-radius: 100px;
  padding: 10px 50px 10px 50px;

}
.aEnsavoirplus:visited{
  color: #000;
}

/* ---------composants-----------*/

h2{
  margin-bottom: 16px;
  font-size: 5rem;
  font-family: 'Baloo Paaji 2', cursive;
  line-height: 1;
  color: #db0500;
}

h3{
  font-size: 2.75rem;
  font-weight: 600;
 
  font-family: 'Baloo Paaji 2', cursive;
}
h5{
  font-size: 0.8rem;
  font-family: 'Baloo Paaji 2', cursive;
}

h4{
  font-size: 1.1rem;
  font-family: 'Baloo Paaji 2', cursive;
}
h6{
  font-size: 1.6rem;
  font-family: 'Baloo Paaji 2', cursive;
  margin-top: 20px;
}
a{
  font-weight: 700;
  text-decoration: none;
  font-family: 'Quicksand', sans-serif; 
  font-size: 1.5rem;
}

p{
  font-size: 1.3rem;
  font-family: 'Quicksand', sans-serif; 
  font-weight: 500;
}

.column1{
  width: 18%;
}
.column2{
  width: 41%;
  display: flex;
  justify-content: center;  
  flex-direction: column;
  padding-right: 5%;
}

#menu{
  font-size: 0px;
  position: absolute;
  top: -1000px;
}
#menu-toggle{
  position: absolute;
  top: -1000px;
}
li.navbutton{
  color: white;
}
li.navbutton:visited{
  color: white;
}
#trigger{
  opacity: 0;
}
/*-----------intro-----------*/


.intro{
    height: 100vh;
}

.intro video{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.intro h1{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 80px;
}


section h1{
    padding-top: 300px;
    text-align: center;
    font-size: 80px;
}


.logo{
    width: 100px;
    display: block;
    margin-bottom: 10px;
    z-index: 50;
} 
.logo2{
  width: 50px;
  display: block;
  margin-bottom: 100px;
  z-index: 50;
  display: flex;
  position:relative;
  margin-left:auto;
  margin-right:auto;
} 



/* ----------bookmark --------------*/


.bookmark{
    display: flex;
    flex-direction: column;
    position: fixed;
    align-items: center;
    bottom: 0;
    left: 2.3%;
    background-color: white;
    /* border: #db0500 5px solid; */
    -webkit-box-shadow: 0px 4px 15px 0px rgba(0,0,0,0.1); 
    box-shadow: 0px 4px 15px 0px rgba(0,0,0,0.1);
    border-bottom: white;
    padding: 16px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    color: #000;
    font-weight: 700;
    width: 10%;
    z-index: 100;
}
.bookmark img{
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    margin-bottom: 7%;
}
/* .rotate{
  transform: rotate(90deg);
} */
.containButton img{
    justify-content: center;
    align-items: center;
}




/*---------------nav bar------------------*/

.logo{
    position: fixed;
    width: 30px;
    left: 0;
    top: 0;
    margin-left: 60px;
    margin-top:36px;
    z-index: 300;
   
}
.tabbar{
    padding: 10px 20px 10px 20px;
    margin-top: 30px;
    top: 0;

    background-color: rgba(255, 255, 255, 0.950);
    position: fixed;
   
    display: flex;
    flex-direction: column;
 
    align-items: center;
    justify-content: center;

    z-index: 110;
    
    list-style: none;
    
    -webkit-box-shadow: 0px 4px 15px 0px rgba(0,0,0,0.1); 
    box-shadow: 0px 4px 15px 0px rgba(0,0,0,0.1);

    border-radius: 100px;
   

    
  
}

.space{
    margin-left: 20px;
    margin-right: 20px;
}

nav ul li a {
    color: #000;
    font-size: 1rem;
    font-family: 'Baloo Paaji 2', cursive;
}
nav ul{
    display: flex;
    flex-direction: row;
    list-style: none;
    padding-inline-start: 0;

}
nav ul li a,
nav ul li a:after,
nav ul li a:before {
  transition: all .5s;
}
nav ul li a:hover {
  color: #db0500;
}

.linktabbar:link{
  text-decoration: none;
}  
.linktabbar:visited {
  text-decoration: none;
 
}

.linktabbar:hover {
  text-decoration: none;
}

.linktabbar:active {
  text-decoration: none;
}




/*-------------- animation hoover nav ------------------ */





nav.stroke{
    align-items: center;
    justify-content: center;
    display: flex;
}


nav.stroke ul li a,
nav.fill ul li a {
  position: relative;
  
}
nav.stroke ul li a:after,
nav.fill ul li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: #db0500;
  height: 3px;
  border-radius: 100px;

}
nav.stroke ul li a:hover:after {
  width: 30%;
  
}

nav.fill ul li a {
  transition: all 2s;
}

nav.fill ul li a:after {
  text-align: left;
  content: '.';
  margin: 0;
  opacity: 0;
}
nav.fill ul li a:hover {
  color: #db0500;
  z-index: 1;
}
nav.fill ul li a:hover:after {
  z-index: -10;
  animation: fill 1s forwards;
  -webkit-animation: fill 1s forwards;
  -moz-animation: fill 1s forwards;
  opacity: 1;
}




/* ------------------- texte présentation ----------------------*/

.presentation{
   margin-top: 10vh;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.image1{
    transform: translate(-200px);
    margin-left: -50px;
}

.text_pres{
    width: 50vw;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-right: 60px;
   
}

.Main_pres{
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    margin-top: 100px;
}
.containButton{
   align-items: center;
    width: 20%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 120;
    margin-top: 30px;
    margin-right: 24px;
    display: flex;
}
.containButton2{

  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 120;
  margin-top: 30px;
  margin-right: 24px;
  display: flex;
}
.boutonStore{
    margin: 0 0 0 0;
    height: 45px;
  
}
.boutonStore2{
  margin: 0 0 0 0;
 height: 45px;
  margin-right: auto;
  margin-left: auto;
}
.textDownload{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 40%;
}

.space2{
    margin-left: 5px;
}

.circle1{
  
    z-index: 0;
    margin-right: auto;
}

/* Grille téléphone */
.mainContain{
    display: flex;
    flex-direction: row;

}




.imagesTel{
    height: 700px;
}


/*--------------message-----------*/


.message{
  height:80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
}

.message .column1{
  display: flex;
  width: 18%;
}

.message .column1 img{
  transform: translate(-300px);
  opacity: 1;
  border-radius: 600px;
  width: 700px;
  height: 700px;
  z-index: 30;

}
.message .column2{
  display: flex;
  width: 41%;
  height: 100%;
  justify-content: center;
  opacity: 100%;
  z-index: 31;

 
  
  
}

.message .column3{
  display: flex;
  width: 41%;
  height: 100%;
  color: black;
  align-items: center;
  justify-content: center;
  opacity: 100%;
  padding-right: 10%;
 
}

.message .column2 h2{
  color: rgb(17, 186, 17);
  line-height: 80px;
 
}
.h2_center{
  margin-bottom: 16px;
  font-size: 3rem;
  font-family: 'Baloo Paaji 2', cursive;
  line-height: 105%;
  color: black;
  max-width: 40vw;
}

/*------------footer---------- */


.footer{
  width: 45%;
  margin-right: 0;
  margin-left: auto;
  height: 8vh;
  background-color: black;
  color: white;
  display: flex;
  position: relative;
  align-items: center;
  justify-content:space-around ;
  padding: 16px;
  font-size: 1rem;
  border-radius: 16px 0 0 0;
  

  
}

.footer .copyright{
  font-size: 0.8rem;
}
.footer a p{
  text-decoration: none;
  font-family: 'Quicksand', sans-serif; 
  font-size: 0.8rem;
  margin-right: 16px;
}

.footer a:link {
  color: white;
}

.footer a:visited {
  color: white;
}

.footer a:hover {
  color: #db0500;
}


/* Conditions générales d'utilisation */



.ContainCGU{
    margin-left: 20%;
    margin-right: 20%;
    margin-top: 5%;
    display: flex;
    flex-direction: column;
    text-align: left;
}
.ContainCGU H1{
    margin-bottom: 24px;
}
.Undertext{
    font-size: 1rem;
    font-style: italic;
    margin-bottom: 32px;
    margin-top: 16px;
}
.main{
    background-color: white;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding-bottom: 100px;
    padding-top: 100px;
}
.soustitre p{
    margin-bottom: 8px;
}
.soustitre{
  margin-bottom: 24px;
}



  /*confirmation page*/
  .middle{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    justify-items: center;
    text-align: center;
    width: 100vw;
    height: 100vh;
  }
  .containTitle{
    width: 50%;
  }
  .containTitle h2{
    font-size: 4rem;
  }
  .boutton{
    background-color: #db0500;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 30px;
    margin-top: 24px;
  }
  .boutton p{
    color: white;
  }
 
  .containWelcome{
    height: 100vh;
    width: 100vw;
    position: absolute;
    top: 0%;
    z-index: -10;
  }

  /*------------------------------------------------------------------------------------------------------------------------------------------*/



  @media only screen and (min-device-width : 768px) and (max-device-width : 1024px)
/* and (orientation : portrait)  */
{
  .presentation{
    min-width: 50%;
    margin-top: 50px;
  
    margin: 0px;

  }
  body{
    max-height: 100vh;
  }
  
  
  .welcome{
    margin:  auto 0 0 0;
    justify-content: space-between;
    padding: 40px 40px 70px 40px; 
    background-color: white;
    filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.400));
    display: flex;
    position: relative;
    flex-direction: column;
    border-radius: 30px 30px 0 0;
    z-index: 10;

  }

  .containWelcome{
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0%;
    z-index: 10;
    display: flex;
  }
  .welcome h2{
    font-family: 'Baloo Paaji 2', cursive;
    color: #db0500;
    font-size: 2rem;
    font-weight: 700;
    line-height: 28px;
    
  }
  .welcome p{
    font-family: 'Baloo Paaji 2', cursive;
    color: #db0500;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 25px;
    
  }
  .welcome div{
    display: flex;
    margin-top: 40px;
  
    flex-direction: column;
    align-items: center;
    width: auto;
  }
  .welcome :nth-child(2){
    font-family: 'Quicksand', sans-serif; 
    font-size: 1rem;
    color: #000;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 0;

  }
  .boutonStore{
    margin: 0 0 0 0;
    height: 45px;
    width: auto;
 
  }
  /* .boutonStore2{
    margin: 0 0 0 0;
    width: 60%;
    margin-right: auto;
    margin-left: auto;
  } */
  .containButton{
    width: 100vw;
    margin: 0 auto 0 auto;
    display: flex;
    z-index:100;
    position: absolute;
 
    top: 100px;
    align-items: center;
    justify-content: center;
}
.containButton2{
  width: 100vw;
  margin: 100px auto 0 auto;
  display: flex;
  z-index:100;
  position: relative;
  

  align-items: center;
  justify-content: center;
}


  .intro{
    width: 0px;
    height: 0px;
    opacity: 0;
    z-index: 0;
  }
  h2{
    font-size: 3.5rem;
  }
  /* Site avec présentation */
  .mainContain{
    min-width: 100%;
    margin: 0px;
  }
  .image1{
    transform: translateX(-100px);
    height: 60%;
  }

  .imagesTel{
    height: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .text_pres{
    min-width: 50%;
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 0px;
    padding-right: 70px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-right: 0px;
  }
  .text_pres h2{
    width: 100%;
  }

  .column1{
    width: 10%;
  }
  .column2{
  
    width: 100%;
  }
  .column2 p{
    max-width: 100%;
  }
  .column3{
    width: 45%;
  }
  
  /*foooooooooooooter*/
   .footer{
    width: 85%;

  } 
  /* ----------bookmark --------------*/
  .bookmark{
    width: 0%;
    opacity: 0;
  }
  .bookmark img{
    height: 0%;
    width:0%;
  }
  .containTitle h2{
    font-size: 3rem;
    line-height: 40px;
  }
  #trigger{
    opacity: 100;
  }

  .slide-top {
    -webkit-animation: slide-top 6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
            animation: slide-top 6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  }
@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  98% {
    -webkit-transform: translateY(-105px);
            transform: translateY(-105px);
  }

  100% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}
@keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  98% {
    -webkit-transform: translateY(-105px);
            transform: translateY(-105px);
  }

  100% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
    }
}

  .slide-in-right {
    -webkit-animation: slide-in-right 6s cubic-bezier(6.250, 6.460, 6.450, 6.940) both;
            animation: slide-in-right 6s cubic-bezier(6.250, 6.460, 6.450, 6.940) both;
  }
  
  @-webkit-keyframes slide-in-right {
    0% {
      -webkit-transform: translateX(1000px);
              transform: translateX(1000px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
  }
  @keyframes slide-in-right {
    0% {
      -webkit-transform: translateX(1000px);
              transform: translateX(1000px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
  }
  }
/*------------------------------------------------------------------------------------------------------------------------------------------*/

  @media screen and (max-width:768px)
{

  body{

    z-index: -10;
    height: 100vh;
  }

  .scrollmagic-pin-spacer{
    padding-bottom: 0;
  }
  #overlayer {
    width:100vw;
    height:100vh;  
    position:fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
    z-index: 20000;
    background:white;
  }
  .preloader p{
    position: absolute;
    top: 47vh;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 100px;
    height: 90px;
    text-align: center;
    color: #db0500;
    font-size: 20px;
    font-family: 'Baloo Paaji 2', cursive;
    z-index: 200000;
  }
  .loader {
    display: inline-block;
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 200000;
    border: 4px solid #db0500;
    top: 40vh;
    /* left: 50vw; */
    margin-left: auto;
    margin-right: auto;
    right: 0;
    left: 0;
    transform: translatey(-100px);
    animation: loader 2s infinite ease;
    border-radius: 10px;
  }
  .loader-inner {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    z-index: 200000;
    background-color: #db0500;
    animation: loader-inner 2s infinite ease-in;
  }
  

  .welcome{
    margin:  auto 0 0 0;
    justify-content: space-between;
    padding: 40px 40px 70px 40px; 
    background-color: white;
    filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.400));
    display: flex;
    position: relative;
    flex-direction: column;
    border-radius: 30px 30px 0 0;
    z-index: 10;

  }

  .containWelcome{
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0%;
    z-index: 10;
    display: flex;
  }
  .welcome h2{
    font-family: 'Baloo Paaji 2', cursive;
    color: #db0500;
    font-size: 2rem;
    font-weight: 700;
    line-height: 28px;
    
  }
  .welcome p{
    font-family: 'Baloo Paaji 2', cursive;
    color: #db0500;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 25px;
    
  }
  .welcome div{
    display: flex;
    margin-top: 56px;
  
    flex-direction: column;
    align-items: center;
    width: auto;
  }
  .welcome :nth-child(2){
    font-family: 'Quicksand', sans-serif; 
    font-size: 1rem;
    color: #000;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 0;

  }
  .boutonStore{
    margin: 0 0 0 0;
    height: 45px;
    width: auto;
 
  }
  /* .boutonStore2{
    margin: 0 0 0 0;
    width: 60%;
    margin-right: auto;
    margin-left: auto;
  } */
  .containButton{
    width: 100vw;
    margin: 0 auto 0 auto;
    display: flex;
    z-index:100;
    position: absolute;
 
    top: 100px;
    align-items: center;
    justify-content: center;
}
.containButton2{
  width: 100vw;
  margin: 30px auto 0 auto;
  display: flex;
  z-index:100;
  position: relative;
  

  align-items: center;
  justify-content: center;
}

  header{
    display: block;
    height: 150px;
   
  }

  .slide-in-right {
    -webkit-animation: slide-in-right 4s cubic-bezier(0.450, 0.460, 0.750, 0.940) both;
            animation: slide-in-right 4s cubic-bezier(0.450, 0.460, 0.750, 0.940) both;
  }

  @-webkit-keyframes slide-in-right {
    0% {
      -webkit-transform: translateX(1000px);
              transform: translateX(1000px);
      opacity: 1;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
  }
  @keyframes slide-in-right {
    0% {
      -webkit-transform: translateX(1000px);
              transform: translateX(1000px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
  }

  /*---------------nav bar------------------*/

.containLogo{
 

  width: 100vw;
  position: fixed;
  top: 0;
  z-index: 100;
  text-align: center;
  
}

.logo{

  width: 30px;
  text-align: center;
  display: flex;
  position:relative;
  margin-left:auto;
  margin-right:auto;
  margin-top: 24px;
  /* margin: auto 10 auto auto; */
}
.logo2{

  width: 30px;
  text-align: center;
  display: flex;
  position:relative;
  margin-left:auto;
  margin-right:auto;
  margin-top: 0px;
  margin-bottom: 32px;
  /* margin: auto 10 auto auto; */
}
h6{
  line-height: 1.6rem;
  margin-bottom: 8px;
}
.tabbar{
  margin-left: 30%;
  margin-right: 0%;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0%);
  opacity: 0%;
}
.space{
  margin-left: auto;
  margin-right: 30px;
}

nav ul li a {
  color: #000;
  font-size: 0rem;
  font-family: 'Baloo Paaji 2', cursive;
}
nav ul{
  display: flex;
  flex-direction: row;
  list-style: none;
  padding-inline-start: 0;

}
nav ul li a,
nav ul li a:after,
nav ul li a:before {
transition: all .5s;
}

nav ul li a:link {
  color: white;
}

nav ul li a:visited {
  color: white;
}

nav ul li a:hover {
color: #db0500;
}

.linktabbar:link{
text-decoration: none;
}  
.linktabbar:visited {
text-decoration: none;

}

.linktabbar:hover {
text-decoration: none;
}

.linktabbar:active {
text-decoration: none;
}
/*-------------------------------------------*/
  .intro{
    width: 0px;
    height: 0px;
    opacity: 0;
    z-index: 0;
  }
  .presentation{
    margin-top: 0;
    width: 100vw;

  }
  
  /* .scrollmagic-pin-spacer{
    min-height: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  } */

/*général*/

  h2{
    font-size: 3rem;
    line-height: 0.8;
  }
  div{
    display: flex;
  }

/*intro*/
  .image1{
    height: 400px;
    width: 400px;
  }

  .text_pres{
    width: 100%;
  
    padding-bottom: 70px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    justify-content: center;
    flex-direction: column;
  
  }
  .text_pres{
    margin-right: 0%;
  }
  .Main_pres{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 0px;
    align-items: center;
  }

/* Site avec présentation */

  .imagesTel{
    height: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .mainContain{
    display: flex;
    flex-direction: column;
    width: 100vw;
  }
  .mainContain#home{
    display: flex;
    flex-direction: column-reverse;
    width: 100vw;
  }
  .column2{
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 40px;
    padding-right: 40px;
    width: 100%;
    
  }
  .column3{
    width: 100%;

    display: flex;
  }
  .column2 p{
    max-width: fit-content;
  }
  


/*message kulty engagé*/

  .message{
    display: flex;
    flex-direction: column;
    margin-top: 23vh;
    width: 100vw;

  }
  .message .column1 img{
    height: 0px;
    width: 0px;
    opacity: 0;
  }
  .message .column2{
    width: 100%;
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .message .column3{
    width: 100%;
    padding-top: 0px;
    padding-bottom: 70px;
    padding-left: 40px;
    padding-right: 40px;
  }



  /* ----------bookmark --------------*/


  .bookmark{
    width: 0%;
    opacity: 0;
  }
  .bookmark img{
    height: 0%;
    width:0%;
  }

  /* ------------footer----------*/


  .footer{
    width: 100%;
    margin-right: 0;
    margin-left: auto;
    height: 16vh;
    background-color: black;
    color: white;
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
    justify-content:space-around ;
    padding: 16px;
    font-size: 1rem;
    border-radius: 16px 0 0 0;

  }

  .footer .copyright{
    font-size: 0.8rem;
  }
  .footer a p{
    text-decoration: none;
    font-family: 'Quicksand', sans-serif; 
    font-size: 0.8rem;
    margin-right: 16px;
  }

  .footer a:link {
    color: white;
  }

  .footer a:visited {
    color: white;
  }

  .footer a:hover {
    color: #db0500;
  } */
  .pictoRS{
    flex-direction: row;
  }
  .lien_media{
    color: #000;
    font-size: 1.5rem;
  }
  .lien_media:link{
    color: #000 !important;
  }

  .containTitle h2{
    font-size: 2rem;
    line-height: 30px;
  }
  .boutton{
    background-color: #db0500;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 30px;
    margin-top: 16px;
  }
  .boutton p{
    color: white;
    font-size: 1rem;
  }
  
  /* ------------------------anime Rainbow-------------------------- */
  .rainbow span {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    transform: translate(-50%, -50%);
  }
  .rainbow span:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 100%;
  }
  .c-subscribe-box__wrapper h2{
    font-size: 2rem;
    line-height: 24px;
    color: var(--color-third);}

  /* Conditions générales d'utilisation */
  .ContainCGU{
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 5%;
    display: flex;
    flex-direction: column;
    text-align: left;
  }
  .ContainCGU H2{
    margin-bottom: 0px;
    font-size: 2rem;
  }
  .ContainCGU p{
    margin-bottom: 16px;
    font-size: 1rem;
  }
  .Undertext{
    font-size: 0.75rem !important;
    font-style: italic;
    margin-bottom: 32px;
    margin-top: 16px;
  }
  .soustitre p{
    margin-bottom: 8px;
  }
  .soustitre{
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
    }
  .main{
    background-color: white;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding-bottom: 100px;
    padding-top: 100px;
  }
  li, .navbutton {
    margin: 50px 0 -55px 0;
    color: white;
    font-family: 'Baloo Paaji 2', cursive;
    font-weight: 600;
    line-height: 1.8;
    font-size: 3rem;
    text-decoration: none;
    text-transform: none;
    list-style: none;
    outline: 0;
    display: none;
}
.navbutton:visited{
  color: white;
}
li {
    width: 400px;
    text-indent: 56px;
  }
  a:link {
    color: white !important;
  }
  
  a:visited {
    color: white;
  }
  @keyframes checked-anim {
    50% {
        width: 3000px;
        height: 3000px;
    }
    100% {
        width: 100%;
        height: 100%;
        border-radius: 0;
    }
  }
  @keyframes not-checked-anim {
    0% {
        width: 3000px;
        height: 3000px;
    }
  }
  #trigger, #burger{
    position: fixed;
    top: 25px;
    left: 25px;
    width: 30px;
    height: 5px;
    transition: .2s ease;
    cursor: pointer;
    z-index: 101;
  }
  #trigger {
    height: 30px;
    background: none;
    opacity: 100;
  }
  #menu {
    position: fixed;
    top: 0; left: 0;
    margin: 0; padding: 0;
    width: 110px;
    height: 110px;
    background-color: #db0500;
    border-bottom-right-radius: 100%;
    box-shadow: 0 2px 5px rgba(0,0,0,0.26);
    animation: not-checked-anim .2s both;
    transition: .2s;
    z-index: 100;
  }

  #menu-toggle:checked + #trigger + #burger + #menu {
    animation: checked-anim 1s ease both;
  }
  #menu-toggle:checked + #trigger ~ #menu > li, .navbutton {
    display: block;
  }
  [type="checkbox"]:not(:checked), [type="checkbox"]:checked {
    display: none;
  }


}




