    :root {
        --bleu_fonce: #517081;
        --beige: #e3e4e0;
        --bleu_gris: #84a2b3;
        --bleu_clair: #84a2b3;
        --bleu-cristal: #91cbe5;
        --gris: #537080;
        --blanc: #fff;
        --rouge: #a8243b;
        --noir: #000;
    }

    @font-face {
        font-family: "Andrea II Script Upright";
        src: url("https://db.onlinewebfonts.com/t/7545727b8655ab061706c0ce6e537ea5.eot");
        src: url("https://db.onlinewebfonts.com/t/7545727b8655ab061706c0ce6e537ea5.eot?#iefix")format("embedded-opentype"),
            url("https://db.onlinewebfonts.com/t/7545727b8655ab061706c0ce6e537ea5.woff2")format("woff2"),
            url("https://db.onlinewebfonts.com/t/7545727b8655ab061706c0ce6e537ea5.woff")format("woff"),
            url("https://db.onlinewebfonts.com/t/7545727b8655ab061706c0ce6e537ea5.ttf")format("truetype"),
            url("https://db.onlinewebfonts.com/t/7545727b8655ab061706c0ce6e537ea5.svg#Andrea II Script Upright")format("svg");
    }

    body {
        margin: 0;
        background-color: var(--blanc);
        /*display: flex;*/
        margin-left: auto;
        margin-right: auto;
        width: 75%;
        text-align: center;
        align-items: center;
        justify-content: center;
        height: 100vh;
    }

    img.logo {
        max-width: 300px;
        height: auto;
    }

    img.bd {
        max-width: 70%;
        height: auto;
    }

    .paragraphe {
        font-family: "Andrea II Script Upright";
        font-size: 1.2em;
        color: var(--gris);
    }

    p {
        max-width: 70%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        display: block;
        padding-bottom: 1vh;
    }

    .legende {
        font-family: "Andrea II Script Upright";
        font-size: 1em;
        color: var(--bleu_gris);
        font-style: italic;
    }

    a {
        text-decoration: underline;
        text-decoration-color: var(--rouge);
        color: var(--bleu-cristal);
        font-weight: 900;
    }

    a:hover {
        text-decoration: underline;
        text-decoration-color: var(--bleu-cristal);
        color: var(--rouge);
        font-weight: 900;
    }

    footer {
        font-size: 1em;
        color: var(--bleu_clair);
    }