
*{ padding: 0; margin: 0; box-sizing: border-box;
}
/* debut configuration espace header index de la page*/
/* debut espace font */
@font-face{font-family: "opensans";
    src: url(../font/OpenSans-Regular.ttf);} ;
@font-face{font-family: "Merriweather";
    src: url(../font/Merriweather-VariableFont_opsz\,wdth\,wght.ttf);};

body{
    font-family: "opensans";
}
h1{
    font-family: "Merriweather";
}
/* fin espace font */

/* debut epace header  index de la page*/
header{
    border: solid 1px rgb(245, 241, 241);
    top: 0;
    position: sticky;
    height: 80px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 5px 15px 0px 15px;
    margin-bottom: 20px;

}
.logo_h1{
    font-size: 25px;
    font-family: "quicksand";
    color:black;
    width: auto; 
    max-height: 50px; 
    display: flex;
    
}
.navigation{
    max-width: 300px;
    height: 30px;
    position: relative;

}

.recherche{
    border-radius: 10px;
    text-indent: 25px;
    outline: none;
    width: 100%;
    height: 100%;
    color: black;
    border: 2px solid black;
}

#retour_home{
       color: rgb(119, 118, 118); 
        width: 23px;
}

#icon_cercle_acc{
        color: rgb(119, 118, 118); 
        width: 23px;
        position: absolute;
        left: 80%;
        top: 18%;
}
 /* fin epace header  index de la page*/  

 /* debut espace  main  index de la page*/ 










/* fin espace  main  index de la page*/ 

/* debu configuration espace footer index de la page*/
    footer{
    min-height: 100px;
    max-width: 100%;
    background-color:#4b5563;
    color: white;
    top: 0;
    padding: 15px;
    
}
.resaux_sociaux{
    display: flex;
    align-items: center;
    gap: 10px;
}

#lien_facebook{
    text-decoration: none;
}
.icon_facebook{
    width: 20px;
    fill: white;
    text-decoration: none;
}

#lien_youtube{
    text-decoration: none;
    
}
.icon_youtube{
     height: 30px;
     width: 40%;
     color: white;
    text-decoration: none;
}

#lien_email{
    text-decoration: none;
}
.icon_email{
    height: 15px;
    fill: white;
    text-decoration: none;
}

/* fin configuration espace footer index de la page*/




