
/* ======================================================== */
/* FOND : IMAGE WEBP + DÉGRADÉ EXISTANT */
/* ======================================================== */

main {
    background-image:
        url("/assets/img/site/background/symbole-fleur-de-lys-bleu.webp"),
        linear-gradient(
            to bottom,
            rgba(0,191,255,0.6),
            rgba(0,172,229,0.64),
            rgba(0,153,204,0.68),
            rgba(0,134,178,0.72),
            rgba(0,115,153,0.76),
            rgba(0,96,127,0.80),
            rgba(0,76,102,0.84),
            rgba(0,57,76,0.88),
            rgba(0,38,51,0.92),
            rgba(0,19,25,0.96),
            rgba(0,0,0,1)
        );

    background-repeat:
        repeat,
        no-repeat;

    background-position:
        center center,
        center center;

    background-size:
        420px 420px,
        100% 100%;

    overflow-x: hidden;
}
