@import url('https://fonts.googleapis.com/css2?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:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,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;
}
.pre-header .logo img{
    width: 100px;

}
.pre-header{
    color: aliceblue;
    background-color:  rgb(40, 27, 209);
    max-width: 100vw;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 8vh;
     
}
.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 .logo a{
    color: aliceblue;
}
.pre-header .contact-pre-header{
    display: flex;
    gap: 3vw;
}
.body .logo-ligne{
    
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 300px;
}
.body .logo-ligne a{
    font-size: 41px;
    color:blueviolet;
    font-weight: 800;
    margin-bottom: 0;
    text-align: center;
}
.body .logo-ligne p{
    text-transform: uppercase;
    font-weight: 500;
   text-align: center;
    margin-bottom: 0;
}
.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: rgb(255, 255, 255);
   /*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: space-between;
    align-items: center;
    flex-direction: column;
  
    height: 85vh;
    
     
}
.warning{
  display: none;
    }
/*-------------------HEADER--------------*/

header{
    display: flex;
    width:  100vw;
    justify-content: center;
    align-items: center;
    padding:34px 10px;
     
    position: relative;
    background-color: rgb(20, 17, 17);
    margin-top: 20px;


}
header .nave{
    display: flex;
    width: 65%;
    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{

    justify-content: center;
    align-items: center;
    position: absolute;
    right: 400px;
    z-index: 3;

   
    font-size: 35px;
    display: none;
    
}
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: 40%;
}
header .nave a{
    transition: 400ms;
    color: rgb(255, 255, 255);
    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 .titre{
    color: rgb(22, 5, 121);
    width: 100%;
    padding-top: 10px;
    margin: 0;
   
}
.container{
    width: 50%;
    display: flex;
     flex-direction: column;
     gap: 30px;
    
   
 
    
}
.container .titre .annonce{
    font-weight: 400;
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 20px;
    flex-direction: column;
    gap: 20px;
}
.container .titre .annonce p{
     
    color: black;
}
.container .titre .annonce ul{
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-left: 45px;
 
}
.container .titre .annonce ul li{
    list-style-type: square;
}
.container .membre{
    background-color: rgb(167, 158, 158);
    background-color: rgba(101, 117, 148, 0.13);
    padding: 20px;
    border-radius: 15px;
     display: flex;
     gap: 4vw;
     align-items: center;
     justify-content: space-between;
}
.container .membre h2{
    font-family: 'Roboto',sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 20px;
}
.container .membre i{
    color: rgb(255, 54, 4);
}
.container .membre a{
    font-style: italic;
    color: rgba(2, 95, 218, 0.986);
    font-size: 1.5vh;

}
.container .membre .membre-g{
   
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.container .membre .membre-g ul{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.container .membre .membre-g ul li{
    border-bottom: 1px dotted rgb(182, 182, 182);
} 

.container .membre .membre-g ul   a{
    background-color: rgb(228, 82, 15);
    text-align: center;
    border-radius: 10px;
    color: #ffffff;
    font-weight: 800;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
} 
.container .membre .membre-g ul   a:hover{
    color: rgb(0, 64, 121);
}
.container .membre .membre-d{
    display: flex;
    gap: 12px;
    flex-direction: column;
}
.container .membre .membre-d .nav{
  
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 10px;
}
.container .membre .membre-d .nav a{
    background-color: rgb(204, 41, 0);
    width: 200px;
    text-align: center;
     height: 40px;
     display: flex;
     justify-content: center;
     align-items: center;
     color: aliceblue;
     border-radius: 15px;
     font-size: 20px;
     transition: 300ms ease;
   
}
.container .membre .membre-d .nav a:hover{
    background-color: rgb(255, 51, 0);
 
   
}
.container .membre .membre-d p{
    font-weight: 600;
    font-style: italic;
    color: #053cee;
    font-size: 15px;
}
.avantage{
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.container .membre .membre-d   h2{
    color: rgb(0, 0, 0);
    font-weight: 500;
    border-bottom: 2px solid rgba(24, 1, 1, 0.849);
}
.container .membre .membre-d .avantage ul{
    display: flex;
    flex-direction: column;
    gap: 1px;
}
.container .membre .membre-d .avantage li{
    list-style-type: circle;
    margin-left: 15px;
    font-weight: 300;
}

/**********------------------------------------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;
    
    
    } 
 }


 
/*----------------------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;
    
    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: 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;
    }
    .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: 950px){  
    header .nave .nave-gauche{
        width: 75%;
    }
 
    .container .membre{
        flex-direction: column;
    }

}


@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: 510px){
    .offre{
        background-color:rgba(7, 140, 173, 0.637);
        background-color: transparent;
        width: 100%;
    }
    .container {
        width: 90%;
        align-items: center;
        justify-content: center;
    }
    .container .membre .membre-d .nav {
        flex-direction: column;
    }
    .container .membre .membre-g ul a{
        width: 60%;
         
    }
    .body .logo-ligne {
        width: 60%;
    }
    .body .logo-ligne  a{
        font-size: 8vw;
    }
  
    #dispa-cathegorie{
        width: 100%;
        padding: 30px;
        box-shadow: 1px 1px 10px 1px ;
       }
   .container .titre{
    
    width: 80%;
     padding-top: 30px;
    margin: 0;
   
}
.container .titre h1{
    font-size: 5vw;
}
  
.cacher{
    display: none;
 }
 .footer-bottom .footer-left .ligne {
    flex-direction: column;
}
.L0 h2{
   
    padding: 0.1vh;
    font-size: 2vh;
     
}
.container .titre .annonce p{
    text-align: center;
}
/*-------   .footer-bottom{
    height: 0px;
    padding: 0;
    overflow: hidden;
}-----------*/
.container{
background-color: #e0e2e7;

}
 
}

 
@media screen and  (max-width: 300px){
    .cacher-tout{
        display: none;
    }
    

}

@media screen and  (max-width: 300px){
    .body{
        display: none;
    }
    .warning{
        display: block;
          }
}
.content-icone{
    display: flex;
}
/*--------------------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;
}


