/* COULEURS */
:root {
    --color-primary: #efbd5d;
    --color-secondary: #efbd5d;

/* Backgrounds */
    background-color: #efbd5d;

/* Couleur du header */
#header, 
.header, 
#top, 
#banner {
    background-color: #efbd5d !important;
}