@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700&display=swap');


body {
    margin: 0 auto;
    padding: 0 auto;
    display: flex;
    height: 4000px;
    position: relative;
    font-family: 'Raleway', sans-serif;
}
ul {
    list-style-type: none;
}

/* Debut Code css Barre de menu*/
.nav{
    background-color: #00868A;
    height: 70px;
    margin: 0;
    display: flex;
    align-items: center;
    padding-top: 10px;
    position: fixed;
    width: 100%;
    z-index: 1000; 
}
.ulhead{
    display: flex;
}
.accueil{
    font-weight: bold;
}
.nav a{
    text-decoration: none;
    color: rgb(255, 255, 255);
    margin: 20px;
    padding: 10px;
    font-size: 19px;
}
nav>ul{
    list-style-type: none;
    width: 600px;
    height: 30px;
}

.nom{
    color: white;
    text-align: right;
    width: 540px;
    padding-right: 10px;
    font-size: 30px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 20px;
    position: absolute;
    right: 10px;
}
.filtre_catégorie{
    display: flex;
    flex-direction: column;
}
.filtre a {
    text-decoration: none;
    color: black;
}
.filtre_categorie li {
    font-size: 20px ;
    line-height: 30px;
}
    /* Menu déroulant*/
 .content1 {
    display: none;
}
 .menud:hover .content1 {
    display: block;
    display: flex;
    flex-direction: column;
    position: absolute;
} 
.content1>ul{
    list-style-type: none;
    background-color: gray ;
    display: flex;
    flex-direction: column;
    padding: 5px;
    margin: 7px;
    height: 160px;
    width: 140px;
}
.Vsm {
    margin-top: 15px;
    margin-bottom: 15px;
}
.menud2 .content2 {
    display: none;
}
 .menud2:hover .content2 {
    display: block;
    display: flex;
    flex-direction: column;
    position: absolute;
} 
.content2>ul{
    list-style-type: none;
    background-color: gray ;
    display: flex;
    flex-direction: column;
    padding: 5px;
    margin: 5px;
    height: 250px;
    width: 180px;
    text-align: center;
}
a.Asm {
    justify-content: center;
    display: flex;
    margin-top: 5px;
    margin-bottom: 5px;
}
    /*Menu déroulant*/

/* Fin Code css Barre de menu*/

.titre {
    color: white;
    font-size: 50px;
    background-color: rgba(0, 18, 213,0,1);
    height: 500px;
    display: flex;
    align-items: center;
    text-align:left;
    padding-left: 40px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-shadow: 4px 4px 8px #00868A
}

/* Icone du Panier*/
.panier {
    height: 40px;
    width: auto;
    background-color: #00868A;
    border-radius: 100%;
    color: white;
    padding: 10px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    border: 1px white  solid;
    z-index: 1000000000000;
}
.form1{
    position: fixed;
    bottom: 10px;
    right: 10px;
    height: 60px;
    width: 60px;
}

/*Grille*/
.grille img{
    max-width : 100%;
    display: inline-block;
    width: 300px;
    height: 300px;
    object-fit: cover;
}
.grille{
    list-style-type: none;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr ;
    max-width: 70%;
    justify-content: right ;
    margin: 2rem auto;
    justify-content: right;
    gap: 3rem;
    border-width: 1px;
    padding: 20px;
    position: absolute;
    top: 350px;
    right: 30px;
}
.grille li a {
    text-decoration: none;
    color: black;
    position: relative;
}
.grille li h2 {
    color: black;
    font-size: 18px;
}


/*Ordre de chaque élément dans la cellule*/
a img {
    order: 1;
}
a .prix {
    order: 2;
}
a .desc {
    order: 3;
}

/*Image en dessous de la barre*/
.fond{
    width: 100%;
    height: 40vh;
    object-fit: cover; 
}

/*Filtres à gauche de la grille*/
.filtre{
    border: solid;
    border-color: black;
    border-width: 1px;
    width: 260px;
    height: 1315px;
    position: absolute;
    left: 30px;
    top: 400px;
    padding: 30px;
}

/*Bas de page: Footer*/
.bottom{
    width: 100%;
    height: 300px;
    position: absolute;
    bottom: 0px;
    background-color: rgba(0, 134, 138, 0.8) ;
}
/*Le bas du footer*/
.finbottom {
    position: absolute;
    bottom: 0;
    width: 95%;
    height: 70px;
    margin-left: 2.5%;
    
    border-top: solid;
    border-width: 1px;
}
/*écriture en bas à droite de la page*/
.fb123 {
    position: absolute ;
    right: 10px;
    bottom: 5px;
    line-height: 5px;
    text-align: right;
    font-size: 10px;
    color: black;
}
/*lien icone drapeau permettant de changer la langue*/
.icone {
    width: 25px;
    height: auto;
    margin: 5px;
}
/*div contenant les icones drapeau*/
.icones {
    position: absolute;
    bottom: 5px;
    left: 5px;
}

/*Partie haute du footer*/
.hautbottom {
    display: flex;
    height: 180px;
    justify-content: space-between;
    padding-right: 120px;
    padding-left: 120px;
    padding-top: 20px;
}

/*Lien Icones des réseau sociaux */
.iconereseau {
    width: 40px;
    height: auto;
}
/*Lien des services dans la partie gauche du footer*/
.lienbas{
    text-decoration: none;
    color:black
}
/* div contenant tout ce qui est dans service dan sla partie gauche du footer*/ 
.service{
    line-height: 23px;
}
/* div de "Qui nous sommes ?" dans la partie droite du footer*/
.qui_nous_sommes {
    line-height: 23px;
}
