 
@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;
    width:  100vw;
    background-color: aquamarine;
    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);
}

/*---------------------------------container------------------------------*/
.container{
    width: 90vw;
    display: flex;
     flex-direction: column;

 
    
}
.container .titre{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.container .titre p{
    color: rgb(22, 5, 121);
    
    padding: 15px 0;
   text-align: center;
    position: relative;
   font-weight: 300;
}

.container .titre h1{
    color: rgb(22, 5, 121);
    width: 70%;
    padding-top: 40px;
    margin: 0;
    position: relative;
   font-weight: 800;
   text-align: center;
}
.container .titre h1 span{
    color: rgb(253, 253, 253);
    background-color: rgb(1, 28, 87);
    position: relative;
    text-transform: uppercase;
    
 
}
.container .professeur{
    width: 100%;
 gap: 15px;
    padding: 2vw;
    border-radius: 20px;
    display: flex;
    flex-direction: column;



}
.container .professeur .ligne{
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.container .professeur .ligne a{
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    width: 48%;
    background-color: #0ec6d38e;
    border-radius: 10px;
    box-shadow: 0 0px 10px;
}
.container .professeur .ligne a img{
    width: 350px;
    height: 350px;
    margin: 2.5%;
    border-radius: 20px;
}
.container .professeur .ligne a .informations{
    display: flex;
    flex-direction: column;
    gap: 4vh;
    padding: 12px;
}
.informations .tete h1{
    font-size: 3vh;
}
.informations .tete ul{
    display: flex;
    gap: 8px;
}
.informations .tete ul li{
    font-size: 1.5vh;
    color: black;
    font-weight: 200;
}
.informations .tete ul li i{
    font-size: 0.8vw;
   color: #2716067e;
}
.informations .tete h2{
    font-size: 0.8vw;
    margin: 1vh 0;
    color: rgb(0, 0, 0);
}
.informations   p{
    color: black;
}
.informations .texte .vente{
display: flex;
flex-direction: column;
gap: 10px;
margin-top: 10px;
}
.informations .texte .vente p{
    font-weight: 200;
}
.contacter ul{
    width: 100%;
    display: flex;
    justify-content: center;
}
.contacter ul li{
    border: 1px black solid;
    width: 55%;
    text-align: center;
    border-radius: 8px;
}
.contacter ul .active-but
{
    background-color: rgb(10, 128, 197);
    color: aliceblue;
}


.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;
    
    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);
}
@media screen and (max-width:1550px) {
 
    .container .professeur .ligne{
        width: 100%;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            gap: 20px;
        } 
     
.container .professeur .ligne a{
    display: flex;
    justify-content: space-between;
    width: 80%;
    background-color: #0487918e;
    border-radius: 15px;
    
}
.container .professeur .ligne a img{
    width: 300px;
    height: 250px;
}
    
 }   
 
@media screen and (max-width:1000px) {
 
    .container .professeur .ligne{
  
            gap: 20px;
        } 
     
.container .professeur .ligne a{
    display: flex;
    justify-content: space-between;
    width: 100%;
    background-color: #0487918e;
    
    border-radius: 15px;
}
.container .professeur .ligne a img{
    width: 300px;
    height: 250px;
}
    
 }   

 @media screen and (max-width:800px) {
 
    .container .professeur .ligne{
  
            gap: 10px;
        } 
     
.container .professeur .ligne a{
    display: flex;
    justify-content: space-between;
    width: 100%;
    background-color: #0487918e;
    flex-direction: column;
    border-radius: 15px;
}
.container .professeur .ligne a img{
    width: 80%;
    height: 100%;
    margin-left: 50%;
    transform: translateX(-50%);
}
    
 }   









.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;
    cursor: pointer;
 }
 .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%;
    }  
 
}

@media screen and  (max-width: 1230px){  
    header .nave .nave-gauche{
        width: 55%;    
    }
  
    .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%;
    }
 
    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;
    }
  
    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%;
    }
  

}


@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;
  
}


header {
    z-index: 1000;
}
 

 

 
 
     
}
 #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 ;
       }
  
 
  
.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;
          }
}

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

header .nave .nave-gauche .special{
 
    position: relative;
}
header .nave .nave-gauche .special .basbas{
  
   position: absolute;
   left: 0%;
     
}

.boiteboite{
   display: none;
}
.flexeur{
  
   display: flex;
   flex-direction: column;
   justify-content: center;
   margin-left: -25%;
   
   align-items: center;
  
   width: 250px;
   background-color:rgb(20, 17, 17);
   gap: 15px;
   z-index: 6000;
   border-radius: 15px;
   margin-top: 30px;
   min-height: 130px;
   
   
    
    
    
}

header .nave .nave-gauche .special:hover  .boiteboite{
   display: block;
  
}
header .nave .nave-gauche .special .basbas a{
    
   padding: 0 8px ;
   border-radius:  20px;
   font-weight: 700;

}
header .nave .nave-gauche .special .basbas a:hover{
   background-color: #ffffff;
   padding: 8px  ;
   color: rgb(20, 17, 17);
   font-weight: 800;
}


