 
@import url('https://fonts.googleapis.com/css2?family=GFS+Neohellenic:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&family=Truculenta:opsz,wght@12..72,100..900&display=swap');

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    font-family: 'poppins',sans-serif;
    scroll-behavior: smooth;

    /* font-family: "GFS Neohellenic", sans-serif;
    font-family: "Roboto Mono", monospace;
    font-family: "Poppins", sans-serif;
   font-family: "Truculenta", sans-serif;*/
}
h1,h4{
    /*font-family: "GFS Neohellenic", sans-serif;
    font-family: "Roboto Mono", monospace;*/
    
   font-family: "Truculenta", sans-serif; 
}
.pre-header .logo img{
    width: 100px;

}
.pre-header{
    color: aliceblue;
    background-color:  rgb(255, 54, 4);
    max-width: 100vw;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 15vh;
     
}
.pre-header .logo h1{
    font-size: 4vh;
}
.pre-header .logo h2{
    font-size: 3vh;
}.pre-header .logo h3{
    font-size: 2vh;
}
.pre-header .logo{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4vw;
}
.pre-header .contact-pre-header{
    display: flex;
    gap: 3vw;
}
.pre-header .contact-pre-header a{
    color: rgb(247, 247, 247);
    font-size: 2vh;
    letter-spacing: 0px;
    font-weight: 400;
    transition: 300ms;
    text-transform: uppercase;
}
.pre-header .contact-pre-header a:hover{
    color: rgb(204, 107, 183);
   
}
.pre-header .contact-pre-header .fr{
    color: rgb(255, 255, 255);
  
    width: 6vw;
    height: 4vh;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px white solid;
    border-radius: 15px;
}



.body{
    background-color: antiquewhite;
   /*background:radial-gradient(rgba(0, 0, 0, 0.37),rgb(255, 255, 255)), url('/image/2657-removebg-preview.png'); */
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
     max-width: 2000px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  
 
    
     
}
.warning{
  display: none;
    }
/*-------------------HEADER--------------*/

header{
    display: flex;
    background-color: aquamarine;
    width:  100vw;
    justify-content: center;
    align-items: center;
    padding:0 10px;
    height: 40px;
    position: relative;


}
header .nave{
    display: flex;
    width: 95%;
    justify-content: space-between;
    align-items: center;
}
header .dispa{
    background-color:   rgb(255, 54, 4);;
    border-radius: 10px;
     
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: -42px;
    z-index: 3;
     display: none;
    top: 100px;
    padding: 1px 30px;
    transform: rotate(90deg);
    
    
}
header .dispa-droite{
    display: none;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 400px;
    z-index: 3;
   
    font-size: 35px;
   
    
}
header .dispa a{
    color: white;
}


header .nave .nave-gauche{
    display: flex;
    justify-content: space-between;
    width: 40%;
    align-items: center;
}
header .nave .nave-droite{
    display: flex;
    justify-content: space-between;
    align-items: center;

    width: 30%;
}
header .nave a{
    transition: 400ms;
    color: rgb(136, 6, 136);
    text-transform: uppercase;
}
header ul li.active a{
    font-weight: 800;
    color: rgb(255, 54, 4);
    
    cursor: default;
   

}

header .nave .logo a{
    color:rgb(255, 54, 4);
    font-weight: 800;
}
header .nave a:hover{
    color: rgb(255, 54, 4);
}
header .nave .nave-droite p{
    display: none;
}
header .nave .nave-droite .connexion{
    display: none;
    display: flex;
    width: 310px;
    justify-content: space-between;
    align-items: center;
}

header .nave .nave-droite .connexion a{
    
    height: 30px;
    width: 150px;
    text-align: center;
    border-radius: 10px;
    color:rgb(255, 54, 4);
    font-weight: 800;  
      border: 1px solid;
 
}

header .nave .nave-droite .connexion a:hover{
   color:rgb(255, 255, 255);
    font-weight: 800;
    
 background-color:rgb(255, 54, 4);
}

.forumaire-reponce{
    z-index: 45;
    background-color: rgba(41, 53, 107, 0.925);
    position: fixed;
    top: 0;
    height: 100vh;
    width: 100vw;
    flex-direction: column;
    display: flex;
    justify-content: center;
    cursor: pointer;
    align-items: center;
    color: rgba(245, 222, 179, 0.644);
    transform: translateY(-1000px);
    transition: 400ms ease-in-out;
   
}

form{ border: 1px solid rgba(245, 222, 179, 0.342);;
    display: flex;
    height: 70vh;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    background-color: rgb(41, 53, 107);
    width: 40vw;
    border-radius: 20px;
}
.forumaire-reponce form .titre{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.forumaire-reponce form .nom{
    background-color: rgb(56, 68, 121);
    display: flex;justify-content: center;
    align-items: center;
    height: 50px;
    width: 30vw;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.171);
}
.forumaire-reponce form  .nom input{
    width: 90%;
    height: 90%;
    outline: none;
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.63);
     
}
.forumaire-reponce form .valider{
    background-color: rgb(56, 68, 121);
    border: none;
    cursor: pointer;
}
.nom-text textarea{
    background-color: rgb(56, 68, 121);
    width: 30vw;
    border-radius: 10px;
    border:none;
    outline: none;
    font-size: 1.6vh;
    padding: 10px;
    color: rgba(255, 255, 255, 0.63);
}
.forumaire-reponce  form i{
    font-size: 2.3vw;
    cursor: pointer;
    transition: 400ms ease-in-out;
}
.forumaire-reponce  form i:hover{
    color: white;
}
.traitement{
    transform: translateY(000px);
}

/*---------------------------------container------------------------------*/
 
.container .titre h1{
    color: rgb(22, 5, 121);
    width: 70%;
    padding-top: 40px;
    margin: 0;
    position: relative;
   font-weight: 800;
}
.container .titre h1 span{
    color: rgb(253, 253, 253);
    background-color: rgb(1, 28, 87);
    position: relative;
    text-transform: uppercase;
    
 
}
.container .titre h1::first-letter{
    color: rgb(255, 54, 4);
    font-size: 8vh;

}
.container .titre h1::after{
    position: absolute;
    content: "";
    display: block;
    width: 4vw;
    height: 1vh;
    background-color: rgb(255, 54, 4);
    bottom: 10px;
    border-radius: 10px;
}
.container{
    width: 60vw;
    display: flex;
     flex-direction: column;
   border-right: 2px solid;
 
    
}
.container .matiere{
    background-color: antiquewhite;
    display: flex;

     margin:0 10px;
    justify-content: space-between;
    width: 95%;
}


.container .matiere i{
    color: rgb(255, 54, 4);
}
.container .matiere a{
    font-family: 'roboto',sans-serif;
    font-weight: 300;
    margin: 2vw 0;
    color: rgba(2, 95, 218, 0.986);
    font-size: 2vh;
    text-transform: uppercase;
  
    padding: 1vh 1vw;
     

}

.container .matiere .contenus-matieres{
    width: 70%;
  
}
.container .matiere .contenus-matieres h2{
    text-transform: uppercase;
    font-weight: 300;
    padding-top: 2vh 0;
    font-weight: 500;
    border-bottom: 1px solid;
    margin-bottom: 2vh;
}
.container .matiere .contenus-matieres .intros{
    background-color: antiquewhite;
    padding: 15px;
}
.container .matiere .contenus-matieres .intros .intro{
    color: rgb(0, 0, 0);
    padding-top: 20px;
}
.container .matiere .contenus-matieres .intros .intro  i{
    margin-right: 10px;
    font-style: 40px;
}
.container .matiere .liste-matiere{
    background-color: rgb(230, 202, 142);
    border-radius: 12px;
    height: 60vh;
}
.container .matiere .liste-matiere h2{
    text-transform: uppercase;
    font-weight: 300;
    padding: 2vh;
    font-weight: 400;
    
}
.container .matiere .liste-matiere .cours{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5vh;

}
.container .matiere .liste-matiere .cours li{
    border-bottom: 1px solid rgba(0, 0, 0, 0.199);
    
}
.container .matiere .liste-matiere .cours li a:hover{
    color: #ff7b00;
}
.container .matiere .contenus-matieres .intros .thematique{
    margin-top: 3vh;
    color: #030708d2;
    font-weight: 300;
   
}
.container .matiere .contenus-matieres .intros .thematique h4{
    color: rgb(3, 1, 29);
    font-weight: 400;
    font-size: 3vh;
}
.container .matiere .contenus-matieres .intros .thematique h4::first-letter{
    color: rgb(255, 187, 0);
    font-size: 5vh;
}
.container .matiere .contenus-matieres .intros .thematique a{
    color: #e67d1b;
    margin: 0;
    padding: 0;
    text-transform: lowercase;
    transition: 0.4s;
}
.container .matiere .contenus-matieres .intros .thematique a:hover{
    color: white;
}
.pieds{
    padding: 100px;
    background-color: #ff7b00;
}
/**********------------------------------------Footer------------------*/

.footer-bottom{
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 5vw;
    padding-bottom: 5vh;
    background-color:  rgb(255, 54, 4);

    
}
.footer-bottom .footer-left{
    gap: 3vh;
    display: flex;
    flex-direction: column;


}

.footer-bottom .footer-left .ligne{
    display: flex;
    justify-content: space-evenly;
    align-items: center;

}
.footer-bottom .footer-left .ligne i{
    padding: 0 10px ; 
    color: aliceblue;
}
.L1 i {
    color: rgb(144, 192, 11);
    font-size: 1vh;
    
    

}
.L1 a{
    text-transform: uppercase;
    letter-spacing: 0.01px;
    color: aliceblue;
} 
.footer-bottom .footer-left .ligne .icone-footer{
    color: aliceblue;
    background-color: transparent;
    width: 30px;
    height:  30px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid white;
    transition: 400ms;
}
.footer-left a{
    transition: 400ms;
}
.L0 h2{
    color: rgb(255, 255, 255);
    background-color: rgba(0, 39, 211, 0.637);
    padding: 1vh;
    box-shadow: 1px 1px 10px rgb(18, 21, 36);;
    font-weight: 800;
    text-transform: uppercase;
}
.L0 a{
    color: aliceblue;
}

 .footer-left a:hover{
    color: rgb(184, 187, 178);
 }
 
 .footer-bottom .footer-left .ligne .icone-footer:hover{
    background-color: rgb(0, 40, 100);
 }
 
 .footer-bottom .footer-droite{
     
    display: flex;
    flex-direction: column;
  
    justify-content: center;
    align-items: center;
    padding: 10px;
 }
 .footer-bottom .footer-droite a{
    
    color:rgb(255, 54, 4);
    font-weight: 800;
    font-size: 1.5vh;
    margin: 10px;
    width: 10vh;
    background-color: aliceblue;
   padding: 8px;
    border-radius: 10px;
    text-align: center;
    transition: 400ms;
    border: 1px rgb(255, 255, 255) solid;
 }
 .footer-bottom .footer-droite a:hover{
    background-color:rgb(255, 54, 4);
    color: aliceblue;
    border: 1px rgb(255, 255, 255) solid;
     
 }
 


/*----------------------------Query footer-----------------------*/

 @media screen and (max-width:1100px) {
    .footer-bottom{
        
        flex-direction: column;
    
    
    } 
 }
 @media  screen and (max-width: 550px) {
    .footer-bottom .footer-left .ligne {
        flex-direction: column;
    }
    .L0 h2{
       
        padding: 0.1vh;
        font-size: 2vh;
         
    }
/*-------   .footer-bottom{
        height: 0px;
        padding: 0;
        overflow: hidden;
    }-----------*/
 }


 
/*----------------------Les options dowi----------------*/

.option{
  
    position: relative
}
.nave-droite .langue{
    margin-top: 1px;
    right: -100%;
    position: absolute;
    border-radius: 20px;
 overflow: hidden;     
}

 .down-box{
    background-color: rgba(56, 5, 5, 0.856);
    width: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 500ms ease;
    position:relative;
    flex-direction: column;
    z-index: 1;
    height: 0px;
     
}
.langue .down-box a{
    
    color: white;
}
.langue .down-box .down{
    display: flex;
    height: 100px;
    width: 100%;
    align-items: center;
    justify-content: space-evenly;
    background-color: rgb(7, 95, 95);
 
}
.langue .down-box .text a{
    color: blueviolet;
}
.langue .down-box .text{
    height: 200px;
     padding: 15px;
    background-color: aliceblue;
}
.hiden{
  
    height: 200px;
}

/*-----------------MEDIA------------------------------*/


@media screen and  (max-width: 1500px){  
    header .nave .nave-gauche{
        width: 50%;    
    }
    header .nave .nave-droite{ 
        width: 40%;
    }  
    .container{
        width: 65%;
    }
}

@media screen and  (max-width: 1230px){  
    header .nave .nave-gauche{
        width: 55%;    
    }
    .container{
        width: 70%;
    }
    .container .titre h1{
        padding: 15px;
        font-size: 20px;
        text-align: center;
        text-align: center;
    }
 
}

@media screen and  (max-width: 1110px){  
    header .nave .nave-gauche{
        width: 75%;
    }
    .container{
        width: 85%;
    }
    header .nave .nave-droite{
       position: absolute;
        background-color: rgb(122, 224, 224);
        z-index: 3;
        top: 0px;
        right: 0;
        width: 000px;   
        flex-direction: column; 
        
        
         overflow: hidden;
        transition: 300ms ease-in-out;
         
        

    }
    header .nave .nave-droite p{
        display: block;
    }
    header .nave .nave-droite a{
        gap: 15px;;
        display: flex;
        width: 50%;
        justify-content: space-evenly;
        align-items: center;
    }
    .container .titre h1{
        padding: 15px;
        font-size: 20px;
        text-align: center;
    }
    header .nave  .connexion{
         padding-top: 18px;
         gap: 10px;
        flex-direction: column;
    }
    header .dispa{
         
        cursor: pointer;
        display: block;
    }
   
    
    .nave-droite .langue{
        margin-top: 1px;
        right: -150%;
        
          
    }
    
 
}

@media screen and  (max-width: 865px){  
    header .nave .nave-gauche{
        width: 75%;
    }
    .container{
        width: 100%;
    }

}


@media screen and  (max-width: 850px){  
    header .dispa-droite{
        display: block;
        left: 10px;
        top: 0px;
        font-size: 40px;
        
    }
    .offre{
        margin-top: 30px;
    }

  
    .container .membre .membre-g {
     
        width: 90%;
    }
    .container .membre .membre-d {
      
        width: 90%;
    }
    h1{
        font-size: 7vw;
    }
    .body .titre a {
        font-size: 7vw;
    }
 

    header .nave .nave-gauche{
        flex-direction: column;
        position: fixed;
        justify-content: center;
        align-items: center;
        top: 0px;
        gap: 100px;
        width: 0%;
        left: 0;
        height: 100vh;
        overflow: hidden;
        background-color: #000000cc;
        backdrop-filter: blur(10px);
        
        transition: 300ms ease-in-out;
        
       
        
    }
  

 

 

/*--------------------down------------------*/

header .nave .nave-gauche .special{
 
    all: initial;
    display: block;
    text-align: center;
    width: 100%;
    min-height: 9px 0px;
     
 
}
header .nave .nave-gauche .special .basbas{
  
    all: initial;
    display: block;
    width: 100%;
    height: 100%;
     
}

header .nave .nave-gauche  .boiteboite{
    all: initial;
    display: block;
    width: 100%;
    height: 100%;
    display: none;
}
header .nave .nave-gauche  .flexeur{
  
    
    all: initial;
    
    overflow: hidden;

    position: static;
    display: flex;
   height: 100px;
    width: 100%;
    flex-direction: column;
    gap: 0px;
    justify-content: space-evenly;
     
    
    
}


header .nave .nave-gauche .special .basbas .boiteboite .flexeur a{
    all: initial;
    
    color: #cac5af;
    font-weight: 500;
     padding: 0 20px;
     text-transform: uppercase;
     cursor: pointer;
     height: 45px;
     text-align: center;
     

}
 

header .nave .nave-gauche .special .basbas .boiteboite .flexeur a:hover{
    
    background-color: #e0e2e7;
    color: #000000;
    font-weight: 500;
     
     text-transform: uppercase;
     cursor: pointer;
     

}
 
header .nave .nave-gauche .special:hover      .boiteboite{
  
    
     display: block;
  
}



 

 
 
     
}
 #Go-gauche{
    padding: 30px;
    width: 100%;  
    box-shadow: 0px 0px 10px 1px rgb(21, 41, 41);
}
#Go-droite{
    padding: 50px;
    width: 100%; 
    box-shadow: 0px 0px 10px 1px rgb(21, 41, 41);
}
@media screen and  (max-width: 500px){
    .offre{
        background-color:rgba(7, 140, 173, 0.637);
        background-color: transparent;
        width: 100%;
    }
  
    #dispa-cathegorie{
        width: 100%;
        padding: 30px;
        box-shadow: 1px 1px 10px 1px ;
       }
   .container .titre{
    
    width: 70%;
     padding-top: 40px;
    margin: 0;
   
}
.container .titre h1{
    font-size: 5vw;
}
  
.cacher{
    display: none;
 }
 
}
@media screen and  (max-width: 300px){
    .cacher-tout{
        display: none;
    }
}

@media screen and  (max-width: 200px){
    .body{
        display: none;
    }
    .warning{
        display: block;
          }
}

