
*{
  box-sizing: border-box;  
  padding: 0px;
  margin: 0px;
}
body{
    background-color: rgba(255, 255, 255, 0.897);
    font-family: "Poppins", sans-serif;
}

header{
    float: left;
    width: 100%;
    padding: 20px 30px;
    padding-bottom: 50px;
}

#warpper{
    display: none;
   }
header nav{
    float: left;
    display:flex;
    justify-content: space-around;
    position:fixed;
    left: 0;
    width: 100%;
    color: white;
    margin-bottom: 20px;
    height:50px ;
    line-height: 50px;
    padding: 0px 20px;
    top: 0px;
    z-index: 50000;
}


nav ul{
    float: left;
    width: 100%;
    display: flex;
    justify-content:space-around; 
}

.scrolled{
    background-color: rgb(255, 255, 255);
    opacity: 0.98;
    color:#c1710e;
    box-shadow: 3px 3px 3px 0px rgba(35, 35, 36, 0.363);
}
.scrolled h2{
    color:#c1710e;
}
.scrolled ion-icon{
    color:#c1710e;
}
.scrolled ul a{
    color: #063a51;
}
nav ul li {
    list-style: none;
}
nav ul li a{
    text-decoration: none;
    font-size: 17px ;
    color: white;
    text-transform: uppercase; 
    transition: color 0.4s ease-in-out;  
}
.logo img{
    width: 70px;
    height: 60px;
    z-index: 9000;
}
.clo
{
display: none;
}

.head{
    float: left;
    width: 100%;
    display: grid;
    padding-top: 60px;
    grid-template-columns: repeat(2,1fr);
   
}
.icon .now{
    display:none;
}

.icon{
    display: block;
    float: left;
    justify-content: space-around;
    width: 30%;
    height: 50px;
    line-height: 50px;
  }
  .icon ul {
    display: flex !important;
    width: 50%;
    margin-top: 10px;
    float: right;
    height: 50px;
    align-items: center;
    justify-content: space-between;
    
  }
  .icon ul li{
    display: inline;
    margin-left: 10px;
  }
  .icon ul ion-icon{
    font-size: 30px;
    cursor: pointer;
     
  }
.head div:nth-child(1){
    padding-top: 180px;
}
.head div:nth-child(2){
    padding-top: 100px;
   
}

.head h2
{
   margin-bottom: 40px;
   color: white;
}
.head p{
    text-align: start;
    margin-bottom: 30px;
    color: white;
    font-size: 18px;
}
.but_head{
    background-color: white;
    padding: 8px 16px;
    color: #063a51;
    text-decoration: none;
    position: absolute;
    border-radius: 5px;
    animation: animate 2s infinite;
    z-index: 3;
}
@keyframes animate {
    0%, 100%{
        transform:scale(1);
    }
    50%{
        transform:scale(1.2);
    }
}
.categorie{
    width: 100%;
}

.brush{
    float: left;
    filter: drop-shadow(18px);
    width: 100%;
    background-color: aqua;
}
.Question_un{
    display: grid;
    float: left;
    padding: 30px ;
    width: 100%;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
}

.Question_un span{
    float: left;
    width: 100%;
    background-color:  #063a51;
    color: white;
    padding: 20px;
}
.Question_un h2{
    font-size: 18px;
}
.Question_un img{
    width: 30px;
    float: left;
}
.question{
    float: left;
    width: 100%;
    cursor: pointer;
    list-style: none;
}
.Question{
    float: left;
    width: 100%;
    padding-top: 30px;
}
.Question h2{
    text-align: center;
}
.reponse{
    display: none;
    list-style: none;
    width: 100%;
    float: left;

}
.moins{
    display: none;
}
.splide__slide img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.question:hover .reponse{
    display: block;
    transition: all 1.5s ease-in-out;
    opacity: 0.6;
    
}
.splide__slide{
    background-color: #063a51 ;
    color: white;
    display: flex !important;
    flex-direction: column !important;
    align-items: center;
    border-radius: 10px;
    margin-bottom: 40px;
    padding: 20px;
}
.splide__slide p{
    text-align: center;
}
.splide__slide h4{
    text-align: center;
}
.slide{
    float: left;
    width: 80%;
    margin: 30px 10%;
}
.question:hover .moins
{
    display: block;
}
.question:hover .plus
{
    display: none;
}
.popular{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
    float: left;
    padding: 50px 30px;
    width: 100%;
    background-color:#1c79c562;
}
.popular div{
    background-color: white;
    color: #063a51;
    padding: 8px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 8px;
}
.pop_pic{
    width: 90% !important;
    margin: 15px 5% !important;
    height: 170px;
    box-shadow: none !important;
    display: flex !important;
    float: left;
    justify-content: space-between;
    border: none !important;   
}
.incour p{
    font-size: 20px;
}

.popular img{
    width: 300px;
    height: 200px;
}
.popular h4{
    text-align: center;
}
.popular p{
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
#raprix
{
    display: flex;
    border: none;
    flex-direction: row;
    box-shadow: none;
    padding: 10px;
}


#raprix div{
    display: flex;
    flex-direction: row;
    gap: 10px;
}
#raprix div p{
    font-size: 15px;
}
.popular ion-icon{
    font-size: 20px;
}
.incour ion-icon{
    margin-bottom: -3px;
}
.incour{
    display: flex;
    flex-direction: row;
    font-size: 15px !important;
}
.incour img{
  width: 15px !important;
  height: 15px ;
}
.incour .star{
   color: rgb(250, 114, 3);
   font-size: 18px;
}
#sea{
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 10000;
    background-color: #0000009a;
    display: none;
}

#sea .close
{
    background-color: white;
    width: 30px;
    float: right;
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    color: #063a51;
    height: 30px;
    border-radius: 50%;
    font-weight: 800;
}
#sea .close ion-icon{
    font-size: 20px;
}
#sea .ali{
    display: flex;
    height: 100%;
    align-items: center;
    cursor: pointer;
}
#sea .ali ion-icon{
    font-size: 25px;
    margin-right: 20px;
}
.insea .arr{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;

}
.insea .cher{
    width: 50%;
    background-color: white;
    border:2px solid #063a51;
    border-bottom-left-radius: 14px;
    border-top-left-radius: 14px;
    
}
.insea .cher ion-icon{
    font-size: 20px;
    color: #063a51;
    margin-left: 20px;
}
.insea .cher input{
padding: 10px;
width: 100%;
border: none;
border-radius: 14px; 
box-shadow: none;
}
#sea .insea{
    width: 100%;
    height: 100%;
    float: left;
    padding: 90px 50px;
}
.typin{
    background-color: white;
    color: #063a51;
    border-radius: 5px;
    font-size: 14px;
    width: 20% !important;
    float: left !important;
    margin-left: -230px;
    font-weight: 800;
    left: 30px !important;
    float: left;
    padding: 5px 0px !important;
}

.typin p{
    margin: 0px;
}
#raprix p
{
    padding-bottom: 0px !important;
    
}
#contshadow{
    display: none;
    float: left;
    width: 100%;
}

.consha
{
    position: relative;
    float: left;
    width: 100%;
}
.shadow{
    float: left;
    width: 100%;
    height: 200px;
    background: #063a51;
    position: absolute;
    z-index: 0;
    box-shadow: 0px 0px 100px 100px  #063a51;
}

.rabais{
    color: rgba(31, 31, 32, 0.699);
    position: relative;
}
.rabais::before{
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
    z-index: 10;
    border-bottom: 1px solid rgba(31, 31, 32, 0.699);
}
.prix{
    color:#063a51;
}
#populaire h2{
    text-align: center;
}
#about h2{
    text-align: center;
    margin-top: 30px;
}
#populaire{
    float: left;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 100px !important;
}
.categorie_deux .container{
    display: grid;
    float: left;
    width: 100%;
    gap: 20px;
    grid-template-columns: repeat(2,1fr);
   
}
.cat_un
{
    background-color: #063a51;
    float: left;
    width: 100%;
    color: white;
    padding: 70px 50px;
    position: relative;
    margin-top: 50px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 20px;
    z-index: 1;
}
.cat_un p{
    margin-top: 30px;
    margin-bottom: 30px;
}
.cat_un a{
    text-decoration: none;
    background-color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    border-radius: 7px;
    padding: 8px 20px;
    color:#063a51 ;
    text-transform: uppercase;
}
.option{
    background-color:rgb(25, 92, 136);
    float: left;
    display: flex;
    align-items: center;
    flex-direction: column;
    color: white;
    width: 250px;
    padding: 20px;
    cursor: pointer;
    z-index: 1;
}
.option img{
    float: left;
    width: 70px;
}
.option p{
   text-align: justify;

}
.categorie_deux{
    position: absolute;
    top: 470px;
    right: 30px;
}
.footer{
    float: left;
    width: 100%;
    position: inherit;
}
.pied_deux{
    float: left;
    width: 100%;
    display: grid;
    color: white;
    gap: 38px;
    grid-template-columns: repeat(4,1fr);
}
.pied{
    background-color:#063a51 ;
    float: left;
    width: 100%;
    padding: 30px; 
     
}
.pied p{
    line-height: 20px;
    text-align: justify;
}
.pied ul{
    float: left;
    width: 100%;
    
}
.pied ul li{
    list-style: none;
    line-height: 30px;
    
}
.pied h4{
   text-transform: uppercase;
   margin-bottom: 18px;
}
.pied ul a{
    text-decoration: none;
    text-transform: capitalize;
    color: white;
}
.voir{
    background-color: red;
    color: white;
    padding: 7px 18px;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
}
.head img{
    float: left;
    width: 500px;
}
.conta{
    float: left;
    width: 100%;
    padding:50px 15% ;
}

.contact{
    float: left;
    width: 100%;
    background-color: #063a51;
    padding: 30px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
}
.reseaux{
    position: absolute;
    z-index: 100;
    color: white;
    background-color: #063a51;
    padding: 30px;
    width: 25%;
}
.reseaux li{
    list-style: none;
    display: flex;
    gap:10px
}
.reseaux .tex_conta{
    margin: 20px 0px;
}
.contact form{
    display: flex;
    flex-direction: column;
    float: left;
    width: 100%;
}

.contact  form .input{
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
}
.input input
{
    width: 48%;
}
form #button
{
    margin: 20px 30%;
    padding: 7px 18px;
    color: white;
    background-color: #063a51;
    border: none;
    font-weight: bold;
    cursor: pointer;
    text-transform: uppercase;
}
.form input{
    padding: 10px 15px;
    margin-bottom: 20px;
    border: none;
}
.about_image{
    float: left;
    width: 100px;

}
#about{
    float: left;
    width: 100%;
    padding: 70px 0px;
}
#about span{
    border-bottom: 3px solid#c1710e;
}
.about_deux{
    float: left;
    width: 100%;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3,1fr);
    padding: 30px;
}
.about_deux div
{
   display: flex;
   flex-direction: column;
   align-items: center;
   width: 300px;
   background-color: #063a51;
   color: white;
   padding: 20px;
   text-align: center;
   border-radius: 10px;
}
.about_deux div p{
    margin: 18px 0px;
}

.entrez{
    float: left;
    width: 100%;
    padding: 20px 30px;
    background-image:linear-gradient(185deg,  #c1710e, #c1710e, rgb(252, 255, 254) );
}
.entrez nav{
    float: left;
    display:flex;
    justify-content: space-around;
    position:fixed;
    left: 0;
    width: 100%;
    color: white;
    margin-bottom: 20px;
    height:50px ;
    line-height: 50px;
    padding: 0px 20px;
    top: 0px;
    z-index: 50000;
}
nav #menu_principal{
    float: left;
    width: 80%;
    display: flex;
    justify-content:space-between;  
}
#connexion ion-icon
{
  font-size: 20px;
  font-weight: 800;
  margin-bottom: -5px;
  color: white;
  margin-right: 10px;
}
#nombre
{
    float: left;
    width: 100%;
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
}
#nombre img
{
    width: 400px;
    float: left;
    margin: 35px 0px;
}
.in{
    float: left;
    width: 100%;
    display: flex;
    color: white;
    padding: 20px 0px;
    flex-direction: column;
}
.in h3{
margin-bottom: 20px;
}
.startistique{
    float: left;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
    width: 100%;
}
.start{
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    line-height: 30px;
    margin-top: 20px;
    padding: 20px;
    border-radius: 8px;
    background-color:  rgba(28, 121, 197, 0.63);
}
.start h3{
    font-size: 30px;
}
.start img{
    background-color: brown;
    width: 70px;
    float: left;
}
.inscription
{
    display: flex;
    justify-content: center;
    align-items: center;
   float: left;
   width: 100%;
   padding: 30px 15%;
  
}
.inscription form {
    float: left;
    width: 70%;
    display: flex;
    flex-direction: column;
}

.erreur{
    
    color: white;
    float: left;
    background-color: rgba(255, 0, 0, 0.678);
    padding: 7px 10px;
    border-radius: 6px;
    
}
.veri input::-webkit-inner-spin-button,
.veri input::-webkit-outer-spin-button
{
  display: none;
}
#voir
{
float: left;
width: 100%;
}
.titre{
    float: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    background-color:#c1710e8f ;
   
    padding: 30px 5%;
}
.titre h2{
    text-align: center;
    margin-bottom: 20px;
    color: rgb(255, 249, 249);
    text-transform: uppercase;
}
.titre .nombre{
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    color: rgb(20, 20, 20);
    font-weight: 500;
    
}
.nombre ion-icon{
    font-size: 25px;
}
.nombre div{
    display: flex;
    gap: 8px;
}
.video{
    float: left;
    width: 100%;
}
.popular a{
    text-decoration: none;
    color: white;
}


.envoir{
    float: left;
    width: 100%;
    height: 7.5vh;
    padding: 20px 30px;
    background-color:#c1710e;
    
}
.envoir nav{
    float: left;
    display:flex;
    justify-content: space-around;
    position:fixed;
    left: 0;
    width: 100%;
    color: white;
    margin-bottom: 20px;
    height:50px ;
    line-height: 50px;
    padding: 0px 20px;
    top: 0px;
    z-index: 50000;
}
.video
{
 float: left;
 width: 100%;
 display: grid;
 gap: 20px;
 padding: 30px 5%;
 grid-template-columns: repeat(2,1fr);
}
.infovid a{
 text-decoration: none;
}
.fotexte{
    color: rgba(0, 0, 0, 0.623);
    text-align: center;
    margin-top: 70px;
}
.infovid button{
    background-color:#063a51 ;
    padding: 10px 10px;
    border-radius: 7px;
    border: none;
   }
.infovid a{
    color: white;
}
.video h4
{
   margin: 20px 10px;
}
.video video{
    float: left;
    width: 100%;
}
.video p
{
   float: left;
   width: 100%;
   text-align: justify;
   margin: 15px 0px;
}
.objectif
{
background-color:#c1710e8f ;
padding: 20px;
float: left;
width: 100%;
border-radius: 5px;
}
.object
{
 float: left;
 width: 100%;
 display: grid;
 gap: 20px;
 padding: 20px 5%;
 grid-template-columns: repeat(2,1fr);
}
.object h5{
    margin: 20px 0px;
    text-transform: uppercase;
}
.prerequis{
    background-color: rgba(185, 67, 24, 0.507);
    padding: 20px;
    float: left;
    width: 100%;
    border-radius: 5px;
}
.no{
    float: left;
    width: 100%;
    position: absolute;
    position: fixed;
    display: grid;
    place-items: center;
    background-color: #063a5175;
    padding: 30% 20%;
    height: 100%;
}
.affiche
{
 display: flex;
 width: 100%;
 float: left;
 flex-direction: column;
}
.affiche span ion-icon{
    font-size: 25px;
    float: left;
    color: red;
    cursor: pointer;
    margin-bottom: 20px;
}
.affiche div{
background: #eb8430c7;
 padding: 20px;
 border-radius: 8px;
 text-align: center;
 color: white;
 display: flex ;
 flex-direction: column;
 width: 100%;
 line-height: 25px;
}
.affiche div h4 {
    margin-top: 20px;
}
.colornotif{
    text-decoration: underline;
    color: #05365f;
}
#forms{
    background-color:#c1710e;
    padding: 30px;
}
#forms label{
    font-size: 20px ;
    color: white;
    margin-bottom: 10px;
}
#forms button{
    padding: 8px 0px;
    margin: 15px 20%;
    background-color: #05365f;
    text-transform: uppercase;
    color: white;
    border-radius: 6px;
    border: none;
}

#forms input{
  padding: 8px 10px;
  margin-bottom: 10px;
  border-radius: 8px;
  border: none;
}
#forms select{
    padding: 8px 10px;
    border: none;
    margin: 10px 0px;
    border-radius: 6px;
}
#forms option{
    border: 2px solid #05365f;
    font-size: 16px;
}
#forms .date{
    font-family: 'Times New Roman', Times, serif;
    font-size: 20px;
}
.us{
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.objectif p{
    text-align: justify;
}
.prerequis p{
    text-align: justify;
}
.use{
    display: flexbox;
    align-items: center;
    float: left;
    width: 80px;
    cursor: pointer;
    height: 40px;
    padding: 6px 4px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.scrolled .use
{
    background-color: white;
}
.use ion-icon{
    font-size: 20px;
}
.ligne{
    border-bottom: 1px solid rgba(235, 229, 229, 0.596);
    float: left;
}
.nom{
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    padding: 30px 5%;
    gap: 20px;
}
.mode{
    padding-top: 70px;
    float: left;
    width: 100%;
    
}
.mode h3{
    text-align: center;
    text-transform: uppercase;
}
.modu{
    float: left;
    background-color: #c1710e8f ;
    width: 100%;
    padding: 25px 2%;
    line-height: 5px;
}
.modudeux{
    float: left;
    width: 100%;
}
.modu a{
    text-decoration: none;
    color:  rgba(0, 0, 0, 0.733);
}

.modu .top{
    background-color: white;
    color:  rgba(21, 22, 22, 0.733);
    padding: 10px 8px;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 100%;
    float: left;
    box-shadow: 2px 1px 2px 0px rgba(0, 0, 0, 0.411);
}

.modu .top:hover {
    background-color: rgba(209, 202, 202, 0.219);
    display: block;
    display: flex;
    justify-content: center;
    width: 100%;
}
.modu .top h4{
    display: flex;
}
.modu .top:hover .down_views{
    display: block;
    
}
.modu .top:hover .up_views{
    display: none;
    
}
.modudeux .top:hover .sousclass{
    display: block;
    display: flex;
    margin-top: 15px;
    width: 100%;
    justify-content: center; 
    
}
.modudeux .sousclass{
    display: none;
    
}
.sousclass img{
    width: 16px;
    margin-left: 7px;
    margin-top: -3px;
}
.sousclass ul li{
    font-size: 15px;
    text-align: justify !important;
    float: left;
    font-weight: 700 !important;
    color: black !important;
  
}

.sousclass ul{
    float: left;
    display: flex;
    text-align: justify;
}

.nom video{
    float: left;
    width: 100%;
}
.infovid h4{
    text-align: justify;
}
.modu h3{
    text-transform: uppercase;
    color: black;
}
#cours{
    display: none;
    background-color: red !important;
}
#entrez{
    border: none;
    padding: 8px 10px;
    background-color:#063a51 ;
    color: white;
    border-radius: 5px;
}
#entrez{
    margin-top: 20px;
}
.infovid button{
    color: white;
    
}
.progresse{
   background-color: rgb(0, 255, 106);
   float: left;
   height: 20px;
   margin-right: 20px;
}
.contprogresse{
    float:left ;
    width: 200px;
    height: 20px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.404);
    box-shadow: 1px 3px 3px 0px;
    overflow: hidden;
}
.nombrepou{
    margin-left: 18px !important;

}
#progress{
    display: none;
    position: fixed;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    right: 20px;
    bottom: 50px;
    place-items: center;
    cursor: pointer;
    z-index: 3000;
  }
  #progress-value{
    display: block;
    background-color: #ffffff;
    height: 80%;
    width: 80%;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 25px;
  }
  #progress-value img{
    width: 20px;
  }

  #notification{
    float: left;
    width: 100%;
    height: 100%;
    position: fixed;
    display: flex;
    justify-items: center;
    padding: 0px 15%;
    align-items: center;
    z-index: 9200;
  }
  .notifaffiche span img{
    width: 17px;
    float: left;
    cursor: pointer;
    background-color: none;
    border: none;
    margin-bottom: 20px;
}
.notifaffiche p{
    margin: 7px 0px;
}
.footer button{
    background: transparent;
    border: none;
    box-shadow: none;
}
.notifaffiche{
    display: flex;
    flex-direction: column;
    color:black;
    width: 100%;
    padding: 30px;
    border-bottom: 2px solid  #063a51;
    border-top: 2px solid rgba(1, 51, 66, 0.87);
    line-height: 25px;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.432);
    background: white;
    border-radius: 10px;
    text-align: center;
    position: relative;
}
.notifaffiche span{
    font-weight: bold;
}
.notifaffiche::before{
    position: absolute;
    content: " ";
    height: 40px;
    width: 40px;
    background-color: white;
    bottom: -20px;
    left: 50%;
    transform: translate(-50%) rotate(45deg);
    border-right: 2px solid  #063a51;
    border-bottom: 2px solid  #063a51;
}
.footer{
    display: none;
}
#reseaux{
    position:fixed;
    right: 20px;
    bottom: 100px;
    z-index: 3000;

}
#reseaux  .internet{
    display: none;
    flex-direction: column;
    position: absolute;
    padding: 15px;
    top: -170px;
}

.closing{
    float: left;
    padding: 20px 3%;
    width: 100%;
}
#reseaux  .internet img{
    width: 35px;
    height: 35px;
    margin-bottom: 10px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.432);
}
#reseaux #live .pointer{
    width: 40px;
    height: 40px;
    display: block;
    right: 20px;
    border-radius: 50%;
    position: fixed;
    cursor: pointer;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.432);
}

#reseaux #live{
    display: flex;
    position: relative;
    width: 50px;
    height: 50px;
}
#reseaux .rive{
    width: 40px;
    display:none;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.432);
}

 #live:hover .internet {
    display: block; 
}
.forum
{
    float: left;
    width: 100%;
}
.forum h3{
    text-align: center;
    text-transform: uppercase;
    margin: 20px 0px;
}
.forum span{
    border-bottom: 2px solid#c1710e;
}
.forum form
{
   float: left;
   display: flex;
   flex-direction: column;
   width: 100%;
   padding: 30px 15%;
   padding-bottom: 45px;
}

.communication{
    float: left;
    width: 100%;
    height: 280px;
    padding: 45px;
    background-position: center;
    background-size: cover;
    background-blend-mode: multiply;
    background-color: #063a51;
}
.communication nav{
    float: left;
    display:flex;
    justify-content: space-around;
    position:fixed;
    left: 0;
    width: 100%;
    color: white;
    margin-bottom: 20px;
    height:50px ;
    line-height: 50px;
    padding: 0px 20px;
    top: 0px;
    z-index: 50000;
}

.forum form input{
    padding: 8px 10px;
    width: 70%;
    border:1px solid#c1710e;
}
.forum textarea{
    border: 1px solid#c1710e;
}
.forum button{
    border: none;
    box-shadow: none;
    background-color:#c1710e;
    color: white;
    margin: 20px 30%;
    padding: 10px;
    cursor: pointer;
    border: none;
    text-transform: uppercase;
  
}
.forum .formu{
    display: flex;
    margin-bottom: 20px;
    justify-content: space-between;
    gap: 17px;
    float: left;
}
.formu select{
    border: 1px solid#c1710e;
    padding: 8px 10px;

}

.formu option{
    line-height: 20px;
    border-radius: 5px;
    background-color: #063a51;
    color: white;
    cursor: pointer;
    margin-bottom: 29px;
    font-size: 16px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.service{
    float: left;
    width: 100%;
    padding: 20px 5%;
}
.infos_sevices{
    float: left;
    width: 100%;
    display: flex;
    flex-direction: row;
}

.infos_sevices div:nth-child(2){
    width: 70%;
    padding-bottom: 20px;
    flex-direction: column;
    
    display: flex;
    gap: 10px;
    text-align: justify;
    margin-left: 20px;
}

header nav   .logo{
    display: flex;
    width: 70%;
    float: left;
    justify-content: space-between;
   
}

.communication nav   .logo{
    display: flex;
    width: 70%;
    float: left;
    justify-content: space-between;
   
}
.envoir nav   .logo{
    display: flex;
    width: 70%;
    float: left;
    justify-content: space-between;
   
}
.entrez nav   .logo{
    display: flex;
    width: 70%;
    float: left;
    justify-content: space-between;
   
}
#connexion::after{
    background-color:  #063a51;
    transform: scale(1.3);
    content: " ";
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 18px;
   }
   #connexion li a{
    text-transform: capitalize;
    text-decoration: none;
    color: white;
   }
  
   #connexion li {
    list-style: none;
   }

   #connexion{
    display: none ;
    float: right;
    background-color:  #063a51;
    color: white;
    flex-direction: column;
    padding: 10px 25px;
    top: 50px;
    position: absolute;
    right: 10px;
    transition: all 1.5s ease;
   
   }
.succes{
    width: 100%;
    text-align: center;
    background-color: rgba(35, 190, 35, 0.377);
    border-radius: 8px;
    padding: 5px;
    margin-bottom: 17px;
}
.error{
    width: 100%;
    text-align: center;
    background-color: rgba(190, 35, 35, 0.377);
    border-radius: 8px;
    padding: 5px;
    margin-bottom: 17px; 
}
.image_voir{
    background-color:#c1710e;
    color: white;
    padding: 7px 8px;
    width: 15%;
    text-decoration: none;
    border-radius: 7px;
}
.logo a{
font-size: 15px;
}
.affichage .affi{
    float: left;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.centerInput{
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 30px 20px;
    justify-content: center;
}
.centerInput input{
    padding: 7px 10px;
    border: none;
    width: 300px;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
}
.centerInput button{
    padding: 7px 10px;
    border: none;
    border-top-right-radius: 8px;
   border-bottom-right-radius: 8px;
   cursor: pointer;
   color:  #063a51;
   text-transform: uppercase;
   background-color: white;
}


.centerInput span{
    border: 2px solid #063a51;
    border-radius: 8px;
    padding: 2px;
    background-color: #063a51;
}
.forum_un{
    float: left;
    width: 100%;
    padding: 30px;
    display: grid;
    box-sizing: border-box;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    grid-template-columns: repeat(2,1fr);
    gap: 30px;
}

.plans_un{
    width: 100%;
    padding: 30px 5%;
 
}

.table_plans{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
}
.table_plans table{
    width: 70%;
    border: 1px solid#c1710e;
}
.table_plans table thead tr th:nth-child(1){
    background-color: #c1710e85;
}
.table_plans table thead tr th:nth-child(2){
    background-color:  #c5b41c8c;
}
.table_plans table thead tr th:nth-child(3){
    background-color:  #c51c1c8c;
}
.table_plans table thead tr th{
    background-color: rgba(0, 128, 0, 0.295);
    left: 0px;
    text-transform: uppercase;
    right: 0px;
    padding: 10px;
    border:1px solid #c1710e ;
}
.table_plans table thead{
    border: 1px solid #c1710e;
}
#about{
    margin-top: 50px;
}
.table_plans table  tbody{
    border: 1px solid #c1710e;
}
.table_plans table  tbody tr th{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    border-right: 1px solid #c1710e;
    border-bottom: 1px solid #c1710e;
    padding: 10px 0px;
    font-weight: 500;
}
.forum_un a{
    text-decoration: none;
    float: left;
    width: 100%;
    color: rgba(0, 0, 0, 0.664);
}
.affichage h3{
    margin-bottom: 10px;
}
.important{
    background-color:#c1710e83;
    color: #05365f;
    border-radius: 4px;
    padding: 8px;
}
.infoscomment{
    float: left;
    display: flex;
    justify-content: space-between;
    margin: 10px 0px;
}
.comment{
    padding: 20px;
    float: left;
    width: 100%;
    border-bottom: 1px solid#c1710eaf;
    display: flex;
    cursor: pointer;
    flex-direction: column;
}
.comment:hover{
    transform: scaleX(0.9);
    background-color: #06508b75;
    transition: all 0.9s ease-in-out;
}
.comment ion-icon{
    font-size: 20px;
    margin-right: 15px;
    margin-bottom: -3px;
    color:#c1710eaf;
}
.com{
    float: left;
    display: flex;
    justify-content: space-between;
    margin: 10px 0px;
}
.thecomment .bold{
 font-weight: 700;
 font-size: 20px;
 float: left;
 margin: 18px 0px;
}

.lou{
    display: grid;
    place-items: center;
   
    width: 100%;
    padding: 20px;
    
}
.lou a{
    background-color: #063a51;
    width: 60%;
    border-radius: 8px;
    text-decoration: none;
    text-align: center;
    font-size: 13px;
    padding: 10px 10px;
    text-transform: uppercase;
    color: white;
}
.forum label{
float: left;
margin-bottom: 17px;
font-size: 18px;
color: #063a51;
}
.formu  #image{
    float: left;
}
.thecomment{
    float: left;
    width: 100%;
    padding: 20px 5%;
    flex-direction: column;
    margin-bottom: 30px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    text-align: justify;
    display: flex;
    overflow: hidden;
    box-shadow: 2px 2px 2px 2px rgba(8, 80, 173, 0.5);
}


.last{
    float: left;
    width: 100%;
    padding: 20px 5%;
}
.infomment{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 20px 7px;
}

.depu{
    text-align: center;
    font-size: 25px;
    font-weight: 600;
}
.infomment ion-icon{
    font-size: 20px;
    margin-bottom: -4px;
    margin-right: 15px;
}
.last #zoneCommentaires{
    float: left;
    width: 100%;
    margin-bottom: 20px;
    background-color: rgba(255, 68, 0, 0.151);
    border-radius: 4px;
    box-shadow: 3px 2px 2px rgba(0, 0, 0, 0.247);
    padding: 20px;
}
.last #zoneCommentaires:nth-child(even){
    background-color: rgba(0, 102, 255, 0.075);
}
.recherche form{
    position: absolute;
    bottom: 30px;
}
.interaction{
    display: flex;
    justify-content: space-between;
    background-color: #063a518c;
    border-radius: 10px;
    padding: 16px 20px;
    color: rgb(255, 255, 255);
}
.interaction .po{
   width: 80%;
}
.ji{
    background-color: #05375f57;
    padding: 20px 5%;
    height: 100vh;
}
.recherche form{
    float: left;
    width: 80%;
}
.recherche form input{
    padding: 10px 15px;
    width: 90%;
    border-radius: 10px;
    border: 2px solid #063a518c;
}
.recherche form {
    display: flex;
    flex-direction: row;
    gap: 20px;
}
.recherche form button{
    padding: 5px 18px ;
    width: 10%;
    background-color: #05365f;
    color: white;
    border-radius: 6px;
    border: none;
    text-transform: uppercase;
}

.link-comment{
    float: left;
    width: 100%;
    overflow: hidden;
}

.verification{
    float: left;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
     align-items: center;
}
.veri{
    float: left;
    width: 80%;
    background-color: #063a51;
    line-height: 30px;
    border-radius: 5px;
    display: flex;
    padding: 20px;
    align-content: center;
    align-items: center;
    flex-direction: column;
}
.veri h5{
    color: rgb(223, 219, 219);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.veri .usa{
    
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.veri .place{
    display: flex;
    float: left;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: rgb(223, 219, 219);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    gap: 20px;
}
.verification form{
    float: left;
    width: 100%;
    display: grid;
    align-items: center;
    gap: 10px;
    grid-template-columns: repeat(1,1fr);
}
.verification form input{
    width: 40px;
    height: 30px;
    padding: 15px ;
    border: 2px solid #e9ebec;
    background: transparent;
}
.verification form .btn{
 float: left;
 width: 100%;
 display: flex;
 justify-content: center;
 flex-direction: column;
 padding: 10px 25%;
}
.verification form .btn button{
    padding: 5px;
    text-transform: uppercase;
    border-radius: 8px;
    border: none;
    box-shadow: none;
    color: #063a51;
    font-weight: bold;
}
.verification form .tout{
    float: left;
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-direction: row;
}
#coda
{
    width: 100pxb;
}

.modudeux .down_views{
    display: none;
    
}
.modudeux  .up_views{
    display: block;
    
}
.modudeux ion-icon{
    font-size: 20px;
    color: rgb(0, 0, 0);
    margin-left: 8px;
    margin-top: -4px;

}
.offbut{
    border: none;
    color: white;
    background: none;
    font-size: 16px;
    cursor: pointer;
    
}
.like{
    background: none;
    border: none;
    cursor: pointer;
    
}
.like img{
    width: 20px;
}

/**
 * NOTIFICATION TOAST      pc
 */

 .notification-toast {
    position: fixed;
    bottom: 80px;
    left: 20px;
    right: 20px;
   background-color: white;
    max-width: 300px;
    color: #000000;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 15px;
    border-radius: 12px;
    box-shadow: 0 5px 20px hsla(0, 0%, 0%, 0.15);
    transform: translateX(calc(-100% - 40px));
    transition: 0.5s ease-in-out;
    z-index: 10000;
    animation: slideInOut 10s ease-in-out infinite;
    border: 1px solid #07007085;
  }
  
  @keyframes slideInOut {
  
    0%,
    45%,
    100% {
      transform: translateX(calc(-100% - 40px));
      opacity: 0;
      visibility: hidden;
    }
  
    50%,
    95% {
      transform: translateX(0);
      opacity: 1;
      visibility: visible;
    }
  
  }
  
  .notification-toast.closed { display: none; }
  
  .toast-close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    color: var(--sonic-silver);
  }
  
  .toast-close-btn ion-icon { --ionicon-stroke-width: 50px; }
  
  .toast-banner {
    width: 70px;
    height: 70px;
    border: 1px solid var(--cultured);
    border-radius: var(--border-radius-sm);
  }
  
  .toast-banner img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }
  
  .toast-detail {
    width: calc(100% - 85px);
    padding-right: 10px;
  }
  
  .toast-message {
    font-size: var(--fs-10);
    color: var(--sonic-silver);
    margin-bottom: 8px;
  }
  .toast-title {
    font-size: var(--fs-7);
    font-weight: var(--weight-500);
    color: var(--onyx);
  }
  
  .toast-meta {
    font-size: var(--fs-10);
    color: var(--sonic-silver);
  }

  /*-----------------------------------*\
    #SEARCH BOX
  \*-----------------------------------*/
  
  .header-actions {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  
  
  .search-container {
    position: fixed;
    inset: 0;
    background-color: var(--space-cadet_80);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition-1);
  }
  
  
  .search-container.active {
    opacity: 1;
    visibility: visible;
  }
  
  .search-container .container {
    max-width: 500px;
    width: 100%;
  }
  
  .search-close-btn {
    position: absolute;
    top: 40px;
    right: 40px;
    background-color: var(--white);
    font-size: 20px;
    padding: 10px;
    border-radius: 50%;
  }
  
  .search-wrapper { position: relative; }
  
  .search-field {
    background-color: var(--white);
    padding: 20px 40px;
    border-radius: var(--radius-6);
    color: var(--old-lavender);
    font-weight: var(--fw-500);
  }
  
  .search-field::-webkit-search-cancel-button { display: none; }
  
  .search-submit {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
  }
  .live{
    position: absolute;
    background-color: white;
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 100000;
    top: 0;
  }
  .live .centlive{
    display: grid;
    width: 100%;
    padding: 20px 5%;
    grid-template-columns: repeat(2,1fr);
    gap: 30px;
    justify-content: center;
  }

  .centlive .notre_live{
    display: flex;
    flex-direction: column;
     width: 70%;
  }
  .centlive .notre_live input{
    padding:5px 20px;
  
    margin-bottom: 15px;
  }
  .live .option_live a{
    text-decoration: none;
    background-color: #063a51;
    padding: 13px 15px;
    border-radius: 8px;
    text-align: center;
    
    color: white;
    
  }
 
  .live .option_live{
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 30px;
    background-color: white;
    width: 200px;
    box-shadow: 2px 2px 3px 2px #0303035d ;
  }
  .join{
    position: absolute;
    width: 100%;
    height: 100vh;
    background-color: #05375f60;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

  }
  .profilcent table {
    display: flex;
    flex-direction: column;
    float: left;
  }
.slowback{
    color: red;
    font-size: 20px;
    float: left;
    cursor: pointer;
}
.header-action-btn{
    background: none;
    color: white;
    box-shadow: none;
    border: none;
}
#progression{
    float: left;
    width: 100%;
    padding: 30px 20px;
}
#progression h2{
    border-bottom: 1px solid rgba(0, 0, 0, 0.678);
    margin-bottom: 25px;
    
}
.pro{
    width: 100%;
    display: flex;
    gap: 30px;
}
.recommande h2{
    border-bottom: 1px solid rgba(0, 0, 0, 0.678);
    margin-bottom: 25px;
}
.recommande{
    float: left;
    width: 100%;
    padding: 30px 40px;
    padding-bottom: 70px;
}

.scroollrecom ion-icon{
    font-size: 19px;
    color: #063a51;
}

.plus .recommande:nth-child(1){
    float: left;
    width: 100%;
    padding: 30px 40px; 
}
.recommande .scroollrecom{
    float: left;
    width: 100%;
    gap: 10px;
    background-color: #063a5171;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    overflow-x: scroll;
}
.scroolcours span
{
    display: flex;
    justify-content: space-around;
}
.recommande .scroolcours{
    float: left;
    padding: 20px 15px;
    background-color: white;
    border-radius: 10px;
    width: 250px;
}
.recommande .optionetu{
    float: left;
    width: 100%;
    display: flex;
    text-decoration: none;
    color: black;
    gap: 25px;
    flex-direction: row;
    background-color: white;
    margin-top: 20px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.514);
}
.recommande .optionetu img{
    float: left;
    width: 30px;
}

.recommande .scroolcours h5{
    text-align: center;
    margin: 10px 0px;
    color: #063a51;
}
.recommande  .imgcou{
    width: 100%;
    height: 100px;
}
.scroollrecom p{
    font-size: 10px;
}
.closin{
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}
.closin ion-icon{
    font-size: 20px;
}
.closin p{
    font-weight: 300;
    font-size: 18px;
}
.conclo{
    display: flex;
    flex-direction: column;
    float: left;
    width: 100%;
}
#progression  .tableprogress
{
 box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.616);
 float: left;
 width: 100%;
}
#progression  .tableprogress .headtable{
    float: left;
    width: 100%;
    padding: 10px 30px;
    background-color: #063a5198;
    display: flex;
    justify-content: space-between;
}
#progression  .tableprogress .headtable span{
    font-weight: 700;
}
#progression  .tableprogress .bodytable{
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.459);
}
#progression  .tableprogress .bodytable span:nth-child(1){
    border-right: 1px solid rgba(0, 0, 0, 0.459);
    float: left;
}
#progression  .tableprogress .bodytable span:nth-child(3){
    border-left: 1px solid rgba(0, 0, 0, 0.459);
    float: left;
}
#progression  .tableprogress .bodytable span{
    height: 100%;
    width: 100%;
    padding: 10px ;
    
}






/* preloader */


#preloader{
    background: rgb(31, 108, 200) url("../image/loading-animation.gif");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40%;
    height: 100vh;
    width:100%;
    position: fixed;
    z-index:100000;


}
.piedicon{
   float: left;
   width: 100%;
   display: flex;
   flex-direction: row;
   margin-top: 18px;
   gap: 18px;
}
.piedicon span{
    padding: 5px;
    background-color: white;
    border-radius: 7px;
}

.piedicon span ion-icon
{
 font-size: 20px;
 color: #063a51;
 text-align: center;
}
.pied ul li ion-icon{
    font-size: 20px;
    margin-right: 2px;
    color: white;
    margin-bottom: -4px;
}

.correcteur button{
    background: none;
    color: white;
    text-transform: uppercase;
    border: none;
}
.cle{
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 0px;
}
.copyright{
    color: white;
    font-size: 18px;
    font-weight: 400;
}
.copyright a{
    text-decoration: none;
    color: white;
}

#fiable img{
 width: 200px;
}

.blink{
    width: 100%;
    float: left;
    justify-content: flex-start;
}
.infosprof
{
    float: left;
    width: 100%;
    padding: 30px 20px;
}
.infosprof .plusinfos{
    float: left;
    width: 100%;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    background-color: #063a518e;
    padding: 20px;
    border-radius: 10px;
}
.infosprof .plusinfos div:nth-child(2){
   padding-top: 25px;
}
.infosprof .plusinfos p{
    text-align: justify;
}
.infosprof .plusinfos h4{
    font-weight: 400;
    margin-top: 20px;
    text-align: center;
}
.infosprof .plusinfos h3{
    text-align: center;
}
.infosprof .plusinfos img{
    border-radius: 50%;
    width: 150px;
    height: 150px;
}
#changeprof{
    border:none;
    padding:4px 3px;
    background-color: white;
    margin: 0px 40px;
    color: #063a51;
    margin-top: 10px;
    border-radius: 10px;
    cursor: pointer;
}
.jon{
    border: 1px solid #212122;
    padding: 30px;
}
#event
{
    float: left;
    width: 100%;
    padding: 25px 35px;

}
#event .evenement{
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 28px;
}
#event .evenement .imagelive{
    width: 100%;
    height: 170px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px 0px;
    overflow: hidden;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
#event .evenement .bling{
    box-shadow: 0 10px 50px 0 hsla(220, 53%, 22%, 0.1);
}
#event .evenement .imagelive:hover{
   
    transform: matrix(0.7);
}
#event .evenement .imagelive span{
    background-color: #063a51;
    color: white ;
    padding: 7px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    
}
#event .evenement .blinginf{
    padding: 20px 28px;
}
.blinginf a ion-icon{
    font-size: 20px;
    margin-bottom: -5px;
}
#event .evenement .blinginf span:nth-child(1){
    display: flex;
    font-weight: 400;
    gap: 20px;
    color: rgba(0, 0, 0, 0.822);
    margin-bottom: 28px;
}
#event .evenement .blinginf span:nth-child(2){
    color: #063a51;
    width: 100%;
    text-align: justify;
}
#event .evenement .blinginf a{
    text-decoration: none;
    color: white;
    background-color: #063a51;
    padding: 7px 10px;
    margin-top: 18px;
    border-radius: 8px;
    float: right;
    margin-bottom: 20px;
}
 #optionlive  {
    padding: 7px 15px;
    width: 80%;
    margin-bottom: 20px;
    border: 2px solid  #063a51;
    border-radius: 8px;
}
#yes{
    margin: 20px 30%;
    padding: 7px;
    border: none;
    background-color: #063a51;
    cursor: pointer;
    color: white;
   }
   .affiche div input{
    padding: 15px;
    border: none;
    border-radius: 7px;
   }
   .qui{
    float: left;
    width: 100%;
    padding: 30px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    
   }
   .qui img{
    width: 300px;
    height: 300px;
    box-shadow: 0 10px 50px 0 hsla(0, 0%, 3%, 0.1);
    border-radius: 10px;
    
   }
   .qui .impo{
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-bottom: 25px;
   }
   .qui .impo p{
    text-align: justify;
    margin-top: 20px;
   }
   .lie{
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
    padding: 30px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
   }
   .lie h4{
    color: #063a51;
   }
   .lie h3{
    color: #063a51;
   }
   .lie .qua img{
    float: left;
    width: 600px;
    height: 300px;
    box-shadow: 0 10px 50px 0 hsla(0, 0%, 3%, 0.1);
   }
   .quo span img{
    width: 30px;
   }
   .quo span{
    display: flex;
    gap: 20px;
    padding: 20px;
   }
   .quo span a{
    text-decoration: none;
    color: white;
    background-color: #063a51;
    border-radius: 6px;
    padding: 4px 10px;
   }

   .cleao{
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
   }
   .cleao form{
    display: flex;
    flex-direction: column;
    padding: 25px;
    gap: 25px;
    width: 35%;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 10px 50px 0 hsla(0, 0%, 3%, 0.1);
   }
   .cleao form input{
    padding: 6px;
   }
   .cleao form button{
    background-color: rgb(80, 80, 236);
    padding: 7px 15px;
     border: none;
     color: white;
     font-weight: 800;
     cursor: pointer;
   }
   .cleao form span:nth-child(1){
    display: flex;
    float: left;
    flex-direction: column;
   }
   .cleao form li{
    list-style: none;
    font-weight: 600;
   }
   .colorclass{
    background-color: rgb(80, 80, 236);
    color: white;
    font-weight: 700;
    padding: 10px;
    display: flex;
    align-items: center;
   }
   .cleao form img{
    width: 120px;
    margin-top: -20px;
   }
   .cleao form .kli{
    display: flex;
    justify-content: space-between;
   }
   

 
  /* Masquer les contrôles personnalisés du navigateur */
  video::-internal-media-controls-download-button {
    display: none;
  }

  video::-webkit-media-controls-enclosure {
    overflow: hidden;
  }
 nav .use{
    border: 1px solid rgb(255, 255, 255);
  }
  .scrolled .use{
    border: 1px solid #063a51;
    
  }


  .custum-file-upload {
    height: 20px;
    width: 100px;
    display: flex;
    flex-direction: row;
    align-items: space-between;
    float: left;
    gap: 10px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border: 1px dashed #cacaca;
    background-color: rgba(255, 255, 255, 1);
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0px 48px 35px -48px rgba(0,0,0,0.1);
  }
  
  .custum-file-upload .icon {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .custum-file-upload .icon svg {
    height: 80px;
    fill: rgba(75, 85, 99, 1);
  }
  
  .custum-file-upload .text {
    display: flex;
    flex-direction: row;
    width: 100%;
  }
  
  .custum-file-upload .text span {
    
    color: rgba(75, 85, 99, 1);
    text-align: justify;
    width: 100%;
  }
  
  .custum-file-upload input {
    display: none;
    
  } 

  
