@media screen and (min-width: 768px) and (max-width: 1023px) {
    html,
    body {
        height: auto !important;
        overflow-y: auto !important;
    }

    .section {
        height: auto !important;
        min-height: auto !important;
        overflow: visible !important;
        background: none !important;
        padding: clamp(2.5rem, 6vw, 4rem) clamp(1.5rem, 5vw, 3rem);
    }

    .section-frame,
    .js-section {
        min-height: auto;
        padding-block: clamp(2rem, 5vw, 3rem);
        padding-top: 0 !important;
    }

    .home-content .row {
        gap: clamp(1.5rem, 4vw, 3rem);
    }

    .bubble-section-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: clamp(1.25rem, 3vw, 2.5rem);
        position: static;
        width: 100%;
        height: auto;
    }

    .bubble-section-container > * {
        width: min(640px, 100%);
    }

    .content-div {
        min-height: auto;
        display: flex;
        flex-direction: column;
        gap: clamp(1.25rem, 3vw, 2.5rem);
        align-items: center;
    }

    .bubble-container,
    .bubble-container.additional-content,
    .artiste-bubble-container {
        width: 100%;
        max-width: min(640px, 92vw);
        padding: 0 !important;
    }

    .bubble-container .bubble,
    .bubble-container.additional-content .bubble,
    .artiste-bubble-container .bubble {
        display: none !important;
    }

    .bubble-shell,
    .bubble-container.additional-content .joint-bubble,
    .artiste-bubble-container .bubble-shell {
        width: 100% !important;
        max-width: none !important;
        min-width: 0 !important;
        height: auto !important;
        max-height: none !important;
        min-height: 0 !important;
        border-radius: 32px;
        padding: clamp(1.25rem, 3.5vw, 2.5rem);
        /* box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08); */
        position: relative !important;
        inset: auto !important;
        transform: none !important;
    }

    .bubble-container.additional-content .joint-bubble {
        display: flex !important;
        background: #fff;
        position: relative !important;
        inset: auto !important;
        transform: none !important;
        margin: 0 auto;
        border-radius: 32px;
    }

    .bubble-text {
        width: 100%;
        gap: clamp(0.75rem, 2vw, 1.5rem);
    }

    .bubble-container.additional-content {
        align-items: center;
        --bubble-size: 100%;
    }

    .additional-content {
        background: transparent;
    }

    .linked-page {
        position: static;
        width: 100%;
        margin-top: 1rem;
        padding-top: 0;
    }

    .linked-page-inner {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 0.75rem;
    }

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

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

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

    .artiste-bubble-container {
        --bubble-extra-space: clamp(1rem, 2vw, 2.5rem);
    }

    .menu-mobile .nav-menu {
        height: 100%;
    }
}
