@media screen and (min-width: 1800px) {
    body {
        font-size: 1.4rem;
    }

    h1,
    h2 {
        font-size: 4.1rem;
    }

    h3 {
        font-size: 3rem !important;
    }

    .bubble-container {
        --bubble-max-size: 1400px;
        padding: 0% !important;
    }

    #faites-voyager-vos-heros .section-frame {
        max-height: 100dvh !important;
    }

    .bubble-container:not(.additional-content) {
        --bubble-min-size: 800px;
    }

    .bubble-container:not(.additional-content) .section-text {
        font-size: 1.7rem;
    }

    .bubble-container:not(.additional-content) .section-subtitle {
        font-size: 3rem !important;
        line-height: 1.1;
    }

    #au-fil-des-aventures .bubble-section-container .joint-bubble {
        position: relative !important;
        bottom: auto !important;
        transform: translate(-100%, 50%) !important;
    }

    #la-plume-et-le-pinceau .section-frame .home-content .row  {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 5%;
    }
    #la-plume-et-le-pinceau .section-frame .home-content .row .order-lg-2 {
        width: 100%!important;
        justify-self: center;
    }
    
    #la-plume-et-le-pinceau .section-frame .home-content .row .order-lg-2 .artistes-grid {
        display: flex;
        flex-direction: column;
    }

    #la-plume-et-le-pinceau .section-frame .home-content .row .order-lg-2 .artistes-grid .artiste-card {
        display: flex;
        flex-direction: row;
    }

    #la-plume-et-le-pinceau .section-frame .home-content .row .order-lg-2 .artistes-grid .artiste-card:last-child {
        flex-direction: row-reverse;
    }
    

}
