/* ==========================================================
   ACCUEIL - GRAND ÉCRAN >= 1400px
   ========================================================== */

@media screen and (min-width: 1400px) {
    /* ---- PRESENTATION ---- */

    .presentation {
        position: relative;
        width: 100%;
        max-width: 100%;
    }

    .presentation__row {
        position: relative;
        width: 100%;
        max-width: 1320px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 12px;
        padding-left: 12px;
        box-sizing: border-box;
        --bs-gutter-x: 0;
        align-items: stretch;
    }

    .presentation__content {
        position: relative;
        padding-left: 0;
        padding-right: 40px;
    }

    .presentation__intro {
        width: 100%;
        max-width: 640px;
        margin-top: 0;
        margin-bottom: 3rem;
        font-size: 22px !important;
        line-height: 1.45;
    }

    .presentation__texte-fort {
        width: 100%;
        max-width: 640px;
        font-size: 50px !important;
        line-height: 50px !important;
    }

    .presentation__visual {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        align-self: stretch;
        min-height: 0;
        padding-left: 30px;
        padding-right: 0;
        overflow: visible;
    }

    .presentation__picture {
        position: relative;
        display: block;
        flex-shrink: 0;
        width: min(650px, 100%);
        max-width: none;
        margin: 0;
        overflow: visible;
    }

    .presentation__picture img {
        display: block;
        width: 100%;
        height: auto;
        max-width: none;
        object-fit: contain;
    }
}
