.elementor-2685082 .elementor-element.elementor-element-15acb39c:not(.elementor-motion-effects-element-type-background), .elementor-2685082 .elementor-element.elementor-element-15acb39c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-a265f0e );}.elementor-2685082 .elementor-element.elementor-element-15acb39c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-2685082 .elementor-element.elementor-element-15acb39c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-2685082 .elementor-element.elementor-element-7770bfc > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-c1ffe9f *//* ═══════════════════════════════════════════════════
   PAGE EXPÉRIENCE — ECLIPSE
   Préfixe .ix- pour éviter tout conflit Elementor
   ═══════════════════════════════════════════════════ */

.ix-page {
    --jaune: #fdc728;
    --accent-txt: #1a1a1a;
    --noir: #14110d;
    --blanc: #ffffff;
    --creme: #faf8f3;
    --creme-2: #f4f1e8;
    --texte: #171717;
    --texte-doux: #3a3733;
    --bord: #e8e3d6;
    --ombre: 0 4px 24px rgba(20,17,13,0.06);
    --ombre-forte: 0 16px 48px rgba(20,17,13,0.12);
}

.ix-page * { margin: 0; padding: 0; box-sizing: border-box; }

.ix-page {
    font-family: 'Outfit', sans-serif;
    background: var(--blanc);
    color: var(--texte);
    line-height: 1.65;
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
}

/* Les sections à fond coloré s'étendent bord à bord même dans un conteneur Elementor étroit.
   La technique reste contenue à chaque section, ce qui évite tout décalage global. */
.ix-page .ix-cream,
.ix-page .ix-cream2,
.ix-page .ix-dark,
.ix-page .ix-facts,
.ix-page .ix-cta,
.ix-page .ix-hero {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.ix-page img { max-width: 100%; display: block; }

/* Neutralise les styles que le thème applique aux liens (italique, majuscules) */
.ix-page a,
.ix-page a:hover,
.ix-page a:visited {
    text-decoration: none;
    color: inherit;
    font-style: normal !important;
    text-transform: none !important;
    font-variant: normal !important;
    letter-spacing: normal;
}

.ix-page a em, .ix-page em a { font-style: normal !important; }

.ix-page a.ix-btn, .ix-page a.ix-badge, .ix-page a.ix-rel-card { color: unset; }
.ix-page a.ix-btn, .ix-page a.ix-badge { text-transform: uppercase !important; letter-spacing: .05em; }

.ix-page .ix-body a, .ix-page .ix-faq-a a { color: #14110d; font-weight: 600; border-bottom: 1px solid rgba(20,17,13,.28); }
.ix-page .ix-body a:hover, .ix-page .ix-faq-a a:hover { color: #14110d; border-bottom-color: #fdc728; }

.ix-wrap { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
.ix-section { padding: 90px 0; }
.ix-cream { background: var(--creme); }
.ix-cream2 { background: var(--creme-2); }
.ix-dark { background: var(--noir); color: var(--blanc); }

/* ── Titres ────────────────────────────────────── */
.ix-eyebrow {
    display: inline-block;
    background: var(--jaune);
    color: var(--noir);
    padding: 7px 18px;
    border-radius: 40px;
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    margin-bottom: 18px;
}

.ix-h2 {
    font-size: clamp(1.9rem, 4vw, 3rem);
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: -0.02em;
    margin-bottom: 18px;
}

.ix-h2 em { font-style: normal; color: var(--accent-txt); }
.ix-dark .ix-h2 em { color: var(--jaune); }

.ix-lead { font-size: 1.1rem; color: var(--texte-doux); max-width: 620px; }
.ix-dark .ix-lead { color: #ebe7dd; }
.ix-center { text-align: center; }
.ix-center .ix-lead { margin-left: auto; margin-right: auto; }

/* ── Boutons ───────────────────────────────────── */
.ix-btn {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 15px 32px;
    max-width: 100%;
    font-size: 0.95rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    border-radius: 60px;
    border: 2px solid transparent;
    cursor: pointer;
    transition: transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease;
}

/* Jaune plein : texte toujours noir */
.ix-page .ix-btn-solid,
.ix-page .ix-btn-solid:hover,
.ix-page .ix-btn-solid:focus,
.ix-page .ix-btn-solid:visited { background: #fdc728; color: #14110d; border-color: #fdc728; }
.ix-page .ix-btn-solid:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(253,199,40,.55); }

/* Contour noir sur fond clair : noir puis inversion en blanc sur noir */
.ix-page .ix-btn-ghost,
.ix-page .ix-btn-ghost:visited { background: transparent; color: #14110d; border-color: #14110d; }
.ix-page .ix-btn-ghost:hover,
.ix-page .ix-btn-ghost:focus { background: #14110d; color: #ffffff; border-color: #14110d; }

/* Contour blanc sur fond sombre : blanc puis inversion en noir sur blanc */
.ix-page .ix-btn-light,
.ix-page .ix-btn-light:visited { background: transparent; color: #ffffff !important; border-color: rgba(255,255,255,.65); }
.ix-page .ix-btn-light:hover,
.ix-page .ix-btn-light:focus { background: #ffffff; color: #14110d !important; border-color: #ffffff; }

/* ═══ HÉRO ══════════════════════════════════════ */
.ix-hero {
    position: relative;
    min-height: 660px;
    display: flex;
    align-items: flex-end;
    background: var(--noir);
    overflow: hidden;
}

.ix-hero-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .48;
    animation: ix-slowzoom 24s ease-in-out infinite alternate;
}

@keyframes ix-slowzoom { from { transform: scale(1); } to { transform: scale(1.09); } }

.ix-hero-veil {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(20,17,13,.55) 0%, rgba(20,17,13,.18) 35%, rgba(20,17,13,.93) 100%);
}

.ix-hero-inner {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 24px 56px;
    color: var(--blanc);
}

/* Badges du héro */
.ix-badges { display: flex; gap: 9px; flex-wrap: wrap; margin-bottom: 16px; }

.ix-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 15px;
    border-radius: 40px;
    font-size: 0.73rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.ix-page .ix-badge-cat,
.ix-page .ix-badge-cat:hover,
.ix-page .ix-badge-cat:visited { background: #fdc728; color: #14110d; transition: transform .2s ease, box-shadow .2s ease; }
.ix-page a.ix-badge-cat:hover { transform: translateY(-2px); box-shadow: 0 5px 16px rgba(253,199,40,.5); }

/* Cartes : textes toujours lisibles au survol */
.ix-page .ix-rel-card h3, .ix-page .ix-rel-card:hover h3 { color: #24211c; }
.ix-page .ix-rel-card p, .ix-page .ix-rel-card:hover p { color: #46423a; }
.ix-page .ix-rel-card .ix-rel-go, .ix-page .ix-rel-card:hover .ix-rel-go { color: #14110d; }
.ix-page .ix-rel-more h3, .ix-page .ix-rel-more:hover h3 { color: #ffffff; }
.ix-page .ix-rel-more p, .ix-page .ix-rel-more:hover p { color: #ebe7dd; }
.ix-page .ix-rel-more .ix-rel-go, .ix-page .ix-rel-more:hover .ix-rel-go { color: #fdc728; }
.ix-badge-hot { background: #e0342b; color: #fff; }
.ix-badge-out { background: rgba(255,255,255,.12); color: #fff; border: 1px solid rgba(255,255,255,.3); }

.ix-hero h1 {
    font-size: clamp(2.6rem, 7vw, 5rem);
    font-weight: 900;
    line-height: .98;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.ix-hero-tag {
    font-size: clamp(1rem, 2vw, 1.28rem);
    color: #ded8ca;
    max-width: 54ch;
    margin-bottom: 28px;
}

.ix-hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }

/* ═══ BANDEAU INFOS ═════════════════════════════ */
.ix-facts { background: var(--jaune); padding: 26px 24px; }

.ix-facts-grid {
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.ix-fact { text-align: center; color: var(--noir); }
.ix-fact-v { font-size: 1.75rem; font-weight: 900; line-height: 1.1; }
.ix-fact-l { font-size: 0.76rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; opacity: .78; margin-top: 2px; }

/* ═══ SPLIT texte + image ═══════════════════════ */
.ix-split { display: grid; grid-template-columns: 1fr 1.15fr; gap: 56px; align-items: center; }

.ix-split-media {
    border-radius: 22px;
    overflow: hidden;
    box-shadow: var(--ombre-forte);
    aspect-ratio: 3/2.35;
}

.ix-split-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.ix-split-media:hover img { transform: scale(1.04); }

.ix-body p { font-size: 1.06rem; color: var(--texte-doux); margin-bottom: 16px; }
.ix-body p strong { color: var(--texte); font-weight: 700; }
.ix-body a { color: var(--accent-txt); font-weight: 600; border-bottom: 1px solid rgba(0,0,0,.25); }
.ix-body a:hover { border-bottom-color: var(--accent-txt); }

/* Bloc réponse directe (repris par Google et les IA) */
.ix-answer {
    background: var(--creme);
    border-left: 4px solid var(--jaune);
    border-radius: 10px;
    padding: 18px 22px;
    font-size: 1.02rem !important;
    color: var(--texte) !important;
    margin-bottom: 22px !important;
}

.ix-story { margin-top: 26px; text-align: left; }
.ix-story p { font-size: 1.08rem; color: var(--texte-doux); margin-bottom: 18px; line-height: 1.75; }
.ix-story p:first-of-type::first-letter {
    font-size: 3.2rem;
    font-weight: 900;
    color: #14110d;
    float: left;
    line-height: .9;
    margin: 4px 10px 0 0;
}

.ix-note {
    margin-top: 26px;
    padding: 20px 24px;
    background: var(--blanc);
    border-left: 4px solid var(--jaune);
    border-radius: 10px;
    box-shadow: var(--ombre);
    font-size: 0.98rem;
    color: var(--texte-doux);
}

.ix-note strong { color: var(--texte); }

/* ═══ ÉTAPES ════════════════════════════════════ */
.ix-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin-top: 46px; }

.ix-step {
    background: var(--blanc);
    border: 1px solid var(--bord);
    border-radius: 18px;
    padding: 34px 26px 28px;
    transition: transform .3s ease, box-shadow .3s ease;
}

.ix-step:hover { transform: translateY(-5px); box-shadow: var(--ombre-forte); }

.ix-step-n {
    width: 38px; height: 38px;
    background: var(--jaune);
    color: var(--noir);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-weight: 900; font-size: 1.05rem;
    margin-bottom: 16px;
}

.ix-step h3 { font-size: 1.12rem; font-weight: 800; text-transform: uppercase; margin-bottom: 9px; }
.ix-step p { font-size: 0.97rem; color: var(--texte-doux); }

/* ═══ GALERIE ═══════════════════════════════════ */
.ix-gallery {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: repeat(2, 1fr);
    gap: 16px;
    margin-top: 46px;
    height: 620px;
}

.ix-gallery figure {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: var(--ombre-forte);
    margin: 0;
    position: relative;
}

/* La première image occupe toute la colonne de gauche */
.ix-gallery figure:first-child { grid-row: 1 / 3; }

.ix-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.ix-gallery figure:hover img { transform: scale(1.06); }

/* ═══ VIDÉO ═════════════════════════════════════ */
.ix-video-box {
    position: relative;
    max-width: 1060px;
    margin: 46px auto 0;
    border-radius: 22px;
    overflow: hidden;
    aspect-ratio: 16/9;
    background: #000;
    box-shadow: var(--ombre-forte);
    cursor: pointer;
}

.ix-video-box img, .ix-video-box video { width: 100%; height: 100%; object-fit: cover; display: block; }

.ix-video-play {
    position: absolute; inset: 0;
    display: flex; align-items: center; justify-content: center;
    background: rgba(20,17,13,.35);
    transition: background .3s ease;
}

.ix-video-box:hover .ix-video-play { background: rgba(20,17,13,.15); }

.ix-video-play span {
    width: 76px; height: 76px;
    background: var(--jaune);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 8px 30px rgba(0,0,0,.35);
    transition: transform .3s ease;
    animation: ix-pulse 2.4s ease-in-out infinite;
}

@keyframes ix-pulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(253,199,40,.55); }
    50% { box-shadow: 0 0 0 20px rgba(253,199,40,0); }
}

.ix-video-box:hover .ix-video-play span { transform: scale(1.09); }
.ix-video-play svg { width: 26px; height: 26px; margin-left: 4px; }

/* ═══ CTA INTERMÉDIAIRE ═════════════════════════ */
.ix-price-hook {
    font-size: 1.9rem;
    font-weight: 700;
    color: var(--texte);
    margin-bottom: 6px;
}

.ix-price-hook strong { color: #14110d; font-weight: 900; }
.ix-price-hook sup { color: #14110d; font-weight: 900; }

.ix-price-note {
    font-size: 0.82rem !important;
    font-weight: 400 !important;
    color: var(--texte-doux) !important;
    margin: 0 auto 24px !important;
    max-width: 520px;
}

.ix-mid-cta {
    margin: 38px auto 0;
    text-align: center;
    max-width: 900px;
}

.ix-mid-cta p {
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--texte);
    margin-bottom: 16px;
}

.ix-prices {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.ix-price {
    background: var(--blanc);
    border: 2px solid var(--jaune);
    border-radius: 14px;
    padding: 16px 30px;
    min-width: 168px;
    box-shadow: var(--ombre);
}

.ix-price-alt { border-color: var(--bord); }

.ix-price-v {
    display: block;
    font-size: 1.85rem;
    font-weight: 900;
    color: var(--texte);
    line-height: 1.1;
}

.ix-price-l {
    display: block;
    font-size: .78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: var(--texte-doux);
    margin-top: 3px;
}

/* ═══ POINTS FORTS ══════════════════════════════ */
.ix-perks { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 42px; }

.ix-perk {
    display: flex; gap: 16px; align-items: flex-start;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 14px;
    padding: 22px 24px;
    transition: background .3s ease, transform .3s ease;
}

.ix-perk:hover { background: rgba(255,255,255,.09); transform: translateY(-3px); }

.ix-perk-ico {
    width: 40px; height: 40px;
    background: var(--jaune);
    border-radius: 10px;
    flex-shrink: 0;
    display: flex; align-items: center; justify-content: center;
}

.ix-perk-ico svg { width: 20px; height: 20px; }
.ix-perk h3 { font-size: 1.02rem; font-weight: 800; margin-bottom: 5px; }
.ix-perk p { font-size: 0.94rem; color: #d8d3c7; }

/* ═══ AUTRES EXPÉRIENCES ════════════════════════ */
.ix-related { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 42px; }

/* Carte "voir la catégorie" */
.ix-rel-more { background: var(--noir); border-color: var(--noir); display: flex; }
.ix-rel-more:hover { border-color: var(--jaune); }

.ix-rel-more-in {
    padding: 30px 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
}

.ix-rel-more-in svg { width: 40px; height: 40px; margin-bottom: 16px; }
.ix-rel-more-in h3 { color: var(--blanc); font-size: 1.18rem; font-weight: 800; margin-bottom: 8px; }
.ix-rel-more-in p { color: #ebe7dd; font-size: .92rem; margin-bottom: 14px; }
.ix-rel-more-in .ix-rel-go { color: var(--jaune); }

.ix-rel-card {
    display: block;
    background: var(--blanc);
    border: 1px solid var(--bord);
    border-radius: 18px;
    overflow: hidden;
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.ix-rel-card:hover { transform: translateY(-6px); box-shadow: var(--ombre-forte); border-color: var(--jaune); }

.ix-rel-img {
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: linear-gradient(145deg, #1e1a14 0%, #0d0b08 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.ix-rel-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform .45s ease;
}

.ix-rel-card:hover .ix-rel-img img { transform: scale(1.05); }

.ix-rel-num {
    position: absolute;
    top: 12px; left: 12px;
    background: var(--jaune);
    color: var(--noir);
    padding: 5px 13px;
    border-radius: 30px;
    font-size: .7rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.ix-rel-body { padding: 22px 24px 24px; }

.ix-rel-cat {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.68rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--noir);
    background: var(--jaune);
    padding: 4px 12px;
    border-radius: 30px;
    margin-bottom: 10px;
}

.ix-rel-card h3 { font-size: 1.22rem; font-weight: 800; color: var(--texte); margin-bottom: 7px; }
.ix-rel-card p { font-size: 0.93rem; color: var(--texte-doux); margin-bottom: 14px; }
.ix-rel-go { font-size: 0.85rem; font-weight: 700; color: var(--texte); text-transform: uppercase; letter-spacing: 0.06em; }

/* ═══ FAQ ═══════════════════════════════════════ */
.ix-faq { max-width: 800px; margin: 42px auto 0; }

.ix-faq-item {
    background: var(--blanc);
    border: 1px solid var(--bord);
    border-radius: 14px;
    margin-bottom: 12px;
    overflow: hidden;
    transition: border-color .3s ease, box-shadow .3s ease;
}

.ix-faq-item:hover { border-color: var(--jaune); box-shadow: var(--ombre); }

.ix-faq-q {
    width: 100%;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    text-align: left !important;
    padding: 20px 22px !important;
    font-family: 'Outfit', sans-serif !important;
    font-size: 1.02rem !important;
    font-weight: 700 !important;
    color: #24211c !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    line-height: 1.4 !important;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
    white-space: normal !important;
    word-break: break-word;
    hyphens: auto;
}

.ix-faq-q > span { flex: 1 1 auto; }

.ix-faq-q::after {
    content: '+';
    color: var(--accent-txt);
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 1;
    flex-shrink: 0;
    transition: transform .3s ease;
}

.ix-faq-item.ix-open .ix-faq-q::after { transform: rotate(45deg); }

.ix-faq-a {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows .35s ease;
}

.ix-faq-a > div { overflow: hidden; }

.ix-faq-item.ix-open .ix-faq-a { grid-template-rows: 1fr; }

.ix-faq-a p {
    color: #46423a !important;
    font-size: 0.98rem;
    line-height: 1.6;
    padding: 0 24px 21px;
    margin: 0;
}

.ix-faq-a a { color: #14110d; font-weight: 600; }

/* ═══ CTA ═══════════════════════════════════════ */
.ix-cta {
    background: #000000 !important;
    padding: 96px 24px;
    text-align: center;
}

.ix-cta::before, .ix-cta::after { display: none !important; }

.ix-cta h2 {
    font-size: clamp(2rem, 4.5vw, 3.2rem);
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.05;
    margin-bottom: 16px;
    color: var(--blanc);
}

.ix-cta p { font-size: 1.12rem; color: #ebe7dd; max-width: 560px; margin: 0 auto 32px; }
.ix-cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ═══ ANIMATIONS AU SCROLL ══════════════════════ */
.ix-rise { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.ix-rise.ix-in { opacity: 1; transform: none; }
.ix-d1 { transition-delay: .08s; }
.ix-d2 { transition-delay: .16s; }
.ix-d3 { transition-delay: .24s; }

@media (prefers-reduced-motion: reduce) {
    .ix-rise { opacity: 1; transform: none; transition: none; }
    .ix-hero-img, .ix-video-play span { animation: none; }
}

/* ═══ RESPONSIVE ════════════════════════════════ */
@media (max-width: 980px) {
    .ix-split { grid-template-columns: 1fr; gap: 36px; }
    .ix-steps { grid-template-columns: 1fr; gap: 16px; }
    .ix-gallery { grid-template-columns: repeat(2, 1fr); grid-template-rows: auto; height: auto; }
    .ix-gallery figure { grid-row: auto !important; aspect-ratio: 4/3; }
    .ix-gallery figure:first-child { grid-column: 1 / -1; aspect-ratio: 16/9; }
    .ix-perks { grid-template-columns: 1fr; }
    .ix-related { grid-template-columns: repeat(2, 1fr); }
    .ix-section { padding: 64px 0; }
}

@media (max-width: 640px) {
    .ix-wrap { padding: 0 18px; }
    .ix-section { padding: 50px 0; }

    /* On masque ce qui surcharge le héro sur petit écran */
    .ix-hide-sm { display: none !important; }

    .ix-hero { min-height: 0; height: 500px; align-items: center; }
    .ix-hero-img {
        object-fit: cover;
        object-position: center center;
        animation: none;
        opacity: .45;
    }
    .ix-hero-inner { padding: 90px 18px 40px; }
    .ix-badges { gap: 7px; margin-bottom: 14px; }
    .ix-badge { font-size: 0.64rem; padding: 5px 11px; letter-spacing: .08em; }
    .ix-hero h1 { font-size: 2.6rem; margin-bottom: 10px; }
    .ix-hero-tag { font-size: .96rem; line-height: 1.5; margin-bottom: 20px; }
    .ix-hero-btns { width: 100%; }
    .ix-hero-btns .ix-btn { width: 100%; padding: 14px 24px; font-size: .9rem; }

    .ix-facts { padding: 20px 16px; }
    .ix-facts { padding: 22px 16px; }
    .ix-facts-grid { grid-template-columns: repeat(2, 1fr); gap: 22px 18px; }
    .ix-fact-v { font-size: 1.5rem; }
    .ix-fact-l { font-size: 0.72rem; }
    /* La 5e info (seule sur sa ligne) s'étale sur toute la largeur */
    .ix-fact:last-child { grid-column: 1 / -1; }
    .ix-fact-l { font-size: 0.66rem; }

    .ix-h2 { font-size: clamp(1.55rem, 7vw, 2rem); margin-bottom: 14px; }
    .ix-lead { font-size: 1rem; }
    .ix-eyebrow { font-size: .7rem; padding: 6px 14px; margin-bottom: 14px; }
    .ix-body p { font-size: 1rem; }
    .ix-note { padding: 16px 18px; font-size: .94rem; }

    .ix-steps { margin-top: 30px; }
    .ix-step { padding: 24px 20px 20px; }
    .ix-gallery { grid-template-columns: 1fr; gap: 14px; margin-top: 28px; height: auto; }
    .ix-gallery figure { grid-row: auto !important; grid-column: auto !important; aspect-ratio: 4/3; }
    .ix-gallery figure:first-child { aspect-ratio: 4/3; }
    .ix-split-media { aspect-ratio: 4/3; border-radius: 16px; }
    .ix-rel-img { aspect-ratio: 1 / 1; }
    .ix-rel-body { padding: 18px 20px 20px; }
    .ix-rel-card h3 { font-size: 1.1rem; }
    .ix-rel-cat { font-size: 0.62rem; padding: 4px 10px; }
    .ix-rel-cat svg { width: 11px !important; height: 11px !important; }
    .ix-rel-more-in { padding: 24px 20px; }
    .ix-video-box { margin-top: 28px; border-radius: 14px; }
    .ix-video-play span { width: 58px; height: 58px; }
    .ix-video-play svg { width: 20px; height: 20px; }

    .ix-perks { margin-top: 28px; }
    .ix-perk { padding: 18px 18px; gap: 13px; }
    .ix-related { grid-template-columns: 1fr; margin-top: 28px; max-width: 380px; margin-left: auto; margin-right: auto; }
    .ix-mid-cta { margin-top: 26px; }
    .ix-mid-cta p { font-size: .96rem; }
    .ix-prices { gap: 10px; }
    .ix-price { padding: 13px 20px; min-width: 138px; }
    .ix-price-v { font-size: 1.5rem; }
    .ix-mid-cta .ix-btn { width: 100%; }
    .ix-answer { padding: 15px 16px; font-size: .96rem !important; }

    .ix-faq { margin-top: 28px; }
    .ix-faq-q { font-size: .95rem !important; padding: 17px 18px !important; }
    .ix-faq-a p { padding: 0 18px 17px; font-size: .94rem; }

    .ix-cta { padding: 56px 18px; }
    .ix-cta p { font-size: 1rem; }
    .ix-cta-btns { flex-direction: column; }
    .ix-cta-btns .ix-btn { width: 100%; }
}


@media (max-width: 400px) {
    .ix-hero { height: 460px; }
    .ix-hero h1 { font-size: 2.2rem; }
    .ix-hero-tag { font-size: .9rem; }
}

/* Garde-fou : rien ne peut déborder en largeur */
.ix-page, .ix-page * { max-width: 100%; }
.ix-page img, .ix-page video, .ix-page svg { height: auto; }
.ix-page .ix-hero-img { height: 100%; }
.ix-page .ix-gallery img, .ix-page .ix-split-media img, .ix-page .ix-rel-img img, .ix-page .ix-video-box img { height: 100%; }

/* ═══ BARRE DE CONFIANCE ════════════════════════ */
.ix-trust { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 32px; padding: 18px 24px; background: var(--noir); color: var(--blanc); }
.ix-trust-item { display: flex; align-items: center; gap: 9px; font-size: 0.92rem; font-weight: 600; }
.ix-trust-item svg { width: 18px; height: 18px; flex-shrink: 0; }
.ix-trust-item .ix-stars { color: var(--jaune); letter-spacing: 1px; }
.ix-trust-item strong { color: var(--jaune); }

/* ═══ AVIS CLIENTS ══════════════════════════════ */
.ix-reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 42px; }
.ix-review { background: var(--blanc); border: 1px solid var(--bord); border-radius: 16px; padding: 24px 24px 22px; box-shadow: var(--ombre); display: flex; flex-direction: column; }
.ix-review-stars { color: #fdc728; font-size: 1rem; letter-spacing: 2px; margin-bottom: 12px; }
.ix-review-text { font-size: 0.96rem; color: var(--texte-doux); line-height: 1.6; margin-bottom: 16px; flex: 1; }
.ix-review-author { font-size: 0.9rem; font-weight: 700; color: var(--texte); }
.ix-review-meta { font-size: 0.8rem; color: var(--texte-doux); font-weight: 400; }

/* ═══ ACCÈS LOCAL ═══════════════════════════════ */
.ix-access { display: grid; grid-template-columns: 1.2fr 1fr; gap: 40px; align-items: center; }
.ix-access-info h3 { font-size: 1.1rem; font-weight: 800; margin: 18px 0 6px; display: flex; align-items: center; gap: 9px; }
.ix-access-info h3 svg { width: 20px; height: 20px; }
.ix-access-info p { font-size: 1rem; color: var(--texte-doux); margin-bottom: 4px; }
.ix-access-info p:first-of-type { margin-top: 0; }
.ix-access-map { border-radius: 18px; overflow: hidden; box-shadow: var(--ombre-forte); min-height: 240px; border: 0; width: 100%; }

@media (max-width: 900px) {
    .ix-reviews { grid-template-columns: 1fr; max-width: 480px; margin-left: auto; margin-right: auto; }
    .ix-access { grid-template-columns: 1fr; gap: 28px; }
}

.ix-sr { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

/* CORRECTIFS MOBILE (ajout) */
.ix-page, .ix-page * { min-width: 0 !important; max-width: 100% !important; box-sizing: border-box !important; }
.ix-page .ix-faq-q { white-space: normal !important; display: flex !important; }
.ix-page .ix-faq-q span { flex: 1 1 auto !important; min-width: 0 !important; overflow-wrap: anywhere !important; word-break: break-word !important; }
.ix-page .ix-faq-q, .ix-page .ix-faq-q span { white-space: normal !important; overflow-wrap: anywhere !important; word-break: break-word !important; }
.ix-page img, .ix-page svg { max-width: 100% !important; }
.ix-page .ix-hero-bg { height: 100% !important; min-height: 100% !important; object-fit: cover !important; }/* End custom CSS */