/* COULEURS */
:root {
    --color-primary: ;
    --color-secondary: ;
}

/* Backgrounds */
header#header {
    background-color:  #61bfbf !important;
}
header#header #hero-banner {
    background: #740545 !important;
}
#page ul {list-style: disc inside;}
.btn {
background-color: #61bfbf !important;
}
