@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{
    background-color: rgb(255, 255, 255);
     max-width: 2000px;
    display: flex;;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    height: 100vh;
}
.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:   rgba(248, 0, 0, 0.979);
    border-radius: 10px;
    width: 120px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 10px;
    z-index: -100;
    opacity: 0;
    top: 10px;
    
    
}
header .dispa-droite{

    justify-content: center;
    align-items: center;
    position: absolute;
    right: 400px;
    z-index: 3;
   
    font-size: 35px;
     opacity: 0;
    
}
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------------------------------*/
.bouton{
     position: fixed;
     height: 100px;
     width: 30px;
  display: none;
     right: 0;
     top: 25vh;
     border-radius: 10px 0px 0px 10px;
      
}
.container{
    width: 50%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    
}
.container .cathegorie{
    padding-top:20px;
    width: 90%;
    display: flex;
    justify-content: space-between;
}
.container .cathegorie i{
    margin-right: 5px;
    font-size: 25px;
  
}
.container .cathegorie a{
    color: rgb(136, 6, 136);
    transition: 400ms;
}
.container .cathegorie a:hover{
    color: rgb(223, 52, 0);
     
}
.container .recherche{

    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin-top: 15px;
    flex-direction: column;

}
.container .recherche form{
    height: 100px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.container .recherche form .barre{
    background-color: transparent;
    height: 50px;
    width: 80%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px ;
    border: 1px solid rgb(214, 207, 207);
    border-radius: 15px;
    overflow: hidden;
}
.container .recherche form .barre input{
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: none;
    outline: none;
    
}

.container .recherche form .barre i{
    font-size: 170%;
     
    margin-right: -20px;
    background-color:rgb(255, 54, 4);
    height: 100%;
    width: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: aliceblue;
    
}
.container .recherche .connection{
    background-color:rgb(0, 142, 224);
    padding: 30px;
     display: flex;
     justify-content: center;
     align-items: center;
    width: 300px;
    height: 50px;
    text-align: center;
    border-radius: 10px;
    color: white;
    font-weight: 800;
    transition: 300ms;
}
.container .recherche .connection:hover{
    color: rgb(255, 255, 0);
    font-weight: 800;
    background-color:rgb(0, 54, 4);

}

/*----------------------------offre-----------------------*/

.offre{
    background-color:rgba(7, 140, 173, 0.637);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

 
.offre .titre {
    padding: 10px;
    width: 40%;
   
}

.offre .titre h2{
    font-size: 1.5em;
    text-align: center;
    color: rgb(22, 5, 121);
}

.offre  .taches{
    display: flex;
    
    width: 70%;
    justify-content: space-around;
}
.offre  .taches .tache{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 200px;
    padding-top: 15px;
}
.offre  .taches .tache i{
    font-weight: 800;
    font-size: 3rem;
}
.offre  .taches .tache h3{
    font-size: 1.2rem;
    text-align: center;
}
.offre  .taches .tache p{
    text-align: center;
    color: rgba(8, 8, 68, 0.685);
}

.footer{
    padding: 20px;
}
.footer a{
    color: rgba(248, 0, 0, 0.979);
    font-weight: 500;
}

/*----------------------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------------------------------*/
.devenir{
  
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 60%;
    height: 10%;
}
.devenir a{
    background-color: rgb(219, 43, 12);
    padding: 10px 30px;
    border-radius: 20px;
    color: aliceblue;
    text-transform: uppercase;
    position: relative;
}

.devenir a::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0px;
    border-radius: 20px;
    background-color: rgba(231, 216, 0, 0.76);
    transition: 300ms;
    

}
.devenir a:hover::after{
    height:   100%;
}

@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;
        opacity: 1;
        z-index: 3;
    }
    .offre .titre{
        width: 80%;
    }
    .container .recherche .connection{
    
        padding: 20px;
         
        width: 300px;
        height: 40px;
  
 
    }
    .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{
        opacity: 1;
        left: 10px;
        top: 0px;
        font-size: 40px;
        
    }
    .offre{
        margin-top: 30px;
    }
   
    header .nave .nave-gauche{
        flex-direction: column;
        position: absolute;
        background-color: rgb(122, 224, 224);
        top: 0px;
        width: 0%;
        left: 0;
        height: 400px;
        overflow: hidden;
        backdrop-filter: blur(10px);
        
        transition: 300ms ease-in-out;
        
       
        
    }

    
     
}
 #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){
   .container .cathegorie{
    background-color: rgb(122, 224, 224);
     
    overflow: hidden;
    padding: 0;
    position: fixed;
    left: 0;
    top: 100px;
    height: 40vh;
    flex-direction: column;
    padding: 0px;
 
    width: 0px;
    transition: 0.3s;
     
    
   }

   .bouton{
    display: block;
    box-shadow: 0px 0px 10px 1px rgb(21, 41, 41);
    background-color: rgba(21, 194, 194, 0.548);
    z-index: 4;
   }
   #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;
}
.offre  .taches{
    flex-direction: column;
    align-items: center;
}




.container .recherche form .barre{
 
    height: 40%;
    
}

.container .recherche form .barre i{
    font-size: 100%;
    height: 100%;
    width: 20%;
}
.container .recherche .connection{
    
    padding: 20px;
     font-size: 10px;
    width: 150px;
    height: 40px;


}
.offre .titre h2{
    font-size: 5vw; 
}
 
}

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

