@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;
}
:root{
    --colreg:#078edd;
    --blanc:#fff;
}
.body{
  
    background:radial-gradient(rgba(0, 0, 0, 0.37),rgb(255, 255, 255)), url('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;
    justify-content: center;
    align-items: center;
    padding:0 10px;
    height: 40px;
    position: relative;
    background-color: rgb(20, 17, 17);
    height: 150px;

}
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;
    
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 10px;
    z-index: 3;
    opacity: 0;
    top: 10px;
    height: 0px;
    overflow: hidden;
    
    
}
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(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: 70%;
     padding-top: 40px;
    margin: 0;
   
}
.container{
    width: 50%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    
}
 
 
 
 
 
 
 
 
 

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

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

 
 

.offre  .taches{
    display: flex;
    width: 100%;
    justify-content:center;
    align-items: center;
}

.offre  .taches .tache{
    background-color: rgb(255, 255, 255);
    width: 40%;
    height: 80vh;
    margin: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  

    border-radius: 15px;
    box-shadow: 0px 0px 1px 1px rgb(136, 119, 119);
    overflow: hidden;

}
.offre  .taches .tache .descript{
    background-color: var(--colreg);  
    padding: 10px;
}
 
.offre  .taches .tache .tarif{
 margin: 10px;
    display: flex;
    flex-direction: column;
     justify-content: center;
     align-items: center;
  
}
.offre  .taches .tache .tarif h3{
    font-size: 1.5vh;
} 

.offre  .taches .tache .tarif .nbrs{
    display: flex;
    width: 80%;
    justify-content: space-evenly;
   
    margin-top: 2px;
    border-radius: 40px;
    border: 1px solid rgba(0, 0, 0, 0.205);
}
.frais,.offre  .taches .tache .tarif .nbrs a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 31vw;
    text-align: center;
    border-radius: 20px;
    transition: 500ms;
    height: 40px;
}
.offre  .taches .tache .tarif .nbrs a:hover{
    background-color: rgba(0, 0, 0, 0.185);
}

.offre  .taches .tache   .frais{
    font-weight: 800;
    font-size: 3.8vw;
    color: rgba(214, 12, 12, 0.856);
    
}
.offre  .taches .tache   .horaire{
    background-color: aliceblue;
    margin: 10px;

}
.offre  .taches .tache   .horaire p{
    color: rgba(1, 2, 3, 0.61);
    font-size: 1.5vh;
    padding-bottom: 1.5vh;
}
.offre  .taches .tache   .horaire {
    display: flex;
    flex-direction: column;
   
}

.offre  .taches .tache   .horaire .periode{
    display: flex;

    justify-content: space-evenly;
}

 
.offre  .taches .tache   .horaire .jour label{
    color: rgb(0, 0, 0);
    font-size: 1.5vh;
    font-weight: 600;
}

.offre  .taches .tache   .horaire .jour  {
     
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 30vw;
 
  
   
}
.offre  .taches .tache   .horaire .jour  input{
    appearance: none;    
     width: 15px;  
    height: 15px;  
    border-radius: 50px; /* Crée une forme circulaire */
    background-color: #0001022f;
    
 }
 .offre  .taches .tache   .horaire .jour input:checked {
    background-color: #000102; /* Couleur de fond */
}

.offre  .taches .tache  .commande{
    display: flex;
    padding: 10px;
    justify-content: space-evenly;
    margin: 10px;
    width: 200px;
    margin-left: 50%;
    transform: translateX(-50%);
    border-radius: 40px;
    border: 1px solid rgba(0, 0, 0, 0.205);
    color: aliceblue;
   background-color:rgba(214, 12, 12, 0.856);;
    font-size: 1vw;
    font-weight: 800;
    transition: 400ms;
    text-align: center;


}
.offre  .taches .tache  .commande:hover{
    border: 1px solid rgba(255, 54, 4, 0.993);
    background-color: aliceblue;
    color: rgba(255, 54, 4, 0.993);
}

.offre  .taches .tache .caracteristiques{
margin: 10px;
}
.offre  .taches .tache .caracteristiques li{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
  













/*----------------------Les options dowi----------------*/
.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------------------------------*/


@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{
         opacity: 1;
        cursor: pointer;
        height: 30px;
    }
   
    
    .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;
    }
   
    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);
        opacity: 1;
        transition: 300ms ease-in-out;
        
       
        
    }

    
     
}

@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: 850px){
    .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;
}
.offre  .taches{
    flex-direction: column;
    align-items: center;
    
}

p{
    font-size: 2vh;
}
.offre .taches .tache .frais{
    font-size: 3vH;
   margin-left: 20%;
   
}
.offre  .taches .tache  .commande{
    font-size: 3vw;
    width: 30vw;
}
.offre .taches .tache {
    width: 90%;
}
 
 
 
}

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


