/* COULEURS */
:root {
    --color-primary: #0a0a0a;
    --color-secondary: #cc2222;
}

/* Backgrounds */
header#header {
    background-color: #0a0a0a !important;
}

header#header #hero-banner {
    background: #cc2222;
    min-height: 0 !important;
    padding: 8px 0 !important;
}
}