@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;
}
 
 
 
 
  
.body .titre a{
    font-size: 41px;
    color:rgb(255, 255, 255);
    font-weight: 800;
    
    text-align: center;
    text-transform: uppercase;
}
.body .titre p{
    text-transform: uppercase;
    font-weight: 500;
   text-align: center;
    margin-bottom: 0;
    color: #e0e2e7;
    margin-top: -30px;
}
 



.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;
     
}
.warning{
  display: none;
    }
/*-------------------HEADER--------------*/

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


}
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------------------------------*/
 
.titre{
    background-color: #7581a8;
    color: rgb(22, 5, 121);
    width: 100%;
    background: url('/portrait-jeune-homme-africain-ecouteurs-mur-sombre-espace-copie_155003-39164.jpg');
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
   
}
.container{
    margin-top: -100px;
    width: 50%;
    display: flex;
     flex-direction: column;
     gap: 30px;
    
   
 
    
}

.titre  {
    font-weight: 400;
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 20px;
    flex-direction: column;
    gap: 20px;
}

.titre  p{
     
    color: black;
}
 
.avantage{
   
    width: 100%;
}




 
.membre{
    background-color: rgb(167, 158, 158);
    background-color: rgba(101, 117, 148, 0.13);
    background-color: #fbfcff;
    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;
    justify-content: center;
    width: 45%;
}
.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;
}
.descripts {
    width: 100%;
    display: flex;
    justify-content: center;
    
    flex-direction: column;
    align-items: center;
     padding: 20px;
     gap: 30px;
    
}
.descripts .ligne{
    display: flex;
    gap: 40px;
    justify-content: center;
    align-items: center;
    
    

}
.descripts .ligne .text{
    background-color: #fcf9f9;
    width: 400px;
     height: 300px;
     display: flex;
     justify-content: center;
     align-items: center;

}
.descripts .ligne .text .boitei::after{
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    height: 10px;
    width: 0%;
    transition: 3s;
    background-color: #7104a3;
    border-radius: 10px;
}
.descripts .ligne .text .boitei:hover::after{
 
    width: 100%;
}
.descripts h1, .descripts p{
    text-align: center;
}
.descripts .ligne .text .boitei h2{
    text-align: center;
    text-transform: uppercase;
    margin: 10px;
}
.descripts .ligne .text .boitei p{
    text-align: center;
}
.descripts .ligne .text .boitei{
    position: relative;
    width: 90%;
    height: 90%; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:center ;
    background-color: #ffffff;
    background-position: center;
    background-size: 80%;
    transition: 400ms;
    padding: 15px;
    border-radius: 15px;
    box-shadow: 1px 10px 10px ;
}
.descripts .ligne .text .boitei:hover{
    transform: translateY(-20px);
    width: 100%;
    background-size: cover;
}
@media screen and (max-width:1800px){
    .descripts .ligne{
         
        flex-direction: column;
    }
    .descripts .ligne .text{
        
        width: 80%;
    }
}
@media screen and (max-width:500px){
    .descripts{
        padding: 0 ;
    }
 
    .descripts .ligne .text{
       
     padding: 0;
        width: 100%;
    }
    .descripts .ligne .text .boitei{
         
      padding: 0 10px;
        width: 100%;
    }
}
/**********------------------------------------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;     
}
.container {
    background-color: #cac5af;
}
 .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%;
    }
.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;
    }
  .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 {
        margin: 0;
        width: 95%;
        align-items: center;
        justify-content: center;
    }
    .container .membre .membre-d .nav {
        flex-direction: column;
    }
    .container .membre .membre-g ul a{
        width: 90%;
         
    }
    .container .membre .membre-d {
        width: 85%;
    }
    .body .titre {
        width: 100%;
        padding: 10px;
    }
    .body .titre  a{
        font-size: 8vw;
    }
  
    #dispa-cathegorie{
        width: 100%;
        padding: 30px;
        box-shadow: 1px 1px 10px 1px ;
       }
 .titre{
    
    width: 80%;
     padding-top: 30px;
    margin: 0;
   
}
.titre h1{
    font-size: 5vw;
}
  
.cacher{
    display: none;
 }
 .footer-bottom .footer-left .ligne {
    flex-direction: column;
}
.L0 h2{
   
    padding: 0.1vh;
    font-size: 2vh;
     
}
 .titre   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;
}
 
 
 