* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

headers {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 50px;
    background-color: rgb(255, 216, 138);
    /* border-radius: 0 0 30px 30px; */
    font-family: 'Lora', serif;
    
}

nav a {
    margin: 0 15px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Lora', serif;
    color: rgb(173, 115, 7) !important;
    font-size: 20px !important;
    
    
}

.nav-link {
    color: white;
    -webkit-text-stroke: 1px #aaa;
    paint-order: stroke fill; /* contour derrière le texte */
}

#blue{
    color:blue !important;
}

#white{
    color:white !important;
}

#imgMenu{
    height: 100px;
}