@media screen and (min-width: 1024px) {
    #la-plume-et-le-pinceau.section-freeflow {
        max-height: 100dvh;
        overflow-y: auto;
        overscroll-behavior: contain;
        padding-block: clamp(2rem, 4vh, 3rem);
    }

    .bubble-container.additional-content {
        align-self: flex-start;
        margin-inline: 0;
    }

    .bubble-section-container {
        position: relative;
        min-height: 100%;
    }

    .bubble-section-container .bubble-container {
        width: fit-content;
        position: absolute;
        top: 0;
        height: 100%;
    }

    #accueil .bubble-section-container .bubble-container,
    #la-force-des-histoires .bubble-section-container .bubble-container,
    #une-imagination-creative .bubble-section-container .bubble-container,
    #faites-voyager-vos-heros .bubble-section-container .bubble-container,
    #les-lutins-et-les-declinaisons .bubble-section-container .bubble-container,
    #au-fil-des-aventures .bubble-section-container .bubble-container {
        right: 0;
    }

    #votre-marque .bubble-section-container .bubble-container,
    #babel-et-les-lutins .bubble-section-container .bubble-container {
        left: 0;
    }

    #-raisons-decrire .bubble-section-container .bubble-container {
        right: 0;
    }

    #la-plume-et-le-pinceau .bubble-section-container .bubble-container {
        height: 60%;
    }

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

    #faites-voyager-vos-heros .bubble-section-container {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        height: 100% !important;
        max-height: 100dvh;
        position: absolute;
        width: 100% !important;
        overflow: hidden;
    }

    #faites-voyager-vos-heros .bubble-section-container .joint-bubble {
        position: relative !important;
        top: auto !important;
        transform: none !important;
    }

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

    .bubble-container.additional-content ul li {
        list-style: none;
        padding-left: 0;
    }

    .section-text {
        height: fit-content;
    }

    .section-text ul li {
        display: block;
        margin: 0;
        padding: 0 0 0 7px;
        color: #222;
        line-height: 1.5;
        background: url(../images/ar-li.png) no-repeat left 7px;
        text-align: left;
        font-size: clamp(0.95rem, 0.9vw, 1.2rem);
    }

    .linked-page {
        position: absolute;
        left: 50%;
        bottom: 2rem;
        transform: translateX(-50%);
        width: clamp(240px, 30vw, 420px);
        z-index: 5;
        padding-top: 0;
    }

    .linked-page-inner {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(72px, 1fr));
        justify-items: center;
        gap: 0.85rem;
    }

    .linked-page a {
        width: 92px;
        height: 92px;
        border-radius: 50% !important;
        border: 2px solid #000;
        font-size: 0.9rem;
    }

    .bottom-menu-last ul li {
        display: flex;
        padding-right: 12px;
        padding-left: 0;
        color: #222;
        line-height: 20px;
        background: url(../images/menu-arrow.png) no-repeat left 7px;
        text-align: left;
        font-size: clamp(0.9rem, 1vw, 2rem);
        background-position-x: right;
    }

    .menu-main-left-menu-container {
        background-color: #222;
        padding: 10px;
    }

    .show {
        margin-left: -2px;
    }

    .menu-handle {
        cursor: pointer;
        line-height: 0;
    }

    .menu-handle:focus-visible {
        outline: 2px solid #fff;
        outline-offset: 4px;
    }

    .bottom-menu-last {
        float: inline-end;
        margin-top: 5rem;
    }

    .menu-main-left-menu-container ul li {
        list-style: none;
        position: relative;
    }

    .menu-main-left-menu-container ul li:before {
        content: '';
        display: block;
        width: 10px;
        height: 10px;
        float: left;
        margin-right: 10px;
        border-radius: 50%;
        border: 1px solid #fff;
    }

    .menu-main-left-menu-container ul li:hover:before,
    .active-link:before {
        background-color: #fff;
    }

    .menu .collapsed {
        transform: translateX(89%);
        transition: transform 0.3s ease-in-out;
    }

    .menu .collapsed:hover,
    .menu .collapsed:focus-within,
    .menu.is-open .collapsed {
        transform: translateX(0);
    }

    .menu,
    .show {
        z-index: 100;
    }

    .artiste-description {
        max-width: 60%;
    }

    .artistes-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
        gap: clamp(1.5rem, 2vw, 2.5rem);
        width: 100%;
    }

    .artiste-card {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: clamp(1rem, 1.5vw, 2rem);
        text-align: center;
    }

    .artiste-card .artiste-image-wrapper {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .artiste-card .artiste-image {
        width: min(360px, 85vw);
        height: auto;
        object-fit: cover;
        border-radius: 12px;
    }

    .artiste-card .content-div {
        width: 100%;
    }

    .artiste-card .artiste-description {
        max-width: 100%;
    }

    a:hover,
    a:focus,
    a:active {
        color: #9a2331;
    }

    #une-imagination-creative  .bubble-text, #-raisons-decrire  .bubble-text, #votre-marque .bubble-text, #la-force-des-histoires .bubble-text{
            width: -webkit-fill-available;
            max-width: 700px;
            padding: 3rem !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;
    }
    
}
