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

    .custom-logo {
        width: 250px;
        height: auto;
    }

    .section {
        height: auto !important;
        min-height: auto !important;
        overflow: visible !important;
        background: none !important;
        padding: clamp(2rem, 8vw, 3rem) clamp(1rem, 6vw, 2rem);
    }

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

    .home-content .row {
        gap: clamp(1.25rem, 6vw, 2.5rem);
    }

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

    .bubble-section-container > * {
        width: 100%;
    }

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

    .bubble-container,
    .bubble-container.additional-content,
    .artiste-bubble-container {
        width: 100%;
        max-width: 100%;
        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: 24px;
        padding: clamp(1rem, 6vw, 1.75rem);
        /* box-shadow: 0 15px 40px 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: 24px;
    }

    .bubble-text {
        width: 100%;
        gap: clamp(0.65rem, 4vw, 1.25rem);
    }

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

    .additional-content {
        background: transparent;
    }

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

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

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

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

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

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

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