/* COULEURS */
:root {
    --color-primary: #00284b;
    --color-secondary: #00284b;
}

/* Backgrounds */
header#header {
    background-color: #00284b;
}
header#header #hero-banner {
    background: #00284b;
    display: flex;
    justify-content: center;
}
#page ul {list-style: disc inside;}
