/* ================================================================
   Carte Blanche, mise en page sur le modele de superpower.com.
   Chargee apres styles.css et motion.css : elle redefinit les jetons
   (page claire, encre zinc, bleu en accent unique) et pose les blocs
   propres a cette structure. Une seule famille, Inter, graisse 400.
   ================================================================ */
:root{
  --ink:#18181b;--paper:#ffffff;--paper-2:#fafafa;--line:#e4e4e7;--muted:#71717a;--muted-2:#a1a1aa;
  --accent:#3b5bfd;--accent-2:#2440d6;--noir:#111111;--carte:#f4f4f5;
  --r-carte:11px;--r-bouton:999px;
}
html{color-scheme:light;background:var(--paper)}
body{background:var(--paper);color:var(--ink);font-family:"Inter",system-ui,sans-serif;font-weight:400;font-size:15px;line-height:1.4;letter-spacing:-.2px}
.wrap{max-width:1300px;padding:0 24px}
h1,h2,h3{font-family:"Inter",system-ui,sans-serif;font-weight:400;letter-spacing:-.02em;margin:0}
.h-56{font-size:clamp(34px,3.9vw,56px);line-height:1}
.h-45{font-size:clamp(30px,3.1vw,45px);line-height:1.2}
.h-37{font-size:clamp(26px,2.6vw,37px);line-height:1.2}
.h-30{font-size:clamp(22px,2.1vw,30px);line-height:1.25}
.sous{color:var(--muted);font-size:17px;line-height:1.5;letter-spacing:-.2px}
.centre{text-align:center}
.petit{font-size:13px;color:var(--muted);line-height:1.5;letter-spacing:-.1px}

/* ---- pilules ---- */
.pil{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:47px;padding:0 19px;border-radius:var(--r-bouton);
  font-family:inherit;font-size:15px;font-weight:400;letter-spacing:-.1px;text-decoration:none;cursor:pointer;border:0;white-space:nowrap;
  transition:transform .25s cubic-bezier(.16,1,.3,1),background .2s ease,color .2s ease}
.pil:hover{transform:translateY(-1px)}
.pil-noir{background:var(--noir);color:#fff}
.pil-noir:hover{background:#000}
.pil-blanc{background:#fff;color:var(--ink)}
.pil-voile{background:rgba(255,255,255,.12);color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}
.pil-voile:hover{background:rgba(255,255,255,.2)}
.pil-bleu{background:var(--accent);color:#fff}
.pil-bleu:hover{background:var(--accent-2)}
.pil-petit{height:38px;padding:0 19px;font-size:13px}

/* ---- barre flottante : liens a gauche, logo au centre, action a droite ---- */
.nav-bar{position:fixed;top:12px;left:0;right:0;z-index:40;pointer-events:none;color:var(--ink)}
.nav-bar::before{display:none}
.nav-bar .wrap{max-width:1200px;padding:0 16px}
.barre{pointer-events:auto;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;height:60px;padding:0 10px 0 22px;border-radius:999px;
  background:rgba(255,255,255,.86);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 1px 0 rgba(24,24,27,.06),0 10px 30px -12px rgba(24,24,27,.25)}
.nav-liens{display:flex;gap:22px;font-size:13px}
.nav-liens a{color:var(--ink);text-decoration:none;opacity:.85}
.nav-liens a:hover{opacity:1}
.barre .logo{justify-self:center;color:var(--ink)}
.barre .logo-texte{font-size:19px}
.barre .marque-svg{width:36px;height:36px}
.nav-droite{display:flex;justify-content:flex-end;align-items:center;gap:14px;font-size:13px}
.nav-droite > a[href^="mailto"]{color:var(--ink);text-decoration:none;opacity:.85}
.burger{color:var(--ink);display:none}
html.nav-clair .nav-bar,html.nav-defile .nav-bar{color:var(--ink)}

/* ---- hero : la photo plein cadre, le texte a gauche ---- */
header{position:relative;padding:0;background:var(--ink);overflow:clip;isolation:isolate;min-height:100svh}
.hero-photo{position:absolute;top:0;bottom:0;left:22%;width:100%;margin:0;aspect-ratio:auto}
header::after{content:"";position:absolute;inset:0;z-index:2;pointer-events:none;background:linear-gradient(90deg,#0b0b10 0%,#0b0b10 16%,rgba(11,11,16,.55) 32%,rgba(11,11,16,0) 50%)}
.hero-photo::before{background:linear-gradient(180deg,rgba(0,0,0,.25),rgba(0,0,0,0) 30%)}
.hero-photo-fond{width:100%;height:100%;object-fit:cover;object-position:50% 50%}
.hero-texte{position:relative;z-index:3;max-width:560px;padding:0 0 60px 67px;min-height:100svh;display:flex;flex-direction:column;justify-content:center;color:#fff}
.hero-texte h1{color:#fff;margin-bottom:12px}
.hero-texte p{max-width:480px;color:rgba(255,255,255,.92);font-size:15px;line-height:1.5}
.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:26px}
.hero-metas{display:flex;flex-wrap:wrap;gap:12px 18px;margin-top:26px;font-size:12.5px;color:rgba(255,255,255,.85)}
.hero-metas span{display:inline-flex;align-items:center;gap:7px}
.hero-metas svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}

/* ---- intro : la ligne « chez de vrais clients » et les logos ---- */
.intro{padding:60px 0 0;text-align:center}
.intro-ligne{display:inline-flex;align-items:center;gap:10px;font-size:13px;color:var(--muted)}
.intro-ligne b{display:inline-flex;gap:-6px}
.intro-ligne img{width:22px;height:22px;border-radius:6px;box-shadow:0 0 0 2px #fff}
.intro-ligne img+img{margin-left:-7px}
.logos{display:flex;flex-wrap:wrap;justify-content:center;gap:16px 44px;margin-top:22px;font-size:17px;color:var(--ink)}
.logos a{display:inline-flex;align-items:center;gap:10px;text-decoration:none;color:inherit;opacity:.8}
.logos a:hover{opacity:1}
.logos img{width:26px;height:26px;border-radius:7px}

/* ---- film ---- */
.reel{padding:64px 0 0}
.reel .wrap{max-width:1300px}
.reel-video{border-radius:24px;background:#111}
.reel-halo{display:none}
.signal{display:none}

/* ---- comment ca marche : quatre cartes numerotees ---- */
.comment{padding:120px 0 0;text-align:center}
.comment .sous{margin-top:10px}
.cartes4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:44px auto 0;max-width:1200px;text-align:left}
.carte4{border-radius:var(--r-carte);background:var(--carte);overflow:hidden;display:flex;flex-direction:column}
.carte4 img{display:block;width:100%;aspect-ratio:1;object-fit:cover;mix-blend-mode:multiply}
.carte4-corps{padding:18px 20px 22px}
.carte4 .num{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background:#fff;font-size:12px;color:var(--ink);margin-bottom:12px}
.carte4 h3{font-size:17px;line-height:1.25;letter-spacing:-.15px;margin-bottom:6px}
.carte4 p{font-size:14px;line-height:1.45;color:var(--muted)}
.comment .pil{margin-top:34px}

/* ---- bloc sombre epingle : quatre ecrans sur le portable ---- */
.ecrans{position:relative;height:400vh;margin-top:120px;background:#0b0b10;color:#fff}
.ecrans-sticky{position:sticky;top:0;height:100vh;overflow:hidden}
.ecrans-photo{position:absolute;top:0;bottom:0;left:22%;width:100%}
.ecrans-sticky::after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(90deg,#0b0b10 0%,#0b0b10 18%,rgba(11,11,16,.6) 34%,rgba(11,11,16,0) 52%)}
.ecrans-photo img.fond{width:100%;height:100%;object-fit:cover;object-position:70% 50%}
.ecrans-photo::before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(11,11,16,.3),rgba(11,11,16,0) 30%)}
.ecrans-ecran{position:absolute;left:31.03%;top:26.33%;width:37.87%;height:38.96%;overflow:hidden;background:#0b1117}
.ecrans-ecran img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:top left;opacity:0;transition:opacity .5s ease}
.ecrans-ecran img.est-actif{opacity:1}
.ecrans-ecran .vide{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#fff;color:var(--ink);font-size:clamp(14px,1.6vw,26px);opacity:0;transition:opacity .5s ease}
.ecrans-ecran .vide.est-actif{opacity:1}
.ecrans-texte{position:absolute;left:52px;top:50%;transform:translateY(-50%);z-index:2;width:450px}
.ecran-etape{position:absolute;left:0;top:0;width:100%;opacity:0;transform:translateY(24px);transition:opacity .5s ease,transform .5s cubic-bezier(.16,1,.3,1);pointer-events:none}
.ecran-etape.est-actif{opacity:1;transform:none;pointer-events:auto;position:relative}
.ecran-etape h2{color:#fff;margin-bottom:14px}
.ecran-etape p{font-size:17px;line-height:1.4;color:rgba(255,255,255,.9);max-width:420px}
.ecran-faq{margin-top:26px;display:flex;flex-direction:column;gap:8px}
.ecran-faq details{border-radius:7.5px;background:rgba(20,20,20,.5);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}
.ecran-faq summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:14px;padding:12px 11px 12px 19px;font-size:15px}
.ecran-faq summary::-webkit-details-marker{display:none}
.ecran-faq summary::after{content:"+";font-size:18px;color:rgba(255,255,255,.7)}
.ecran-faq details[open] summary::after{content:"\2212"}
.ecran-faq .rep{padding:0 19px 14px;font-size:14px;color:rgba(255,255,255,.75);line-height:1.5}
.ecrans-liste{position:absolute;right:52px;top:50%;transform:translateY(-50%);z-index:2;display:flex;flex-direction:column;gap:14px;text-align:right;font-size:13px}
.ecrans-liste span{display:flex;justify-content:flex-end;gap:12px;color:rgba(255,255,255,.55);transition:color .3s ease}
.ecrans-liste span.est-actif{color:#fff}
.ecrans-liste i{font-style:normal;color:rgba(255,255,255,.55);min-width:20px;text-align:right}

/* ---- ce que comprend un projet : le tableau ---- */
.comprend{padding:120px 0}
.comprend-grille{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.3fr);gap:60px;align-items:start;max-width:1200px;margin:0 auto}
.comprend h2{margin-top:10px}
.comprend .petit{margin-bottom:8px}
.tableau{display:flex;flex-direction:column}
.tableau div{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.4fr);gap:20px;padding:13px 0;border-bottom:1px solid var(--line);font-size:15px}
.tableau div:first-child{border-top:1px solid var(--line)}
.tableau b{font-weight:400;color:var(--ink)}
.tableau span{color:var(--muted)}
.comprend .pil{margin-top:28px}

/* ---- nos apps : les cartes produit, blanches ---- */
.apps{padding:0 0 120px}
.apps h2{max-width:640px;margin-bottom:40px}
.grid{gap:12px;background:none;border:0}
.card{background:var(--carte);border:0;border-radius:var(--r-carte);padding:24px}
.card h3{font-family:inherit;font-weight:400;font-size:22px;letter-spacing:-.3px}
.card p{color:var(--muted);font-size:15px;line-height:1.5}
.tag{background:#fff;color:var(--ink);font-size:12px}
.demo-creds{background:#fff;border:1px solid var(--line);color:var(--ink);border-radius:8px}
.access-links a{color:var(--ink)}
.badge{color:var(--ink);border-color:var(--line);background:#fff}
.sec-label{display:none}

/* ---- offres en cartes tarif ---- */
.tarifs{padding:0 0 120px}
.tarifs h2{text-align:center;margin-bottom:10px}
.tarifs .sous{text-align:center}
.tarif-grille{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:44px auto 0;max-width:1200px}
.tarif{border-radius:var(--r-carte);background:var(--carte);padding:22px 22px 24px;display:flex;flex-direction:column;gap:10px}
.tarif img{width:120px;height:120px;display:block;margin:-6px 0 0 -8px;mix-blend-mode:multiply}
.tarif h3{font-size:22px;letter-spacing:-.3px}
.tarif .delai{font-size:13px;color:var(--accent)}
.tarif p{color:var(--muted);font-size:15px;line-height:1.5}
.tarif ul{list-style:none;margin:4px 0 0;padding:0;display:flex;flex-direction:column;gap:8px;font-size:14px}
.tarif li{display:flex;gap:10px;align-items:flex-start}
.tarif li::before{content:"";flex:none;width:14px;height:14px;margin-top:3px;border-radius:50%;background:var(--accent) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><path d='M5 12l5 5 9-10'/></svg>") center/9px no-repeat}
.tarif .prix{margin-top:auto;padding-top:14px;border-top:1px solid var(--line);font-size:13px;color:var(--muted)}
.tarif .pil{align-self:flex-start;margin-top:6px}

/* ---- CTA plein cadre ---- */
.cta{position:relative;min-height:750px;display:flex;align-items:center;overflow:clip;color:#fff;margin:0 22px;border-radius:24px}
.cta img{position:absolute;top:0;bottom:0;left:22%;width:100%;height:100%;object-fit:cover;object-position:50% 50%}
.cta{background:#0b0b10}
.cta::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#0b0b10 0%,#0b0b10 16%,rgba(11,11,16,.55) 34%,rgba(11,11,16,0) 52%)}
.cta .wrap{position:relative;z-index:1;width:100%}
.cta-corps{max-width:520px;padding-left:44px}
.cta h2{color:#fff;margin:10px 0 18px}
.cta .petit{color:rgba(255,255,255,.8)}
.cta-metas{display:flex;flex-wrap:wrap;gap:18px;margin-bottom:22px;font-size:13px;color:rgba(255,255,255,.85)}

/* ---- FAQ et pied, en clair ---- */
.faq{padding:120px 0 100px;border:0}
.faq-titre{font-family:inherit;font-weight:400;font-size:clamp(30px,3.1vw,45px);line-height:1.2;letter-spacing:-.02em}
.faq-sous{font-family:inherit;font-weight:400;font-size:17px;color:var(--muted)}
.faq-sous b{font-weight:400;color:var(--ink)}
.faq-item summary{font-size:17px}
.faq-reponse{font-size:15px}
.pied{background:var(--paper-2)}
.pied-liens a{color:var(--muted)}
.vague{display:none}

/* ---- petits ecrans ---- */
@media(max-width:1024px){
  .cartes4,.tarif-grille{grid-template-columns:repeat(2,minmax(0,1fr))}
  .comprend-grille{grid-template-columns:1fr;gap:30px}
  .ecrans-liste{display:none}
}
@media(max-width:720px){
  .nav-liens,.nav-droite > a[href^="mailto"]{display:none}
  .barre{grid-template-columns:auto 1fr auto;height:56px;padding:0 8px 0 14px}
  .barre .logo{justify-self:start}
  .burger{display:inline-flex}
  .hero-texte{padding:120px 20px 60px;max-width:none}
  .cartes4,.tarif-grille{grid-template-columns:1fr}
  .ecrans{height:auto;margin-top:80px}
  .ecrans-sticky{position:relative;height:auto;padding:60px 20px}
  .ecrans-photo{position:relative;left:0;width:auto;height:56vw;margin:0 -20px 30px}
  .ecrans-sticky::after,header::after{display:none}
  .hero-photo{left:0;width:100%}
  .cta img{left:0}
  .ecrans-photo::before{background:linear-gradient(180deg,rgba(11,11,16,0),rgba(11,11,16,.9))}
  .ecrans-texte{position:relative;left:0;top:0;transform:none;width:auto}
  .ecran-etape{position:relative;opacity:1;transform:none;pointer-events:auto;margin-bottom:44px}
  .cta{margin:0;border-radius:0;min-height:560px}
  .cta-corps{padding:0 20px}
}

/* ---- mouvement : apparitions en cascade comme la reference, 1,5 rem vers le haut en 0,75 s, sans flou ---- */
html.js .reveal{filter:none;transform:translateY(1.5rem);transition:opacity .75s linear,transform .75s cubic-bezier(.2,.8,.2,1)}
html.js .reveal.in{transform:none}
.entree-item{animation-duration:.75s}
@media (prefers-reduced-motion:reduce){.ecran-etape,.ecrans-ecran img,.ecrans-ecran .vide,.ecrans-liste span{transition:none}}

/* ---- petits ecrans : la photo au-dessus du texte, cartes en rangee, barre compacte ---- */
@media(max-width:720px){
  .hero-photo{position:relative;left:0;width:100%;height:64vw;margin:0}
  .hero-photo-fond{object-position:50% 40%}
  .hero-texte{min-height:auto;padding:28px 20px 44px}
  header::after{display:none}
  header{min-height:auto;background:#0b0b10}
  .carte4{flex-direction:row;align-items:center;gap:6px}
  .carte4 img{width:116px;height:116px;flex:none}
  .carte4-corps{padding:14px 16px 14px 4px}
  .cta{min-height:auto;align-items:flex-end;padding-bottom:36px}
  .cta img{position:relative;left:0;height:60vw;display:block;margin-bottom:-30vw}
  .cta::before{background:linear-gradient(180deg,rgba(11,11,16,0) 0%,rgba(11,11,16,.85) 45%,#0b0b10 100%)}
  .barre{grid-template-columns:auto 1fr auto;gap:8px}
  .barre .logo-texte{font-size:15px}
  .barre .marque-svg{width:30px;height:30px}
  .nav-droite{gap:8px}
  .nav-droite .pil-petit{height:34px;padding:0 14px;font-size:12px}
}
@media(max-width:720px){
  .nav-droite .pil-petit{display:none}
  .ecrans-photo{height:auto;aspect-ratio:1344/752}
}

/* ---- retours Ikovaline : titre qui s'ecrit, rais, scenes sombres, telephones, rendez-vous ---- */
header .lumiere{position:absolute;inset:0;z-index:2;pointer-events:none;overflow:hidden;mix-blend-mode:screen;opacity:.8}
header .lumiere::after{display:none}
.hero-h1{white-space:nowrap}
.hero-h1 .w{display:inline-block}
.hero-key-wrap{position:relative}
.hero-texte h1 em{font-style:normal;color:#8aa1ff}
.hero-period{display:none}
.son{width:38px;height:38px;color:var(--ink)}
.son[aria-pressed="true"]{background:var(--accent);color:#fff;box-shadow:none}
.son svg{width:17px;height:17px}
.sombre{--ink:#ffffff;--paper:#0b0b10;--paper-2:#14141b;--line:#24242e;--muted:#9d9ca6;background:var(--paper);color:var(--ink)}
.sombre .pixel-titre,.sombre .noms-ligne,.sombre .collage3d-titre{font-family:"Manrope",system-ui,sans-serif;font-weight:600}
.sombre .pixel-titre em,.sombre .collage3d-titre em{color:inherit}
.sombre .collage3d-sur{font-family:"Inter",system-ui,sans-serif;font-weight:400;font-size:13px}
.ecrans{margin-top:0}
.noms .noms-avant{color:rgba(255,255,255,.75)}
.tel{--w:11vw}
.m4{left:30vw;top:4vh;--rz:8deg}
.m5{right:30vw;bottom:-4vh;--rz:-9deg}
.tel .maquette-surface{padding:8px;border-radius:26px;background:linear-gradient(160deg,#2a2a33,#0f0f14);box-shadow:0 30px 60px -20px rgba(0,0,0,.8)}
.tel .maquette-surface img{aspect-ratio:9/19;object-fit:cover;object-position:top left;border-radius:20px;box-shadow:none}
.tel-encoche{position:absolute;left:50%;top:14px;width:34%;height:8px;border-radius:999px;background:#0f0f14;transform:translateX(-50%);z-index:1}
.tel .maquette-nom{display:none}
@media(max-width:860px){.tel{display:none}}
.rdv{padding:0 0 120px}
.rdv .bleu{color:var(--accent)}
.rdv-sous{max-width:46em;margin:12px auto 0}
.rdv-carte{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,2.2fr);margin-top:44px;border:1px solid var(--line);border-radius:14px;overflow:hidden;background:#fff}
.rdv-gauche{padding:28px;border-right:1px solid var(--line);display:flex;flex-direction:column;gap:12px}
.rdv-logo{color:var(--ink)}
.rdv-logo .logo-texte{display:none}
.rdv-texte{color:var(--muted);font-size:14px;line-height:1.5}
.rdv-infos{list-style:none;margin:6px 0;padding:0;display:flex;flex-direction:column;gap:12px;font-size:15px}
.rdv-infos li{display:flex;align-items:center;gap:10px}
.rdv-infos svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;color:var(--muted)}
.rdv-droite{padding:24px 28px 28px}
.rdv-tete{display:flex;justify-content:space-between;align-items:center;font-size:17px;margin-bottom:18px}
.rdv-tete b{font-weight:400}
.rdv-nav button{width:34px;height:34px;border:0;background:none;font-size:22px;color:var(--ink);cursor:pointer;border-radius:8px}
.rdv-nav button:hover{background:var(--carte)}
.rdv-nav button:disabled{opacity:.3;cursor:default}
.rdv-grille{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:6px}
.rdv-jour-nom{font-size:12px;color:var(--ink);text-align:center;padding:6px 0 10px}
.rdv-jour{display:flex;align-items:center;justify-content:center;aspect-ratio:1;max-height:70px;border-radius:10px;font-size:15px;text-decoration:none;color:var(--ink);background:var(--carte);transition:background .15s ease,transform .15s ease}
.rdv-jour:hover{background:#e4e4e7;transform:translateY(-1px)}
.rdv-jour.est-auj{box-shadow:inset 0 0 0 1.5px var(--accent)}
.rdv-jour.est-ferme{background:none;color:var(--muted-2)}
.fondateur{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.2fr);gap:40px;margin-top:64px;align-items:start}
.fondateur .gris{color:var(--muted)}
.fondateur p{color:var(--muted);font-size:15px;line-height:1.55}
@media(max-width:860px){.rdv-carte,.fondateur{grid-template-columns:1fr}.rdv-gauche{border-right:0;border-bottom:1px solid var(--line)}}
@media(max-width:720px){.hero-h1{white-space:normal}.hero-key-wrap,#hero-key{display:inline}.son{display:none}}

/* ---- WhatsApp rond, telephone du bloc epingle, CTA sans photo ---- */
.rond{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:999px;background:var(--accent);color:#fff;flex:none}
.rond svg{width:18px;height:18px}
.rond:hover{background:var(--accent-2)}
.ecrans-sticky::after{display:none}
.ecrans-tel{position:absolute;right:14%;top:50%;transform:translateY(-50%);width:min(320px,23vw);z-index:2}
.ecrans-tel::before{content:"";position:absolute;inset:-30% -60%;background:radial-gradient(circle at 50% 50%,rgba(59,91,253,.45),rgba(59,91,253,0) 60%);filter:blur(30px);z-index:-1}
.tel-cadre{position:relative;aspect-ratio:390/844;border-radius:46px;padding:10px;background:linear-gradient(160deg,#2c2c36,#0e0e13);box-shadow:0 40px 90px -30px rgba(0,0,0,.9),inset 0 0 0 1px rgba(255,255,255,.08)}
.tel-cadre .tel-encoche{top:20px;width:34%;height:9px;z-index:3;background:#0e0e13}
.tel-ecran.ecrans-ecran{position:absolute;left:10px;top:10px;right:10px;bottom:10px;width:auto;height:auto;border-radius:38px;overflow:hidden;background:#0b0b10}
.tel-ecran img{object-position:top center}
.tel-ecran .vide{background:#fff}
.cta{background:#0b0b10;min-height:620px;justify-content:center;text-align:center}
.cta::before{display:none}
.cta .lumiere{position:absolute;inset:0;z-index:0;overflow:hidden;mix-blend-mode:screen;opacity:.8}
.cta .lumiere::after{display:none}
.cta-corps{max-width:640px;margin:0 auto;padding:0}
.cta .hero-actions,.cta .cta-metas{justify-content:center}
.rdv-cal{width:100%;height:640px;border:0;display:block}
@media(max-width:720px){
  .ecrans-tel{position:relative;right:auto;top:auto;transform:none;margin:0 auto 34px;width:min(240px,64vw)}
  .rond{width:34px;height:34px}
}

/* ---- telephone : ecran au format exact 390 x 844, barre d'etat, ilot sur la barre ---- */
.tel-cadre{aspect-ratio:auto;padding:11px;border-radius:52px}
.tel-cadre .tel-encoche{display:none}
.tel-ecran.ecrans-ecran{position:relative;inset:auto;left:auto;top:auto;right:auto;bottom:auto;width:100%;height:auto;aspect-ratio:390/844;border-radius:42px;overflow:hidden;background:#000;isolation:isolate}
.tel-page{position:absolute;inset:0;display:flex;flex-direction:column;background:var(--fond);opacity:0;transition:opacity .5s ease}
.tel-page.est-actif{opacity:1}
.tel-page img{position:static;inset:auto;display:block;width:100%;height:auto;flex:none;opacity:1;object-fit:fill}
.tel-barre{position:relative;flex:none;height:5.213%;display:flex;align-items:center;justify-content:space-between;padding:0 9% 0 11%;color:var(--encre-barre);font:600 clamp(9px,.95vw,13px)/1 "Inter",system-ui,sans-serif;letter-spacing:-.2px}
.tel-barre svg{width:16%;height:auto;fill:currentColor;color:currentColor}
.tel-ilot{position:absolute;left:50%;top:22%;width:31%;height:62%;border-radius:999px;background:#000;transform:translateX(-50%)}
.tel-page.vide{align-items:stretch;justify-content:flex-start}
.tel-page.vide p{margin:auto;color:#18181b;font-size:clamp(14px,1.4vw,20px)}
.tel-ecran.ecrans-ecran > .vide{background:#fff;display:flex;font-size:inherit}
/* le telephone au centre-droit, la liste 01-04 bien a droite, sans chevauchement */
.ecrans-tel{right:auto;left:62%;transform:translate(-50%,-50%)}
.ecrans-liste{right:40px}
@media(max-width:1180px){.ecrans-tel{left:66%}.ecrans-liste{display:none}}
@media(max-width:720px){.ecrans-tel{left:auto;transform:none}}

/* widget Cal.com : la colonne droite devient le calendrier reel */
.rdv-droite:has(.rdv-cal){padding:0}
.rdv-cal{width:100%;height:700px;border:0;display:block;background:#fff}
@media(max-width:860px){.rdv-cal{height:900px}}
.rdv-carte.avec-cal{grid-template-columns:1fr;padding:0}
.rdv-carte.avec-cal .rdv-gauche{display:none}
.rdv-carte.avec-cal .rdv-cal{height:600px}
@media(max-width:860px){.rdv-carte.avec-cal .rdv-cal{height:1000px}}
