@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');
*{
  margin: 0;
  padding: 0;
  user-select: none;
  box-sizing: border-box;
}
  .btn{
    position: fixed;
    top: 15px;
    left: 15px;
    height: 45px;
    width: 45px;
    text-align: center;
    background: rgb(72, 154, 247);
    border-radius: 7px;
    cursor: pointer;
    transition: left 0.8s ease;
    font-family: 'Poppins', sans-serif;
    z-index: 2;
   
  }
  .btn:hover{
    position: fixed;
    top: 15px;
    left: 15px;
    height: 45px;
    width: 45px;
    text-align: center;
  background: rgb(49, 48, 48);
    
    border-radius: 7px;
    cursor: pointer;
    transition: left 0.8s ease;
  }
  .btn.click{
    left: 35px;
    
  }
  .btn span{
    color: white;
    font-size: 28px;
    line-height: 45px;
    border-radius: 7px;
    
    
  }
  .btn.click span:before{
    content: '\f00d';
    color:rgb(247, 245, 250);;
   
  }
  .sidebar{
    top: 175px;
    overflow-y: scroll;
    position: fixed;
    width: 350px;
    height: 50%;
    left: -350px;
    background: #1b1b1b;
    transition: left 0.6s ease;
    -webkit-overflow-scrolling: touch;
    z-index: 1000;
    border: 3px solid  rgb(72, 154, 247);
    border-radius: 7px;
  }
  .sidebar.show{
    left: 0px;
  }
  
  nav ul{
    background: #1b1b1b;
    height: 100%;
    width: 100%;
    list-style: none;
   
  }
  nav ul li{
    line-height: 60px;
    border-top: 1px solid rgba(255,255,255,0.1);
  }
  nav ul li:last-child{
    border-bottom: 1px solid rgba(255,255,255,0.05);
  }
  nav ul li a:not(.sideTop){
    position: relative;
    color: white;
  
    text-decoration: none;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    padding-left: 40px;
    font-weight: 500;
    display: block;
    width: 100%;
    border-left: 3px solid transparent;
  }
  nav ul li.active a{
    color: rgb(72, 154, 247);
    background: #1e1e1e;
    border-left-color: rgb(72, 154, 247);
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
  }
  nav ul li a:not(.sideTop):hover{
    background: rgb(72, 154, 247);
    color: rgb(255, 255, 255);
    font-weight: bold;
    transition: 0.8s;
  }
  nav {
      max-height: calc(100%-50px);
      overflow-y: auto;
    }
  nav ul ul{
    position: static;
    display: none;
  }
  nav ul .prepa-show.show{
    display: block;
  }
  nav ul .cui-show.show1{
    display: block;
  }
  nav ul .boi-show.show2{
    display: block;
  }
  nav ul .cafchoc-show.show3{
    display: block;
  }
  nav ul .nom-show.show4{
    display: block;
  }
  nav ul ul li{
    line-height: 42px;
    border-top: none;
  }
  nav ul ul li a:not(.Rct){
    font-size: 17px;
    color: #e6e6e6;
    padding-left: 80px;
    font-family: 'Poppins', sans-serif;
  }
  nav ul li.active ul li a{
    color: #f5f5f5;;
    font-family: 'Poppins', sans-serif;
    background: #1b1b1b;
    border-left-color: transparent;
    
  }
  nav ul ul li a:hover{
    color: rgb(72, 154, 247)!important;
    background: #d4d3d3!important;
    font-size: 20px;
  }
  nav ul li a span{
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    font-size: 22px;
    transition: transform 0.4s;
    
  }
  nav ul li a span.rotate{
    transform: translateY(-50%) rotate(-180deg);
  }
  .content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #202020;
    z-index: -1;
    text-align: center;
  }
  .content .header{
    font-size: 45px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    background-color: rgb(72, 154, 247);
    border-radius: 7px;
    margin: 10px 10px;
  }
  .content p{
    font-size: 30px;
    font-weight: 500;
  }
  .container.btn{
      max-width: 105rem;
      padding: 0 2rem;
      margin: 0 auto;
      display: flex;
      position: relative;
  
  }
  
  #tophdr{
      
      top: 0px;
      background-color: #f8f2ff;
      width: 100%;
     position: sticky;
    
      height: 80px;
      justify-content: center;
     align-items: center;
     display: flex;
     font-size: 22px;
     font-family: 'Poppins', sans-serif;
     z-index: 2;
     border-bottom: 5px solid red;
     border-top: 5px solid rgb(255, 217, 0);

  }
  #tophdr img{
      width: 60px;
      height: 60px;
  }
  #tophdr h3{
      
      color:rgb(72, 154, 247);
      
      font-size: 2rem;
      font-weight: bold;
      letter-spacing: 2px;
      text-transform: uppercase;
      line-height: 3rem;
  }
  nav li.sdli{
      
      display: inline-block;
      margin-top: 10px;
      margin-left: 5px;
      margin-right: 5px;
      margin-bottom: 10px;
      line-height: 0px;
      border-radius: 7px;
      text-align: right;
  }
  nav li.sdli a.sideTop{
      background-color: rgb(72, 154, 247);
      font-size: 15px;
      display: inline-block;
      margin: auto;
      line-height: 25px;
      border-radius: 7px;
      text-align:right ;
      text-decoration:none ;
      margin: 0px 0px;
      font-family: 'Poppins', sans-serif;
      padding: 7px 7px;
      font-size: 15px;
      font-weight: bold;
      color: white;
  }
  nav li.sdli a.sideTop:hover{
      background-color: white;
      font-size: 15px;
      display: inline-block;
      margin: auto;
      line-height: 25px;
      border-radius: 7px;
      text-align:right ;
      text-decoration:none ;
      margin: 0px 0px;
     transition: 0.7s;
      padding: 7px 7px;
      font-size: 15px;
      font-weight: bold;
      color: #131212;
  }
  
  ::-webkit-scrollbar{width:10px;border-left:1px solid #E6ECF8;}
  ::-webkit-scrollbar-thumb{background-color:rgb(72, 154, 247);}
  
  @keyframes animation{
    from{
        opacity: 0;
        transform: translateY(15px);
    }
    to{
        opacity: 1;
        transform: translateY(0px);
    }
  }
  .container{
    max-width: 95rem;
    padding: 0 2rem;
    margin: 0 auto;
    display: flex;
    position: relative;
  }
  
 
/*====================================================================*/



nav li.sdlibot{
  display: flex;
  justify-content: center;
  display: inline-block;
  margin-top: 10px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  line-height: 0px;
  border-radius: 7px;
  text-align: center;
}
nav ul li a.Rct{
  font: Brush Script MT;
  position: relative;
 
  text-decoration: none;
  font-size: 18px;
  padding-left: 40px;
  font-weight: 800;
  display: block;
  width: 100%;
  font-family: 'Fantasy', papyrus;
  
  color:rgb(72, 154, 247);
}


.navbarT {
  width: 350px;
  padding: 0px 0px;
 background: #302f2f;
  overflow: auto;
  text-align:center;
   border-radius:7px;
}

.navbarT a.T {
  float: left;
  padding: 12px 0px;
  color: white;
   font-family: 'Poppins', sans-serif;
   font-weight:600;
  text-decoration: none;
  font-size: 17px;
  width:115px;
  text-align: center;
 
}

.navbarT a.T:hover {
  color: rgb(72, 154, 247);
  font-weight:bold;
  transition: 1s;
}




#hd2{
  top: 120px;
  background-color: rgb(72, 154, 247);
  width: 100%;
 position: fixed;
  border-bottom:solid  rgb(72, 154, 247) 7px;
  height: 60px;
  justify-content: center;
 align-items: center;
 display:flex;
 font-size: 22px;
 font-family: 'Poppins', sans-serif;
 z-index: 2;
 box-shadow: 12px 14px 45px rgba(15, 15, 15, 0.3);
}
#hd2 ul{
  
    display:table-row;
    list-style:none;
    height:50px;
    text-align:center;
    float:right;
   
    width:100%;
    text-decoration: none;
}
#hd2 ul li {
  display:inline-block;
  vertical-align:middle;
  text-transform: uppercase;
  margin-left: 5px;
  letter-spacing: 1px;
  font-weight: bold;
  text-decoration: none;
}
#hd2 ul li a{
  color: rgb(253, 253, 253) ;
  text-decoration: none;
  display: list-item;
  border-radius: 7px;
  margin-top: 7px;
  margin-bottom: 12px;
  padding:5px;

}
#hd2 ul li a:hover{
  background-color:white ;
  color: rgb(72, 154, 247);
  text-decoration: none;
  transition: 0.7s;
}

/*Langue bar */
#hd3{
  top: 80px;
  background-color: rgb(72, 154, 247);
  width: 100%;
 position: fixed;
 border-bottom:solid  rgb(246, 247, 248) 2px;
  height: 40px;
  justify-content: center;
 align-items: center;
 display:flex;
 font-size: 18px;
 font-family: 'Poppins', sans-serif;
 z-index: 2;
 box-shadow: 12px 14px 45px rgba(15, 15, 15, 0.3);
}
#hd3 ul{
  
    display:table-row;
    list-style:none;
    height:50px;
    text-align:center;
    float:right;
   
    width:100%;
    text-decoration: none;
}
#hd3 ul li {
  display:inline-block;
  vertical-align:middle;
  text-transform: uppercase;
  margin-left: 5px;
  letter-spacing: 1px;
  font-weight: bold;
  text-decoration: none;
}
#hd3 ul li a{
  color: rgb(253, 253, 253) ;
  text-decoration: none;
  display: list-item;
  border-radius: 7px;
  margin-top: 7px;
  margin-bottom: 12px;
  padding:5px;

}
#hd3 ul li a:hover{
  background-color:white ;
  color: rgb(72, 154, 247);
  text-decoration: none;
  transition: 0.7s;
}


/*=====*/
@media (max-width: 800px) { 
  #hd2 {font-size: 12px;}
  #hd2 {font-weight: bold;}
  #hd2 ul li a{margin-top: 15px;}
  #hd2 {height: 40px;}
 
}
@media (max-width: 300px) { 
  #hd2 {font-size: 8px;}
  #hd2 {font-weight: bold;}
  #hd2 ul li a{margin-top: 17px;}
  #hd2 {height: 40px;}
  #hd2 ul li a{margin-right: 0px;}
 
}
@media (max-width: 600px) { 
  #tophdr h3{font-size: 20px;}
  #tophdr h3{font-weight: bold;}
 
}

@media (max-width: 800px) {
  #hd2 ul li a {
    float: none;
    display: block;
    width: 100%;
    text-align: left; /* If you want the text to be left-aligned on small screens */
  }
}


#FooterImag
{
  left: 0px;
  position: absolute;

}
#footer{
  bottom: 0px;
  background-color: rgba(72, 154, 247,0.6) ;
  width: 100%;
 position: fixed;
 
  height: 60px;
  justify-content: center;
 align-items: center;
 display:flex;
 font-size: 22px;
 font-family: 'Poppins', sans-serif;
 z-index: 1000;
 box-shadow: 12px 14px 45px rgba(15, 15, 15, 0.3);
}
#footer ul{
  
  display:table-row;
  list-style:none;
  height:50px;
  text-align:center;
  float:right;
  width:100%;
  text-decoration: none;
}
#footer ul li {
display:inline-block;
vertical-align:middle;
text-transform: uppercase;
margin-left: 5px;
letter-spacing: 1px;
font-weight: bold;
text-decoration: none;
}
#footer ul li a{
color: rgb(253, 253, 253) ;
text-decoration: none;
display: list-item;
border-radius: 7px;
margin-top: 7px;
margin-bottom: 12px;
padding:5px;

}
#footer ul li a:hover{
background-color:white ;
color: rgb(72, 154, 247);
text-decoration: none;
transition: 0.7s;
}

@media (max-width: 800px) { 
  #footer {font-size: 12px;}
  #footer {font-weight: bold;}
  #footer ul li a{margin-top: 15px;}
  #footer {height: 40px;}
  .title{font-size: 8;font-weight: bold;}


}
@media (max-width: 300px) { 
  #footer {font-size: 8px;}
  #footer {font-weight: bold;}
  #footer ul li a{margin-top: 17px;}
  #footer {height: 40px;}
  #footer ul li a{margin-right: 0px;}
 
}

 

@media (max-width: 800px) {
  #footer ul li a {
    float: none;
    display: block;
    width: 100%;
    text-align: left; /* If you want the text to be left-aligned on small screens */
  }
 
}



