@import url('https://fonts.googleapis.com/css2?family=Luckiest+Guy&family=Roboto:ital,wght@0,900;1,400&display=swap');
/* Variables */
body {
  margin: 0;
  font-size: 1.2em;
  font-family: arial;
  background-color: #e7f3f9;
 
}

#haut {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
  font-size: 14px;
  }
  
  #haut:hover {
  background-color: #ddd;
  }
  
  .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #1894cc;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 40px;
    text-align:center;
  }
  
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  
  }
  
  .sidenav a:hover{
    color: #f1f1f1;
  }
  
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  .site-slogan{
    background: #1894cc;
    color: whitesmoke;
    box-shadow: 0px 5px 10px 0px #aaa;
  }
  .open{
    font-size: 30px;
    cursor: pointer;
  }
  .open:hover{
    color: #076690;
  }
  .logo{
    /* font-family: 'Luckiest Guy', cursive; */
    width: 2.75em; 
    height: 2.75em;
  }
  .titre1{
   color: #1894cc;
  }
  
  .titre{
    font-family: 'Luckiest Guy', cursive;
    font-size: 1.8em;
   
  }
  
  .header_titre_sect1{
    font-family: 'Roboto', sans-serif;
    font-size: 1.6em;
    margin-top: 20%;
  }
  .lemenu{
    position:  absolute;
    z-index: 5000;
  }
  .light-mode {
    --navbar-color: #222;
    --navbar-bg-color: #F0F0F0;  
  }
  .dark-mode {
    --navbar-color: #FFF;
    --navbar-bg-color: #1894cc; 
     z-index: 1000; 
  }*/
  
/* Reset */
* {
  box-sizing: border-box; 
  outline: none;
  margin: 0;
  padding: 0;
}
ul {
  list-style: none;
}


/* Basic style*/ 

/*body {
  margin: 0;
  font-size: 1.2rem;
  font-family: arial;
  background-color: #e7f3f9;
  overflow-x: hidden;
}*/
.couleur {
  background-color: #e7f3f9;
}
footer{
  background: #1894cc; 
  font-size: 1em;
  width: 100%;
  text-align: center;
  padding: 10px 0px;
  position: relative;
  bottom: 0; 
  
}
.sectavfooter{
  background: #076690; 
  font-size: 1.07em;
}

@media screen and  (min-width:360px) and (max-width:375px) {
  .sidenav {
    padding-top: 10px;
  }
  .sidenav a {
    font-size: 18px;
  }
  .logo{
    /* font-family: 'Luckiest Guy', cursive; */
    width: 1.em; 
    height: 1.em;
  }
  .sectavfooter{
    background: #076690; 
    font-size: 0.9em;
  }
  .sectavfooter h2{
    font-size: 0.5em;
  }
}
@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 10px;
  }
  .sidenav a {
    font-size: 18px;
  }
  .logo{
    /* font-family: 'Luckiest Guy', cursive; */
    width: 1.30em; 
    height: 1.30em;
  }
  .sectavfooter{
    background: #076690; 
    font-size: 0.9em;
  }
  .sectavfooter h2{
    font-size: 0.6em;
  }
}

@media screen and (max-width:767.98px) {
  
  body{
    font-size: 1em; 
  }
  #haut {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: red;
    color: white;
    cursor: pointer;
    padding: 8px;
    border-radius: 10px;
    font-size: 0.8em;
    }
    
    #haut:hover {
    background-color: #ddd;
    }
    
    .logo{
      /* font-family: 'Luckiest Guy', cursive; */
      width: 2.em; 
      height: 2.em;
    }
     .container{
      width: 100%;
     }
     .site-slogan{
      background: #1894cc;
      color: whitesmoke;
      box-shadow: 0px 5px 10px 0px #aaa;
    }
    .open{
      margin-left: 8px;
      font-size: 30px;
      cursor: pointer;
    }
    
    .open:hover{
      color: #076690;
    }
  
    .titre1{
     color: #1894cc;
    }
    .titre{
      font-family: 'Luckiest Guy', cursive;
      font-size: 1.5em;
     
    }
    
    .text_sect2 {
      background: #1894cc;
    }
    
    .text_sect3 p{
    
      background: whitesmoke;
    }
    
    .anim_text h1{
      font-size: 1.1em;
      
    }
    .anim_text {
      animation-duration: 2s;
      animation-name: slidein;
    }
    
    @keyframes slidein {
      from {
        margin-left: 100%;
        width: 300%;
      }
    
      to {
        margin-left: 0%;
        width: 100%;
      }
      75% {
      font-size: 300%;
      margin-left: 25%;
      width: 160%;
    }
    }
    .section_presentation h1{
      font-size: 1.2em;
    }
     
     p{
      font-size: 1em;
     } 
     .w-container p{
      font-size: 1em;
     }
    .img-activite{
      height: 300px;
    }
    .sect_carousel{
      height: 300px;
    }
    .icone{
      width: 4em;
      height: 4em;
    }
    .news{
      filter: brightness(70%);
      min-height: 200px;
    }
    .sectavfooter{
      background: #076690; 
      font-size: 1.07em;
    }
    .sectavfooter h2{ 
      font-size: 1em;
    
    }
    footer{
      background: #1894cc; 
      font-size: 1em;
      width: 100%;
      text-align: center;
      padding: 10px 0px;
      position: relative;
      bottom: 0; 
      
    }
  }
    
    /* @media screen and (max-height: 450px) {
      .sidenav {
        padding-top: 15px;
      }
      .sidenav a {
        font-size: 18px;
      }
      
    } */
    
    @media screen and  (min-device-width:768px) and (max-device-width:1024px) {
      body{
        font-size: 1em;
      } 
    
    .videoModule{
      width: 400px;
    }
    .open{
      margin-left: 8px;
      font-size: 30px;
      cursor: pointer;
    }
    .open:hover{
      color: #076690;
    }
    .site-slogan{
      background: #1894cc;
      color: whitesmoke;
      box-shadow: 0px 5px 10px 0px #aaa;
    }
    .logo{
      /* font-family: 'Luckiest Guy', cursive; */
      width: 2.5em; 
      height: 2.5em;
    }
    .titre1{
     color: #1894cc;
    }
    .titre{
      font-family: 'Luckiest Guy', cursive;
      font-size: 1.5em;
     
    }
    #haut {
      display: none;
      position: fixed;
      bottom: 20px;
      right: 30px;
      z-index: 99;
      border: none;
      outline: none;
      background-color: red;
      color: white;
      cursor: pointer;
      padding: 10px;
      border-radius: 10px;
      font-size: 0.9em;
      }
      #haut:hover {
      background-color: #ddd;
      }
      
      .text_sect2 {
        font-size: 1.1em;
        background: #1894cc;
      }
      
      .text_sect3 p{
       
        background: whitesmoke;
      }
      
      .anim_text h1{
        font-size: 1.3em;
       
      }
      
      h2{
        font-size: 1.1em;
      }
       p{
        font-size: 1em;
       }
      .w-container p{
        font-size: 1em;
       }
      .img-activite{
        height: 300px;
      }
      .sect_carousel{
        height: 300px;
      }
      .icone{
        width: 4em;
        height: 4em;
      }
      .news{
        filter: brightness(70%);
        min-height: 200px;
      }
      .sectavfooter{
        background: #076690; 
        font-size: 1.07em;
      
      }
      
      footer{
        background: #1894cc; 
        font-size: 1em;
        width: 100%;
        text-align: center;
        padding: 10px 0px;
        position: relative;
        bottom: 0; 
        
      }
      }
      
      
    

/*
.main-content {
  padding:1rem;
}*/

/* Navbar 
.navbar {  
  display: flex;
  align-items: center; 
  justify-content: center;   
  font-size: 1.7rem;
  background: var(--navbar-bg-color);
  color: var(--navbar-color);
  padding: 20px;
  font-weight: bold;
}

.navbar_links { 
  display: flex;  
}
.navbar_link { 
  padding: 0 10px;
  font-size: 1.7rem;
}
.navbar_link > a { 
  color: var(--navbar-color);
  text-decoration: none;
}
.burger {
  display: none;
}
*/
/*@media screen and (max-width:320.98px) {
   html{
    font-size: 0.8rem;
   }
  .lelogo{
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
  }
   .container{
  max-width: 320px;
  min-width:280px;
  }
  .navbar_link > a::after {
    display: block;
    content:"";
    width: 0;
    height: 1px;
    background: var(--navbar-color);
    transition: width .4s;
  }
  .navbar_link:hover > a::after {
    width: 100%;

  }

  .navbar_links { 
    display: flex;
    flex-direction: column;
    height: calc(100vh - 65px); 
    position: absolute;
    top: 65px;
    left: 0%;       
    background: var(--navbar-bg-color);     
    transform: translateX(100%);
    transition: all 0.5s ease-in-out;
    overflow-y: auto; 
  }
  .show-nav .navbar_links { 
    width: 100vw;    
    transform: translateX(0);
  } 
  .navbar_link {    
    transform: translateX(101%);
    transition: all 0.5s ease-in-out;
  }
  
  .show-nav .navbar_link  {        
    transform: translateX(0);   

  }   
  .navbar_link > a {
    display: block;
    padding: 23px;
    font-size: 1.3rem;
    color: var(--navbar-color);  
    transition: all .4s ease-in-out;
  }
  .navbar_link > a:hover {
    padding-left: 20px;
    letter-spacing: 5px;
  }
  */
  
  /* Toggle menu 
  .burger {
    display: block;
    position: relative;
    padding: 0;
    width: 45px;
    height: 45px;
    border: none;
    background: transparent;
    cursor: pointer;
  }
  .bar {
    display: block;    
    width: 45px;
    height: 4px;  
    border-radius: 3px;
    background: var(--navbar-color); 
    transition: all 0.5s ease-in-out;   
  }
  .bar::before, .bar::after {
    content:"";
    width: 45px;
    height: 4px;
    position: absolute; 
    left: 0;  
    background: var(--navbar-color); 
    border-radius: 3px;    
    transition: all 0.5s ease-in-out;
  }
  .bar::before {
    transform: translateY(-12px)
  }
  .bar::after {
    transform: translateY(12px)
  }
  .show-nav .bar {
    width: 0;
    background: transparent;    
  }
  .show-nav .bar::before {
    transform: rotate(45deg);
  }
  .show-nav .bar::after {
    transform: rotate(-45deg);
  }
  
  /* Bonus - Animations 
  .show-nav .first {      
    transition: all 1s ease-out;
  } 
  .show-nav .second {      
    transition: all 1.1s ease-out;
  } 
  .show-nav .third {      
    transition: all 1.2s ease-out;
  } 
  .show-nav .four {      
    transition: all 1.3s ease-out;
  } 
  .show-nav .fifth {      
    transition: all 1.4s ease-out;
  }
  
}
*/
/*@media screen and (orientation :portrait) and (min-width:321px) {
  html{
    font-size: 0.8rem;
  }
   
.container{
   min-width: 315px;
  }
 .logo{
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
  }
  .navbar_link > a::after {
    display: block;
    content:"";
    width: 0;
    height: 1px;
    background: var(--navbar-color);
    transition: width .4s;
  }
  .navbar_link:hover > a::after {
    width: 100%;

  }
  .navbar_links { 
    display: flex;
    flex-direction: column;
    height: calc(100vh - 65px);  
    position: absolute;
    top: 65px;
    left: 0;      
    background: var(--navbar-bg-color);     
    transform: translateX(100%);
    transition: all 0.5s ease-in-out;
    overflow-y: auto; 
  }
  .show-nav .navbar_links { 
    width: 100vw;    
    transform: translateX(0);
  } 
  .navbar_link {    
    transform: translateX(101%);
    transition: all 0.5s ease-in-out;
  }
  
  .show-nav .navbar_link  {        
    transform: translateX(0);   

  }   
  .navbar_link > a {
    display: block;
    padding: 23px;
    font-size: 1.3rem;
    color: var(--navbar-color);  
    transition: all 0.4s ease-in-out;
  }
  .navbar_link > a:hover {
    padding-left: 20px;
    letter-spacing: 5px;
  }
  
  
  /* Toggle menu 
  .burger {
    display: block;
    position: relative;
    padding: 0;
    width: 45px;
    height: 45px;
    border: none;
    background: transparent;
    cursor: pointer;
  }
  .bar {
    display: block;    
    width: 45px;
    height: 4px;  
    border-radius: 3px;
    background: var(--navbar-color); 
    transition: all .5s ease-in-out;   
  }
 .bar::before, .bar::after {
    content:"";
    width: 45px;
    height: 4px;
    position: absolute; 
    left: 0;  
    background: var(--navbar-color); 
    border-radius: 3px;    
    transition: all 0.5s ease-in-out;
  }
  .bar::before {
    transform: translateY(-12px)
  }
  .bar::after {
    transform: translateY(12px)
  }
  .show-nav .bar {
    width: 0;
    background: transparent;    
  }
  .show-nav .bar::before {
    transform: rotate(45deg);
  }
  .show-nav .bar::after {
    transform: rotate(-45deg);
  }
  
  /* Bonus - Animations 
  .show-nav .first {      
    transition: all 1s ease-out;
  } 
  .show-nav .second {      
    transition: all 1.1s ease-out;
  } 
  .show-nav .third {      
    transition: all 1.2s ease-out;
  } 
  .show-nav .four {      
    transition: all 1.3s ease-out;
  } 
  .show-nav .fifth {      
    transition: all 1.4s ease-out;
  }
  
} 
*/ 

/*@media screen and  (min-width:360px) and (max-width:375px) {
  
  html{
    font-size: 0.8rem;
  }    
.container{
   min-width: 378px;
  }
  .lelogo{
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
  }
  .navbar_link > a::after {
    display: block;
    content:"";
    width: 0;
    height: 1px;
    background: var(--navbar-color);
    transition: width .4s;
  }
  .navbar_link:hover > a::after {
    width: 100%;

  }
  .navbar_links { 
    display: flex;
    flex-direction: column;
    height: calc(100vh - 65px);  
    position: absolute;
    top: 65px;
    left: 0;     
    background: var(--navbar-bg-color);     
    transform: translateX(110%);
    transition: all 0.5s ease-in-out;
    overflow-y: auto; 
  }
  .show-nav .navbar_links { 
    width: 100vw;    
    transform: translateX(0);
  } 
  .navbar_link {    
    transform: translateX(101%);
    transition: all 0.5s ease-in-out;
  }
  
  .show-nav .navbar_link  {        
    transform: translateX(0);   

  }   
  .navbar_link > a {
    display: block;
    padding: 23px;
    font-size: 23px;
    color: var(--navbar-color);  
    transition: all 0.4s ease-in-out;
  }
  .navbar_link > a:hover {
    padding-left: 20px;
    letter-spacing: 5px;
  }
   /* Toggle menu 
  .burger {
    display: block;
    position: relative;
    padding: 0;
    width: 45px;
    height: 45px;
    border: none;
    background: transparent;
    cursor: pointer;
  }
  .bar {
    display: block;    
    width: 45px;
    height: 4px;  
    border-radius: 3px;
    background: var(--navbar-color); 
    transition: all 0.5s ease-in-out;   
  }
 .bar::before, .bar::after {
    content:"";
    width: 45px;
    height: 4px;
    position: absolute; 
    left: 0;  
    background: var(--navbar-color); 
    border-radius: 3px;    
    transition: all .5s ease-in-out;
  }
  .bar::before {
    transform: translateY(-12px)
  }
  .bar::after {
    transform: translateY(12px)
  }
  .show-nav .bar {
    width: 0;
    background: transparent;    
  }
  .show-nav .bar::before {
    transform: rotate(45deg);
  }
  .show-nav .bar::after {
    transform: rotate(-45deg);
  }
  
  /* Bonus - Animations 
  .show-nav .first {      
    transition: all 1s ease-out;
  } 
  .show-nav .second {      
    transition: all 1.1s ease-out;
  } 
  .show-nav .third {      
    transition: all 1.2s ease-out;
  } 
  .show-nav .four {      
    transition: all 1.3s ease-out;
  } 
  .show-nav .fifth {      
    transition: all 1.4s ease-out;
  }
  
}
*/
/*@media screen and  (min-width:376px) and (max-width:414px) {
   html{
    font-size: 0.8rem;
   }
   .lelogo{
      width: 60px;
      height: 60px;
      margin-bottom: 10px;
    } 
.container{
   min-width: 415px;
  }
.navbar_link > a::after {
    display: block;
    content:"";
    width: 0;
    height: 1px;
    background: var(--navbar-color);
    transition: width .4s;
  }
  .navbar_link:hover > a::after {
    width: 100%;

  }
  .navbar_links { 
    display: flex;
    flex-direction: column;
    height: calc(100vh - 65px);  
    position: absolute;
    top: 65px;
    left: 0;     
    background: var(--navbar-bg-color);     
    transform: translateX(110%);
    transition: all .5s ease-in-out;
    overflow-y: auto;
  .show-nav .navbar_links { 
    width: 100vw;    
    transform: translateX(0);
  } 
  .navbar_link {    
    transform: translateX(101%);
    transition: all 0.5s ease-in-out;
  }
  
  .show-nav .navbar_link  {        
    transform: translateX(0);   

  }   
  .navbar_link > a {
    display: block;
    padding: 23px;
    font-size: 23px;
    color: var(--navbar-color);  
    transition: all 0.4s ease-in-out;
  }
  .navbar_link > a:hover {
    padding-left: 20px;
    letter-spacing: 5px;
  }
  
  
    /* Toggle menu 
  .burger {
    display: block;
    position: relative;
    padding: 0;
    width: 45px;
    height: 45px;
    border: none;
    background: transparent;
    cursor: pointer;
  }
  .bar {
    display: block;    
    width: 45px;
    height: 4px;  
    border-radius: 3px;
    background: var(--navbar-color); 
    transition: all 0.5s ease-in-out;   
  }
 .bar::before, .bar::after {
    content:"";
    width: 45px;
    height: 4px;
    position: absolute; 
    left: 0;  
    background: var(--navbar-color); 
    border-radius: 3px;    
    transition: all 0.5s ease-in-out;
  }
  .bar::before {
    transform: translateY(-12px)
  }
  .bar::after {
    transform: translateY(12px)
  }
  .show-nav .bar {
    width: 0;
    background: transparent;    
  }
  .show-nav .bar::before {
    transform: rotate(45deg);
  }
  .show-nav .bar::after {
    transform: rotate(-45deg);
  }
  
  /* Bonus - Animations 
  .show-nav .first {      
    transition: all 1s ease-out;
  } 
  .show-nav .second {      
    transition: all 1.1s ease-out;
  } 
  .show-nav .third {      
    transition: all 1.2s ease-out;
  } 
  .show-nav .four {      
    transition: all 1.3s ease-out;
  } 
  .show-nav .fifth {      
    transition: all 1.4s ease-out;
  }
}
*/
/* @media screen and  (min-width:415px) and (max-width:541px) {
  html{
    font-size: 0.8rem;
  }
  .lelogo{
   width: 60px;
  height: 60px;
  margin-bottom: 10px;
    }  
   
.container{
   min-width: 635px;
  }
  .navbar_link > a::after {
    display: block;
    content:"";
    width: 100;
    height: 1px;
    background: var(--navbar-color);
    transition: width .4s;
  }
  .navbar_link:hover > a::after {
    width: 100%;

  }
  .navbar_links { 
    display: flex;
    flex-direction: column;
    
    height: calc(100vh - 65px);  
    position: absolute;
    top: 65px;
    left: 0;     
    background: var(--navbar-bg-color);     
    transform: translateX(110%);
    transition: all 0.5s ease-in-out;
    overflow-y: auto; 
  .show-nav .navbar_links { 
    width: 100vw;    
    transform: translateX(0);
  }
  .navbar_link {    
    transform: translateX(101%);
    transition: all 0.5s ease-in-out;
  }
  
  .show-nav .navbar_link  {        
    transform: translateX(0);   

  }   
  .navbar_link > a {
    display: block;
    padding: 23px;
    font-size: 23px;
    color: var(--navbar-color);  
    transition: all 0.4s ease-in-out;
  }
  .navbar_link > a:hover {
    padding-left: 20px;
    letter-spacing: 5px;
  }
  
  
  
  /* Toggle menu 
  .burger {
    display: block;
    position: relative;
    padding: 0;
    width: 45px;
    height: 45px;
    border: none;
    background: transparent;
    cursor: pointer;
  }
  .bar {
    display: block;    
    width: 45px;
    height: 4px;  
    border-radius: 3px;
    background: var(--navbar-color); 
    transition: all 0.5s ease-in-out;   
  }
 .bar::before, .bar::after {
    content:"";
    width: 45px;
    height: 4px;
    position: absolute; 
    left: 0;  
    background: var(--navbar-color); 
    border-radius: 3px;    
    transition: all 0.5s ease-in-out;
  }
  .bar::before {
    transform: translateY(-12px)
  }
  .bar::after {
    transform: translateY(12px)
  }
  .show-nav .bar {
    width: 0;
    background: transparent;    
  }
  .show-nav .bar::before {
    transform: rotate(45deg);
  }
  .show-nav .bar::after {
    transform: rotate(-45deg);
  }
  /* Bonus - Animations 
  .show-nav .first {      
    transition: all 1s ease-out;
  } 
  .show-nav .second {      
    transition: all 1.1s ease-out;
  } 
  .show-nav .third {      
    transition: all 1.2s ease-out;
  } 
  .show-nav .four {      
    transition: all 1.3s ease-out;
  } 
  .show-nav .fifth {      
    transition: all 1.4s ease-out;
  }
  

}
*/

/*@media screen and  (min-width:767px) and (max-width:1023px) {
   html{
    font-size: 1rem;
   }
   
.container{
   min-width: 970px;
  }
  .lelogo{
  width: 120px;
  height: 100px;
}
.videoModule{
  width: 400px;
}
 .navbar_link > a::after {
    display: block;
    content:"";
    width: 0;
    height: 1px;
    background: var(--navbar-color);
    transition: width .4s;
  }
  .navbar_link:hover > a::after {
    width: 100%;

  }
  .navbar_links { 
    display: flex;
    flex-direction: column;
    
    height: calc(100vh - 65px);  
    position: absolute;
    top: 65px;
    left: 0;     
    background: var(--navbar-bg-color);     
    transform: translateX(110%);
    transition: all 0.5s ease-in-out;
    overflow-y: auto; 
  .show-nav .navbar_links { 
    width: 100vw;    
    transform: translateX(0);
  }
  .navbar_link {    
    transform: translateX(101%);
    transition: all .5s ease-in-out;
  }
  
  .show-nav .navbar_link  {        
    transform: translateX(0);   

  }
  .navbar_link > a {
    display: block;
    padding: 23px;
    font-size: 23px;
    color: var(--navbar-color);  
    transition: all 0.4s ease-in-out;
  }
  .navbar_link > a:hover {
    padding-left: 20px;
    letter-spacing: 5px;
  }
  
  /* Toggle menu 
  .burger {
    display: block;
    position: relative;
    padding: 0;
    width: 45px;
    height: 45px;
    border: none;
    background: transparent;
    cursor: pointer;
  }
   .bar {
    display: block;    
    width: 45px;
    height: 4px;  
    border-radius: 3px;
    background: var(--navbar-color); 
    transition: all .5s ease-in-out;   
  }
 .bar::before, .bar::after {
    content:"";
    width: 45px;
    height: 4px;
    position: absolute; 
    left: 0;  
    background: var(--navbar-color); 
    border-radius: 3px;    
    transition: all .5s ease-in-out;
  }
  .bar::before {
    transform: translateY(-12px)
  }
  .bar::after {
    transform: translateY(12px)
  }
  .show-nav .bar {
    width: 0;
    background: transparent;    
  }
  .show-nav .bar::before {
    transform: rotate(45deg);
  }
  .show-nav .bar::after {
    transform: rotate(-45deg);
  }

  /* Bonus - Animations 
  .show-nav .first {      
    transition: all 1s ease-out;
  } 
  .show-nav .second {      
    transition: all 1.1s ease-out;
  } 
  .show-nav .third {      
    transition: all 1.2s ease-out;
  } 
  .show-nav .four {      
    transition: all 1.3s ease-out;
  } 
  .show-nav .fifth {      
    transition: all 1.4s ease-out;
  }
  
}*/

/*@media screen and  (min-width:1200px){
   html{
    font-size: 1rem;
   }
   
  .container{
   max-width: 1400px;
  
  }
  .lelogo{
  width: 120px;
  height: 100px;
}
  .videoModule{
  width: 400px;
}

  .navbar_link > a::after {
    display: block;
    content:"";
    width: 0;
    height: 1px;
    background: var(--navbar-color);
    transition: width .4s;
  }
  .navbar_link:hover > a::after {
    width: 100%;

  }


}

*/

/*@media screen and (min-width:1024px) {
   html{
    font-size: 1rem;
   }
   
 
 .container{
   min-width: 1020px;
  }
   .lelogo{
  width: 120px;
  height: 100px;
  margin-bottom: 30px!important;
}
  .navbar_link > a::after {
    display: block;
    content:"";
    width: 0;
    height: 1px;
    background: var(--navbar-color);
    transition: width .4s;
  }
  .navbar_link:hover > a::after {
    width: 100%;

  }

  
}

*/

/*@media screen and (max-width:360px) {
  html{
    font-size: 0.7rem;
  }
  .container{
 
  min-width:280px;
}
.lelogo{
  width: 50px;
  height: 50px;
  padding-bottom: 10px;
}
 .navbar_link > a::after {
    display: block;
    content:"";
    width: 0;
    height: 1px;
    background: var(--navbar-color);
    transition: width .4s;
  }
  .navbar_link:hover > a::after {
    width: 100%;

  }
  .navbar_links { 
    display: flex;
    flex-direction: column;
    
    height: calc(100vh - 65px);  
    position: absolute;
    top: 65px;
    left: 0;     
    background: var(--navbar-bg-color);     
    transform: translateX(110%);
    transition: all 0.5s ease-in-out;
    overflow-y: auto; 
  }
  .show-nav .navbar_links { 
    width: 100vw;    
    transform: translateX(0);
  }
  .navbar_link {    
    transform: translateX(101%);
    transition: all 0.5s ease-in-out;
  }
  
  .show-nav .navbar_link  {        
    transform: translateX(0);   

  }   
  .navbar_link > a {
    display: block;
    padding: 23px;
    font-size: 23px;
    color: var(--navbar-color);  
    transition: all 0.4s ease-in-out;
  }
  .navbar_link > a:hover {
    padding-left: 20px;
    letter-spacing: 5px;
  }
  
 
.site-slogan{
  max-height: 120px;
  z-index: 1000;
  display: blocK;
  text-align: center;
}
}
.titre{
  font-family: 'Luckiest Guy', cursive;
  color: #1894cc;
  font-size: 2rem;
}
*/

/* debut style index */

.curved {
  position: relative;
  background:  #DCDCDC;
  filter: brightness(80%);
  height: 10vh;
  border-bottom-left-radius: 50% 20%;
  border-bottom-right-radius: 50% 20%;
}
.banniere{
  width: 100%;
  height: 600px;
}
.anim_text {
  animation-duration: 2s;
  animation-name: slidein;
}

@keyframes slidein {
  from {
    margin-left: 100%;
    width: 600%;
  }

  to {
    margin-left: 0%;
    width: 100%;
  }
  75% {
  font-size: 600%;
  margin-left: 25%;
  width: 160%;
}
}
.contenant{
  position: relative;
  text-align: center;
}


.container{
  max-width: 1300px;
}


/* fin section1*/


.text_sect2{
  
  font-size: 1.2;
  background: #1894cc;
}
.text_sect3{
  font-size: 1.2;
}
.anim_text {
  font-size: 1.8em;
  
}


.titre1{
  color: #1894cc;
}

.section_presentation{
  background-image: url('../images/fond_present.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.img-activite{
  height: 600px;
}
.sect_carousel{
  height: 600px;
}
.icone{
  width: 6em;
  height: 6em;
}

.news{
  filter: brightness(70%);
  min-height: 400px;
}
.sectavfooter{
  background: #076690; 
}
.slantedDivA{
  position: relative;
  width: 100%;
  height: auto;
  background-image: url('../images/fond_present.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  padding: 30px;
  color: #fff;
  margin-bottom: 200px;
    }

.slantedDivA:after{
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  background: #ff0000;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform-origin: top left;
  transform: skewY(4deg);
}
input{
  font-family: 'FONTAWESOME';
}

.parallax-effect {
  background-image: url("../images/apropos2.jpeg");
  min-height: 600px; 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax-effect + div{
  min-height: 1000px;
  font-size: 36px; 
  text-align: center; 
  font-family: Arial;
  background-image: url("../images/fond_present.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;

}
.qui{
  position: absolute;
  top: 35%;
  left: 70%;
  transform: translate(-50%, -50%);
}
.titrequi {
 
  display: inline-block;
 
  padding-bottom: 5px;
 
  position: relative;
 
} 
.titrequi:after{
 
 content: "";
 
  position: absolute;
 
  width: 50%;

  height: 1px;

 
  bottom: 0;
 
  left: 3%;
 
  border-bottom: 5px solid darkgreen;
 
}

svg {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.containerApropos {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-bottom: 30%;
  vertical-align: middle;
  overflow: hidden;
}
.div_aqui{
  background:#00cc99;
}
.div_pourquoi{
  background: #43b3ae;
}

.spikes {
  position: relative;
  background: yellowgreen;
  height: 10vh;
}

.spikes::after {
  content: '';
  position: absolute;
  right: 0;
  left: -0%;
  top: 100%;
  z-index: 10;
  display: block;
  height: 35px;
  background-size: 85px 100%;
  background-image: linear-gradient(135deg, yellowgreen 25%, transparent 25%), linear-gradient(225deg, yellowgreen 25%, transparent 25%);
  background-position: 0 0;
}
@media screen and  (min-width:360px) and (max-width:375px) {
  
  .sectavfooter h2{
    font-size: 0.57em;

  }
  p{
    font-size: 0.6em ;
  }
  h1{
    font-size: 0.7em
  }
}
@media screen and (max-height: 450px) {
  
  .sectavfooter h2{
    font-size: 0.8em;
  }
  p{
    font-size: 0.6em; 
  }
  h1{
    font-size: 0.7em
  }
}

/*fin style a propos*/

/*debut style contact*/
.curved {
  position: relative;
  background:   #DCDCDC;
  /*background: #e7f3f9;*/
  height: 10vh;
  border-bottom-left-radius: 50% 20%;
  border-bottom-right-radius: 50% 20%;
}
.curved2 {
  position: relative;
  background: white;
  height: 5vh;
  border-bottom-left-radius: 50% 20%;
  border-bottom-right-radius: 50% 20%;
}
.form-contact{
  background-image: url(../images/font_contact.jpg);
  background-size: cover;
  background-repeat: no-repeat;

}
#contact input{
  background:  #e7f3f9;
}
#contact textarea{
  background:  #e7f3f9;
}
.lien1:hover{
 color:  red!important;
}
@media screen and  (min-width:360px) and (max-width:375px) {
  
  .sectavfooter h2{
    font-size: 0.57em;
  }
  
}
@media screen and (max-height: 450px) {
  
  .sectavfooter h2{
    font-size: 0.8em;
  }
  body{
    font-size: 0.9em ;
  }
  
}
/*fin style contact.php*/

/*debut style inscription.php*/
.form_inscription{
  font-size: 14px;
}
.form_inscription{
  background-image: url(../images/fond-inscription1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and  (min-width:360px) and (max-width:375px) {
  
  .sectavfooter h2{
    font-size: 0.57em;
  }
  
}
@media screen and (max-height: 450px) {
  
  .sectavfooter h2{
    font-size: 0.6em;
  }
  p{
    font-size: 0.6em;
  }
  
}
/*fin style inscription.php/


/*debut style connexion.php*/

#connexion p{
  font-size: 18px!important;
  text-align: center !important;
  font-weight: bold !important;
  color: red !important;
}
@media screen and  (min-width:360px) and (max-width:375px) {
  
  .sectavfooter h2{
    font-size: 0.57em;

  }
  p{
    font-size: 0.6em ;
  }
  h2{
    font-size: 0.8em ;
  }
  
}
@media screen and (max-height: 450px) {
  
  .sectavfooter h2{
    font-size: 0.8em;
  }
  p{
    font-size: 0.6em ;
  }
  h2{
    font-size: 0.8em ;
  }
}


/*fin style connexion.php*/


#wave {
  position: relative;
  height: 70px;
  min-width: 280px;
  background:  #BADA55;
}
#wave:before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100% 50%;
  width: 300px;
  height: 80px;
  background-color: #e7f3f9;
  right: -5px;
  top: 40px;
}
#wave:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100% 50%;
  width: 300px;
  height: 70px;
  background-color: #BADA55;
  left: 0;
  top: 27px;
}
.maternel_activite{
  border-radius: 3px 80px 3px!important; 
  background: #BADA55!important;
}
@media screen and  (min-width:360px) and (max-width:375px) {
  
  .sectavfooter h2{
    font-size: 0.57em;

  }
  body{
    font-size: 0.9em ;
  }
}
@media screen and (max-height: 450px) {
  
  .sectavfooter h2{
    font-size: 0.8em;
  }
  body{
    font-size: 0.9em ;
  }
}
/*fin style maternelle.php*/


/*DEBUT STYLE PARENT.PHP*/
@media screen and  (min-width:360px) and (max-width:375px) {
  
  .sectavfooter h2{
    font-size: 0.57em;

  }
  p{
    font-size: 0.9em ;
  }
  
}
@media screen and (max-height: 450px) {
  
  .sectavfooter h2{
    font-size: 0.8em;
  }
  body{
    font-size: 0.9em ;
  }
  
}
/*FIN STYLE PARENT.PHP*/


/*DEBUT STYLE ENSEIGNANT.PHP*/
.bloc{
  min-width: 200px;  
}
@media screen and  (min-width:360px) and (max-width:375px) {
  
  .sectavfooter h2{
    font-size: 0.57em;

  }
  body{
    font-size: 0.9em ;
  }
  
}
@media screen and (max-height: 450px) {
  
  .sectavfooter h2{
    font-size: 0.8em;
  }
  body{
    font-size: 0.9em ;
  }
  
}
/*FIN STYLE ENSEIGNANT.PHP*/




/* debut style 3-6ans.php*/
.card_petit{
  border-radius: 3px 80px;
}
.card_3-6{
  background: #BADA55;
}
.img_petit{
  border-radius: 3px 80px
}
/* fin style 3-6ans.php*/

/*debut style 6-9ans.php*/
.junior_activite{
  border-radius: 80px 3px 120px!important; 
  background: #1894cc;
}
.card_junior{
  background:  #1894cc;
}
.img_junior{
  border-radius: 80px 3px
}
/*fin style 6-9ans.php*/

/*debut style 9-12ans.php*/
.ado_activite{
  border-radius: 3px 120px 90px!important; 
  
 }
 .card_ado{
  border-radius: 3px 80px 3px 3px!important; 
  background: white!important;
 }
/*fin style 9-12ans.php*/

/*debut style cp.php*/
.card_petit1{
  border-radius: 3px  3px 80px 3px;
}
.img_petit1{
  border-radius: 3px  3px 90px 3px;
}

/*fin style cp.php*/


/*debut style cp.php*/

.ce_activite{
  border-radius: 3px 80px 3px!important; 
  background-color: green !important;
}
/*fin style cp.php*/

/*debut style cm.php*/

.cm_activite{
  border-radius: 3px 80px 3px!important; 
  background-color: white !important;
}
/*fin style cm.php*/

/*debut style ce.php*/

.ce_couleur{
  
  background-color: green!important;
}
/*fin style ce.php*/


/*debut style college.php*/
.college_activite{
  border-radius: 3px 120px 90px!important; 
  background: #1894bb;
 }
 /*fin style college.php*/


/*debut style monCompte.php*/

.slantedDivB{
  position: relative;
  width: 100%;
  height: 150px;
  box-sizing: border-box;
  padding: 30px;
  background-image: url("../images/compte.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.slantedDivB:after{
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  background: inherit;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform-origin: top right;
  transform: skewY(-4deg);
}
.slantedDivC{
  position: relative;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 30px;
  background: #4682B4;
  margin-top: 120px; 
 
}

.slantedDivC:after{
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  background: inherit;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform-origin: top left;
  transform: skewY(-4deg);

}
.img_compte{
  width: 90px;
  height: 90px;
}
.boutonCompte{
  background: #D2691E;
}
@media screen and  (min-width:360px) and (max-width:375px) {
  
  .sectavfooter h2{
    font-size: 0.57em;

  }
  body{
    font-size: 0.9em ;
  }
}
@media screen and (max-height: 450px) {
  
  .sectavfooter h2{
    font-size: 0.8em;
  }
  body{
    font-size: 0.9em ;
  }
}
/*debut style admin*/


/*fin style admin*/





