*{
    margin: 0;
    padding: 0;
}

:root{
    --couleur_principale : rgb(146, 154, 247);
    --couleur_accentuation : #35e609fd;
    --couleur_secondaire : rgb(246, 237, 218);
}

/* gestion du header*/

nav{
    width: 100vw;
    font-family: "Roboto", sans-serif;
    display: flex;
    flex-direction: row;
    position: fixed;
    z-index: 100;
    background-color: var(--couleur_secondaire);
    gap: 10%;
    padding-top: 1%;
    padding-bottom: 1%;
    box-shadow: 0px 10px 0px rgba(0, 0, 0, 0.2);
    padding-left: 2%;
}
nav img{
    width: 50%;
}

/* nav i{
    color: var(--couleur_accentuation);
} */
.nav{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5%;
}

/* .lien-produit{
    height: 40px;
} */
/* .lien-produit{
    display: flex;
    align-items: center;
  
} */
.lien-produits:hover .lien-sousproduits{
    display: flex;
}
.lien-produits:hover i{
    transform: rotate(90deg);
    transition: 0.5s;
}
/* .lien-sousproduits{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    display: none;
    position:absolute;
    z-index: 2;
    top: 10%;
    height: 8%;
    width: 18%;
    border: 1px solid var(--couleur_accentuation);
} */
.lien-chia{
    border-bottom: 1px solid #35e609fd; 
    padding: 0.3% 0 0.8% 0.8%;
}
.lien-gsa{
    padding: 0.3% 0 0.8% 0.8%;
}



.nav a{
    font-family: "Roboto", sans-serif;
    font-size: 1.5em;
    text-decoration: none;
    color: gray;
    border-bottom: 0px solid var(--couleur_accentuation);
    transition: 0.2s;
}

.nav a:hover{
    color: var(--couleur_accentuation);
    border-bottom: 2px solid var(--couleur_accentuation);
}
/* fin du header*/


/*gestion du footer*/ 
.footer{
    padding: 3% 0 3% 0;
    background-color: black;
}
.footer .slogan{
    font-family:"Roboto", sans-serif ;
    font-size: 1em;
    font-weight: bolder;
    color: rgba(218, 244, 215, 0.766);
    text-align: center;
    padding-bottom: 3%;
}
.footer h2{
    font-family:"Roboto", sans-serif ;
    font-size: 3.5em;
    font-weight: bolder;
    color: var(--couleur_accentuation);
    text-align: center;
}
/*gestion des adresse*/

.adresses{
    display: flex;
    justify-content: center;
    gap: 5%;
}
.adresse{
    display: flex;
    flex-direction: column;
    align-items: left;
    gap: 10px;
    width: 16%;
    /* padding-left: 25%; */
}
.adresse .ad1{
    font-family:"Roboto", sans-serif ;
    font-size: 1.5em;
    color: rgb(212, 237, 240);
    font-weight: bolder;
}
.adresse1 p{
    font-family:"Roboto", sans-serif ;
    font-size: 1em;
    font-weight: bolder;
    color: white;
}

@media (min-width: 359px) and (max-width: 461px) {
    .nav a{
        font-size: 0.7em;
        
    }
    .nav{
        width: 100vw;
        display: flex;
        justify-content: left;
        align-items: center;
        gap: 3%;
    }
    .footer h2{
        font-family:"Roboto", sans-serif ;
        font-size: 2em;
        font-weight: bolder;
        color: var(--couleur_accentuation);
        text-align: center;
    }
    .footer .slogan{
        font-family:"Roboto", sans-serif ;
        font-size: 0.8em;
        font-weight: bolder;
        color: rgba(218, 244, 215, 0.766);
        text-align: center;
        padding-bottom: 3%;
    }
    .adresse{
        display: flex;
        flex-direction: column;
        gap: 3px;
        width: 40%;
        /* padding-left: 25%; */
    }
    .adresses{
        gap: 3%;
    }
    .adresse .ad1{
        font-size: 0.9em;
        color: rgb(212, 237, 240);
    }
    .adresse1 p{
        font-family:"Roboto", sans-serif ;
        font-size: 0.7em;
        font-weight: bolder;
        color: white;
    }

}
@media  (min-width: 461px) and (max-width: 1200px) {
    /* gestion du header*/
    .nav a{
        font-size: 1em;
        
    }
    .nav{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 3%;
    }
    /* fin de la gestion du header*/

     /* gestion du footer*/
    .footer h2{
        font-family:"Roboto", sans-serif ;
        font-size: 2em;
        font-weight: bolder;
        color: var(--couleur_accentuation);
        text-align: center;
    }
    .footer .slogan{
        font-family:"Roboto", sans-serif ;
        font-size: 0.8em;
        font-weight: bolder;
        color: rgba(218, 244, 215, 0.766);
        text-align: center;
        padding-bottom: 3%;
    }
    .adresse{
        display: flex;
        flex-direction: column;
        gap: 3px;
        width: 40%;
        /* padding-left: 25%; */
    }
    .adresses{
        gap: 3%;
    }
    .adresse .ad1{
        font-size: 1.1em;
        color: rgb(212, 237, 240);
    }
    .adresse1 p{
        font-family:"Roboto", sans-serif ;
        font-size: 0.8em;
        font-weight: bolder;
        color: white;
    }
     /*fin de la gestion du footer*/
}
@media   (min-width: 300px) and (max-width: 320px){
    /* gestion du header*/
     nav{
        width: 100vw;
     }
    .nav a{
        font-size: 0.5em;
        
    }
    .nav{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 5%;
    }
     /* fin de la gestion du header*/

     /* gestion du footer*/
    .footer h2{
        font-family:"Roboto", sans-serif ;
        font-size: 1.5em;
        font-weight: bolder;
        color: var(--couleur_accentuation);
        text-align: center;
    }
    .footer .slogan{
        font-family:"Roboto", sans-serif ;
        font-size: 0.6em;
        font-weight: bolder;
        color: rgba(218, 244, 215, 0.766);
        text-align: center;
        padding-bottom: 3%;
    }
    .adresse{
        display: flex;
        flex-direction: column;
        gap: 3px;
        width: 40%;
        /* padding-left: 25%; */
    }
    .adresses{
        gap: 3%;
    }
    .adresse .ad1{
        font-size: 0.7em;
        color: rgb(212, 237, 240);
    }
    .adresse1 p{
        font-family:"Roboto", sans-serif ;
        font-size: 0.4em;
        font-weight: bolder;
        color: white;
    }
    /*fin de la gestion du footer*/
}