/* —— Carthagea · reproduction maquette Wix premium (palette & rythmes) —— */
@import "fonts-avenir-RHIGNDF.css";

:root {
    --wix-navy: #003366;
    --wix-navy-soft: #0a3d6e;
    --wix-coral: #e63946;
    --wix-bg-blue: #ebf5fb;
    --wix-bg-sand: #fdf2e9;
    --wix-white: #ffffff;
    --wix-off-white: #fafbfc;
    --wix-text: #3d4f66;
    --wix-text-muted: #6b7c91;
    --wix-shadow-card: 0 10px 40px rgba(0, 51, 102, 0.07);
    --wix-shadow-soft: 0 4px 24px rgba(0, 51, 102, 0.06);
    --wix-radius-card: 12px;
    --wix-radius-sm: 6px;
    --wix-track: 0.18em;
    --wix-track-tight: 0.12em;
    --wix-gutter-x: 24px;
    --wix-section-pad-y-desktop: 7.5rem;
    --wix-section-pad-y-mobile: 4.25rem;
    --wix-container: 1140px;
    --wix-font-family: 'Avenir LT 35 Light', Avenir, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    --wix-font-display: 'Lulo Clean W01 One Bold', sans-serif;
    --wix-font-head: var(--wix-font-family);
    --wix-font-body: var(--wix-font-family);
    --wix-font-quote: var(--wix-font-family);
    --wix-old-heading-font: 'Lulo Clean W01 One Bold', sans-serif;
    --wix-old-body-font: 'Avenir LT 35 Light', Avenir, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    --wix-old-heading-track: 0.2em;
    --wix-old-heading-line: 1.4em;
    --wix-old-body-line: 1.7em;
    --bs-font-sans-serif: var(--wix-font-family);
    --bs-body-font-family: var(--wix-font-family);
    --bs-btn-font-family: var(--wix-font-family);
    --wix-header-teal: #57bbbf;
    --wix-header-contact-bg: #b6e8e3;
}

html {
    scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
    .wix-enter {
        animation: none !important;
    }
}

.wix-body {
    font-family: var(--wix-font-family);
    font-weight: 300;
    color: var(--wix-text);
    background: var(--wix-white);
    -webkit-font-smoothing: antialiased;
}

.wix-body :where(button, input, textarea, select, optgroup, label, .btn, .form-control, .form-select) {
    font-family: inherit;
}

.container.wix-container {
    box-sizing: border-box;
    max-width: var(--wix-container);
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--wix-gutter-x);
    padding-right: var(--wix-gutter-x);
}

h1,
h2,
h3,
.wix-h2,
.wix-h3 {
    font-family: var(--wix-font-head);
    font-weight: 600;
    color: var(--wix-navy);
    /* letter-spacing: var(--wix-track-tight); */
}

.wix-h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 1.85rem;
    letter-spacing: var(--wix-track);
    margin-bottom: 3.25rem;
    line-height: 1.25;
}

.wix-h2-split {
    font-family: var(--wix-font-head);
    font-weight: 700;
    font-size: 1.65rem;
    text-transform: uppercase;
    letter-spacing: var(--wix-track-tight);
    color: var(--wix-navy);
    text-align: center;
    margin-bottom: 1.75rem;
    line-height: 1.35;
}

@media (min-width: 992px) {
    .wix-h2-split {
        text-align: left;
    }
}

.wix-contact-title {
    font-family: var(--wix-font-head);
    font-weight: 700;
    font-size: 1.55rem;
    text-transform: uppercase;
    letter-spacing: var(--wix-track);
    color: var(--wix-navy);
    margin: 0;
    text-align: left;
}

.wix-section--tight-bottom {
    padding-bottom: 5.5rem;
}

@media (max-width: 575.98px) {
    .wix-h2 {
        font-size: 1.375rem;
        margin-bottom: 2.35rem;
    }

    .wix-h2-split {
        font-size: 1.28rem;
    }

    .wix-contact-title {
        font-size: 1.22rem;
    }

    .wix-section--tight-bottom {
        padding-bottom: 3.75rem;
    }
}

.wix-h3 {
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: var(--wix-track-tight);
}

.wix-section {
    padding-block: var(--wix-section-pad-y-desktop);
}

@media (max-width: 767.98px) {
    .wix-section {
        padding-block: var(--wix-section-pad-y-mobile);
    }
}

/* —— En-tête site · nav type capture Wix (Avenir · teal actif · Contact mint) —— */
.site-header {
    position: sticky;
    top: 0;
    z-index: 1030;
    box-shadow: none;
    min-height: 130px;
    height: auto;
    background: #fff;
}

.header-inner {
    box-sizing: border-box;
    max-width: 1180px;
    min-height: 130px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
}

.brand {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex: 0 0 auto;
    gap: 24px;
    margin: 0;
    padding: 0;
    color: #000;
    text-decoration: none;
}

.brand-logo {
    display: block;
    width: 95px;
    height: auto;
    flex-shrink: 0;
}

.brand-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
}

.brand-title {
    margin: 0;
    padding: 0;
    font-family: var(--wix-font-display);
    font-size: 17px;
    font-weight: 700;
    /* letter-spacing: 6px; */
    line-height: 1;
    text-align: center;
    color: #000;
    text-transform: uppercase;
}

.brand-subtitle {
    margin: 12px 0 0;
    padding: 0;
    font-family: var(--wix-font-body);
    font-size: 14px;
    /* font-weight: 400; */
    letter-spacing: 2px;
    line-height: 1.25;
    text-align: center;
    color: #000;
}

.main-nav {
    margin: 0 0 0 auto;
    padding: 0;
    flex: 1 1 auto;
    min-width: 0;
}

.main-nav a {
    font-family: var(--wix-font-family);
    font-size: 17px;
    font-weight: 400;
    font-style: normal;
    line-height: 40px;
    padding: 0;
    color: #000;
    text-decoration: none;
    white-space: nowrap;
    letter-spacing: 0;
    transition: color 0.15s ease, background-color 0.15s ease;
}

.main-nav a:not(.nav-contact):hover,
.main-nav a:not(.nav-contact):focus-visible {
    color: var(--wix-header-teal);
}

.main-nav a.active,
.main-nav a[aria-current='page'] {
    color: var(--wix-header-teal);
    font-weight: 300;
}

.main-nav .nav-contact {
    min-width: 118px;
    height: 40px;
    padding: 0 22px;
    box-sizing: border-box;
    background: var(--wix-header-contact-bg);
    border: none;
    border-radius: 0;
    color: #000;
    font-weight: 300;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.main-nav .nav-contact:hover,
.main-nav .nav-contact:focus-visible {
    color: #000;
    background: #8dd1ca;
}

.site-header__burger {
    display: none;
}

.site-header__burger-lines {
    position: relative;
    display: block;
    width: 1.25rem;
    height: 2px;
    background: #000;
    box-shadow: 0 -6px 0 #000, 0 6px 0 #000;
}

@media (min-width: 992px) {
    .site-header .main-nav.collapse {
        display: flex !important;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: flex-end;
        align-self: stretch;
        gap: clamp(13px, 1.55vw, 24px);
        margin-left: clamp(28px, 4vw, 58px);
        flex: 1 1 auto;
        width: auto;
        max-width: none;
        height: auto !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
}

@media (max-width: 991.98px) {
    .site-header__burger {
        display: inline-flex;
        flex-shrink: 0;
        align-items: center;
        justify-content: center;
        width: 2.5rem;
        height: 2.5rem;
        margin-left: auto;
        padding: 0;
        background: transparent;
        border: 1px solid #ccc;
        border-radius: 4px;
        cursor: pointer;
    }

    .site-header {
        height: auto;
        min-height: 130px;
        padding-block: 0.75rem;
    }

    /* Marque vs burger uniquement ; pas « space-between » sur tout l’axe page */
    .header-inner {
        flex-wrap: wrap;
        justify-content: flex-start;
        row-gap: 0.65rem;
        min-height: 0;
        padding: 12px 20px;
    }

    .main-nav {
        margin-left: 0;
    }

    .brand {
        gap: 1rem;
        max-width: calc(100% - 3rem);
        min-width: 0;
    }

    .brand-logo {
        width: 80px;
    }

    .brand-title {
        font-size: 1.35rem;
        letter-spacing: 4px;
    }

    .brand-subtitle {
        margin-top: 8px;
        font-size: 0.8rem;
        letter-spacing: 2px;
    }

    .brand-text {
        align-items: flex-start;
        text-align: left;
    }

    .site-header .main-nav.collapse.show {
        display: flex !important;
        flex-direction: column;
        align-items: stretch;
        gap: 0.5rem;
        width: 100%;
        margin-left: 0;
        padding-block: 0.6rem;
    }

    .main-nav a {
        white-space: normal;
    }

    .main-nav .nav-contact {
        width: 100%;
        height: auto;
        min-height: 40px;
        padding: 0.65rem 1.25rem;
        border-radius: 0;
    }

    .main-nav a.active,
    .main-nav a[aria-current='page'] {
        color: var(--wix-header-teal);
    }
}

@media (max-width: 479.98px) {
    .brand-title {
        font-size: 1.06rem;
        letter-spacing: 3px;
    }
}

/* —— Hero / bannière · valeurs figées capture référence (770px · overlay 26%) —— */
.hero {
    position: relative;
    box-sizing: border-box;
    height: 770px;
    min-height: 770px;
    /* background-color: #1f1f1f; */
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: #fff;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.26);
    pointer-events: none;
}

.hero-image {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; 
    object-position: 50% 50%;
}

.hero-content {
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 92px 24px 0;
    text-align: center;
}

.hero-kicker {
    margin: 0 0 42px;
    font-family: var(--wix-font-body);
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.18em;
    line-height: 1.4;
    color: #fff;
}

.hero-title {
    margin: 0 0 118px;
    padding: 0;
    font-family: 'Lulo Clean W01 One Bold', sans-serif;
    font-size: 31px;
    font-weight: bold;
    /* letter-spacing: 11px; */
    line-height: 1.3;
    text-transform: uppercase;
    color: #fff;
    white-space: nowrap;
}

.hero-subtitle {
    margin: 0 0 14px;
    font-family: var(--wix-font-head);
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 6px;
    line-height: 1.4;
    text-transform: uppercase;
    color: #fff;
}

.hero-price {
    margin: 0;
    font-family: var(--wix-font-head);
    font-size: 17px;
    font-weight: 800;
    letter-spacing: 5px;
    line-height: 1.45;
    text-transform: uppercase;
    color: #fff;
}

.hero-stats {
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    bottom: 58px;
    z-index: 2;
    transform: translateX(-50%);
    width: min(1180px, calc(100vw - 32px));
    display: grid;
    grid-template-columns: 1fr 1px 1fr;
    align-items: center;
    color: #fff;
}

.stat-separator {
    width: 1px;
    height: 168px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.75);
}

.stat-item {
    display: flex;
    align-items: center;
}

.stat-left {
    justify-content: flex-end;
    padding-right: 52px;
}

.stat-right {
    justify-content: flex-start;
    padding-left: 52px;
}

.stat-number {
    flex-shrink: 0;
    font-family: var(--wix-font-head);
    font-size: 108px;
    font-weight: 300;
    line-height: 0.9;
    letter-spacing: -3px;
    color: #fff;
}

.stat-text {
    margin: 0;
    font-family: var(--wix-font-body);
    font-size: 26px;
    font-weight: 400;
    line-height: 1.32;
    color: #fff;
    text-align: left;
}

.stat-left .stat-text {
    margin-left: 26px;
    max-width: 320px;
}

.stat-right .stat-text {
    margin-left: 28px;
    max-width: 380px;
}

.stat-year {
    display: block;
    margin-top: 10px;
    font-family: var(--wix-font-body);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    color: #fff;
}

@media (max-width: 1299.98px) {
    .hero-title {
        white-space: normal;
    }
}

@media (max-width: 991.98px) {
    .hero {
        height: auto;
        min-height: 770px;
        padding-bottom: 240px;
    }

    .hero-content {
        padding-top: 64px;
    }

    .hero-kicker {
        margin-bottom: 34px;
        font-size: 24px;
        letter-spacing: 0.14em;
        line-height: 1.35;
    }

    .hero-title {
        margin-bottom: 92px;
        font-size: 28px;
        letter-spacing: 0.16em;
        line-height: 1.35;
    }

    .hero-subtitle {
        font-size: 16px;
        letter-spacing: 0.12em;
    }

    .hero-price {
        font-size: 15px;
        letter-spacing: 0.1em;
    }

    .hero-stats {
        width: calc(100% - 24px);
        max-width: 520px;
        bottom: 40px;
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
        row-gap: 1rem;
    }

    .stat-separator {
        width: min(280px, 75vw);
        height: 1px;
        order: 2;
    }

    .stat-left {
        order: 1;
        justify-content: center;
        padding-right: 0;
    }

    .stat-right {
        order: 3;
        justify-content: center;
        padding-left: 0;
    }

    .stat-item {
        flex-wrap: wrap;
        justify-content: center;
    }

    .stat-left .stat-text,
    .stat-right .stat-text {
        margin-left: 18px;
        max-width: 100%;
        text-align: center;
    }

    .stat-number {
        font-size: 88px;
    }

    .stat-text {
        font-size: 1.125rem;
    }
}

@media (max-width: 575.98px) {
    .hero {
        min-height: 720px;
        padding-bottom: 220px;
    }

    .hero-content {
        padding: 52px 18px 0;
    }

    .hero-kicker {
        margin-bottom: 30px;
        font-size: 21px;
        letter-spacing: 0.1em;
        line-height: 1.35;
    }

    .hero-title {
        margin-bottom: 76px;
        font-size: 22px;
        letter-spacing: 0.08em;
        line-height: 1.35;
    }

    .hero-subtitle {
        font-size: 14px;
        letter-spacing: 0.06em;
        line-height: 1.45;
    }

    .hero-price {
        font-size: 13px;
        letter-spacing: 0.04em;
        line-height: 1.5;
    }

    .stat-left .stat-text,
    .stat-right .stat-text {
        margin-left: 0;
    }

    .stat-item {
        flex-direction: column;
    }
}

/* —— Sections fond —— */
.wix-bg-pastel {
    background-color: var(--wix-bg-blue);
}

.wix-bg-sand {
    background-color: var(--wix-bg-sand);
}

.wix-bg-white {
    background-color: var(--wix-white);
}

.wix-bg-off {
    background-color: var(--wix-off-white);
}

/* —— Section « 4 PREMIERES MONDIALES » (Wix: fond mosaïque, cartes 320px) —— */
.premieres-section {
    box-sizing: border-box;
    background-color: rgb(225, 252, 255);
    background-image: url('/images/pattern-premieres.png');
    background-repeat: repeat;
    background-size: 500px 500px;
    background-position: center center;
    padding: 40px 0 69px;
    font-family: var(--wix-font-family);
}

.premieres-grid {
    width: min(100%, 980px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 320px);
    column-gap: 121px;
    row-gap: 69px;
    justify-content: center;
}

.premiere-card {
    position: relative;
    box-sizing: border-box;
    width: 320px;
    min-height: 415px;
    margin: 0;
    padding: 78px 34px 42px;
    background: #fff;
    text-align: center;
    box-shadow: none;
    border: none;
    border-radius: 0;
}

/* Cercle gris qui chevauche le sommet de la carte (alignement capture Wix) */
.premiere-number {
    position: absolute;
    top: -26px;
    left: 50%;
    transform: translateX(-50%);
    box-sizing: border-box;
    width: 84px;
    height: 84px;
    border-radius: 50%;
    background: #d2d2d2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--wix-font-family);
    font-weight: 700;
    font-size: 38px;
    line-height: 1;
    color: #000;
}

.premieres-title {
    margin: 0 auto 64px;
    max-width: 907px;
    padding: 0 8px;
    text-align: center;
    font-family: var(--wix-old-heading-font);
    font-weight: 700;
    font-size: 36px;
    letter-spacing: var(--wix-old-heading-track);
    line-height: var(--wix-old-heading-line);
    color: #000;
    text-transform: uppercase;
}

.premiere-card h3 {
    margin: 0 0 27px;
    font-family: var(--wix-font-display);
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0;
    text-transform: uppercase;
    line-height: 1.35;
    color: #000;
}

.premiere-card p {
    margin: 0;
    font-family: var(--wix-font-family);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0;
    word-spacing: 0;
    color: #000;
    text-align: justify;
}

.premiere-card p strong {
    font-weight: 700;
}

/* Sous ~860px la grille 805px déborderait : une colonne, cartes 320px max */
@media (max-width: 859.98px) {
    .premieres-grid {
        width: 100%;
        max-width: 360px;
        grid-template-columns: 1fr;
        row-gap: 62px;
        column-gap: 0;
        justify-content: center;
    }

    .premiere-card {
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
    }

    .premieres-title {
        margin-bottom: 56px;
        font-size: 34px;
        letter-spacing: 0.12em;
        line-height: 1.12;
    }

    .premiere-card h3 {
        font-size: 17px;
        letter-spacing: 0;
    }
}

@media (max-width: 575.98px) {
    .premieres-section {
        padding: 36px 20px 64px;
    }

    .premiere-card {
        padding: 74px 22px 36px;
    }

    .premieres-title {
        font-size: 26px;
        letter-spacing: 0.08em;
    }

    .premiere-card h3 {
        font-size: 14px;
    }

    .premiere-number {
        width: 76px;
        height: 76px;
        top: -24px;
        font-size: 34px;
    }

    .premiere-card p {
        font-size: 16px;
        line-height: 1.65;
        word-spacing: 0;
    }
}

/* —— Section fondateur · capture Wix (2 col, bandes fines, bloc centré, pas de scroll horiz.) —— */
#fondateur.founder-section {
    position: relative;
    isolation: isolate;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    background: #fff;
    /* Marge importante entre bande saumon et photo : équilibre type Wix */
    /* Ajustés vs ref. Wix : air vertical plus équilibré */
    padding: 52px 140px 54px;
    overflow-x: clip;
}

#fondateur.founder-section::before,
#fondateur.founder-section::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 52px;
    background: #ffd0b2;
    z-index: 0;
    pointer-events: none;
}

#fondateur.founder-section::before {
    left: 0;
}

#fondateur.founder-section::after {
    right: 0;
}

/* Layout 2 colonnes figé sans min-width parasite (évite tout débordement + scroll forcé). */
#fondateur.founder-section .founder-inner {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    width: 100%;
    max-width: 1370px;
    margin-inline: auto;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    /* Gouttière ~proche du rapport Wix (~1/5 du bloc contenu) entre photo et texte */
    gap: 248px;
}

#fondateur.founder-section .founder-image-wrap {
    flex: 0 0 auto;
    width: 400px;
    max-width: 400px;
}

/*
 * Bootstrap Reboot : img { max-width: 100%; height: auto } → sinon image « paysage » + texte en dessous.
 */
#fondateur.founder-section .founder-image-wrap img {
    display: block;
    width: 400px !important;
    height: 400px !important;
    max-width: none !important;
    object-fit: cover;
    aspect-ratio: 1 / 1;
}

#fondateur.founder-section .founder-content {
    flex: 1 1 740px;
    box-sizing: border-box;
    min-width: 0;
    max-width: 740px;
}

/* Hors styles globaux h2 (#003) — rendu noir · Avenir */
#fondateur.founder-section .founder-content h2 {
    margin: 0 0 28px !important;
    padding: 0 !important;
    font-family: var(--wix-font-display) !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    font-style: normal !important;
    /* letter-spacing: 5.5px !important; */
    line-height: 1.28 !important;
    text-transform: uppercase !important;
    color: #000 !important;
    text-align: left !important;
}

#fondateur.founder-section .founder-content p {
    margin: 0 0 24px !important;
    padding: 0 !important;
    font-family: var(--wix-font-family) !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    font-style: normal !important;
    line-height: 1.66 !important;
    letter-spacing: 0 !important;
    color: #000 !important;
    text-align: justify !important;
}

#fondateur.founder-section .founder-content p:last-of-type {
    margin-bottom: 0 !important;
}

#fondateur.founder-section .founder-content a {
    color: #000 !important;
    text-decoration: underline !important;
}

#fondateur.founder-section .founder-signature {
    margin-top: 38px !important;
}

#fondateur.founder-section .founder-signature strong {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    font-family: var(--wix-font-display) !important;
    font-size: 16px !important;
    /* font-weight: 700 !important; */
    /* letter-spacing: 6px !important; */
    line-height: 1.25 !important;
    font-style: normal !important;
    color: #000 !important;
    text-transform: uppercase !important;
}

#fondateur.founder-section .founder-signature span {
    display: block !important;
    margin-top: 8px !important;
    padding: 0 !important;
    font-family: var(--wix-font-display) !important;
    font-size: 12px !important;
    /* font-weight: 700 !important; */
    /* letter-spacing: 3px !important; */
    line-height: 1.2 !important;
    font-style: normal !important;
    color: #000 !important;
    text-transform: uppercase !important;
}

/* Tablette uniquement (>768px) : garder 2 colonnes avec gouttière réduite. */
@media (max-width: 1180px) and (min-width: 769px) {
    #fondateur.founder-section {
        padding: 46px 72px 50px;
    }

    #fondateur.founder-section .founder-inner {
        gap: 112px;
    }
}

@media (max-width: 1024px) and (min-width: 769px) {
    #fondateur.founder-section {
        padding: 40px 48px 46px;
    }

    #fondateur.founder-section .founder-inner {
        gap: 72px;
    }
}

@media (max-width: 768px) {
    #fondateur.founder-section {
        padding: 36px max(28px, 6vw) 44px !important;
        overflow-x: clip !important;
    }

    /* Bandes saumon discrètes (pas le contraste desktop). */
    #fondateur.founder-section::before,
    #fondateur.founder-section::after {
        width: 10px !important;
        opacity: 0.45 !important;
    }

    /*
     * Colonne unique, bloc centré ~315px, sans gap desktop horizontal.
     * !important impose le survol des règles desktop équivalentes.
     */
    #fondateur.founder-section .founder-inner {
        display: flex !important;
        flex-direction: column !important;
        flex-wrap: nowrap !important;
        align-items: stretch !important;
        justify-content: flex-start !important;
        gap: 0 !important;
        row-gap: 0 !important;
        column-gap: 0 !important;
        max-width: 315px !important;
        width: 100% !important;
        min-width: 0 !important;
        margin-inline: auto !important;
        padding: 0 !important;
    }

    #fondateur.founder-section .founder-image-wrap {
        flex: 0 0 auto !important;
        align-self: center !important;
        width: 275px !important;
        max-width: 275px !important;
        margin: 0 auto 26px !important;
    }

    #fondateur.founder-section .founder-image-wrap img {
        width: 275px !important;
        height: 275px !important;
        max-width: none !important;
        object-fit: cover !important;
        aspect-ratio: 1 / 1 !important;
    }

    #fondateur.founder-section .founder-content {
        flex: none !important;
        align-self: stretch !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
    }

    #fondateur.founder-section .founder-content h2 {
        font-size: 26px !important;
        font-weight: 700 !important;
        letter-spacing: 6px !important;
        line-height: 1.35 !important;
        margin: 0 0 20px !important;
        padding: 0 !important;
        text-align: left !important;
        text-transform: uppercase !important;
        color: #000 !important;
    }

    #fondateur.founder-section .founder-content p {
        margin: 0 0 18px !important;
        font-size: 17px !important;
        font-weight: 400 !important;
        line-height: 1.55 !important;
        letter-spacing: 0 !important;
        color: #000 !important;
        text-align: justify !important;
    }

    #fondateur.founder-section .founder-content p:last-of-type {
        margin-bottom: 0 !important;
    }

    #fondateur.founder-section .founder-signature {
        margin-top: 26px !important;
    }

    #fondateur.founder-section .founder-signature strong {
        font-size: 15px !important;
        letter-spacing: 4px !important;
    }

    #fondateur.founder-section .founder-signature span {
        font-size: 11px !important;
        letter-spacing: 2.5px !important;
        margin-top: 6px !important;
    }
}

/* —— Slider témoignage : Carousel Bootstrap · tout sous #testimonialSliderMain · fond AVIF hors .carousel-inner (pas de fuites transform) —— */
#testimonialSliderMain {
    --testimonial-slider-height: clamp(560px, 33vw, 610px);
    position: relative;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;
    height: var(--testimonial-slider-height);
    min-height: var(--testimonial-slider-height);
    overflow: hidden;
    isolation: isolate;
}

#testimonialSliderMain.carousel .carousel-inner,
#testimonialSliderMain .testimonial-slider-main__inner {
    position: relative;
    z-index: 1;
    height: 100%;
    overflow: hidden;
}

#testimonialSliderMain .carousel-control-prev,
#testimonialSliderMain .carousel-control-next {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: clamp(52px, 8vw, 72px) !important;
    height: clamp(96px, 14vw, 128px) !important;
    top: 50% !important;
    bottom: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: translateY(-50%);
    opacity: 1 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    color: inherit !important;
    pointer-events: auto;
    z-index: 10;
}

#testimonialSliderMain .carousel-control-prev {
    left: clamp(34px, 4vw, 78px) !important;
    right: auto !important;
}

#testimonialSliderMain .carousel-control-next {
    right: clamp(34px, 4vw, 78px) !important;
    left: auto !important;
}

#testimonialSliderMain .carousel-control-prev-icon,
#testimonialSliderMain .carousel-control-next-icon {
    display: none !important;
}

#testimonialSliderMain .testimonial-slider-main__ctrl:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.9);
    outline-offset: 4px;
}

#testimonialSliderMain .testimonial-slider-main__slide.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    height: 100%;
    min-height: var(--testimonial-slider-height);
    overflow: hidden;
    transition: transform 0.75s cubic-bezier(0.42, 0, 0.2, 1);
}

#testimonialSliderMain.carousel-fade .testimonial-slider-main__slide.carousel-item {
    transform: none;
    transition: opacity 1.2s ease-in-out;
}

#testimonialSliderMain .testimonial-slider-main__slide.carousel-item.active,
#testimonialSliderMain .testimonial-slider-main__slide.carousel-item.carousel-item-next,
#testimonialSliderMain .testimonial-slider-main__slide.carousel-item.carousel-item-prev {
    display: block;
}

#testimonialSliderMain .testimonial-slider-main__backdrop {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
}

#testimonialSliderMain .testimonial-slider-main__backdrop-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 54%;
    transform-origin: center center;
    filter: none;
}

#testimonialSliderMain .testimonial-slider-main__sheet {
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    min-height: var(--testimonial-slider-height);
    width: 100%;
    max-width: 100%;
    padding: 45px 24px 78px;
    pointer-events: none;
}

#testimonialSliderMain .testimonial-slider-main__sheet .testimonial-slider-main__card {
    pointer-events: auto;
}

#testimonialSliderMain .testimonial-slider-main__chev {
    display: block;
    width: clamp(28px, 4vw, 38px);
    height: clamp(28px, 4vw, 38px);
    margin: auto;
    border: none;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    border-radius: 0;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.28));
}

#testimonialSliderMain .testimonial-slider-main__chev--left {
    transform: rotate(45deg);
    margin-right: auto;
}

#testimonialSliderMain .testimonial-slider-main__chev--right {
    transform: rotate(-135deg);
    margin-left: auto;
}

#testimonialSliderMain .testimonial-slider-main__card {
    box-sizing: border-box;
    width: min(60%, 1080px);
    min-height: 0;
    height: 450px;
    margin: 0 auto;
    padding: 20px clamp(30px, 4vw, 70px);
    background: rgba(255, 255, 255, 0.8);
    border: none;
    border-radius: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}

#testimonialSliderMain .testimonial-slider-main__card--wide {
    width: min(60%, 1080px);
    min-height: 0;
    height: 450px;
    padding: 20px clamp(30px, 4vw, 70px);
}

#testimonialSliderMain .testimonial-slider-main__card--wide .testimonial-slider-main__quote {
    width: 100% !important;
    max-width: none !important;
    font-size: 18px !important;
    line-height: 1.45 !important;
}

#testimonialSliderMain .testimonialSliderMainHeading,
#testimonialSliderMain .testimonial-slider-main__card-heading {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 30px !important;
    padding: 0 !important;
    font-family: 'Lulo Clean W01 One Bold', sans-serif !important;
    font-weight: bold !important;
    font-style: normal !important;
    font-size: 20px !important;
    line-height: 1.4em !important;
    /* letter-spacing: 0.35em !important; */
    text-transform: uppercase !important;
    color: #000 !important;
    text-align: center !important;
    text-decoration: underline !important;
    text-decoration-thickness: 1px !important;
    text-underline-offset: 2px !important;
    text-decoration-color: #000 !important;
    overflow-wrap: normal !important;
    text-wrap: balance;
    text-shadow: none !important;
    opacity: 1 !important;
    filter: none !important;
}

#testimonialSliderMain .testimonialSliderMainHeading span,
#testimonialSliderMain .testimonialSliderMainHeading * {
    font-family: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    font-style: inherit !important;
    letter-spacing: inherit !important;
    line-height: inherit !important;
    color: inherit !important;
    text-transform: inherit !important;
    text-decoration: inherit !important;
    text-decoration-thickness: inherit !important;
    text-underline-offset: inherit !important;
    text-decoration-color: inherit !important;
    text-shadow: none !important;
    opacity: 1 !important;
    filter: none !important;
}

#testimonialSliderMain .testimonial-slider-main__title-line {
    display: block;
    line-height: inherit !important;
    margin-bottom: 0 !important;
}

#testimonialSliderMain .testimonial-slider-main__title-line:last-of-type {
    margin-bottom: 0 !important;
}

#testimonialSliderMain .testimonial-slider-main__band {
    display: inline;
    padding: 0 !important;
    background: transparent;
    border-bottom: none;
    text-decoration: inherit !important;
    text-decoration-thickness: inherit !important;
    text-underline-offset: inherit !important;
    text-decoration-color: inherit !important;
}

#testimonialSliderMain .testimonial-slider-main__quote {
    width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
    max-width: none !important;
    font-family: var(--wix-font-family) !important;
    font-size: 19px !important;
    font-weight: 400 !important;
    line-height: 1.45 !important;
    color: #000 !important;
    text-align: justify !important;
    text-justify: inter-word;
}

#testimonialSliderMain .testimonial-slider-main__meta {
    margin: 40px 0 0 !important;
    padding: 0 !important;
    font-family: var(--wix-font-family) !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    color: #000 !important;
    text-align: center !important;
    text-decoration: underline;
    text-underline-offset: 2px;
}

#testimonialSliderMain .carousel-indicators.testimonial-slider-main__dots {
    display: flex !important;
    flex-wrap: wrap;
    gap: 12px !important;
    justify-content: center !important;
    align-items: center !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 44px !important;
    z-index: 9 !important;
    margin: 0 !important;
    padding: 6px 0 !important;
    list-style: none !important;
    box-sizing: border-box !important;
}

#testimonialSliderMain .carousel-indicators.testimonial-slider-main__dots button {
    width: 8px !important;
    height: 8px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    border-radius: 50% !important;
    background-color: #ffffff !important;
    text-indent: 0 !important;
    opacity: 1 !important;
    box-sizing: border-box !important;
    cursor: pointer !important;
}

#testimonialSliderMain .carousel-indicators.testimonial-slider-main__dots button.active {
    background-color: transparent !important;
    box-shadow:
        inset 0 0 0 2px #fff,
        0 0 0 1px rgba(0, 0, 0, 0.06);
}

#testimonialSliderMain .carousel-indicators.testimonial-slider-main__dots button:focus-visible {
    outline: 2px solid #fff !important;
    outline-offset: 3px !important;
}

@media (prefers-reduced-motion: reduce) {
    #testimonialSliderMain.carousel * {
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
    }
}

@media (max-width: 991.98px) {
    #testimonialSliderMain {
        --testimonial-slider-height: 620px;
    }

    #testimonialSliderMain .testimonial-slider-main__sheet {
        padding: 48px 18px 76px;
    }

    #testimonialSliderMain .testimonial-slider-main__card,
    #testimonialSliderMain .testimonial-slider-main__card--wide {
        width: 75%;
        height: 470px;
        min-height: 0;
        padding: 20px clamp(30px, 4vw, 60px);
        background: rgba(255, 255, 255, 0.8);
    }
}

@media (max-width: 768px) {
    #testimonialSliderMain {
        --testimonial-slider-height: 620px;
    }

    #testimonialSliderMain .testimonial-slider-main__slide.carousel-item {
        min-height: var(--testimonial-slider-height);
    }

    #testimonialSliderMain .testimonial-slider-main__sheet {
        min-height: var(--testimonial-slider-height);
        padding: 48px 18px 70px;
    }

    #testimonialSliderMain .carousel-control-prev {
        left: 4px !important;
        right: auto !important;
    }

    #testimonialSliderMain .carousel-control-next {
        right: 4px !important;
        left: auto !important;
    }

    #testimonialSliderMain .testimonial-slider-main__chev {
        width: 26px;
        height: 26px;
        border-bottom-width: 2px;
        border-left-width: 2px;
    }

    #testimonialSliderMain .testimonial-slider-main__card,
    #testimonialSliderMain .testimonial-slider-main__card--wide {
        width: 75%;
        min-height: 0;
        height: 500px;
        padding: 20px clamp(24px, 5vw, 44px);
        margin: 0 auto;
        background: rgba(255, 255, 255, 0.8);
    }

    #testimonialSliderMain .testimonialSliderMainHeading,
    #testimonialSliderMain .testimonial-slider-main__card-heading {
        font-size: 20px !important;
        /* letter-spacing: 0.35em !important; */
        line-height: 1.4em !important;
        margin-bottom: 26px !important;
        font-wi
    }

    #testimonialSliderMain .testimonial-slider-main__band {
        padding: 0 !important;
    }

    #testimonialSliderMain .testimonial-slider-main__quote {
        width: 100% !important;
        font-size: 17px !important;
        line-height: 1.45 !important;
        text-align: justify !important;
        text-justify: inter-word;
    }

    #testimonialSliderMain .testimonial-slider-main__card--wide .testimonial-slider-main__quote {
        width: 100% !important;
        font-size: 16px !important;
        line-height: 1.38 !important;
    }

    #testimonialSliderMain .testimonial-slider-main__meta {
        font-size: 16px !important;
        margin-top: 38px !important;
    }

    #testimonialSliderMain .carousel-indicators.testimonial-slider-main__dots {
        bottom: 24px !important;
        gap: 10px !important;
    }
}

/* —— Cartes 4 piliers —— */
.wix-pillar-card {
    background: var(--wix-white);
    border-radius: var(--wix-radius-card);
    box-shadow: var(--wix-shadow-card);
    padding: 2.5rem 1.75rem 2.75rem;
    border: 1px solid rgba(0, 51, 102, 0.05);
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease;
}

.wix-pillar-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(0, 51, 102, 0.12);
}

.wix-pillar-card__number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 2px solid var(--wix-navy);
    color: var(--wix-navy);
    font-family: var(--wix-font-head);
    font-weight: 700;
    font-size: 1.25rem;
    margin: 0 auto 1.5rem;
}

.wix-pillar-card__title {
    font-family: var(--wix-font-head);
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: var(--wix-track-tight);
    color: var(--wix-navy);
    margin-bottom: 1.25rem;
    line-height: 1.35;
}

.wix-pillar-card__list {
    font-size: 0.9rem;
    font-weight: 300;
    line-height: 1.65;
    color: var(--wix-text);
    max-width: 280px;
}

.wix-pillar-card__list li {
    position: relative;
    padding-left: 1.1rem;
    margin-bottom: 0.65rem;
}

.wix-pillar-card__list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.55rem;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--wix-coral);
}

.wix-split__img {
    border-radius: var(--wix-radius-sm);
    overflow: hidden;
    box-shadow: var(--wix-shadow-soft);
}

.wix-split__img img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 4 / 3;
}

.wix-split__text .lead-ish {
    font-size: 1.02rem;
    font-weight: 300;
    line-height: 1.85;
    color: var(--wix-text-muted);
}

.wix-link-more {
    display: inline-block;
    margin-top: 1.25rem;
    font-size: 0.82rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: var(--wix-track-tight);
    color: var(--wix-navy);
    border-bottom: 1px solid var(--wix-coral);
    padding-bottom: 2px;
    text-decoration: none;
    transition: color 0.2s ease;
}

.wix-link-more:hover {
    color: var(--wix-coral);
}

/* —— Citation piscine —— */
.wix-quote-banner {
    position: relative;
    min-height: 440px;
    display: grid;
    place-items: center;
    padding: 7rem var(--wix-gutter-x);
    background-image: linear-gradient(rgba(0, 24, 48, 0.55), rgba(0, 24, 48, 0.5)), var(--wix-pool-image);
    background-size: cover;
    background-position: center;
}

@media (max-width: 767.98px) {
    .wix-quote-banner {
        padding-block: var(--wix-section-pad-y-mobile);
        padding-inline: 1rem;
    }
}

.wix-quote-panel {
    max-width: 880px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.94);
    padding: 3rem 2.85rem;
    border-radius: 4px;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.2);
}

@media (max-width: 575.98px) {
    .wix-quote-panel {
        padding: 2rem 1.35rem;
    }
}

.wix-quote-panel p {
    font-family: var(--wix-font-quote);
    font-size: 1.55rem;
    font-weight: 500;
    line-height: 1.62;
    color: var(--wix-navy);
    text-align: center;
    margin: 0;
}

@media (max-width: 575.98px) {
    .wix-quote-panel p {
        font-size: 1.2rem;
        line-height: 1.6;
    }
}

/* —— Logos TV / partenaires —— */
.tv-section {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 37px 0 67px;
    background: #fff;
    overflow-x: clip;
}

.tv-section__inner {
    box-sizing: border-box;
    width: min(100%, 980px);
    margin: 0 auto;
    padding: 0;
}

.tv-section__title {
    margin: 0 0 24px;
    width: 100%;
    font-family: var(--wix-old-heading-font);
    font-size: 46px;
    font-weight: 700;
    line-height: var(--wix-old-heading-line);
    letter-spacing: var(--wix-old-heading-track);
    color: #000;
    text-align: center;
    text-transform: uppercase;
}

.tv-section__logos {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 107px;
    margin: 0 auto;
}

.tv-section__logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

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

.tv-section__logo--arte {
    margin-top: 4px;
}

.tv-section__logo--tf1,
.tv-section__logo--rmc {
    margin-top: 10px;
}

.tv-section__logo--m6,
.tv-section__logo--rts {
    margin-top: 7px;
}

.tv-section__videos {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px 24px;
    margin: 45px auto 0;
}

.tv-video-card {
    margin: 0;
}

.tv-video-card a {
    position: relative;
    display: block;
    overflow: hidden;
    background: #000;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.55);
    text-decoration: none;
}

.tv-video-card img {
    display: block;
    width: 100%;
    aspect-ratio: 469 / 311;
    height: auto;
    object-fit: cover;
}

.tv-video-card iframe {
    display: block;
    width: 100%;
    aspect-ratio: 469 / 311;
    height: auto;
    border: 0;
}

.tv-video-card__play {
    position: absolute;
    inset: 0;
    width: 68px;
    height: 48px;
    margin: auto;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.72);
}

.tv-video-card__play::after {
    content: '';
    position: absolute;
    inset: 0;
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-width: 11px 0 11px 18px;
    border-color: transparent transparent transparent #fff;
    transform: translateX(2px);
}

@media (max-width: 767.98px) {
    .tv-section {
        padding: 34px 0 52px;
    }

    .tv-section__title {
        width: 100%;
        max-width: 629px;
        margin-bottom: 28px;
        font-size: 38px;
        letter-spacing: 0.12em;
        text-align: center;
    }

    .tv-section__logos {
        flex-wrap: wrap;
        justify-content: center;
        gap: 24px 28px;
    }

    .tv-section__logo--arte img {
        width: 158px;
    }

    .tv-section__logo--tf1 img,
    .tv-section__logo--rmc img {
        width: 96px;
    }

    .tv-section__logo--france img {
        width: 52px;
    }

    .tv-section__logo--m6 img {
        width: 76px;
    }

    .tv-section__logo--rts img {
        width: 58px;
    }

    .tv-section__videos {
        grid-template-columns: 1fr;
        gap: 18px;
        margin-top: 34px;
    }
}

@media (max-width: 575.98px) {
    .tv-section__inner {
        padding: 0 20px;
    }

    .tv-section__title {
        font-size: 32px;
        letter-spacing: 0.08em;
        line-height: 1.15;
    }
}

.wix-logo-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 2.65rem;
}

@media (max-width: 575.98px) {
    .wix-logo-row {
        gap: 1.25rem 1rem;
    }
}

.wix-videos-kicker {
    font-family: var(--wix-font-body);
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--wix-text-muted);
    margin-bottom: 0;
}

@media (max-width: 575.98px) {
    .wix-videos-kicker {
        letter-spacing: 0.13em;
        font-size: 0.8125rem;
    }
}

#presse .wix-h3 {
    font-size: 0.92rem;
    line-height: 1.45;
}

@media (max-width: 575.98px) {
    #presse .wix-h3 {
        font-size: 0.85rem;
        line-height: 1.42;
    }
}

.wix-logo-chip {
    min-width: 100px;
    height: 44px;
    padding: 0 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--wix-font-head);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(0, 51, 102, 0.45);
    filter: grayscale(1);
    opacity: 0.88;
    transition:
        filter 0.25s ease,
        opacity 0.25s ease,
        transform 0.25s ease;
}

.wix-logo-chip:hover {
    filter: grayscale(0);
    opacity: 1;
    transform: translateY(-2px);
    color: var(--wix-navy);
}

/* —— Grille vidéos serrée —— */
.wix-video-thumb {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    background: #000;
    aspect-ratio: 16 / 9;
    box-shadow: var(--wix-shadow-soft);
    transition: transform 0.3s ease;
}

.wix-video-thumb--tight {
    border-radius: 2px;
}

.wix-video-thumb:hover {
    transform: translateY(-3px);
}

.wix-video-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wix-video-thumb__play {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 58px;
    height: 40px;
    border-radius: 8px;
    background: var(--wix-coral);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
    pointer-events: none;
}

.wix-video-thumb__play::after {
    content: '';
    position: absolute;
    inset: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 13px;
    border-color: transparent transparent transparent #fff;
    transform: translateX(2px);
}

.wix-btn-outline {
    display: inline-block;
    margin-top: 2.5rem;
    padding: 0.65rem 2.25rem;
    font-family: var(--wix-font-head);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: var(--wix-track);
    text-transform: uppercase;
    color: var(--wix-navy);
    border: 2px solid var(--wix-navy);
    background: transparent;
    text-decoration: none;
    border-radius: 2px;
    transition:
        background 0.2s ease,
        color 0.2s ease;
}

.wix-btn-outline:hover {
    background: var(--wix-navy);
    color: #fff;
}

/* —— Blog cartes fines —— */
.wix-blog-card {
    background: var(--wix-white);
    border-radius: var(--wix-radius-card);
    overflow: hidden;
    box-shadow: var(--wix-shadow-card);
    height: 100%;
    border: 1px solid rgba(0, 51, 102, 0.06);
    transition: transform 0.3s ease;
}

.wix-blog-card:hover {
    transform: translateY(-5px);
}

.wix-blog-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.wix-blog-card__body {
    padding: 1.5rem 1.35rem 1.75rem;
}

.wix-blog-card__meta {
    font-size: 0.68rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: var(--wix-text-muted);
    margin-bottom: 0.5rem;
}

.wix-blog-card__title {
    font-family: var(--wix-font-head);
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--wix-navy);
    margin-bottom: 0.65rem;
    line-height: 1.35;
}

.wix-blog-card__title a {
    color: inherit;
    text-decoration: none;
}

.wix-blog-card__title a:hover {
    color: var(--wix-coral);
}

.wix-blog-card__excerpt {
    font-size: 0.88rem;
    font-weight: 300;
    line-height: 1.65;
    color: var(--wix-text-muted);
}

@media (max-width: 575.98px) {
    .wix-blog-card__title {
        font-size: 1rem;
    }

    .wix-blog-card__excerpt {
        font-size: 0.84rem;
        line-height: 1.62;
    }
}

/* —— Bande FR — CH —— */
.wix-identity-strip {
    border-block: 1px solid rgba(0, 51, 102, 0.08);
}

.wix-identity-strip__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.75rem;
    text-align: center;
}

@media (min-width: 768px) {
    .wix-identity-strip__inner {
        flex-direction: row;
        text-align: left;
        gap: 2.5rem;
    }
}

.wix-identity-avatar {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid var(--wix-white);
    box-shadow: var(--wix-shadow-soft);
}

.wix-identity-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wix-flag-pair img {
    width: 42px;
    height: auto;
    border-radius: 2px;
    box-shadow: var(--wix-shadow-soft);
}

.wix-identity-title {
    font-family: var(--wix-font-head);
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: var(--wix-track);
    text-transform: uppercase;
    color: var(--wix-navy);
    margin: 0;
}

/* —— Formulaire contact —— */
.wix-contact-panel {
    background: var(--wix-white);
    padding: 2.85rem 2.5rem;
    border-radius: var(--wix-radius-sm);
    box-shadow: var(--wix-shadow-card);
    height: 100%;
}

@media (max-width: 575.98px) {
    .wix-contact-panel {
        padding: 2rem 1.35rem;
    }
}

.wix-form-label label,
.wix-form-label .form-label {
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: var(--wix-track-tight);
    text-transform: uppercase;
    color: var(--wix-navy);
}

.wix-form-label .form-control {
    border-radius: 2px;
    border-color: rgba(0, 51, 102, 0.15);
    font-weight: 300;
}

.wix-form-label .form-control:focus {
    border-color: var(--wix-navy);
    box-shadow: 0 0 0 0.15rem rgba(0, 51, 102, 0.12);
}

.wix-btn-navy {
    font-family: var(--wix-font-head);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: var(--wix-track);
    text-transform: uppercase;
    background: var(--wix-navy);
    color: #fff !important;
    border: none;
    border-radius: 2px;
    padding: 0.85rem 2.5rem;
    transition: background 0.2s ease;
}

.wix-btn-navy:hover {
    background: var(--wix-navy-soft);
}

.wix-desert-img {
    border-radius: var(--wix-radius-sm);
    overflow: hidden;
    box-shadow: var(--wix-shadow-soft);
    min-height: 100%;
}

.wix-desert-img img {
    width: 100%;
    height: 100%;
    min-height: 480px;
    object-fit: cover;
}

@media (max-width: 991.98px) {
    .wix-desert-img img {
        min-height: 320px;
    }
}

/* —— Résidences grille image seule —— */
.wix-res-grid.row {
    width: 1000px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.wix-res-grid .col-6 {
    padding: 0.5rem;
}

.wix-res-grid a {
    display: block;
    overflow: hidden;
    border-radius: 2px;
}

.wix-res-grid img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.wix-res-grid a:hover img {
    transform: scale(1.04);
}

.wix-link-all {
    display: inline-block;
    margin-top: 2.75rem;
    font-family: var(--wix-font-head);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: var(--wix-track);
    text-transform: uppercase;
    color: var(--wix-navy);
    text-decoration: none;
    border-bottom: 2px solid var(--wix-navy);
    padding-bottom: 0.25rem;
}

.wix-link-all:hover {
    color: var(--wix-coral);
    border-color: var(--wix-coral);
}

/* —— Sections live Carthagea : témoignages, documentation, membres, implantations —— */
.live-container {
    max-width: 980px;
}

:root {
    --live-section-gap: 80px;
    --live-call-height: 393px;
}

.live-section-title,
.live-contact-title {
    margin: 0 0 2rem;
    font-family: var(--wix-old-heading-font);
    font-size: 46px;
    font-weight: 700;
    line-height: var(--wix-old-heading-line);
    letter-spacing: var(--wix-old-heading-track);
    color: #000;
    text-align: center;
    text-transform: uppercase;
}

.live-family-section {
    padding: 48px 0 0;
    background: #fff;
}

.live-family-container {
    max-width: 1528px;
}

.live-family-section .live-section-title {
    margin-bottom: 44px;
}

.live-family-grid {
    --bs-gutter-x: 40px;
    --bs-gutter-y: 28px;
}

.live-video-card {
    position: relative;
    display: block;
    overflow: hidden;
    background: #000;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.55);
    text-decoration: none;
}

.live-video-card img {
    display: block;
    width: 100%;
    aspect-ratio: 469 / 311;
    height: auto;
    object-fit: cover;
}

.live-video-card__play {
    position: absolute;
    inset: 0;
    width: 72px;
    height: 50px;
    margin: auto;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.72);
}

.live-video-card__play::after {
    content: '';
    position: absolute;
    inset: 0;
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-width: 11px 0 11px 18px;
    border-color: transparent transparent transparent #fff;
    transform: translateX(2px);
}

.live-contact-section {
    padding: var(--live-section-gap) 0 0;
    margin: 0 0 var(--live-section-gap);
    background: #fff;
}

.live-call-container {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
}

.live-call-strip {
    display: grid;
    grid-template-columns: 33.3333% 66.6667%;
    width: 100%;
    height: var(--live-call-height);
    margin: 0 auto;
    background: rgb(239, 239, 239);
    overflow: hidden;
}

.live-call-image {
    height: var(--live-call-height);
    overflow: hidden;
}

.live-call-image img {
    display: block;
    width: 100%;
    height: var(--live-call-height);
    object-fit: cover;
    object-position: center center;
}

.live-call-panel {
    display: flex;
    height: var(--live-call-height);
    padding: 104px 24px 40px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background: rgb(239, 239, 239);
    text-align: center;
}

.live-call-panel .live-contact-title {
    margin-bottom: 26px;
    text-transform: uppercase;
}

.live-call-phone-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 38px;
}

.live-call-flag {
    display: block;
    width: 108px;
    height: auto;
    margin: 0;
}

.live-phone-link {
    display: inline-block;
    font-family: var(--wix-font-body);
    font-size: 55px;
    font-weight: 300;
    line-height: 1.2;
    color: #000;
    text-decoration: none;
}

.live-phone-link:hover {
    color: var(--wix-header-teal);
}

.live-form-intro {
    margin: 58px 0 25px;
    font-family: var(--wix-old-body-font);
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    color: #000;
    text-align: center;
}

.live-documentation-section {
    padding: 0;
    background: #fff;
}

.live-documentation-container {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
}

.live-documentation-strip {
    display: grid;
    grid-template-columns: 50% 50%;
    height: 804px;
    overflow: hidden;
}

.live-documentation-panel {
    padding: 42px 24px 50px;
    background: #fff;
    text-align: center;
}

.live-documentation-panel .live-contact-title {
    margin-bottom: 54px;
    font-family: var(--wix-old-heading-font);
    font-size: 38px;
    font-weight: 700;
    line-height: 1.45em;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.live-documentation-panel .live-contact-title span {
    display: block;
}

.live-members-section .live-section-title {
    margin-bottom: 66px;
    font-family: var(--wix-old-heading-font);
    font-size: 40px;
    font-weight: 700;
    line-height: var(--wix-old-heading-line);
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.live-documentation-image img {
    display: block;
    width: 100%;
    height: 804px;
    min-height: 0;
    object-fit: cover;
    object-position: center center;
}

.live-documentation-image {
    position: relative;
    overflow: hidden;
}

.weather-widget {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 380px;
    min-height: 550px;
    padding: 46px 34px;
    border: 1px solid rgba(255, 255, 255, 0.48);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.28);
    box-shadow: 0 24px 70px rgba(42, 30, 18, 0.22);
    color: #1f2233;
    font-family: var(--wix-old-body-font);
    transform: translate(-50%, -50%);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.weather-widget__header {
    margin-bottom: 30px;
}

.weather-widget__eyebrow {
    display: block;
    margin-bottom: 4px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.weather-widget h3 {
    margin: 0;
    font-family: var(--wix-old-heading-font);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #1f2233;
}

.weather-widget__today {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 20px;
    align-items: center;
    min-height: 122px;
    padding: 20px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.38);
}

.weather-widget__icon {
    display: inline-grid;
    width: 72px;
    height: 72px;
    place-items: center;
    background: transparent;
    color: #d8892a;
    line-height: 1;
}

.weather-widget__svg {
    display: block;
    color: #d8892a;
    overflow: visible;
    shape-rendering: geometricPrecision;
}

.weather-widget__today div {
    display: grid;
    gap: 2px;
}

.weather-widget__day,
.weather-widget__today span:last-child,
.weather-widget__mini small {
    font-size: 13px;
    font-weight: 300;
    line-height: 1.25;
}

.weather-widget__today strong {
    font-size: 34px;
    font-weight: 300;
    line-height: 1;
}

.weather-widget__forecast {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 26px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.24);
    padding: 8px;
}

.weather-widget__mini {
    display: grid;
    grid-template-columns: 82px 34px 1fr auto;
    min-height: 66px;
    align-items: center;
    justify-items: start;
    gap: 12px;
    padding: 13px 16px;
    border-radius: 8px;
    border-bottom: 1px solid rgba(31, 34, 51, 0.12);
    background: rgba(255, 255, 255, 0.18);
    text-align: left;
}

.weather-widget__mini:last-child {
    border-bottom: 0;
}

.weather-widget__mini-day {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.weather-widget__mini i {
    justify-self: center;
    color: #d8892a;
    font-style: normal;
    line-height: 1;
}

.weather-widget__mini strong {
    display: inline-flex;
    justify-self: end;
    align-items: baseline;
    gap: 7px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.1;
    white-space: nowrap;
}

.weather-widget__mini small {
    justify-self: start;
    text-align: left;
}

.weather-widget__mini strong em {
    color: rgba(31, 34, 51, 0.62);
    font-style: normal;
    font-size: 14px;
    font-weight: 300;
}

.live-documentation-form {
    max-width: 433px;
    margin: 0 auto;
}

.live-form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.live-form-field {
    margin-bottom: 22px;
    text-align: left;
}

.live-form-field label,
.live-form-field .form-label {
    display: block;
    margin-bottom: 12px;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
    color: #000;
}

.live-form-control,
.live-form-field .form-control {
    display: block;
    width: 100%;
    min-height: 37px;
    border: 2px solid rgb(55, 59, 77);
    border-radius: 0;
    padding: 6px 10px;
    font-size: 16px;
    color: #000;
    background: #fff;
}

.live-form-control:focus,
.live-form-field .form-control:focus {
    border-color: #000;
    box-shadow: 0 0 0 0.12rem rgba(0, 0, 0, 0.12);
}

.live-form-field--message {
    margin-bottom: 15px;
}

.live-form-textarea,
.live-form-field--message .form-control {
    min-height: 126px;
    resize: vertical;
}

.live-form-textarea::placeholder {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
    color: #1f2233;
    opacity: 1;
}

.live-form-note {
    margin: -2px 0 13px;
    font-family: var(--wix-old-body-font);
    font-size: 19px;
    font-weight: 300;
    line-height: 1.8;
    color: #000;
    text-align: left;
}

.live-submit-btn {
    display: block;
    width: 100%;
    min-height: 40px;
    border: 0;
    border-radius: 0;
    background: rgb(55, 59, 77);
    color: #fff;
    font-family: var(--wix-old-body-font);
    font-size: 22px;
    font-weight: 300;
    line-height: 1;
}

.live-submit-btn:hover {
    background: #333;
}

.live-members-section {
    padding: 62px 0 96px;
    background: #fff;
    box-shadow: inset 0 16px 18px -18px rgba(0, 0, 0, 0.45);
}

.live-member-logos {
    display: grid;
    grid-template-columns: repeat(3, 220px);
    align-items: center;
    justify-content: center;
    gap: 78px 58px;
    margin: 0 auto;
}

.live-member-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 100px;
}

.live-member-logo img {
    display: block;
    width: auto;
    max-width: 220px;
    max-height: 112px;
    height: auto;
    object-fit: contain;
}

.live-offices-section {
    padding: 0 0 30px;
    background: #fff;
}

.live-offices-container {
    max-width: 1180px;
}

.live-offices-grid {
    display: grid;
    grid-template-columns: 200px 350px 350px 250px;
    gap: 32px 22px;
    align-items: start;
    justify-content: center;
    margin: 0 auto;
}

.live-office-card {
    color: #000;
}

.live-office-card--text {
    padding-top: 0;
    text-align: right;
}

.live-office-card--text:nth-child(4),
.live-office-card--text:nth-child(8) {
    text-align: left;
}

.live-office-card img {
    display: block;
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.live-office-card h3 {
    margin: 0 0 30px;
    font: normal normal normal 17px/1.4em var(--wix-old-heading-font);
    letter-spacing: var(--wix-old-heading-track);
    text-transform: uppercase;
    color: #000;
}

.live-office-card address {
    margin: 0;
    font-family: var(--wix-old-body-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: var(--wix-old-body-line);
    letter-spacing: 0;
    color: #000;
    text-align: inherit;
}

.live-office-card address span {
    display: block;
}

.live-office-card a {
    font-family: var(--wix-old-body-font);
    font-weight: 300;
    color: #000;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.live-office-card .live-office-map-link {
    display: inline-block;
    margin-top: 28px;
    padding: 8px 18px;
    background: #c8eeee;
    color: #000;
    font-size: 18px;
    line-height: 1.2;
    text-decoration: none;
}

@media (max-width: 767.98px) {
    :root {
        --live-section-gap: 48px;
        --live-call-height: auto;
    }

    .live-family-section,
    .live-contact-section,
    .live-documentation-section,
    .live-members-section,
    .live-offices-section {
        padding-block: var(--live-section-gap);
    }

    .live-contact-section {
        margin-bottom: var(--live-section-gap);
        padding-top: var(--live-section-gap);
        padding-bottom: 0;
    }

    .live-family-section {
        padding-top: var(--live-section-gap);
        padding-bottom: 0;
    }

    .live-documentation-section {
        padding-top: 0;
        padding-bottom: var(--live-section-gap);
    }

    .live-section-title,
    .live-contact-title {
        margin-bottom: 1.5rem;
        font-size: 32px;
        letter-spacing: 0.1em;
    }

    .live-family-section .live-section-title {
        margin-bottom: 30px;
        font-size: 30px;
        line-height: 1.15;
        letter-spacing: 0.12em;
    }

    .live-documentation-panel .live-contact-title,
    .live-members-section .live-section-title {
        font-size: 28px;
        letter-spacing: 0.06em;
    }

    .live-members-section .live-section-title {
        margin-bottom: 38px;
    }

    .live-member-logos {
        grid-template-columns: repeat(2, minmax(120px, 1fr));
        gap: 36px 28px;
    }

    .live-member-logo {
        min-height: 82px;
    }

    .live-member-logo img {
        max-width: min(100%, 180px);
        max-height: 92px;
    }

    .live-family-grid {
        --bs-gutter-x: 0;
        --bs-gutter-y: 20px;
    }

    .live-call-strip,
    .live-documentation-strip {
        grid-template-columns: 1fr;
        width: min(100% - 32px, 520px);
        height: auto;
        min-height: 0;
    }

    .live-call-container {
        max-width: 100%;
    }

    .live-call-image,
    .live-call-image img,
    .live-call-panel {
        height: auto;
        min-height: 0;
    }

    .live-call-image img {
        aspect-ratio: 327 / 393;
    }

    .live-call-panel {
        padding: 44px 20px;
        justify-content: center;
    }

    .live-call-phone-row {
        gap: 22px;
    }

    .live-call-flag {
        width: 82px;
    }

    .live-phone-link {
        font-size: clamp(2.2rem, 11vw, 3.2rem);
    }

    .live-documentation-panel {
        padding: 44px 20px;
    }

    .live-documentation-panel .live-contact-title {
        margin-bottom: 28px;
    }

    .live-form-intro {
        margin-top: 28px;
    }

    .live-form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .live-documentation-image img {
        height: auto;
        min-height: 0;
        aspect-ratio: 488 / 560;
    }

    .weather-widget {
        top: 50%;
        left: 50%;
        width: min(100% - 32px, 340px);
        min-height: 500px;
        padding: 30px 20px;
        transform: translate(-50%, -50%);
    }

    .weather-widget__today {
        grid-template-columns: 58px 1fr;
        min-height: 96px;
    }

    .weather-widget__icon {
        width: 58px;
        height: 58px;
    }

    .weather-widget__mini {
        grid-template-columns: 72px 28px 1fr auto;
        gap: 8px;
        padding: 12px;
    }

    .weather-widget__mini strong {
        gap: 5px;
        font-size: 16px;
    }

    .weather-widget__mini strong em,
    .weather-widget__mini small {
        font-size: 12px;
    }

    .live-form-note {
        font-size: 16px;
        text-align: center;
        line-height: 1.55;
    }

    .live-offices-grid {
        grid-template-columns: 1fr;
        gap: 22px;
        width: min(100% - 32px, 520px);
    }

    .live-office-card--text,
    .live-office-card--text:nth-child(4),
    .live-office-card--text:nth-child(8) {
        text-align: center;
    }

    .live-office-card img {
        height: auto;
        aspect-ratio: 349 / 230;
    }
}

/* —— Footer minimal —— */
.wix-footer {
    background: #fff;
    border-top: 0;
    padding: 0 0 8px;
    margin-top: 0;
}

.wix-footer__row {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
    text-align: center;
}

@media (min-width: 768px) {
    .wix-footer__row {
        flex-direction: column;
        justify-content: center;
        text-align: left;
    }
}

.wix-footer__legal {
    display: flex;
    flex-direction: column;
    gap: 14px;
    justify-content: center;
    align-items: center;
}

@media (min-width: 768px) {
    .wix-footer__legal {
        justify-content: center;
    }
}

.wix-footer__legal a,
.wix-footer__legal span {
    font-family: var(--wix-old-body-font);
    font-size: 14px;
    color: #000;
    text-decoration: underline;
    font-weight: 300;
    line-height: 1.4;
    letter-spacing: 0;
}

.wix-footer__legal a:hover {
    color: var(--wix-coral);
}

.wix-footer__social a {
    display: inline-flex;
    width: 18px;
    height: 18px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #000;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    margin: 0 8px;
}

.wix-footer__social a:hover {
    color: #fff;
    opacity: 0.75;
}

.wix-footer__copy {
    font-family: var(--wix-old-body-font);
    font-size: 14px;
    color: #000;
    font-weight: 300;
    line-height: 1.4;
    letter-spacing: 0.04em;
    margin: 0;
}

/* —— Mobile balance audit overrides —— */
@media (max-width: 767.98px) {
    html,
    body {
        max-width: 100%;
        overflow-x: hidden;
    }

    main,
    section {
        max-width: 100%;
    }

    .site-header {
        min-height: auto;
    }

    .header-inner {
        padding-inline: 16px;
    }

    .site-nav {
        padding-inline: 16px;
    }

    .hero,
    .tv-section,
    .live-family-section,
    .live-contact-section,
    .live-documentation-section,
    .live-members-section,
    .live-offices-section {
        overflow-x: clip;
    }

    .tv-section__inner,
    .live-family-container,
    .live-documentation-container,
    .live-members-container,
    .live-offices-container {
        width: min(100% - 32px, 720px);
        max-width: 100%;
        margin-inline: auto;
    }

    .tv-section__inner {
        padding-inline: 0;
    }

    .live-section-title,
    .live-contact-title,
    .tv-section__title {
        overflow-wrap: anywhere;
        text-wrap: balance;
    }

    .live-family-grid,
    .tv-section__videos {
        width: 100%;
        margin-inline: auto;
    }

    .tv-video-card a,
    .live-video-card,
    .live-family-video {
        width: 100%;
    }

    .live-call-strip,
    .live-documentation-strip,
    .live-offices-grid {
        width: min(100%, 520px);
    }

    .live-call-phone-row {
        flex-wrap: wrap;
        justify-content: center;
    }

    .live-documentation-form input,
    .live-documentation-form textarea,
    .live-submit-btn {
        width: 100%;
        min-height: 44px;
    }

    .live-documentation-image {
        min-height: 560px;
    }

    .live-documentation-image img {
        width: 100%;
        height: 100%;
        min-height: 560px;
        aspect-ratio: auto;
        object-fit: cover;
    }

    .weather-widget {
        width: min(calc(100% - 24px), 340px);
        min-height: auto;
        padding: 26px 18px;
    }

    .wix-footer {
        padding-inline: 16px;
    }
}

@media (max-width: 575.98px) {
    .header-inner {
        gap: 12px;
        padding-block: 10px;
    }

    .brand {
        flex: 1 1 auto;
        min-width: 0;
        max-width: calc(100% - 56px);
        gap: 10px;
    }

    .brand-text {
        min-width: 0;
        flex-shrink: 1;
    }

    .brand-logo {
        width: 64px;
        height: 64px;
    }

    .brand-title {
        font-size: clamp(0.92rem, 4.6vw, 1.08rem);
        letter-spacing: 0.14em;
        line-height: 1.2;
        overflow-wrap: anywhere;
    }

    .brand-subtitle {
        font-size: 0.68rem;
        letter-spacing: 0.12em;
        line-height: 1.3;
    }

    .site-header__burger {
        width: 42px;
        height: 42px;
        flex: 0 0 42px;
    }

    .hero {
        min-height: 660px;
        padding-bottom: 198px;
    }

    .hero-content {
        padding: 44px 16px 0;
    }

    .hero-kicker {
        font-size: clamp(18px, 5.6vw, 21px);
        letter-spacing: 0.08em;
    }

    .hero-title {
        margin-bottom: 64px;
        font-size: clamp(18px, 5.2vw, 22px);
        letter-spacing: 0.06em;
    }

    .hero-subtitle,
    .hero-price {
        overflow-wrap: anywhere;
    }

    .stat-number {
        font-size: 72px;
        letter-spacing: -1px;
    }

    .stat-text {
        font-size: 16px;
        line-height: 1.35;
    }

    .tv-section {
        padding-block: 30px 44px;
    }

    .tv-section__title,
    .live-section-title,
    .live-contact-title,
    .live-family-section .live-section-title,
    .live-documentation-panel .live-contact-title,
    .live-members-section .live-section-title {
        font-size: clamp(24px, 7.2vw, 30px);
        letter-spacing: 0.06em;
        line-height: 1.22;
    }

    .tv-section__logos {
        gap: 20px 22px;
        min-height: 0;
    }

    #testimonialSliderMain {
        --testimonial-slider-height: 720px;
    }

    #testimonialSliderMain .testimonial-slider-main__sheet {
        padding: 44px 0 72px;
    }

    #testimonialSliderMain .testimonial-slider-main__card,
    #testimonialSliderMain .testimonial-slider-main__card--wide {
        width: 92%;
        height: 600px;
        min-height: 0;
        padding: 20px clamp(20px, 5vw, 30px);
    }

    #testimonialSliderMain .testimonialSliderMainHeading,
    #testimonialSliderMain .testimonial-slider-main__card-heading {
        font-size: 20px !important;
        letter-spacing: 0 !important;
        line-height: 1.4em !important;
        margin-bottom: 22px !important;
    }

    #testimonialSliderMain .testimonial-slider-main__quote {
        width: 100% !important;
        font-size: 16px !important;
        line-height: 1.45 !important;
        text-align: justify !important;
        text-justify: inter-word;
    }

    #testimonialSliderMain .testimonial-slider-main__card--wide .testimonial-slider-main__quote {
        width: 100% !important;
        font-size: 15px !important;
        line-height: 1.36 !important;
    }

    #testimonialSliderMain .testimonial-slider-main__meta {
        font-size: 16px !important;
        margin-top: 36px !important;
    }

    .live-contact-section {
        padding-top: 44px;
        margin-bottom: 44px;
    }

    .live-call-panel {
        padding: 38px 18px;
    }

    .live-phone-link {
        font-size: clamp(2rem, 10vw, 2.8rem);
        letter-spacing: 0.06em;
    }

    .live-call-flag {
        width: 72px;
    }

    .live-documentation-panel {
        padding: 38px 18px;
    }

    .live-form-intro {
        margin-top: 20px;
        font-size: 15px;
    }

    .live-form-note {
        font-size: 15px;
    }

    .live-documentation-image {
        min-height: 540px;
    }

    .live-documentation-image img {
        min-height: 540px;
    }

    .weather-widget {
        width: min(calc(100% - 20px), 322px);
        padding: 24px 16px;
    }

    .weather-widget__today {
        grid-template-columns: 54px 1fr;
        min-height: 92px;
        padding: 16px;
    }

    .weather-widget__icon {
        width: 54px;
        height: 54px;
    }

    .weather-widget__today strong {
        font-size: 34px;
    }

    .weather-widget__mini {
        grid-template-columns: 58px 28px 1fr auto;
        min-height: 64px;
        padding: 10px 12px;
    }

    .weather-widget__mini-day {
        font-size: 12px;
        letter-spacing: 0.08em;
    }

    .weather-widget__mini small {
        max-width: 82px;
    }

    .live-member-logos {
        grid-template-columns: 1fr 1fr;
        gap: 30px 20px;
    }

    .live-office-card--text {
        padding-inline: 8px;
    }

    .live-office-card h3 {
        font-size: 17px;
        letter-spacing: 0.22em;
    }

    .live-office-card p,
    .live-office-card a {
        font-size: 16px;
        line-height: 1.5;
    }
}

@media (max-width: 390px) {
    .hero {
        min-height: 630px;
        padding-bottom: 184px;
    }

    .hero-title {
        margin-bottom: 52px;
    }

    .tv-section__inner,
    .live-family-container,
    .live-documentation-container,
    .live-members-container,
    .live-offices-container {
        width: min(100% - 24px, 720px);
    }

    .live-call-strip,
    .live-documentation-strip,
    .live-offices-grid {
        width: min(100%, 520px);
    }

    .weather-widget {
        width: min(calc(100% - 16px), 316px);
        padding-inline: 14px;
    }

    .weather-widget__mini {
        grid-template-columns: 52px 26px 1fr auto;
        gap: 6px;
    }
}

/* —— Animations légères type Wix —— */
@keyframes wix-soft-in {
    from {
        opacity: 0;
        transform: translateY(16px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.wix-enter {
    animation: wix-soft-in 0.75s ease-out both;
}

.visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
