/* ============================================================
   FUTURA ESTHETIC TUNISIE — Feuille de styles
   Palette : petrole #0f272c · clair #f6f6f6 · or #0fa9a0→#8ff0e2
   Typo : Cormorant Garamond (titres) + Jost (texte)
   ============================================================ */
:root{
  --char:#0f272c;
  --char-2:#143137;
  --char-3:#1a3d44;
  --light:#f6f6f6;
  --paper:#ffffff;
  --ink:#0f272c;
  --muted:#6b6b6b;
  --muted-light:#a7bcbb;
  --gold-1:#0fa9a0;
  --gold-2:#8ff0e2;
  --gold-mid:#38c6ba;
  --line:rgba(15,169,160,.28);
  --grad-gold:linear-gradient(45deg,#0fa9a0,#8ff0e2);
  --serif:"Cormorant Garamond",Georgia,serif;
  --sans:"Jost",system-ui,sans-serif;
  --ease:cubic-bezier(.22,.61,.36,1);
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:var(--sans);color:var(--ink);background:var(--paper);font-weight:400;line-height:1.7;-webkit-font-smoothing:antialiased;overflow-x:hidden;    font-size: 18px;}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
h1,h2,h3,h4{font-family:var(--serif);font-weight:700;line-height:1.1;letter-spacing:.01em}
.wrap{max-width:1300px;margin:0 auto;padding:0 28px}
.eyebrow{font-family:var(--sans);font-weight:600;font-size:14px;letter-spacing:.32em;text-transform:uppercase;color:var(--gold-1);display:inline-flex;align-items:center;gap:12px}
.eyebrow::before{content:"";width:28px;height:1px;background:var(--grad-gold)}
.eyebrow.center{justify-content:center}
.gold-text{background:linear-gradient(45deg,#0fa9a0,#38c6ba,#8ff0e2,#38c6ba,#0fa9a0);background-size:300% 100%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:shimmer 7s linear infinite}
@keyframes shimmer{to{background-position:-300% 0}}

/* ---------- Boutons ---------- */
.btn{position:relative;display:inline-flex;align-items:center;gap:11px;padding:16px 34px;font-family:var(--sans);font-weight:500;font-size:13px;letter-spacing:.14em;text-transform:uppercase;border:none;cursor:pointer;overflow:hidden;transition:transform .4s var(--ease),box-shadow .4s var(--ease);color:#0f272c;    border-radius: 10px;}
.btn-gold{background:-webkit-linear-gradient(45deg,#0fa9a0,#8ff0e2);background:-moz-linear-gradient(45deg,#0fa9a0,#8ff0e2);background:-o-linear-gradient(45deg,#0fa9a0,#8ff0e2);background:linear-gradient(45deg,#0fa9a0,#8ff0e2);box-shadow:0 10px 30px -10px rgba(15,169,160,.55)}
.btn-gold::after{content:"";position:absolute;top:0;left:-120%;width:60%;height:100%;background:linear-gradient(100deg,transparent,rgba(255,255,255,.55),transparent);transform:skewX(-20deg);transition:left .7s var(--ease)}
.btn-gold:hover{transform:translateY(-3px);box-shadow:0 18px 40px -12px rgba(15,169,160,.7)}
.btn-gold:hover::after{left:130%}
.btn-ghost{background:transparent;border:1px solid var(--line);color:#fff}
.btn-ghost:hover{border-color:var(--gold-mid);color:var(--gold-2);transform:translateY(-3px)}
.btn .ar{transition:transform .4s var(--ease)}
.btn:hover .ar{transform:translateX(4px)}

/* ---------- En-tête / Menu ---------- */
header{position:fixed;top:0;left:0;width:100%;z-index:1000;background-color:#0f272c;transition:box-shadow .4s,padding .4s;border-bottom:1px solid rgba(255,255,255,.05)}
header.scrolled{box-shadow:0 12px 40px -18px rgba(0,0,0,.8)}
.topbar{background:#0a1e22;color:var(--muted-light);font-size:16px;letter-spacing:.06em}
.topbar .wrap{display:flex;justify-content:space-between;align-items:center;height:38px;font-weight:600}
.topbar a{transition:color .3s}.topbar a:hover{color:var(--gold-2)}
.topbar .tb-right{display:flex;gap:22px;align-items:center}
.topbar .dot{width:5px;height:5px;border-radius:50%;background:var(--grad-gold);display:inline-block;margin-right:8px;box-shadow:0 0 8px var(--gold-1)}
.nav{display:flex;align-items:center;justify-content:space-between;height:82px;transition:height .4s var(--ease)}
header.scrolled .nav{height:68px}
.logo img{height:80px;transition:height .4s var(--ease);filter:drop-shadow(0 2px 10px rgba(0,0,0,.4))}
header.scrolled .logo img{height:38px}
.menu{display:flex;align-items:center;gap:4px;list-style:none}
.menu>li{position:relative}
.menu>li>a{display:flex;align-items:center;gap:6px;padding:14px 16px;color:#eee;font-size:18px;letter-spacing:.06em;font-weight:400;transition:color .3s}
.menu>li>a .chev{width:8px;height:8px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg);transition:transform .3s,border-color .3s;margin-top:-3px}
.menu>li>a:hover{color:var(--gold-2)}
.menu>li:hover>a .chev{transform:rotate(-135deg);margin-top:2px}
.menu>li>a::after{content:"";position:absolute;bottom:8px;left:16px;right:16px;height:1px;background:var(--grad-gold);transform:scaleX(0);transform-origin:left;transition:transform .35s var(--ease)}
.menu>li>a:hover::after,.menu>li.active>a::after{transform:scaleX(1)}
.mega{position:absolute;top:calc(100% + 8px);left:50%;transform:translateX(-50%) translateY(12px);background:#123037;border:1px solid rgba(15,169,160,.18);border-radius:4px;padding:30px;opacity:0;visibility:hidden;transition:all .35s var(--ease);box-shadow:0 30px 70px -20px rgba(0,0,0,.85);display:grid;grid-template-columns:repeat(6,200px);gap:26px}
.mega.mega-sm{grid-template-columns:repeat(2,190px)}
.menu>li:hover .mega{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}
.mega::before{content:"";position:absolute;top:-6px;left:50%;transform:translateX(-50%) rotate(45deg);width:12px;height:12px;background:#123037;border-left:1px solid rgba(15,169,160,.18);border-top:1px solid rgba(15,169,160,.18)}
.mega h5{font-family:var(--sans);font-weight:600;font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:var(--gold-1);margin-bottom:14px;padding-bottom:10px;border-bottom:1px solid rgba(255,255,255,.07)}
.mega ul{list-style:none}
.mega li a{display:block;color:#c9c9c9;font-size:18px;font-weight:300;padding:5px 0;transition:color .25s,padding .25s;position:relative}
.mega li a:hover{color:var(--gold-2);padding-left:10px}
.mega li a:hover::before{content:"›";position:absolute;left:0;color:var(--gold-1)}
.nav-cta{display:flex;align-items:center;gap:18px}
.burger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:8px}
.burger span{width:26px;height:2px;background:var(--gold-2);transition:.3s}

/* ---------- Hero (section sombre) ---------- */
.hero{position:relative;background-color:#0f272c;color:#fff;padding-top:190px;padding-bottom:110px;overflow:hidden}
.hero::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 78% 30%,rgba(15,169,160,.16),transparent 45%);pointer-events:none}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:60px;align-items:center;position:relative;z-index:2}
.hero-copy .eyebrow{margin-bottom:26px}
.hero h1{font-size:clamp(38px,5vw,66px);line-height:1.03;margin-bottom:26px}
.hero h1 em{font-style:italic;font-weight:500}
.hero p.lead{color:#c4d6d3;font-size:17px;max-width:520px;margin-bottom:38px;font-weight:300}
.hero-actions{display:flex;gap:18px;flex-wrap:wrap;align-items:center}
.hero-stats{display:flex;gap:38px;margin-top:52px;padding-top:34px;border-top:1px solid rgba(255,255,255,.1)}
.hero-stats .num{font-family:var(--serif);font-size:38px;font-weight:600}
.hero-stats .lbl{font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:var(--muted-light);margin-top:2px}
.hero-visual{position:relative}
.hero-visual .frame{position:relative;border-radius:6px 6px 120px 6px;overflow:hidden;aspect-ratio:4/4.3;box-shadow:0 40px 80px -30px rgba(0,0,0,.7)}
.hero-visual .frame .frame-img{position:absolute;inset:-4%;background-image:url('../images/6a11b85ed548aecb2f8f9369_68b33f8bd542f02c9aebe6a3_20250606_1351_Plastic20Consultation_simple_compose_01jx399cyke9ft0vrhj62de4sp.webp');background-size:cover;background-position:center 22%;animation:kenburns 18s ease-in-out infinite alternate}
.hero-visual .frame::after{content:"";position:absolute;inset:0;background:linear-gradient(160deg,transparent 62%,rgba(15,39,44,.42));z-index:1}
.hero-visual .ring{position:absolute;top:-26px;left:-26px;width:120px;height:120px;border:1px solid var(--line);border-radius:50%}
@keyframes kenburns{from{transform:scale(1)}to{transform:scale(1.12)}}

/* ---------- Bandeau défilant ---------- */
.marquee{background:#0a1e22;border-top:1px solid rgba(255,255,255,.05);border-bottom:1px solid rgba(255,255,255,.05);overflow:hidden;padding:18px 0}
.marquee-track{display:flex;gap:60px;white-space:nowrap;animation:slide 32s linear infinite;width:max-content}
.marquee span{color:#7a7a7a;font-size:13px;letter-spacing:.24em;text-transform:uppercase;display:inline-flex;align-items:center;gap:60px;font-weight:300}
.marquee span::after{content:"\2726";color:var(--gold-1)}
@keyframes slide{to{transform:translateX(-50%)}}

/* ---------- Intro (section claire) ---------- */
.intro{background-color:#f6f6f6;padding:110px 0}
.intro-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:start}
.intro h2{font-size:clamp(30px,3.6vw,46px);color:var(--char);margin:20px 0 0}
.intro h2 .gold-text{font-style:italic}
.intro-body p{color:#4a4a4a;margin-bottom:20px}
.intro-body p strong{color:var(--char);font-weight:500}
.pillars{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:56px}
.pillar{display:block;padding:34px 30px;background:#fff;border:1px solid #ececec;border-top:3px solid transparent;transition:transform .4s var(--ease),box-shadow .4s var(--ease),border-color .4s}
.pillar:hover{transform:translateY(-8px);box-shadow:0 24px 50px -24px rgba(0,0,0,.22);border-top-color:var(--gold-1)}
.pillar .pn{display:block;font-family:var(--serif);font-size:42px;color:var(--gold-1);line-height:1;margin-bottom:16px}
.pillar h4{font-size:24px;margin-bottom:10px;color:var(--char)}
.pillar p{font-size:18px;color:#666;margin:0}

/* ---------- Titres de section ---------- */
.sec-head{text-align:center;max-width:720px;margin:0 auto 60px}
.sec-head h2{font-size:clamp(30px,4vw,50px);margin:18px 0 16px}
.sec-head p{color:var(--muted)}

/* ---------- Interventions : carrousel (section sombre) ---------- */
.inter{background-color:#ffffff;color:var(--ink);padding:110px 0;position:relative;overflow:hidden}
.inter::before{content:"";position:absolute;top:-140px;right:-140px;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(15,169,160,.12),transparent 60%)}
.inter .sec-head h2{color:var(--char)}.inter .sec-head p{color:var(--muted)}
.carousel{position:relative}
.track-viewport{overflow:hidden}
.track{display:flex;transition:transform .7s var(--ease)}
.slide{min-width:33.3333%;padding:0 14px}
.card{background:#fff;border:1px solid #ececec;border-radius:4px;overflow:hidden;height:100%;box-shadow:0 12px 34px -24px rgba(0,0,0,.22);transition:transform .5s var(--ease),border-color .5s,box-shadow .5s}
.card:hover{transform:translateY(-8px);border-color:var(--line);box-shadow:0 26px 52px -26px rgba(0,0,0,.28)}
.card-img{position:relative;aspect-ratio:10/9;overflow:hidden}
.card-img img{width:100%;height:100%;object-fit:cover;transition:transform .8s var(--ease)}
.card:hover .card-img img{transform:scale(1.08)}
.card-img::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.12),transparent 30%)}
.card-tag{position:absolute;top:16px;left:16px;z-index:2;background:rgba(255,255,255,.9);backdrop-filter:blur(6px);border:1px solid var(--line);color:var(--gold-1);font-size:11px;letter-spacing:.14em;text-transform:uppercase;padding:7px 14px;border-radius:40px}
.card-body{padding:26px 26px 30px}
.card-body h3{font-size:25px;margin-bottom:12px;color:var(--char)}
.card-body p{font-size:18px;color:#666;font-weight:300;margin-bottom:20px;line-height: 1.4;}
.card-link{display:inline-flex;align-items:center;gap:9px;font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:var(--gold-1);font-weight:500}
.card-link .ar{transition:transform .35s var(--ease)}
.card-link:hover .ar{transform:translateX(5px)}
.carousel-nav{display:flex;justify-content:space-between;align-items:center;margin-top:40px}
.dots{display:flex;gap:10px}
.dots button{width:9px;height:9px;border-radius:50%;background:rgba(0,0,0,.16);border:none;cursor:pointer;transition:.4s;padding:0}
.dots button.on{width:30px;border-radius:20px;background:var(--grad-gold)}
.arrows{display:flex;gap:12px}
.arrows button{width:52px;height:52px;border-radius:50%;background:transparent;border:1px solid #dcdcdc;color:var(--char);cursor:pointer;font-size:18px;transition:.35s var(--ease);display:grid;place-items:center}
.arrows button:hover{background:var(--grad-gold);color:#0f272c;border-color:transparent;transform:scale(1.06)}

/* ---------- Pourquoi (image de fond) ---------- */
.why{position:relative;padding:130px 0;color:#fff;overflow:hidden}
.why::before{content:"";position:absolute;inset:-3%;background:url('../images/6a11b865d2cc15e58ef390ab_68436c81718e0d38401662d3_what-is-aesthetic-medicine-source-of-health-in-scottsdale-az.webp') center/cover;animation:kenburns 22s ease-in-out infinite alternate;z-index:0}
.why::after{content:"";position:absolute;inset:0;background:linear-gradient(rgba(10,30,34,.72),rgba(10,30,34,.8));z-index:0}
.why .wrap{position:relative;z-index:1}
.why .sec-head h2{color:#fff}
.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.why-card{padding:38px 30px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.09);border-radius:4px;backdrop-filter:blur(4px);transition:transform .5s var(--ease),background .5s}
.why-card:hover{transform:translateY(-8px);background:rgba(15,169,160,.06);border-color:var(--line)}
.why-card .ic{width:60px;height:60px;border-radius:50%;border:1px solid var(--line);display:grid;place-items:center;margin-bottom:22px;font-size:26px;color:var(--gold-2)}
.why-card h4{font-size:24px;margin-bottom:12px}
.why-card p{color:#b3c8c6;font-size:18px;font-weight:300}

/* ---------- Bloc image / texte (sécurité) ---------- */
.split{display:grid;grid-template-columns:1fr 1fr;min-height:520px}
.split .media{background-size:cover;background-position:center}
.split .media.m1{background-image:url('../images/6a11b866a7facef7356a59b4_68f7bf023d36bf5db5228426_20251021_1211_Aesthetic20Treatment_simple_compose_01k83vzcvxf8jrnc02zs80mj0x.webp')}
.split .content{background-color:#f6f6f6;color:var(--ink);display:flex;align-items:center;padding:80px 64px}
.split .content .inner{max-width:480px}
.split h2{font-size:clamp(28px,3.4vw,42px);margin:18px 0 20px;color:var(--char)}
.split p{color:#8a8a8a;margin-bottom:18px;font-weight:300}
.split .mini-stats{display:flex;gap:40px;margin-top:30px}
.split .mini-stats .num{font-family:var(--serif);font-size:32px;color:var(--gold-1)}
.split .mini-stats .lbl{font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:#8a8a8a}

/* ---------- Parcours (section claire) ---------- */
.parcours{background-color:#0f272c;color:#fff;padding:110px 0}
.parcours .sec-head h2{color:#fff}
.parcours .sec-head p{color:var(--muted-light)}
.steps{display:grid;grid-template-columns:repeat(5,1fr);gap:0;margin-top:20px;position:relative}
.step{padding:32px 10px;border-top:2px solid rgba(255,255,255,.14);position:relative;transition:border-color .4s}
.step:hover{border-top-color:var(--gold-1)}
.step .sn{font-family:var(--serif);font-size:22px;color:var(--gold-1);font-weight:600;letter-spacing:.1em}
.step h4{font-size:24px;margin:14px 0 10px;color:#fff}
.step p{font-size:18px;color:#b6b6b6;margin:0}
.step::before{content:"";position:absolute;top:-6px;left:0;width:10px;height:10px;border-radius:50%;background:var(--grad-gold)}

/* ---------- FAQ (section claire) ---------- */
.faq{background-color:#fff;color:#0f272c;padding:40px 0;position:relative;overflow:hidden}
.faq::before{content:"";position:absolute;bottom:-160px;left:-120px;width:440px;height:440px;border-radius:50%;background:radial-gradient(circle,rgba(15,169,160,.12),transparent 62%)}

.faq .sec-head h2{color:#0f272c}
.faq-wrap{max-width:70%;margin:0 auto}
.faq-item{border-bottom:1px solid rgba(255,255,255,.13)}
.faq-q{width:100%;text-align:left;background:none;border:none;cursor:pointer;padding:18px 4px;display:flex;justify-content:space-between;align-items:center;gap:20px;font-family:var(--serif);font-size:31px;font-weight:600;color:#0f272c}
.faq-q .pm{min-width:34px;height:34px;border-radius:50%;border:1px solid #2bbcae;display:grid;place-items:center;color:#2bbcae;transition:.4s var(--ease);font-size:20px}
.faq-item.open .pm{background:var(--grad-gold);color:#0f272c;border-color:transparent;transform:rotate(135deg)}
.faq-a{max-height:0;overflow:hidden;transition:max-height .5s var(--ease)}
.faq-a p{padding:0 4px 26px;color:#555;font-weight:400;font-size: 18px;}

/* ---------- Contact / Devis (section sombre + formulaire) ---------- */
.contact{position:relative;padding:110px 0;overflow:hidden}
.contact::before{content:"";position:absolute;inset:-3%;background:url('../images/bg__devis.webp') center/cover;animation:kenburns 26s ease-in-out infinite alternate;z-index:0}
.contact::after{content:"";position:absolute;inset:0;    background: linear-gradient(90deg, rgba(15, 15, 15, .9) 0%, rgba(18, 18, 18, .72) 45%, rgba(18, 18, 18, .4) 100%), linear-gradient(0deg, rgba(15, 15, 15, .85), transparent 60%);z-index:0}
.contact .wrap{position:relative;z-index:1}

.contact-grid{display:grid;grid-template-columns:1fr 1.05fr;gap:64px;align-items:start;position:relative;z-index:2}
.contact-copy h2{font-size:clamp(30px,3.8vw,46px);margin:18px 0 24px;    color: white;}
.contact-copy .desc-block{display:grid;grid-template-columns:1fr 1fr;gap:26px;margin-top:34px}
.contact-copy .desc-block .db{padding:24px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);border-radius:4px}
.contact-copy .desc-block h4{font-size:24px;color:var(--gold-2);margin-bottom:10px}
.contact-copy .desc-block p{font-size:18px;color:#b3c8c6;font-weight:300;margin:0;line-height: 1.4;}
.contact-copy .lead{color:#b3c8c6;font-weight:300}
.contact-info{margin-top:34px;display:grid;gap:16px}
.contact-info a{display:flex;align-items:center;gap:16px;color:#ddd;transition:color .3s}
.contact-info a:hover{color:var(--gold-2)}
.contact-info .ic{width:44px;height:44px;border-radius:50%;border:1px solid var(--line);display:grid;place-items:center;color:var(--gold-1);font-size:17px}
.devis{background:#fff;color:var(--ink);border-radius:6px;padding:44px;box-shadow:0 40px 90px -30px rgba(0,0,0,.6)}
.devis h3{font-size:30px;margin-bottom:6px;color:var(--char)}
.devis .sub{font-size:14px;color:var(--muted);margin-bottom:28px}
.field{margin-bottom:18px}
.field label{display:block;font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:#888;margin-bottom:8px;font-weight:500}
.field input,.field select,.field textarea{width:100%;padding:14px 16px;border:1px solid #e0e0e0;border-radius:3px;font-family:var(--sans);font-size:15px;font-weight:300;background:#fafafa;transition:border-color .3s,box-shadow .3s;color:var(--ink)}
.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:var(--gold-1);box-shadow:0 0 0 3px rgba(15,169,160,.12);background:#fff}
.field textarea{resize:vertical;min-height:96px}
.row2{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.consent{display:flex;gap:12px;align-items:flex-start;font-size:12.5px;color:#777;margin:4px 0 22px;font-weight:300}
.consent input{margin-top:3px;accent-color:var(--gold-1)}
.devis .btn-gold{width:100%;justify-content:center}
.form-note{text-align:center;font-size:12px;color:#999;margin-top:16px}
.form-success{display:none;text-align:center;padding:30px 0}
.form-success.show{display:block}
.form-success .ic{width:70px;height:70px;border-radius:50%;background:var(--grad-gold);display:grid;place-items:center;margin:0 auto 18px;font-size:34px;color:#0f272c}
.form-success h3{margin-bottom:8px}
.form-success p{color:var(--muted);font-weight:300}

/* ---------- Pied de page (image de fond) ---------- */
footer{position:relative;color:#c4d6d3;background:#081a1d;padding:80px 0 0;overflow:hidden}
footer::before{content:"";position:absolute;inset:-3%;background:url('../images/bg___footer.webp') center/cover;animation:kenburns 28s ease-in-out infinite alternate;z-index:0}
footer::after{content:"";position:absolute;inset:0;background:linear-gradient(rgba(7,22,25,.84),rgba(7,22,25,.87));z-index:0}
footer .wrap{position:relative;z-index:1}
.foot-top{display:grid;grid-template-columns:1.6fr 1fr 1fr 1.2fr;gap:44px;padding-bottom:56px;border-bottom:1px solid rgba(255,255,255,.08)}
.foot-brand img{height:52px;margin-bottom:22px;filter:drop-shadow(0 2px 8px rgba(0,0,0,.5))}
.foot-brand p{font-size:18px;font-weight:300;max-width:320px;color:#9bb2b0}
.foot-social{display:flex;gap:12px;margin-top:22px}
.foot-social a{width:40px;height:40px;border-radius:50%;border:1px solid rgba(255,255,255,.14);display:grid;place-items:center;color:#c4d6d3;transition:.35s var(--ease);font-size:15px}
.foot-social a:hover{background:var(--grad-gold);color:#0f272c;border-color:transparent;transform:translateY(-4px)}
.foot-col h5{font-family:var(--sans);font-size:12px;letter-spacing:.2em;text-transform:uppercase;color:var(--gold-1);margin-bottom:20px}
.foot-col ul{list-style:none;display:grid;gap:11px}
.foot-col a{font-size:18px;font-weight:300;color:#a6bcbb;transition:color .3s,padding .3s}
.foot-col a:hover{color:var(--gold-2);padding-left:6px}
.foot-bottom{display:flex;justify-content:space-between;align-items:center;padding:26px 0;font-size:12.5px;color:#7d938f;font-weight:300;flex-wrap:wrap;gap:12px}
.foot-bottom .gold-text{font-weight:400}
.foot-bottom a{color:inherit;transition:color .3s}.foot-bottom a:hover{color:var(--gold-2)}

/* ---------- Révélation au scroll ---------- */
.reveal{opacity:0;transform:translateY(30px);transition:opacity .8s var(--ease),transform .8s var(--ease)}
.reveal.in{opacity:1;transform:none}
.reveal[data-d="1"]{transition-delay:.1s}.reveal[data-d="2"]{transition-delay:.2s}.reveal[data-d="3"]{transition-delay:.3s}.reveal[data-d="4"]{transition-delay:.4s}
.sec-title.reveal.in {display: flex;}
/* ---------- Tiroir mobile ---------- */
.drawer{position:fixed;inset:0;z-index:1100;background:#0f272c;transform:translateX(100%);transition:transform .45s var(--ease);overflow-y:auto;padding:24px}
.drawer.open{transform:none}
.drawer-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}
.drawer-head img{height:40px}
.drawer .close{background:none;border:none;color:var(--gold-2);font-size:32px;cursor:pointer;line-height:1}
.drawer .macc{border-bottom:1px solid rgba(255,255,255,.08)}
.drawer .macc>button{width:100%;background:none;border:none;color:#eee;text-align:left;padding:18px 4px;font-family:var(--sans);font-size:16px;display:flex;justify-content:space-between;cursor:pointer}
.drawer .macc>button .c{color:var(--gold-1)}
.drawer .macc .msub{max-height:0;overflow:hidden;transition:max-height .4s var(--ease)}
.drawer .macc .msub a{display:block;padding:9px 4px 9px 16px;color:#a6bcbb;font-size:14px;font-weight:300}
.drawer .btn-gold{width:100%;justify-content:center;margin-top:24px}

/* ---------- Responsive ---------- */
@media(max-width:960px){.slide{min-width:50%}}
@media(max-width:640px){.slide{min-width:100%}}
@media(max-width:1080px){
  .menu{display:none}
  .burger{display:flex}
  .hero-grid,.intro-grid,.contact-grid{grid-template-columns:1fr;gap:44px}
  .hero-visual{max-width:460px;margin:0 auto}
  .why-grid{grid-template-columns:1fr}
  .steps{grid-template-columns:1fr 1fr}
  .split{grid-template-columns:1fr}.split .media{min-height:340px}
  .split .content{padding:56px 32px}
}
@media(max-width:820px){.pillars{grid-template-columns:1fr}}
@media(max-width:640px){
  .wrap{padding:0 18px}
  .topbar .tb-left{display:none}
  .hero{padding-top:150px}
  .hero-stats{gap:24px;flex-wrap:wrap}
  .contact-copy .desc-block,.row2{grid-template-columns:1fr}
  .steps{grid-template-columns:1fr}
  .foot-top{grid-template-columns:1fr 1fr}
  .devis{padding:30px 22px}
}
@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}.reveal{opacity:1;transform:none}}

/* ============================================================
   PAGES INTERNES (articles)
   ============================================================ */
.page-hero{position:relative;background-color:#0f272c;color:#fff;padding-top:170px;padding-bottom:90px;overflow:hidden}
.page-hero::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 80% 32%,rgba(15,169,160,.16),transparent 46%);pointer-events:none}
.page-hero .hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center;position:relative;z-index:2}
.breadcrumb{font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:var(--muted-light);margin-bottom:22px;display:flex;gap:10px;flex-wrap:wrap}
.breadcrumb a{color:var(--muted-light);transition:color .3s}.breadcrumb a:hover{color:var(--gold-2)}
.breadcrumb .sep{color:var(--gold-1)}
.page-hero h1{font-size:clamp(29px,3.7vw,50px);line-height:1.07;margin-bottom:22px}
.page-hero .lead{color:#c4d6d3;font-size:16.5px;max-width:560px;margin-bottom:30px;font-weight:300}
.page-hero .hero-visual .frame{aspect-ratio:4/3.7;border-radius:6px 6px 90px 6px}

.sec{padding:90px 0;position:relative;overflow:hidden}
.sec--light{background:#ffffff;color:var(--ink)}
.sec--light.alt{background:var(--ink);color: #ffffff;}
.sec--light.alt .sec-title h2{color:#fff}
.sec--dark{background:#0f272c;color:#fff}
.sec--bg{color:#fff}
.sec--bg::before{content:"";position:absolute;inset:-3%;background:var(--bgimg) center/cover;animation:kenburns 28s ease-in-out infinite alternate;z-index:0}
.sec--bg::after{content:"";position:absolute;inset:0;    background: linear-gradient(90deg, rgba(15, 15, 15, .9) 0%, rgba(18, 18, 18, .72) 45%, rgba(18, 18, 18, .4) 100%), linear-gradient(0deg, rgba(15, 15, 15, .85), transparent 60%);z-index:0}
.sec>.wrap{position:relative;z-index:1;max-width:920px}
.sec-title{margin:0 0 20px}
.sec-title:not(:first-child){margin-top:40px}
.sec-title .kicker{display:block;width:44px;height:2px;background:var(--grad-gold);margin-right: 20px;margin-top: 21px;transition:width .8s .15s var(--ease)}
.sec-title.reveal .kicker{width:0}
.sec-title.reveal.in .kicker{width:44px}
.sec-title h2{font-size:clamp(25px,2.9vw,38px);line-height:1.14;color:var(--char)}
.sec--dark .sec-title h2,.sec--bg .sec-title h2{color:#fff}

.prose h3{font-size:28px;margin:32px 0 12px;color:var(--gold-1);font-weight:700}
.sec--dark .prose h3,.sec--bg .prose h3{color:var(--gold-2)}
.prose p:not(.prose .table-wrap p){margin:0 0 18px;font-size:18px;line-height:1.85}
.prose li{position:relative;padding-left:28px;font-size:17px;line-height:1.75}
.sec--light .prose>p{color:#4a4a4a}
.sec.sec--light.alt table th>p{color:#fff}
.sec.sec--light.alt .prose table td>p {
    color: #333;
}
.sec.sec--light.alt p,.sec.sec--light.alt a, .sec.sec--light.alt ul li,.sec.sec--light.alt strong,.sec.sec--light.alt span{color:#c4d6d3}
.sec--dark .prose p,.sec--bg .prose p{color:#c4d6d3}
.prose strong{font-weight:600}
.sec--light .prose strong{color:var(--char)}
.sec--dark .prose strong,.sec--bg .prose strong{color:#fff}
.prose ul{list-style:none;margin:6px 0 22px;padding:0;display:grid;gap:12px}
.prose li{position:relative;padding-left:28px;font-size:17px;line-height:1.75}
.sec--light .prose li{color:#4a4a4a}.sec--dark .prose li,.sec--bg .prose li{color:#c4d6d3}
.prose li::before{content:"";position:absolute;left:2px;top:8px;width:9px;height:9px;border-radius:50%;background:var(--grad-gold)}
.table-wrap{margin:22px 0 26px;overflow-x:auto;border-radius:6px;box-shadow:0 22px 50px -30px rgba(0,0,0,.45)}
.prose table{width:100%;border-collapse:collapse;background:#fff;color:#333;font-size:14.5px;min-width:520px}
.prose caption{caption-side:top;text-align:left;font-family:var(--serif);font-size:24px;color:var(--gold-1);padding:15px 18px 12px;background:#fff;font-weight:700}
.prose th{background:#0f272c;color:var(--gold-2);text-align:left;padding:14px 18px;font-family:var(--sans);font-weight:500;font-size:14px;letter-spacing:.06em;text-transform:uppercase}
.prose td{padding:13px 18px;border-top:1px solid #ededed;vertical-align:top;line-height:1.6}
.prose tr:nth-child(even) td{background:#f4f9f8}

.mediaband{display:grid;grid-template-columns:1fr 1fr;min-height:440px}
.mediaband .media{background-size:cover;background-position:center;position:relative}
.mediaband .media::after{content:"";position:absolute;inset:0;background:linear-gradient(120deg,rgba(15,39,44,.15),transparent 60%)}
.mediaband .content{background:#fff;color:var(--ink);display:flex;align-items:center;padding:64px 56px}
.mediaband .content .inner{max-width:440px}
.mediaband .kicker{display:block;width:40px;height:2px;background:var(--grad-gold);margin-bottom:18px}
.mediaband h3{font-family:var(--serif);font-size:clamp(23px,2.5vw,32px);margin-bottom:14px;color:var(--char);font-weight:600;line-height:1.2}
.mediaband p{color:#555;font-weight:300;font-size:16px;margin:0}

.cta{background:#071619;padding:96px 0;text-align:center;position:relative}
.cta .kicker{display:inline-block;width:44px;height:2px;background:var(--grad-gold);margin-bottom:18px}
.cta h2{font-size:clamp(28px,3.4vw,44px);color:white;margin-bottom:16px}
.cta p{color:#c4d6d3;max-width:600px;margin:0 auto 30px;font-weight:300}
.cta .btns{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}

@media(max-width:1080px){
  .page-hero .hero-grid{grid-template-columns:1fr;gap:36px}
  .page-hero .hero-visual{max-width:470px;margin:0 auto}
  .mediaband{grid-template-columns:1fr}.mediaband .media{min-height:300px}
  .mediaband .content{padding:50px 28px}
}
@media(max-width:640px){.sec{padding:62px 0}.page-hero{padding-top:140px}}

/* ============================================================
   PAGES INTERNES v2 — hero image plein cadre + sections courtes
   ============================================================ */
.hero-bg{position:relative;min-height:60vh;display:flex;align-items:flex-end;color:#fff;padding:150px 0 64px;overflow:hidden}
.hero-bg::before{content:"";position:absolute;inset:-3%;background:var(--bgimg) center/cover;animation:kenburns 24s ease-in-out infinite alternate;z-index:0}
.hero-bg::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,22,25,.9) 0%,rgba(8,26,29,.72) 45%,rgba(8,26,29,.4) 100%),linear-gradient(0deg,rgba(7,22,25,.85),transparent 60%);z-index:0}
.hero-bg>.wrap{position:relative;z-index:1;width:100%}
.hero-bg .inner{max-width:760px}
.hero-bg .breadcrumb{margin-bottom:22px}
.hero-bg h1{font-size:clamp(30px,4.2vw,58px);line-height:1.05;margin-bottom:20px}
.hero-bg h1 .gold-text{font-style:italic}
.hero-bg .lead{color:#dbe7e4;font-size:18px;line-height:1.7;max-width:700px;margin-bottom:30px;font-weight:300}

/* short content section spacing */
.sec{padding:74px 0}
.sec>.wrap{max-width:1300px}

/* two-column: content + image (only some sections) */
.sec-split{display:grid;grid-template-columns:1fr 1fr;align-items:stretch;background:#ffffff;color:var(--ink);overflow:hidden}
.sec-split.alt{background:#f6f6f6}
.sec-split__media{position:relative;min-height:420px;background-size:cover;background-position:center}
.sec-split__media::after{content:"";position:absolute;inset:0;background:linear-gradient(120deg,rgba(15,39,44,.12),transparent 55%)}
.sec-split__body{display:flex;align-items:center;padding:72px 60px}
.sec-split__body .inner{max-width:700px}
.sec-split.rev .sec-split__media{order:2}
.sec-split.rev .sec-split__body{order:1}
.sec-split .kicker{display:block;width:44px;height:2px;background:var(--grad-gold);margin-bottom:18px;transition:width .8s .15s var(--ease)}
.sec-split.reveal .kicker{width:0}.sec-split.reveal.in .kicker{width:44px}
.sec-split h2{font-size:clamp(24px,2.6vw,34px);line-height:1.16;color:var(--char);margin-bottom:16px}
.sec-split h3{font-size:28px;color:var(--gold-1);margin:22px 0 10px}
.sec-split p{font-size:18px;line-height:1.8;color:#4a4a4a;margin:0 0 16px}
.sec-split p strong{color:var(--char);font-weight:600}
.sec-split ul{list-style:none;margin:6px 0 16px;padding:0;display:grid;gap:11px}
.sec-split li{position:relative;padding-left:26px;font-size:16.5px;color:#4a4a4a}
.sec-split li::before{content:"";position:absolute;left:2px;top:9px;width:9px;height:9px;border-radius:50%;background:var(--grad-gold)}

@media(max-width:1080px){
  .sec-split{grid-template-columns:1fr}
  .sec-split__media{min-height:280px;order:0!important}
  .sec-split__body{order:0!important;padding:48px 26px}
  .hero-bg{min-height:auto;padding:130px 0 54px}
}

@media(max-width:1080px){
.prose table {
    min-width: 100%;
}
.prose th {
    padding: 5px 5px;
    font-size: 12px;
}
.contact {
    padding: 20px 0 50px 0px;
}
.sec {
    padding: 30px 0px 30px 0px;
}
.sec-title h2 {
    font-size: 33px;
}
.prose h3 {
    font-size: 26px;
}
}

.bg__visage{
    background-image: url(../images/bg__visage.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right top;
}

.bg__section__visage{
    background-image: url(../images/bg__visage__2.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right top;
}

.bg__rhinoplastie__1{
    background-image: url(../images/bg__rhinoplastie.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right top;
}

.bg__rhinoplastie__2{
    background-image: url(../images/bg__rhinoplastie__2.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right top;
}

.bg__rhinoplastie-conventionnelle__1 {
    background-image: url(../images/bg__rhinoplastie-conventionnelle__1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right top;
}

.bg__rhinoplastie-conventionnelle__2 {
    background-image: url(../images/bg__rhinoplastie-conventionnelle__2.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.bg__rhinoplastie-ethnique__1 {
    background-image: url(../images/bg__rhinoplastie-ethnique__1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right top;
}

.bg__rhinoplastie-ethnique__2 {
    background-image: url(../images/bg__rhinoplastie-ethnique__2.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.bg__lifting-deep-plane__1{
    background-image: url(../images/bg__lifting-deep-plane.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right top;
}

.bg__lifting-deep-plane__2{
    background-image: url(../images/bg__lifting-deep-plane__2.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right top;
}

.bg__septoplastie__1 {
    background-image: url(../images/img__1__septoplastie.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__septoplastie__2 {
    background-image: url(../images/img__2__septoplastie.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__lifting-cou-tiers-moyen__1 {
    background-image: url(../images/img__1__lifting-cou-tiers-moyen.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__lifting-cou-tiers-moyen__2 {
    background-image: url(../images/img__2__lifting-cou-tiers-moyen.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__mini-lift__1 {
    background-image: url(../images/img__1__mini-lift.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__mini-lift__2 {
    background-image: url(../images/img__2__mini-lift.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__blepharoplastie__1 {
    background-image: url(../images/img__1__blepharoplastie.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__blepharoplastie__2 {
    background-image: url(../images/img__2__blepharoplastie.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__otoplastie__1 {
    background-image: url(../images/img__1__otoplastie.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__otoplastie__2 {
    background-image: url(../images/img__2__otoplastie.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__bichectomie__1 {
    background-image: url(../images/img__1__bichectomie.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__bichectomie__2 {
    background-image: url(../images/img__2__bichectomie.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__genioplastie__1 {
    background-image: url(../images/img__1__genioplastie.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__genioplastie__2 {
    background-image: url(../images/img__2__genioplastie.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__lipofilling-visage__1 {
    background-image: url(../images/img__1__lipofilling-visage.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__lipofilling-visage__2 {
    background-image: url(../images/img__2__lipofilling-visage.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__facetite-quantum-rf__1 {
    background-image: url(../images/img__1__facetite-quantum-rf.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__facetite-quantum-rf__2 {
    background-image: url(../images/img__2__facetite-quantum-rf.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__ponytail-lift__1 {
    background-image: url(../images/img__1__ponytail-lift.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__ponytail-lift__2 {
    background-image: url(../images/img__2__ponytail-lift.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__lifting-cervico-facial-ras-stop__1 {
    background-image: url(../images/img__1__lifting-cervico-facial-ras-stop.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__lifting-cervico-facial-ras-stop__2 {
    background-image: url(../images/img__2__lifting-cervico-facial-ras-stop.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__pages{
    background-image: url(../images/bg___page.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right top;
}

.bg__seins{
    background-image: url(../images/bg__seins.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right top;
}

.bg__augmentation-mammaire__1{
    background-image: url(../images/img__1__augmentation-mammaire.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right top;
}

.bg__augmentation-mammaire__2{
    background-image: url(../images/img__2__augmentation-mammaire.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right top;
}

.bg__section__seins{
    background-image: url(../images/bg__seins__2.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right top;
}

.bg__reduction-mammaire__1 {
    background-image: url(../images/img__1__reduction-mammaire__1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__reduction-mammaire__2 {
    background-image: url(../images/img__1__reduction-mammaire__2.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__lifting-mammaire__1 {
    background-image: url(../images/img__1__lifting-mammaire.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__lifting-mammaire__2 {
    background-image: url(../images/img__2__lifting-mammaire.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__gynecomastie-gigantomastie__1 {
    background-image: url(../images/img__1__gynecomastie-gigantomastie.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__gynecomastie-gigantomastie__2 {
    background-image: url(../images/img__2__gynecomastie-gigantomastie.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__changement-retrait-implants__1 {
    background-image: url(../images/changement-retrait-implants__1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__changement-retrait-implants__2 {
    background-image: url(../images/changement-retrait-implants__2.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__augmentation-lipofilling__1 {
    background-image: url(../images/img__1__augmentation-lipofilling.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__retrait-implants-mammaires__1 {
    background-image: url(../images/img__1__retrait-implants-mammaires.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__asymetries-mammaires__1 {
    background-image: url(../images/img__1__asymetries-mammaires.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__seins-tubereux__1 {
    background-image: url(../images/img__1__seins-tubereux.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__reduction-areoles__1 {
    background-image: url(../images/img__1__reduction-areoles.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__silhouette{
    background-image: url(../images/bg___silhouette.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right top;
}

.bg__silhouette__1 {
    background-image: url(../images/img__1__silhouette.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__silhouette__2 {
    background-image: url(../images/img__2__silhouette.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__liposuccion-360__1 {
    background-image: url(../images/img__1__liposuccion-360.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__liposuccion-360__2 {
    background-image: url(../images/img__2__liposuccion-360.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__argoplasma__1 {
    background-image: url(../images/img__1__argoplasma.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__argoplasma__2 {
    background-image: url(../images/img__2__argoplasma.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__bodylift__1 {
    background-image: url(../images/img__1__bodylift.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__bodylift__2 {
    background-image: url(../images/img__2__bodylift.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__chirurgie-post-bariatrique__1 {
    background-image: url(../images/img__1__chirurgie-post-bariatrique.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__chirurgie-post-bariatrique__2 {
    background-image: url(../images/img__2__chirurgie-post-bariatrique.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__abdominoplastie__1 {
    background-image: url(../images/img__1__abdominoplastie.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__abdominoplastie__2 {
    background-image: url(../images/img__2__abdominoplastie.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__bbl__1 {
    background-image: url(../images/img__1__bbl.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__lifting-bras__1 {
    background-image: url(../images/img__2__lifting-bras.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__lifting-bras__2 {
    background-image: url(../images/img__1__lifting-bras.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__lifting-cuisse__1 {
    background-image: url(../images/img__1__lifting-cuisse.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__lifting-cuisse__2 {
    background-image: url(../images/img__2__lifting-cuisse.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__chirurgie-post-partum__1{
    background-image: url(../images/img__1__chirurgie-post-partum.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__chirurgie-post-partum__2 {
    background-image: url(../images/img__2__chirurgie-post-partum.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__liposuccion-vaser__1{
    background-image: url(../images/img__1__liposuccion-vaser.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__liposuccion-vaser__2 {
    background-image: url(../images/img__2__liposuccion-vaser.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__liposuccion-complete__1{
    background-image: url(../images/img__1__liposuccion-complete.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__liposuccion-complete__2 {
    background-image: url(../images/img__2__liposuccion-complete.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__j-plasma__1{
    background-image: url(../images/img__1__j-plasma.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__j-plasma__2 {
    background-image: url(../images/img__2__j-plasma.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__chirurgie-ribxcar__1 {
    background-image: url(../images/img__1__chirurgie-ribxcar.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__chirurgie-ribxcar__2 {
    background-image: url(../images/img__2__chirurgie-ribxcar.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__bodytite-quantum-rf__1 {
    background-image: url(../images/img__1__bodytite-quantum-rf.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__bodytite-quantum-rf__2 {
    background-image: url(../images/img__2__bodytite-quantum-rf.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__smart-bbl__1{
    background-image: url(../images/img__1__smart-bbl.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__smart-bbl__2 {
    background-image: url(../images/img__2__smart-bbl.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__medecine__esthetique{
    background-image: url(../images/bg___medecine__esthetique.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right top;
}

.bg__botox__1 {
    background-image: url(../images/img__1__botox.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__botox__2 {
    background-image: url(../images/img__2__botox.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__exosomes__1 {
    background-image: url(../images/img__1__exosomes.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__exosomes__2 {
    background-image: url(../images/img__2__exosomes.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__fillers__1 {
    background-image: url(../images/img__1__fillers.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__fillers__2 {
    background-image: url(../images/img__2__fillers.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__morpheus8__1 {
    background-image: url(../images/img__1__morpheus8.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__morpheus8__2 {
    background-image: url(../images/img__2__morpheus8.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__prp-visage__1 {
    background-image: url(../images/img__1__prp-visage.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__prp-visage__2 {
    background-image: url(../images/img__2__prp-visage.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__radiofrequence-multipolaire__1 {
    background-image: url(../images/img__1__radiofrequence-multipolaire.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__radiofrequence-multipolaire__2 {
    background-image: url(../images/img__2__radiofrequence-multipolaire.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__dentaire{
    background-image: url(../images/bg___dentaire.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right top;
}

.bg__dentaire__1 {
    background-image: url(../images/img__1__dentaire.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__dentaire__2 {
    background-image: url(../images/img__2__dentaire.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__obesite{
    background-image: url(../images/bg___obesite.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right top;
}

.bg__obesite__1 {
    background-image: url(../images/img__1__obesite.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__obesite__2 {
    background-image: url(../images/img__2__obesite.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__chirurgie__intime{
    background-image: url(../images/bg___chirurgie__intime.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right top;
}

.bg__chirurgie__intime__1 {
    background-image: url(../images/img__1__chirurgie__intime.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__chirurgie__intime__2 {
    background-image: url(../images/img__2__chirurgie__intime.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__greffe-cheveux{
    background-image: url(../images/bg___greffe-cheveux.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right top;
}

.bg__greffe-fue__1 {
    background-image: url(../images/img__1__greffe-fue.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__greffe-fue__2 {
    background-image: url(../images/img__2__greffe-fue.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__greffe-dhi__1 {
    background-image: url(../images/img__1__greffe-dhi.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__greffe-sapphire-fue__1 {
    background-image: url(../images/img__1__greffe-sapphire-fue.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__greffe-sapphire-fue__2 {
    background-image: url(../images/img__2__greffe-sapphire-fue.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__prp-capillaire__1 {
    background-image: url(../images/img__1__prp-capillaire.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__prp-capillaire__2 {
    background-image: url(../images/img__2__prp-capillaire.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__mesotherapie-capillaire__1 {
    background-image: url(../images/img__1__mesotherapie-capillaire.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__mesotherapie-capillaire__2 {
    background-image: url(../images/img__2__mesotherapie-capillaire.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__reparation-greffe-ratee__1 {
    background-image: url(../images/img__1__reparation-greffe-ratee.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__reparation-greffe-ratee__2 {
    background-image: url(../images/img__2__reparation-greffe-ratee.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__greffe-barbe-moustache__1 {
    background-image: url(../images/img__1__greffe-barbe-moustache.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__greffe-sourcils__1 {
    background-image: url(../images/img__1__greffe-sourcils.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__greffe-sourcils__2 {
    background-image: url(../images/img__2__greffe-sourcils.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__greffe-cheveux__1 {
    background-image: url(../images/img__1__greffe-cheveux.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__urgotouch__1 {
    background-image: url(../images/img__1__urgotouch.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__orthopedie {
    background-image: url(../images/bg___orthopedie.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right top;
}

.bg__prothese-hanche__1 {
    background-image: url(../images/img__1__prothese-hanche.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__prothese-genou__1 {
    background-image: url(../images/img__1__prothese-genou.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__arthroscopie__1 {
    background-image: url(../images/img__1__arthroscopie.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__fertilite {
    background-image: url(../images/bg___fertilite.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right top;
}

.bg__fiv__1 {
    background-image: url(../images/img__1__fiv.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__pma__1 {
    background-image: url(../images/img__1__pma.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__biopsie-testiculaire__1{
    background-image: url(../images/img__1__biopsie-testiculaire.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__insemination-artificielle__1{
    background-image: url(../images/img__1__insemination-artificielle.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__ophtalmologie {
    background-image: url(../images/bg___ophtalmologie.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right top;
}

.bg__lasik__1 {
    background-image: url(../images/img__1__lasik.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__lasik__2 {
    background-image: url(../images/img__2__lasik.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__cataracte__1 {
    background-image: url(../images/img__1__cataracte.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__greffe-cornee-artificielle__1 {
    background-image: url(../images/img__1__greffe-cornee-artificielle.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__greffe-cornee-donation__1 {
    background-image: url(../images/img__1__greffe-cornee-donation.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__vitrectomie__1 {
    background-image: url(../images/img__1__vitrectomie.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg__chirurgiens {
    background-image: url(../images/bg___chirurgiens.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right top;
}

/* ============================================================
   PAGE CATÉGORIE — grille d'interventions
   ============================================================ */
.sec--wide>.wrap{max-width:1240px}
.vgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;margin-top:44px}
.vcard{display:flex;flex-direction:column;background:#fff;border:1px solid #ececec;border-radius:6px;overflow:hidden;box-shadow:0 14px 34px -24px rgba(0,0,0,.22);transition:transform .5s var(--ease),border-color .5s,box-shadow .5s;text-decoration:none;color:inherit}
.vcard:hover{transform:translateY(-8px);border-color:var(--line);box-shadow:0 26px 52px -26px rgba(0,0,0,.3)}
.vimg{position:relative;aspect-ratio:16/11;overflow:hidden}
.vimg img{width:100%;height:100%;object-fit:cover;transition:transform .8s var(--ease)}
.vcard:hover .vimg img{transform:scale(1.07)}
.vimg::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.14),transparent 34%)}
.vtag{position:absolute;top:14px;left:14px;z-index:2;background:rgba(255,255,255,.9);backdrop-filter:blur(6px);border:1px solid var(--line);color:var(--gold-1);font-size:10.5px;letter-spacing:.12em;text-transform:uppercase;padding:6px 12px;border-radius:40px}
.vbody{padding:22px 24px 24px;display:flex;flex-direction:column;flex:1}
.vbody h3{font-size:22px;margin-bottom:8px;color:var(--char)}
.vbody p{font-size:15px;line-height:1.65;color:#666;font-weight:300;margin:0 0 18px;flex:1}
.vlink{display:inline-flex;align-items:center;gap:8px;font-size:11.5px;letter-spacing:.14em;text-transform:uppercase;color:var(--gold-1);font-weight:600}
.vlink .ar{transition:transform .35s var(--ease)}
.vcard:hover .vlink .ar{transform:translateX(5px)}
.sec--dark .vcard,.sec--bg .vcard{background:#143137;border-color:rgba(255,255,255,.08);box-shadow:0 20px 44px -26px rgba(0,0,0,.6)}
.sec--dark .vbody h3,.sec--bg .vbody h3{color:#fff}
.sec--dark .vbody p,.sec--bg .vbody p{color:#b6b6b6}
.sec--dark .vtag,.sec--bg .vtag{background:rgba(10,30,34,.6);color:var(--gold-2)}
.sec-lead{max-width:680px;font-size:18px;line-height:1.8}
.sec--light .sec-lead{color:#4a4a4a}
.sec--dark .sec-lead,.sec--bg .sec-lead{color:#c4d6d3}
@media(max-width:960px){.vgrid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.vgrid{grid-template-columns:1fr}}

/* ===== Page Devis (formulaire sur fond clair) ===== */
.devis-grid{display:grid;grid-template-columns:1fr 1.05fr;gap:56px;align-items:start}
.devis-grid .info{margin-top:26px;display:grid;gap:14px}
.devis-grid .info a{display:flex;align-items:center;gap:14px;color:#333;transition:color .3s}
.devis-grid .info a:hover{color:var(--gold-1)}
.devis-grid .info .ic{width:44px;height:44px;border-radius:50%;border:1px solid var(--line);display:grid;place-items:center;color:var(--gold-1);font-size:17px}
.devis-feats{display:grid;gap:16px;margin-top:24px}
.devis-feats .f{display:flex;gap:14px;align-items:flex-start}
.devis-feats .f .ck{color:var(--gold-1);font-weight:700;font-size:16px;margin-top:2px}
.devis-feats .f p{margin:0;font-size:16px;color:#4a4a4a}
.devis-feats .f strong{color:var(--char)}
@media(max-width:1080px){.devis-grid{grid-template-columns:1fr;gap:40px}}

/* ===== Page Blog ===== */
.blog-meta{display:flex;align-items:center;gap:12px;font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:var(--gold-1);margin-bottom:14px}
.blog-meta .dot{width:4px;height:4px;border-radius:50%;background:var(--muted)}
.blog-meta .g{color:var(--muted)}
.vcard .blog-meta{margin:0 0 10px}

.sec--light.alt .prose th {
    background: #0fa9a0;
    color: white;
}

/* ===== Tiroir mobile : accordéon imbriqué (2 niveaux) ===== */
.drawer .macc>.msub{max-height:0;overflow:hidden;transition:max-height .45s var(--ease)}
.drawer .macc.open>.msub{max-height:2600px}
.drawer .macc2{border-top:1px solid rgba(255,255,255,.06)}
.drawer .macc2>button{width:100%;background:none;border:none;color:#cddbd8;text-align:left;padding:14px 4px 14px 14px;font-family:var(--sans);font-size:15px;display:flex;justify-content:space-between;align-items:center;cursor:pointer}
.drawer .macc2>button .c2{color:var(--gold-1);font-size:18px;line-height:1}
.drawer .macc2>.msub2{max-height:0;overflow:hidden;transition:max-height .4s var(--ease)}
.drawer .macc2.open>.msub2{max-height:1100px}
.drawer .macc2 .msub2 a{display:block;padding:9px 4px 9px 28px;color:#a6bcbb;font-size:13.5px;font-weight:300;transition:color .25s,padding .25s}
.drawer .macc2 .msub2 a:hover{color:var(--gold-2);padding-left:34px}

/* ===== Bloc villes (SEO local) + maillage interne — Futura Esthetic ===== */
.villes-fr .prose p{margin-bottom:0}
.related-links{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:14px;margin-top:8px}
.related-links a{display:flex;align-items:center;gap:12px;padding:16px 20px;border:1px solid var(--line);border-radius:12px;color:#eaf7f5;font-family:var(--sans);font-size:16px;font-weight:400;line-height:1.3;transition:transform .35s var(--ease),background .35s,border-color .35s}
.related-links a::before{content:"→";color:var(--gold-1);font-weight:600;flex:0 0 auto}
.related-links a:hover{background:rgba(15,169,160,.12);border-color:var(--gold-mid);transform:translateY(-3px)}
.sec--light .related-links a{color:var(--ink);border-color:#e2e2e2}
.sec--light .related-links a:hover{background:rgba(15,169,160,.08)}

