
:root{
  --bg:#0b0d0b; --bg2:#121610; --paper:#fbfcf8; --soft:#f0f3ea;
  --ink:#10120f; --white:#fff; --muted:#74786f; --muted-dark:#b8bcb4;
  --green:#43DA3D; --green-dark:#126B1B; --gold:#d6ad58; --line:#e3e7dd;
  --radius:28px; --shadow:0 24px 70px rgba(10,12,9,.14);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;background:var(--paper);color:var(--ink);line-height:1.55}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
button,input,textarea,select{font:inherit}
.container{width:min(1220px,calc(100% - 40px));margin:auto}
.kicker{text-transform:uppercase;letter-spacing:.18em;font-size:.74rem;font-weight:900;color:var(--green-dark)}
h1,h2,h3{margin:0;line-height:1;letter-spacing:-.05em}
h1{font-size:clamp(3.8rem,8vw,7.8rem)}
h2{font-size:clamp(2.4rem,5vw,4.8rem)}
h3{font-size:1.4rem}
p{margin:0}
.lead{font-size:clamp(1.08rem,2vw,1.34rem);color:var(--muted);max-width:760px}
.small{font-size:.9rem;color:var(--muted)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:52px;padding:0 22px;border-radius:999px;border:1px solid var(--ink);font-weight:900;transition:.22s}
.btn:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(0,0,0,.12)}
.btn-dark{background:var(--ink);color:#fff}
.btn-green{background:var(--green);border-color:var(--green);color:#fff}
.btn-light{background:#fff}
.topline{background:#0a0b09;color:#fff;font-size:.86rem}
.topline .container{height:40px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.header{position:sticky;top:0;z-index:100;background:rgba(251,252,248,.94);backdrop-filter:blur(16px);border-bottom:1px solid rgba(0,0,0,.06)}
.nav{height:84px;display:flex;align-items:center;justify-content:space-between;gap:22px}
.brand img{width:175px}
.menu{display:flex;align-items:center;gap:24px;font-size:.94rem}
.menu a:not(.btn){position:relative}
.menu a:not(.btn):after{content:"";position:absolute;left:0;right:100%;bottom:-7px;height:2px;background:var(--green);transition:.2s}
.menu a:hover:after{right:0}
.menu-toggle{display:none;border:0;background:none;font-size:28px}
.hero{background:linear-gradient(135deg,#fdfefb 0%,#f0f4e8 100%);overflow:hidden}
.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:60px;align-items:center;min-height:calc(100vh - 124px);padding:72px 0}
.hero-copy h1{margin:14px 0 28px;max-width:820px}
.hero-copy h1 em{font-family:Georgia,serif;font-weight:500;color:var(--green);letter-spacing:-.03em}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:32px}
.meta{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}
.chip{padding:10px 14px;background:#fff;border:1px solid var(--line);border-radius:999px;font-size:.85rem;font-weight:900}
.hero-visual{min-height:560px;border-radius:42px;position:relative;overflow:hidden;background:linear-gradient(145deg,#111510,#26341a 58%,#7ca33b);box-shadow:var(--shadow)}
.hero-visual:before{content:"";position:absolute;width:360px;height:360px;border-radius:50%;background:rgba(255,255,255,.10);right:-90px;top:-70px}
.hero-visual:after{content:"";position:absolute;width:260px;height:260px;border-radius:50%;background:rgba(255,255,255,.06);left:-80px;bottom:-80px}
.lens-ring{position:absolute;border:4px solid rgba(255,255,255,.72);border-radius:50%;width:180px;height:180px;top:155px}
.lens-ring.left{left:90px}.lens-ring.right{right:90px}
.bridge{position:absolute;top:237px;left:50%;width:95px;height:28px;border-top:4px solid rgba(255,255,255,.72);transform:translateX(-50%)}
.temple{position:absolute;top:227px;width:110px;height:4px;background:rgba(255,255,255,.72)}
.temple.left{left:0;transform:rotate(18deg)}.temple.right{right:0;transform:rotate(-18deg)}
.hero-card{position:absolute;left:26px;right:26px;bottom:26px;background:rgba(255,255,255,.94);border-radius:22px;padding:22px;display:flex;justify-content:space-between;gap:18px;align-items:center}
.section{padding:108px 0}
.soft{background:var(--soft)}
.section-head{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:46px}
.section-head .lead{max-width:590px}
.story-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:24px}
.story-dark{min-height:480px;background:#111;color:#fff;border-radius:34px;padding:42px;display:flex;flex-direction:column;justify-content:flex-end}
.story-dark .display{font-size:clamp(2.8rem,5vw,5rem);font-weight:900;line-height:.92}
.story-copy{background:#fff;border:1px solid var(--line);border-radius:34px;padding:42px}
.story-copy p{color:var(--muted);font-size:1.05rem;margin-top:18px}
.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:26px}
.stat{background:var(--soft);border-radius:18px;padding:20px}
.stat strong{display:block;font-size:2rem;color:var(--green)}
.stat span{font-size:.9rem;color:var(--muted)}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.service{background:#fff;border:1px solid var(--line);border-radius:24px;padding:28px;transition:.22s}
.service:hover{transform:translateY(-5px);box-shadow:var(--shadow)}
.icon{width:52px;height:52px;border-radius:16px;background:var(--soft);display:grid;place-items:center;font-size:24px;margin-bottom:22px}
.service p{color:var(--muted);margin-top:12px}
.logo-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.logo-tile{min-height:110px;background:#fff;border:1px solid var(--line);border-radius:20px;display:grid;place-items:center;padding:18px;transition:.2s}
.logo-tile:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.logo-word{font-weight:900;font-size:1.2rem;text-align:center}
.logo-word.serif{font-family:Georgia,serif}.logo-word.wide{letter-spacing:.15em;font-size:1rem}
.health{border-radius:34px;background:linear-gradient(135deg,#678d2d,#2d4212);color:#fff;padding:50px;display:grid;grid-template-columns:1.1fr .9fr;gap:40px;align-items:center}
.health p{color:#edf5df;margin-top:18px}
.health-box{background:rgba(255,255,255,.12);padding:28px;border-radius:20px}
.health-box ul{margin:0;padding-left:20px}
.google-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:24px}
.review-card{background:#111;color:#fff;border-radius:30px;padding:40px}
.stars{font-size:1.4rem;letter-spacing:.11em;color:#dff5a7;margin:18px 0}
.map{width:100%;min-height:440px;border:0;border-radius:30px}
.review-actions{display:grid;gap:12px;margin-top:24px}
.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:26px}
.info-card{background:#111;color:#fff;border-radius:30px;padding:38px}
.info-list{display:grid;gap:20px;margin-top:26px}
.hours{display:grid;gap:10px;margin-top:12px}
.hour{display:flex;justify-content:space-between;gap:20px;padding:11px 0;border-bottom:1px solid rgba(255,255,255,.12)}
form{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.field{display:grid;gap:8px}.field.full{grid-column:1/-1}
label{font-weight:900;font-size:.92rem}
input,select,textarea{width:100%;padding:15px 16px;border:1px solid #d6d9d0;border-radius:14px;background:#fff}
textarea{min-height:150px;resize:vertical}
.file-box{border:1px dashed #aeb5a5;border-radius:16px;padding:18px;background:#f8faf4}
.page-hero{padding:100px 0 64px;background:linear-gradient(180deg,#fff,#f2f5ec)}
.page-hero h1{font-size:clamp(3.2rem,7vw,6.2rem);margin:12px 0 24px}
.footer{border-top:1px solid var(--line);padding:40px 0;color:var(--muted);font-size:.92rem}
.footer-row{display:flex;justify-content:space-between;gap:24px;align-items:center}
.footer-links{display:flex;gap:18px;flex-wrap:wrap}
.mobile-cta{display:none;position:fixed;left:14px;right:14px;bottom:14px;z-index:110;background:#111;color:#fff;border-radius:999px;padding:12px;box-shadow:var(--shadow)}
.mobile-cta a{flex:1;text-align:center;padding:10px;font-weight:900}
.success,.error{padding:16px 18px;border-radius:14px;margin-bottom:20px}
.success{background:#eef7e7;color:#2d5b16}.error{background:#fff0f0;color:#7b2020}
.reveal{opacity:0;transform:translateY(18px);transition:.65s ease}.reveal.visible{opacity:1;transform:none}
@media(max-width:940px){
.menu-toggle{display:block}.menu{display:none;position:absolute;left:18px;right:18px;top:78px;background:#fff;padding:20px;border-radius:20px;box-shadow:var(--shadow);flex-direction:column;align-items:stretch}.menu.open{display:flex}
.hero-grid,.story-grid,.health,.google-grid,.contact-grid{grid-template-columns:1fr}.hero-visual{min-height:470px}.service-grid{grid-template-columns:1fr 1fr}.logo-grid{grid-template-columns:repeat(3,1fr)}.section-head,.footer-row{flex-direction:column;align-items:flex-start}
}
@media(max-width:640px){
.container{width:min(100% - 28px,1220px)}.topline{display:none}.nav{height:72px}.brand img{width:145px}.hero-grid{min-height:auto;padding:60px 0}.hero-visual{min-height:390px}h1{font-size:3.7rem}.section{padding:80px 0}.service-grid,.logo-grid,form,.stats{grid-template-columns:1fr}.field.full{grid-column:auto}.hero-actions{flex-direction:column}.btn{width:100%}.health{padding:32px}.mobile-cta{display:flex}body{padding-bottom:78px}.lens-ring{width:130px;height:130px;top:115px}.lens-ring.left{left:45px}.lens-ring.right{right:45px}.bridge{top:174px}
}

.brand-directory{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}
.brand-card{
  min-height:190px;
  padding:26px;
  border:1px solid var(--line);
  border-radius:24px;
  background:#fff;
  color:var(--ink);
  text-align:left;
  cursor:pointer;
  transition:.22s;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}
.brand-card:hover{
  transform:translateY(-5px);
  box-shadow:var(--shadow);
  border-color:#cfd8bf;
}
.brand-card-name{
  font-size:1.35rem;
  font-weight:900;
  letter-spacing:-.04em;
}
.brand-card-group{
  margin-top:10px;
  color:var(--muted);
  font-size:.9rem;
}
.brand-card-link{
  margin-top:28px;
  font-weight:900;
  color:var(--green-dark);
}
.brand-modal{
  position:fixed;
  inset:0;
  z-index:1000;
  display:none;
}
.brand-modal.open{display:block}
.brand-modal-backdrop{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.66);
  backdrop-filter:blur(8px);
}
.brand-modal-dialog{
  position:relative;
  z-index:2;
  width:min(720px,calc(100% - 32px));
  max-height:calc(100vh - 40px);
  overflow:auto;
  margin:20px auto;
  background:#fff;
  border-radius:30px;
  padding:42px;
  box-shadow:0 40px 120px rgba(0,0,0,.35);
}
.brand-modal-dialog h2{margin:12px 0 8px}
.brand-modal-dialog h3{margin-top:28px}
.brand-modal-dialog p{color:var(--muted);margin-top:10px}
.brand-modal-founded{
  color:var(--green-dark);
  font-weight:900;
  margin-bottom:24px;
}
.brand-modal-close{
  position:absolute;
  right:18px;
  top:14px;
  border:0;
  background:transparent;
  font-size:30px;
  cursor:pointer;
}
.brand-modal-dialog .btn{margin-top:30px}
body.modal-open{overflow:hidden}
@media(max-width:940px){
  .brand-directory{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:640px){
  .brand-directory{grid-template-columns:1fr}
  .brand-modal-dialog{padding:30px 22px}
}

.video-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.video-card{background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden;transition:.22s}
.video-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}
.video-frame{width:100%;aspect-ratio:16/9;border:0;display:block;background:#111}
.video-copy{padding:24px}
.video-copy p{color:var(--muted);margin-top:10px}

.hero-visual{
  background:
    radial-gradient(circle at 72% 24%,rgba(255,255,255,.13),transparent 24%),
    radial-gradient(circle at 26% 80%,rgba(255,255,255,.07),transparent 22%),
    linear-gradient(145deg,#10150e 0%,#27391a 58%,#7ba33b 100%);
}
.hero-visual .lens-ring{
  box-shadow:
    inset 0 0 0 2px rgba(255,255,255,.18),
    0 18px 40px rgba(0,0,0,.26);
}
.hero-card{
  border:1px solid rgba(255,255,255,.55);
  box-shadow:0 20px 50px rgba(0,0,0,.16);
}
@media(max-width:940px){.video-grid{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.video-grid{grid-template-columns:1fr}}

/* V11 stable - espace client, fidélité, promotions, administration */
.promotion-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.promotion-card,.promo-empty,.dashboard-action,.admin-order{background:#fff;border:1px solid var(--line);border-radius:28px;padding:34px}
.promotion-card h2{margin:14px 0 18px}.promotion-details{margin-top:20px;color:var(--muted)}.promotion-dates{font-weight:900;color:var(--green-dark);margin:22px 0}
.dashboard-grid{display:grid;grid-template-columns:1.3fr .7fr;gap:24px}
.loyalty-card{background:linear-gradient(135deg,#668b2d,#2e4211);color:#fff;border-radius:32px;padding:40px}
.loyalty-card p{color:#edf5df;margin-top:14px}.stamp-row{display:grid;grid-template-columns:repeat(6,1fr);gap:12px;margin:30px 0}
.stamp{aspect-ratio:1;border-radius:50%;display:grid;place-items:center;border:2px solid rgba(255,255,255,.42);font-weight:900}
.stamp.filled{background:#fff;color:var(--green-dark);border-color:#fff}.reward-note{background:rgba(255,255,255,.12);padding:16px;border-radius:16px}
.dashboard-action{display:flex;flex-direction:column;justify-content:center}.dashboard-action p{color:var(--muted);margin:14px 0 24px}
.orders-list{display:grid;gap:14px}.order-row{display:flex;justify-content:space-between;gap:20px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:20px;padding:22px}
.order-row>div{display:grid;gap:5px}.order-row span,.order-row small{color:var(--muted)}
.status-badge{display:inline-flex;padding:7px 10px;border-radius:999px;font-size:.82rem;font-weight:900;background:#edf0e7;color:#445038}
.order-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:40px}.order-summary>div{background:#fff;border:1px solid var(--line);border-radius:18px;padding:20px;display:grid;gap:8px}.order-summary span{color:var(--muted)}
.timeline{display:grid;grid-template-columns:repeat(6,1fr);gap:10px;margin:42px 0}.timeline-step{text-align:center;color:#999}.timeline-step span{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;margin:0 auto 10px;background:#e4e8df;font-weight:900}.timeline-step.done{color:var(--green-dark)}.timeline-step.done span{background:var(--green);color:#fff}
.client-note{background:#fff;border-left:5px solid var(--green);padding:22px;border-radius:12px;margin:26px 0}.client-note p{color:var(--muted);margin-top:10px}
.admin-tabs{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:30px}.admin-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.admin-stats>div{background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px}.admin-stats strong{display:block;font-size:2rem;color:var(--green)}.admin-stats span{color:var(--muted)}
.admin-orders{display:grid;gap:20px}.admin-order-head{display:flex;justify-content:space-between;gap:20px;margin-bottom:20px}.admin-order-head>div{display:grid}.admin-order-head span{color:var(--muted)}.admin-order-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.admin-order-grid>div{background:var(--soft);padding:14px;border-radius:12px;display:grid}.document-links{display:flex;gap:16px;margin:18px 0}.document-links a{font-weight:900;color:var(--green-dark)}
@media(max-width:940px){.promotion-grid,.dashboard-grid{grid-template-columns:1fr}.timeline{grid-template-columns:repeat(3,1fr)}.admin-stats{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.promotion-grid,.order-summary,.admin-stats,.admin-order-grid{grid-template-columns:1fr}.stamp-row{gap:6px}.order-row,.admin-order-head{flex-direction:column;align-items:flex-start}.timeline{grid-template-columns:repeat(2,1fr)}}

/* V12 - notifications, recherche, historique et exports */
.admin-filter{display:grid;grid-template-columns:1.2fr .8fr auto;gap:16px;align-items:end;margin:26px 0;background:#fff;border:1px solid var(--line);border-radius:22px;padding:22px}
.admin-filter-actions{display:flex;gap:10px}
.export-actions{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:24px}
.admin-history{margin:18px 0;background:var(--soft);padding:14px 18px;border-radius:14px}
.admin-history summary{cursor:pointer;font-weight:900;color:var(--green-dark)}
.admin-history ul,.client-history ul{margin:14px 0 0;padding-left:20px}
.admin-history li{margin:8px 0;color:var(--muted)}
.client-history{background:#fff;border:1px solid var(--line);border-radius:20px;padding:24px;margin:26px 0}
.client-history h3{margin-bottom:18px}
.client-history li{margin:14px 0;padding-bottom:14px;border-bottom:1px solid var(--line)}
.client-history li span{display:block;color:var(--muted);font-size:.9rem;margin-top:4px}
.client-history li p{color:var(--muted);margin-top:7px}
@media(max-width:940px){.admin-filter{grid-template-columns:1fr 1fr}.admin-filter-actions{grid-column:1/-1}}
@media(max-width:640px){.admin-filter{grid-template-columns:1fr}.admin-filter-actions{grid-column:auto;flex-direction:column}.export-actions{flex-direction:column}}

/* V13 - activation e-mail et coordonnées obligatoires */
.client-profile-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:26px;
  padding:28px;
  margin-bottom:24px;
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:24px;
  align-items:start;
}
.client-profile-card h3{margin-top:10px}
.client-profile-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:16px;
}
.client-profile-grid>div{
  background:var(--soft);
  padding:16px;
  border-radius:14px;
  display:grid;
  gap:8px;
}
.client-profile-grid span{color:var(--muted)}
.admin-address{grid-column:span 2}
@media(max-width:760px){
  .client-profile-card,.client-profile-grid{grid-template-columns:1fr}
  .admin-address{grid-column:auto}
}

/* V8.6.1 - bandeau cookies et surfaces claires toujours lisibles. */
html body .cookie-banner{background:#fff!important;color:#0b100c!important;border-color:#cfd9d0!important}
html body .cookie-banner :is(h2,h3,h4,p,span,small,strong,label,a){color:#0b100c!important;opacity:1!important}
html body .cookie-banner p{color:#28342b!important}
html body .cookie-banner .btn-green,html body .cookie-banner button[data-cookie-accept]{background:#43DA3D!important;color:#071007!important;border-color:#43DA3D!important}
html body .cookie-banner .btn-dark,html body .cookie-banner button[data-cookie-refuse]{background:#101611!important;color:#fff!important;border-color:#101611!important}

/* ================================================================
   V8.6 - lisibilite definitive de l'espace client
   ================================================================ */
html body .meye-member-area{background:#f5f8f5!important;color:#0b100c!important}
html body .meye-member-area .meye-member-hero{background:radial-gradient(circle at 78% 12%,rgba(67,218,61,.16),transparent 36%),#071009!important}
html body .meye-member-area .meye-member-hero :is(h1,p,span,strong,small){color:#fff!important;opacity:1!important}.meye-member-area .meye-member-hero .kicker{color:#43DA3D!important}
html body .meye-member-area .member-hub-nav{background:#08110a!important;border-color:#43DA3D!important}.meye-member-area .member-hub-nav a{color:#fff!important;opacity:1!important}.meye-member-area .member-hub-nav a:hover,.meye-member-area .member-hub-nav a.is-active{background:#43DA3D!important;color:#071007!important}
html body .meye-member-area .member-command-center{background:radial-gradient(circle at 16% 0,rgba(67,218,61,.13),transparent 43%),#0a100b!important;border-color:#43DA3D!important}.meye-member-area .member-command-center :is(h2,h3,p,span,small,strong){color:#fff!important;opacity:1!important}.meye-member-area .member-command-center .kicker{color:#43DA3D!important}
html body .meye-member-area :is(.member-primary-action,.btn-green){background:#43DA3D!important;border-color:#43DA3D!important;color:#071007!important}.meye-member-area :is(.member-primary-action,.btn-green) *{color:#071007!important}
html body .meye-member-area :is(.meye-today-main,.meye-stat-card,.loyalty-card,.dashboard-action,.wallet-card,.orders-card,.documents-card,.equipments-card){background:#0a100b!important;color:#fff!important;border:1px solid rgba(67,218,61,.65)!important}.meye-member-area :is(.meye-today-main,.meye-stat-card,.loyalty-card,.dashboard-action,.wallet-card,.orders-card,.documents-card,.equipments-card) :is(h2,h3,h4,p,span,small,strong,label,li){color:#fff!important;opacity:1!important}.meye-member-area :is(.meye-stat-card strong,.loyalty-card .kicker,.wallet-card strong){color:#43DA3D!important}
html body .meye-member-area :is(.client-profile-card,.member-command-summary article,.member-offer-grid article,.promo-empty){background:#fff!important;color:#0b100c!important;border:1px solid #d4dfd5!important}.meye-member-area :is(.client-profile-card,.member-command-summary article,.member-offer-grid article,.promo-empty) :is(h2,h3,h4,p,span,small,strong,label,li){color:#0b100c!important;opacity:1!important}.meye-member-area :is(.client-profile-card,.member-command-summary article,.member-offer-grid article) .kicker{color:#126B1B!important}
html body .meye-member-area .member-consent-panel,html body .meye-member-area .club-client-zone{background:#fff!important;color:#0b100c!important;border:1px solid #d4dfd5!important;border-radius:24px!important}.meye-member-area :is(.member-consent-panel,.club-client-zone)>* :is(h2,h3,h4,p,span,small,strong,label,li){color:#0b100c!important;opacity:1!important}.meye-member-area :is(.member-consent-panel,.club-client-zone) .kicker{color:#126B1B!important}
html body .meye-member-area :is(.referral-form,.referral-history){background:#f7faf7!important;color:#0b100c!important;border:1px solid #cfdacf!important}.meye-member-area :is(.referral-form,.referral-history) :is(h2,h3,h4,p,span,small,strong,label,li){color:#0b100c!important;opacity:1!important}.meye-member-area .referral-history article{background:#fff!important;border-color:#cfdacf!important}.meye-member-area .referral-history article *{color:#0b100c!important}
html body .meye-member-area :is(input,textarea,select){background:#fff!important;color:#090e0a!important;border:1px solid #77867a!important}.meye-member-area :is(input,textarea)::placeholder{color:#39463c!important;opacity:1!important}.meye-member-area input:focus,.meye-member-area textarea:focus,.meye-member-area select:focus{border-color:#126B1B!important;outline:3px solid rgba(67,218,61,.20)!important}
html body .meye-member-area .btn-light{background:#fff!important;color:#0b100c!important;border-color:#7d8c80!important}.meye-member-area .btn-dark,.meye-member-area .btn-logout{background:#101611!important;color:#fff!important;border-color:#101611!important}.meye-member-area .btn-dark *,.meye-member-area .btn-logout *{color:#fff!important}

/* ================================================================
   V8.5.1 - charte M'eye Optic exacte et contrastes accessibles
   Vert echantillonne depuis logo-v53.png : #43DA3D
   ================================================================ */
:root{--meye-green:#43DA3D;--meye-green-dark:#126B1B;--meye-black:#071007;--meye-white:#fff}
html body .btn-green,html body a.btn-green,html body button.btn-green,
html body .premium-home-card--green,html body .v850-club-primary,
html body .v411-whatsapp-floating,html body .whatsapp-float{
  background:var(--meye-green)!important;border-color:var(--meye-green)!important;color:var(--meye-black)!important
}
html body .btn-green :is(span,b,strong,small,i),html body .premium-home-card--green :is(span,b,strong,small,i),
html body .v850-club-primary :is(span,b,strong,small,i),html body .v411-whatsapp-floating :is(span,b,strong,small,i){color:var(--meye-black)!important;opacity:1!important}
html body .v850-club-mark{background:var(--meye-green)!important;color:var(--meye-black)!important}
html body .v850-club-spotlight{border-color:rgba(67,218,61,.72)!important}
html body .v850-club-spotlight:before{background:radial-gradient(circle,rgba(67,218,61,.22),transparent 62%)!important}
html body .v850-club-kicker,html body .v850-club-benefits b,
html body .experience-home :is(.experience-eyebrow,.club-pill){color:var(--meye-green)!important}
html body :is(.experience-club,.club-signature,.experience-explore,.v41-review-stage,.v42-seo-local,.v42-faq) :is(h1,h2,h3,p,li,summary,span){opacity:1!important}
html body :is(.experience-club,.club-signature,.experience-explore,.v41-review-stage,.v42-seo-local,.v42-faq)[class] :is(h1,h2,h3,p,li,summary){color:var(--meye-white)!important}
html body :is(.experience-club,.club-signature,.experience-explore,.v41-review-stage,.v42-seo-local,.v42-faq) a:not(.btn):not(.experience-feature):not(.club-signature-card){color:var(--meye-green)!important}
html body :is(.soft,.story-copy,.service,.home-message-card) :is(h1,h2,h3,h4,p,label,span,strong,small){color:#0B120D!important;opacity:1!important}
html body .home-message-card :is(input,textarea,select){color:#080D09!important;background:#fff!important;border-color:#68766A!important}
html body .home-message-card :is(input,textarea)::placeholder{color:#3C493F!important;opacity:1!important}
html body .v40-hero :is(h1,h1 em,.v40-hero-lead){color:#fff!important;-webkit-text-fill-color:#fff!important;opacity:1!important}
html body .v40-hero .v40-kicker{color:var(--meye-green)!important;-webkit-text-fill-color:var(--meye-green)!important}
html body .v850-club-message :is(h2,p),html body .v850-club-login,html body .v850-club-actions small{color:#fff!important;-webkit-text-fill-color:#fff!important;opacity:1!important}
html body .v850-club-primary,html body .v850-club-primary *{-webkit-text-fill-color:var(--meye-black)!important}

/* ================================================================
   V8.5 - M'eye Club Signature : conversion premium sans refonte
   ================================================================ */
html body .v850-club-spotlight{
  position:relative;display:grid;grid-template-columns:118px minmax(0,1fr) minmax(220px,290px);gap:24px;align-items:center;
  max-width:1180px;margin:30px 0 24px;padding:24px 26px;border-radius:28px;overflow:hidden;
  background:linear-gradient(118deg,rgba(5,12,7,.97),rgba(14,31,17,.94) 55%,rgba(18,46,21,.96));
  border:1px solid rgba(113,239,87,.55);box-shadow:0 28px 75px rgba(0,0,0,.46),inset 0 1px 0 rgba(255,255,255,.12);
  backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)
}
html body .v850-club-spotlight:before{content:"";position:absolute;inset:-80% -10% auto 46%;height:260%;background:radial-gradient(circle,rgba(84,232,63,.20),transparent 62%);pointer-events:none}
html body .v850-club-spotlight:after{content:"";position:absolute;inset:0;border-radius:inherit;box-shadow:inset 0 0 55px rgba(84,232,63,.045);pointer-events:none}
html body .v850-club-spotlight>*{position:relative;z-index:2}
html body .v850-club-mark{width:102px;height:102px;border-radius:26px;display:grid;place-content:center;text-align:center;transform:rotate(-3deg);background:linear-gradient(145deg,#68ef50,#2fbf31);color:#071007;box-shadow:0 18px 42px rgba(47,205,50,.30),inset 0 1px 0 rgba(255,255,255,.58)}
html body .v850-club-mark span{display:block;font-family:Georgia,serif;font-size:2.2rem;font-style:italic;font-weight:900;line-height:.78;letter-spacing:-.08em}
html body .v850-club-mark b{display:block;margin-top:8px;font-size:.74rem;letter-spacing:.18em;text-transform:uppercase}
html body .v850-club-kicker{display:block;color:#7ef167!important;font-size:.71rem;font-weight:950;letter-spacing:.17em;text-transform:uppercase;margin-bottom:7px}
html body .v850-club-message h2{color:#fff!important;font-size:clamp(1.7rem,2.5vw,2.65rem)!important;line-height:1!important;letter-spacing:-.045em!important;margin:0 0 8px!important}
html body .v850-club-message>p{color:#fff!important;opacity:1!important;max-width:720px;margin:0!important;font-size:.96rem;line-height:1.55}
html body .v850-club-benefits{display:flex;flex-wrap:wrap;gap:8px 18px;margin-top:15px}
html body .v850-club-benefits span{color:#dce8dd!important;font-size:.76rem;white-space:nowrap}
html body .v850-club-benefits b{color:#7ef167!important;margin-right:5px;font-weight:950}
html body .v850-club-actions{display:grid;gap:11px;justify-items:stretch}
html body .v850-club-primary{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:62px;padding:13px 18px;border-radius:18px;text-decoration:none;background:linear-gradient(135deg,#6bf052,#42d93b);color:#061006!important;font-weight:950;box-shadow:0 15px 36px rgba(59,219,56,.25);transition:transform .25s ease,box-shadow .25s ease}
html body .v850-club-primary:hover{transform:translateY(-3px);box-shadow:0 22px 45px rgba(59,219,56,.38)}
html body .v850-club-primary i{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:rgba(3,15,4,.12);font-style:normal;font-size:1.2rem}
html body .v850-club-login{color:#fff!important;text-align:center;font-size:.78rem;font-weight:800;text-underline-offset:4px}
html body .v850-club-actions small{color:#fff!important;text-align:center;font-weight:800}
html body .experience-club{background:radial-gradient(circle at 18% 15%,rgba(83,232,62,.13),transparent 30%),linear-gradient(180deg,#071009,#0a130c)!important}
html body .experience-club .btn-green{box-shadow:0 15px 38px rgba(65,220,57,.25)!important}
@media(max-width:980px){html body .v850-club-spotlight{grid-template-columns:86px minmax(0,1fr);padding:22px}html body .v850-club-mark{width:78px;height:78px;border-radius:21px}html body .v850-club-actions{grid-column:1/-1;grid-template-columns:1fr auto;align-items:center}html body .v850-club-login{padding:0 8px}}
@media(max-width:650px){html body .v850-club-spotlight{grid-template-columns:62px minmax(0,1fr);gap:15px;margin:22px 0 18px;padding:18px;border-radius:22px}html body .v850-club-mark{width:62px;height:62px;border-radius:17px}html body .v850-club-mark span{font-size:1.55rem}html body .v850-club-mark b{font-size:.58rem;margin-top:5px}html body .v850-club-message h2{font-size:1.7rem!important}html body .v850-club-message>p{font-size:.86rem}html body .v850-club-benefits{grid-column:1/-1;gap:6px 12px}html body .v850-club-benefits span{font-size:.7rem}html body .v850-club-actions{grid-template-columns:1fr;gap:9px}html body .v850-club-primary{min-height:56px;border-radius:16px}html body .v850-club-login{font-size:.75rem}}

/* V14 - SMTP authentifié et journal des e-mails */
.smtp-help{
  background:var(--soft);
  border-left:5px solid var(--green);
  border-radius:14px;
  padding:18px;
  margin-bottom:24px;
}
.email-log-list{display:grid;gap:12px}
.email-log-row{
  background:#fff;
  border:1px solid var(--line);
  border-radius:18px;
  padding:18px;
  display:grid;
  grid-template-columns:1fr auto;
  gap:12px;
  align-items:center;
}
.email-log-row>div{display:grid;gap:4px}
.email-log-row span,.email-log-row small{color:var(--muted)}
.email-log-row details{grid-column:1/-1;background:var(--soft);padding:12px;border-radius:10px}
.email-status{display:inline-flex!important;padding:6px 10px;border-radius:999px;font-weight:900;font-size:.82rem}
.email-sent{background:#e8f6df;color:#326719!important}
.email-failed{background:#ffe8e8;color:#842626!important}
@media(max-width:640px){
  .email-log-row{grid-template-columns:1fr}
}

/* V18 — RGPD / CNIL */
.consent-box{background:var(--soft);border:1px solid var(--line);padding:16px;border-radius:14px}
.consent-box label{display:flex;align-items:flex-start;gap:10px;font-weight:600}
.consent-box input{width:auto;margin-top:4px}
.health-notice{background:#fff8e7;border:1px solid #e2c877;border-radius:18px;padding:20px}
.health-notice p{margin-top:8px;color:var(--muted)}
.privacy-actions{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:24px}
.legal-content{max-width:900px}.legal-content h2{margin:34px 0 12px}.legal-content p,.legal-content li{color:var(--muted);line-height:1.75}.legal-content ul{padding-left:24px}
.cookie-banner{position:fixed;z-index:9999;left:20px;right:20px;bottom:20px;background:#fff;border:1px solid #d9ddcf;border-radius:22px;padding:22px;box-shadow:0 20px 70px rgba(0,0,0,.18);display:flex;justify-content:space-between;gap:24px;align-items:center}
.cookie-banner p{color:var(--muted);margin:7px 0}.cookie-actions{display:flex;gap:10px;flex-wrap:wrap;flex-shrink:0}
.cookie-settings{display:none;position:fixed;z-index:10000;inset:0;background:rgba(0,0,0,.48);padding:20px}.cookie-settings.open{display:grid;place-items:center}
.cookie-panel{position:relative;background:#fff;border-radius:24px;padding:30px;max-width:680px;width:100%}.cookie-close{position:absolute;right:18px;top:12px;border:0;background:transparent;font-size:2rem;cursor:pointer}
.cookie-choice{display:flex;justify-content:space-between;gap:20px;align-items:center;padding:18px 0;border-bottom:1px solid var(--line)}.cookie-choice p{color:var(--muted);margin-top:5px}
.cookie-choice input{width:24px;height:24px}.external-placeholder{aspect-ratio:16/9;background:var(--soft);border:1px dashed #aeb7a0;border-radius:18px;display:grid;place-items:center;text-align:center;padding:24px}.external-placeholder p{color:var(--muted);margin:8px 0 14px}.external-blocked{display:none}
.footer-cookie{border:0;background:transparent;color:inherit;font:inherit;cursor:pointer;padding:0}
@media(max-width:760px){.cookie-banner{flex-direction:column;align-items:stretch}.cookie-actions{display:grid;grid-template-columns:1fr}.cookie-actions .btn{width:100%}}

.health-consent{border-color:#d4a94d;background:#fff9e9}
.hds-badge{display:inline-flex;padding:8px 12px;border-radius:999px;background:#e7f6df;color:#326719;font-weight:900}

.readiness-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.readiness-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:26px}.readiness-card.ready{border-left:6px solid #5e922f}.readiness-card.not-ready{border-left:6px solid #c44}.readiness-card p{color:var(--muted);margin-top:8px}@media(max-width:760px){.readiness-grid{grid-template-columns:1fr}}

/* V22 */
.insurance-only-note{background:#eef6e7;border:1px solid #b7d29a;border-radius:16px;padding:18px}

/* V23 — correctifs graphiques premium */
html{scroll-behavior:smooth}
body{overflow-x:hidden}
.topline{display:block;background:#0b0d0a;color:#fff;font-size:.79rem}
.topline .container{height:34px;display:flex;align-items:center;justify-content:space-between}
.header{background:rgba(253,253,250,.97);box-shadow:0 8px 34px rgba(0,0,0,.045)}
.header .container{width:min(calc(100% - 32px),1600px)}
.nav{height:92px;gap:18px}
.brand{display:flex;align-items:center;flex:0 0 auto}
.brand img{width:166px;height:54px;object-fit:contain}
.menu{display:flex;align-items:center;justify-content:flex-end;gap:clamp(12px,1.15vw,24px);flex:1;white-space:nowrap}
.menu>a:not(.btn){position:relative;color:#151714;font-size:clamp(.76rem,.82vw,.92rem);font-weight:650;line-height:1;padding:18px 0;white-space:nowrap}
.menu>a:not(.btn)::after{content:"";position:absolute;left:0;right:0;bottom:8px;height:2px;background:var(--green);transform:scaleX(0);transform-origin:center;transition:transform .22s ease}
.menu>a:not(.btn):hover::after{transform:scaleX(1)}
.menu .menu-secondary{color:#7a7d75!important}
.nav-call{width:auto!important;min-width:112px;padding:15px 24px!important;flex:0 0 auto}
.btn-light{background:#fff;color:#111!important;border:1px solid #dfe3d9}
.btn-outline-light{background:transparent;color:#fff!important;border:1px solid rgba(255,255,255,.42)}
.btn-outline-light:hover{background:#fff;color:#111!important}
.page-hero{background:linear-gradient(135deg,#fbfcf7 0%,#f3f6ec 100%);border-bottom:1px solid #e7eadf}
.page-hero h1{max-width:980px}
.section{overflow:hidden}
.card,.info-card,.admin-order,.client-profile-card{box-shadow:0 14px 44px rgba(18,24,15,.055)}
.contact-grid{grid-template-columns:minmax(420px,.9fr) minmax(500px,1.1fr);align-items:stretch;gap:30px}
.info-card{background:#101210;color:#fff;border-radius:32px;padding:42px}
.info-card h2{color:#fff}
.info-list>div{padding:16px 0;border-bottom:1px solid rgba(255,255,255,.11)}
.info-list a{color:#fff;text-decoration:none}
.hours .hour{display:grid;grid-template-columns:1fr auto;gap:24px;padding:13px 0}
.review-actions{display:grid;grid-template-columns:1fr;gap:14px;margin-top:26px}
.review-actions .btn{width:100%;min-height:62px;display:flex;align-items:center;justify-content:center;gap:10px;font-size:1rem}
.review-actions .review-button span{font-size:.82rem;letter-spacing:.08em}
.map{width:100%;height:100%;min-height:620px;border:0;border-radius:32px;background:#eef1e8}
.external-placeholder{min-height:620px}
.footer{background:#f7f8f3}
.footer-row{gap:24px}
.footer-links{display:flex;gap:22px;align-items:center;flex-wrap:wrap}

/* Brand identities: typographic wordmarks inspired by each house */
.brand-directory{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.brand-card{min-height:190px;padding:28px;border:1px solid #e2e5dc;background:linear-gradient(145deg,#fff,#f8f9f5);display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;overflow:hidden}
.brand-card::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 82% 12%,rgba(111,156,43,.11),transparent 35%);opacity:0;transition:.25s}
.brand-card:hover::before{opacity:1}
.brand-wordmark{position:relative;z-index:1;display:block;font-size:1.75rem;line-height:1.05;letter-spacing:.02em;color:#111;transition:transform .25s ease}
.brand-card:hover .brand-wordmark{transform:translateY(-3px)}
.brand-card-group,.brand-card-link{position:relative;z-index:1}
.brand-card-group{margin-top:16px}
.brand-card-link{margin-top:18px}
.brand-cartier .brand-wordmark{font-family:Georgia,serif;font-style:italic;color:#7d1021;font-size:2.25rem}
.brand-gucci .brand-wordmark,.brand-celine .brand-wordmark,.brand-givenchy .brand-wordmark,.brand-prada .brand-wordmark,.brand-zegna .brand-wordmark{font-family:Arial,Helvetica,sans-serif;font-weight:800;letter-spacing:.15em}
.brand-saint-laurent .brand-wordmark{font-family:Arial,sans-serif;font-weight:500;letter-spacing:.09em;font-size:1.45rem}
.brand-bottega-veneta .brand-wordmark{font-family:Arial,sans-serif;font-weight:700;letter-spacing:.18em;font-size:1.35rem}
.brand-balenciaga .brand-wordmark{font-family:Arial,sans-serif;font-weight:800;letter-spacing:-.04em;font-size:2rem}
.brand-chloe .brand-wordmark{font-family:Georgia,serif;font-weight:400;letter-spacing:.08em}
.brand-maui-jim .brand-wordmark{font-family:Arial,sans-serif;font-style:italic;font-weight:800;color:#d9431f}
.brand-lindberg .brand-wordmark{font-family:Arial,sans-serif;font-weight:300;letter-spacing:.3em;font-size:1.35rem}
.brand-dior .brand-wordmark{font-family:"Times New Roman",serif;font-size:2.5rem}
.brand-fendi .brand-wordmark{font-family:Arial,sans-serif;font-weight:900;letter-spacing:.11em}
.brand-loewe .brand-wordmark{font-family:Georgia,serif;font-weight:600;letter-spacing:.12em}
.brand-bulgari .brand-wordmark{font-family:"Times New Roman",serif;letter-spacing:.16em}
.brand-ray-ban .brand-wordmark{font-family:"Brush Script MT",cursive;font-style:italic;color:#d71920;font-size:2.55rem}
.brand-oakley .brand-wordmark{font-family:Arial,sans-serif;font-weight:900;letter-spacing:.08em}
.brand-persol .brand-wordmark{font-family:Georgia,serif;font-style:italic;font-weight:700;color:#243f72}
.brand-oliver-peoples .brand-wordmark{font-family:Georgia,serif;letter-spacing:.05em;font-size:1.45rem}
.brand-burberry .brand-wordmark{font-family:Arial,sans-serif;font-weight:700;letter-spacing:.07em}
.brand-dolce-gabbana .brand-wordmark{font-family:"Times New Roman",serif;font-weight:700;font-size:1.5rem}
.brand-giorgio-armani .brand-wordmark{font-family:Arial,sans-serif;font-weight:500;letter-spacing:.12em;font-size:1.35rem}
.brand-michael-kors .brand-wordmark{font-family:Arial,sans-serif;font-weight:700;letter-spacing:.11em;font-size:1.45rem}
.brand-carrera .brand-wordmark{font-family:Arial,sans-serif;font-style:italic;font-weight:900;color:#d7222a}
.brand-david-beckham-eyewear .brand-wordmark{font-family:Georgia,serif;font-size:1.35rem}
.brand-boss .brand-wordmark{font-family:Arial,sans-serif;font-weight:900;letter-spacing:.16em;font-size:2.2rem}
.brand-tommy-hilfiger .brand-wordmark{font-family:Arial,sans-serif;font-weight:700;color:#132f63}
.brand-marc-jacobs .brand-wordmark{font-family:Arial,sans-serif;font-weight:800;letter-spacing:.08em;font-size:1.5rem}
.brand-moschino .brand-wordmark{font-family:Arial,sans-serif;font-weight:900;letter-spacing:-.04em;font-size:2rem}
.brand-lacoste .brand-wordmark{font-family:Arial,sans-serif;font-weight:700;color:#146b3a;letter-spacing:.08em}
.brand-nike-vision .brand-wordmark{font-family:Arial,sans-serif;font-weight:900;font-style:italic;letter-spacing:-.06em;font-size:2rem}
.brand-longchamp .brand-wordmark{font-family:Georgia,serif;color:#1f503f;letter-spacing:.1em;font-size:1.45rem}
.brand-calvin-klein .brand-wordmark{font-family:Arial,sans-serif;font-weight:500;letter-spacing:.02em;text-transform:lowercase}
.brand-converse .brand-wordmark{font-family:Arial,sans-serif;font-weight:900;letter-spacing:.08em}
.brand-tom-ford .brand-wordmark{font-family:Arial,sans-serif;font-weight:700;letter-spacing:.22em;font-size:1.45rem}
.brand-guess .brand-wordmark{font-family:Arial,sans-serif;font-weight:800;color:#c5212c;letter-spacing:.08em}
.brand-adidas-sport .brand-wordmark{font-family:Arial,sans-serif;font-weight:800;text-transform:lowercase}
.brand-christian-louboutin .brand-wordmark{font-family:Georgia,serif;font-style:italic;color:#c3192d;font-size:1.45rem}
.brand-max-mara .brand-wordmark{font-family:"Times New Roman",serif;font-weight:700;letter-spacing:.08em}
.brand-card:focus-visible{outline:3px solid var(--green);outline-offset:3px}

/* Prevent broken two-line desktop navigation */
@media(min-width:1181px){
  .menu-toggle{display:none!important}
  .menu{display:flex!important;position:static!important;background:transparent!important;padding:0!important;box-shadow:none!important}
}
@media(max-width:1340px) and (min-width:1181px){
  .header .container{width:min(calc(100% - 20px),1600px)}
  .nav{gap:12px}
  .brand img{width:145px}
  .menu{gap:12px}
  .menu>a:not(.btn){font-size:.74rem}
  .nav-call{min-width:92px;padding:13px 17px!important}
}
@media(max-width:1180px){
  .topline{display:none}
  .nav{height:76px}
  .menu-toggle{display:block}
  .menu{white-space:normal}
}
@media(max-width:980px){
  .contact-grid{grid-template-columns:1fr}
  .map,.external-placeholder{min-height:480px}
  .brand-directory{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:560px){
  .brand-directory{grid-template-columns:1fr}
  .brand-card{min-height:155px}
  .info-card{padding:28px 22px}
  .footer-row{align-items:flex-start}
}

/* ================================================================
   V8.2 - facade restauree et contrastes fiabilises
   ================================================================ */

/* La facade redevient le visuel principal. Le voile reste assez sombre
   pour garantir la lecture, sans masquer l'identite du magasin. */
html body .experience-home>.v40-hero{
  position:relative!important;
  background-image:
    linear-gradient(90deg,rgba(1,5,2,.76) 0%,rgba(1,5,2,.48) 48%,rgba(1,5,2,.25) 100%),
    linear-gradient(180deg,rgba(0,0,0,.10) 0%,rgba(1,5,2,.22) 58%,rgba(1,5,2,.72) 100%),
    url('photo-hero-v305.webp')!important;
  background-size:cover!important;
  background-position:center 46%!important;
  background-repeat:no-repeat!important;
  background-attachment:scroll!important;
}
html body .experience-home>.v40-hero::before{
  background:radial-gradient(circle at 73% 38%,transparent 0,rgba(0,0,0,.05) 32%,rgba(0,0,0,.38) 100%)!important;
  opacity:1!important
}
html body .experience-home>.v40-hero::after{
  background:linear-gradient(180deg,transparent 62%,rgba(3,7,3,.72) 100%)!important;
  opacity:1!important
}

/* Contraste du hero : blanc net sur photographie. */
html body .v40-hero .eyebrow,
html body .v40-hero h1,
html body .v40-hero .v40-hero-lead,
html body .v40-hero .hero-copy,
html body .v40-hero .hero-copy p{
  color:#fff!important;opacity:1!important;
  text-shadow:0 3px 18px rgba(0,0,0,.92),0 1px 2px #000!important
}

/* Zones sombres : aucun texte gris ou peu contraste. */
html body .v40-local-intro :is(h2,h3,p,li),
html body .experience-club-copy :is(h2,h3,p,li),
html body .club-signature-head :is(h2,h3,p),
html body .club-signature-card :is(h3,p),
html body .experience-explore :is(h2,h3,p),
html body .v41-review-stage :is(h2,h3,p),
html body .v42-seo-local :is(h2,h3,p,li,a),
html body .v42-faq :is(h2,h3,p,summary){
  color:#fff!important;opacity:1!important
}
html body .club-signature-card b,
html body .experience-club-benefits strong,
html body .v42-seo-local a{color:#75ed54!important}

/* Cartes claires : texte noir franc. */
html body .premium-home-card--doctolib :is(strong,small,span),
html body .home-message-form :is(input,textarea,select),
html body .home-message-form :is(input,textarea)::placeholder{
  color:#071007!important;opacity:1!important
}
html body .home-message-form :is(input,textarea,select){background:#fff!important;border-color:#111!important}
html body .premium-home-card--green :is(strong,small,span){color:#071007!important;opacity:1!important}
html body .premium-home-card--dark :is(strong,small,span),
html body .premium-home-card--google :is(strong,small,span){color:#fff!important;opacity:1!important}

@media(max-width:980px){
  html body .experience-home>.v40-hero{
    background-image:
      linear-gradient(90deg,rgba(1,5,2,.72),rgba(1,5,2,.38)),
      linear-gradient(180deg,rgba(0,0,0,.08),rgba(1,5,2,.72)),
      url('photo-hero-v305.webp')!important;
    background-position:42% center!important
  }
}

/* V24 — catalogue lentilles */
.lens-order-form{background:#fff;border:1px solid var(--line);border-radius:28px;padding:32px;box-shadow:0 18px 54px rgba(20,25,16,.07)}
.lens-order-form select{width:100%;min-height:58px;border:1px solid #d7dccf;border-radius:14px;background:#fff;padding:0 16px;font:inherit;color:#111}
.lens-order-form select:focus,.lens-order-form input:focus,.lens-order-form textarea:focus{outline:3px solid rgba(111,156,43,.18);border-color:var(--green)}
.lens-order-form select:disabled{background:#f2f3ef;color:#7b7f75}
.lens-order-form .file-box{margin-top:4px}
@media(max-width:700px){.lens-order-form{padding:22px 17px}}

/* V24 lentilles */
.lens-order-form .form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.lens-order-form .field.full{grid-column:1/-1}
.lens-order-form select{width:100%;min-height:54px;border:1px solid var(--line);border-radius:14px;background:#fff;padding:0 15px;font:inherit;color:var(--text)}
.lens-order-form textarea{min-height:135px}
#custom-laboratory-wrap,#custom-reference-wrap{padding:18px;background:var(--soft);border:1px solid var(--line);border-radius:16px}
@media(max-width:720px){.lens-order-form .form-grid{grid-template-columns:1fr}.lens-order-form .field.full{grid-column:auto}}

/* V25 premium — navigation, formulaires, images */
.nav-dropdown{position:relative;display:flex;align-items:center}
.nav-dropdown>a{position:relative;color:#151714;font-size:clamp(.76rem,.82vw,.92rem);font-weight:650;line-height:1;padding:18px 0;white-space:nowrap}
.nav-submenu{position:absolute;z-index:80;top:calc(100% + 8px);left:50%;min-width:230px;padding:10px;background:rgba(255,255,255,.98);border:1px solid #e4e7df;border-radius:18px;box-shadow:0 22px 70px rgba(0,0,0,.14);opacity:0;visibility:hidden;transform:translate(-50%,10px);transition:.22s ease}
.nav-submenu::before{content:"";position:absolute;top:-12px;left:0;right:0;height:14px}
.nav-submenu a{display:block;padding:12px 14px;border-radius:11px;color:#1a1c18;font-size:.84rem;font-weight:650}
.nav-submenu a:hover{background:#f0f5e8;color:#517d21}
.nav-dropdown:hover .nav-submenu,.nav-dropdown:focus-within .nav-submenu{opacity:1;visibility:visible;transform:translate(-50%,0)}
.optional-label{display:inline-flex;margin-left:8px;padding:4px 8px;border-radius:999px;background:#edf2e7;color:#55733b;font-size:.69rem;text-transform:uppercase;letter-spacing:.07em}
.consent-card{padding:0!important;background:transparent!important;border:0!important}
.consent-card>label{display:flex!important;gap:16px!important;align-items:flex-start!important;padding:20px 22px;border:1px solid #dfe4d8;border-radius:18px;background:linear-gradient(145deg,#fff,#f7f9f3);cursor:pointer;transition:.2s ease}
.consent-card>label:hover{border-color:#9dbc76;box-shadow:0 12px 32px rgba(81,125,33,.08);transform:translateY(-1px)}
.consent-card strong{display:block;margin-bottom:5px;font-size:.98rem}
.consent-card small{display:block;color:var(--muted);font-weight:500;line-height:1.55}
.custom-check{position:relative;display:block;flex:0 0 25px;width:25px;height:25px;margin-top:1px}
.custom-check input{position:absolute;opacity:0;pointer-events:none}
.custom-check span{display:block;width:25px;height:25px;border:2px solid #aab39e;border-radius:8px;background:#fff;transition:.2s}
.custom-check input:checked+span{background:var(--green);border-color:var(--green);box-shadow:0 0 0 4px rgba(112,158,45,.13)}
.custom-check input:checked+span::after{content:"";position:absolute;left:7px;top:4px;width:7px;height:12px;border:solid #fff;border-width:0 3px 3px 0;transform:rotate(45deg)}
.visual-story{background:#f7f8f3}
.visual-story-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.visual-card{position:relative;overflow:hidden;min-height:420px;border-radius:28px;background:#111;box-shadow:0 24px 70px rgba(0,0,0,.12)}
.visual-card img{width:100%;height:100%;min-height:420px;object-fit:cover;transition:transform .8s cubic-bezier(.2,.8,.2,1),filter .5s ease}
.visual-card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 42%,rgba(0,0,0,.78))}
.visual-card figcaption{position:absolute;z-index:2;left:26px;right:26px;bottom:25px;color:#fff}
.visual-card figcaption strong,.visual-card figcaption span{display:block}
.visual-card figcaption strong{font-size:1.25rem;margin-bottom:6px}
.visual-card figcaption span{color:rgba(255,255,255,.77);line-height:1.5}
.visual-card:hover img{transform:scale(1.055);filter:saturate(1.05)}
.reveal{opacity:0;transform:translateY(28px);transition:opacity .75s ease,transform .75s ease}
.reveal.is-visible{opacity:1;transform:none}
@media(max-width:1180px){
  .nav-dropdown{display:block;width:100%}
  .nav-dropdown>a{display:block;padding:12px 0}
  .nav-submenu{position:static;display:none;opacity:1;visibility:visible;transform:none;min-width:0;padding:4px 0 8px 16px;border:0;box-shadow:none;background:transparent}
  .nav-dropdown:hover .nav-submenu,.nav-dropdown:focus-within .nav-submenu{display:block;transform:none}
  .nav-submenu a{padding:9px 10px}
}
@media(max-width:860px){.visual-story-grid{grid-template-columns:1fr}.visual-card,.visual-card img{min-height:360px}}

/* V26 — photos réellement visibles */
.photo-showcase{background:#fff}
.photo-showcase-grid{display:grid;grid-template-columns:1.3fr .85fr;grid-template-rows:repeat(2,310px);gap:20px}
.photo-feature{position:relative;overflow:hidden;border-radius:30px;min-height:310px;background:#111;box-shadow:0 22px 65px rgba(0,0,0,.12)}
.photo-feature-large{grid-row:1/3}
.photo-feature img{display:block!important;width:100%;height:100%;object-fit:cover;opacity:1!important;transform:none!important;transition:transform .7s ease,filter .5s ease}
.photo-feature::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgba(0,0,0,.82))}
.photo-feature:hover img{transform:scale(1.045)!important;filter:saturate(1.08)}
.photo-caption{position:absolute;z-index:2;left:28px;right:28px;bottom:26px;color:#fff}
.photo-caption strong,.photo-caption span{display:block}
.photo-caption strong{font-size:1.32rem;margin-bottom:7px}
.photo-caption span{color:rgba(255,255,255,.8);line-height:1.5}

.lens-visual{background:linear-gradient(135deg,#f1f5e9,#fbfcf8)}
.lens-visual-grid{display:grid;grid-template-columns:.85fr 1.15fr;align-items:center;gap:50px}
.lens-visual-copy h2{margin:12px 0 16px}
.lens-visual-copy p{color:var(--muted);line-height:1.75;margin-bottom:24px}
.lens-product-image{overflow:hidden;border-radius:32px;background:#fff;box-shadow:0 26px 80px rgba(24,34,19,.13)}
.lens-product-image img{display:block!important;width:100%;height:auto;opacity:1!important}

.brand-photo-banner{position:relative;min-height:440px;overflow:hidden;margin:0}
.brand-photo-banner img{display:block!important;width:100%;height:440px;object-fit:cover;opacity:1!important}
.brand-photo-banner::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.72),rgba(0,0,0,.08))}
.brand-photo-overlay{position:absolute;z-index:2;left:max(24px,calc((100% - 1180px)/2));top:50%;transform:translateY(-50%);max-width:620px;color:#fff}
.brand-photo-overlay h2{color:#fff;font-size:clamp(2rem,4vw,4rem)}

.order-layout{max-width:1180px!important;display:grid;grid-template-columns:380px 1fr;gap:32px;align-items:start}
.order-photo-panel{position:sticky;top:130px;overflow:hidden;border-radius:28px;background:#111;color:#fff;box-shadow:0 22px 65px rgba(0,0,0,.14)}
.order-photo-panel img{display:block!important;width:100%;aspect-ratio:4/3;object-fit:cover;opacity:1!important}
.order-photo-panel>div{padding:26px}
.order-photo-panel h2{color:#fff;margin:10px 0}
.order-photo-panel p{color:rgba(255,255,255,.72)}
.order-form-panel{min-width:0}

.reveal{opacity:1!important;transform:none!important}
.reveal.is-visible{opacity:1!important;transform:none!important}

@media(max-width:900px){
  .photo-showcase-grid{grid-template-columns:1fr;grid-template-rows:none}
  .photo-feature-large{grid-row:auto}
  .photo-feature{min-height:360px}
  .lens-visual-grid{grid-template-columns:1fr}
  .order-layout{grid-template-columns:1fr}
  .order-photo-panel{position:relative;top:auto}
}
@media(max-width:560px){
  .photo-feature{min-height:280px}
  .brand-photo-banner,.brand-photo-banner img{min-height:340px;height:340px}
}

/* V27 — pré-mesure caméra */
.measurement-hero{background:radial-gradient(circle at 80% 20%,rgba(122,169,58,.18),transparent 32%),linear-gradient(135deg,#fbfcf8,#eef3e6)}
.measurement-badges{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}
.measurement-badges span{padding:8px 13px;border-radius:999px;background:#fff;border:1px solid #dfe5d6;color:#55733b;font-size:.78rem;font-weight:800}
.measurement-layout{display:grid;grid-template-columns:330px minmax(0,1fr);gap:34px;align-items:start}
.measurement-guide{position:sticky;top:120px;background:#101310;color:#fff;border-radius:28px;padding:30px;box-shadow:0 24px 70px rgba(0,0,0,.15)}
.measurement-guide h2{color:#fff;margin:12px 0 18px}
.measurement-guide ol{padding-left:21px;display:grid;gap:13px;color:rgba(255,255,255,.82);line-height:1.55}
.measurement-warning{margin-top:24px;padding:18px;border-radius:16px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12)}
.measurement-warning strong{color:#a8d56a}.measurement-warning p{margin-top:7px;color:rgba(255,255,255,.72);line-height:1.55}
.measurement-app{min-width:0}
.camera-stage{position:relative;overflow:hidden;width:100%;aspect-ratio:4/3;border-radius:30px;background:#101310;box-shadow:0 25px 75px rgba(0,0,0,.18)}
.camera-stage video,.camera-stage canvas{display:block;width:100%;height:100%;object-fit:contain;background:#080908}
.camera-stage canvas{cursor:crosshair;touch-action:manipulation}
.camera-message{position:absolute;z-index:5;left:18px;right:18px;bottom:18px;padding:13px 16px;border-radius:14px;background:rgba(0,0,0,.72);color:#fff;text-align:center;backdrop-filter:blur(10px)}
.face-guide{position:absolute;inset:0;pointer-events:none}
.face-oval{position:absolute;left:50%;top:47%;width:38%;height:68%;transform:translate(-50%,-50%);border:2px dashed rgba(255,255,255,.6);border-radius:48%}
.eye-line{position:absolute;left:30%;right:30%;top:43%;border-top:2px dashed rgba(168,213,106,.8)}
.measure-progress{margin-top:18px}
#step-label{font-weight:800;margin-bottom:9px}
.progress-track{height:8px;border-radius:999px;background:#e6eadf;overflow:hidden}
.progress-track span{display:block;height:100%;width:0;background:linear-gradient(90deg,#6c9c34,#a8d56a);transition:width .25s ease}
.point-help{margin:16px 0;padding:16px 18px;border-radius:15px;background:#f3f6ee;color:var(--muted);line-height:1.55}
.measurement-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}
.measurement-results{margin-top:34px;padding:28px;border:1px solid var(--line);border-radius:26px;background:#fff;box-shadow:0 20px 55px rgba(20,30,16,.08)}
.measure-result-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:20px 0}
.measure-result-grid>div{padding:18px;border-radius:16px;background:#f4f7ef}
.measure-result-grid span,.measure-result-grid strong{display:block}
.measure-result-grid span{font-size:.78rem;color:var(--muted);margin-bottom:7px}
.measure-result-grid strong{font-size:1.18rem}
.measurement-ack{margin:24px 0}
.measurement-explainer{background:#f6f8f2}
.measurement-info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.measurement-info-grid article{padding:26px;border-radius:22px;background:#fff;border:1px solid var(--line)}
.measurement-info-grid strong{font-size:1.1rem}.measurement-info-grid p{margin-top:8px;color:var(--muted);line-height:1.6}
.measurement-admin-list{display:grid;gap:18px}
.measurement-admin-card{padding:24px;border:1px solid var(--line);border-radius:22px;background:#fff}
.measurement-admin-head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:18px}
.measurement-admin-head strong,.measurement-admin-head span{display:block}
.measurement-admin-head span{color:var(--muted);margin-top:5px}
.measurement-validation-form{display:grid;gap:12px;margin-top:18px;padding-top:18px;border-top:1px solid var(--line)}
.inline-check{display:flex;align-items:center;gap:9px;font-weight:800}
.client-quick-actions{margin-bottom:16px}
@media(max-width:920px){
  .measurement-layout{grid-template-columns:1fr}
  .measurement-guide{position:relative;top:auto}
}
@media(max-width:650px){
  .measure-result-grid,.measurement-info-grid{grid-template-columns:1fr}
  .measurement-actions .btn{width:100%}
  .camera-stage{aspect-ratio:3/4}
}

/* V28 — menu mobile corrigé et mesure automatique */
body.mobile-menu-open{overflow:hidden}
@media(max-width:1180px){
  .header{z-index:120}
  .menu-toggle{position:relative;z-index:131;width:44px;height:44px;border-radius:12px;background:#f0f3eb;font-size:27px;line-height:1}
  .menu{z-index:130;position:fixed!important;left:14px!important;right:14px!important;top:82px!important;bottom:14px!important;max-height:none!important;overflow-y:auto!important;padding:18px!important;border-radius:22px!important;background:#fff!important;box-shadow:0 28px 100px rgba(0,0,0,.28)!important}
  .menu.open{display:flex!important}
  .menu>a,.nav-dropdown{flex:0 0 auto}
  .menu>a:not(.btn),.nav-dropdown>a{padding:14px 12px!important;border-bottom:1px solid #eef0ea}
  .nav-submenu{padding-left:10px!important}
  .nav-submenu a{padding:10px 14px!important;background:#f7f8f4;margin:5px 0}
  .nav-call{margin-top:8px;width:100%!important}
}
.auto-camera-stage{position:relative}
.auto-status{position:absolute;z-index:8;inset:0;display:grid;place-content:center;gap:14px;background:rgba(8,10,8,.72);color:#fff;font-weight:800;text-align:center;backdrop-filter:blur(8px)}
.auto-spinner{width:46px;height:46px;margin:auto;border:4px solid rgba(255,255,255,.25);border-top-color:#9dce61;border-radius:50%;animation:auto-spin .8s linear infinite}
@keyframes auto-spin{to{transform:rotate(360deg)}}
.auto-checks{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:16px}
.auto-check{display:flex;align-items:center;gap:8px;padding:12px 13px;border-radius:13px;background:#f2f4ef;color:#757b70;font-size:.8rem;font-weight:800}
.auto-check>span{width:11px;height:11px;border-radius:50%;background:#b8beb2;box-shadow:0 0 0 4px rgba(184,190,178,.17)}
.auto-check.ok{background:#eef7e6;color:#51782c}
.auto-check.ok>span{background:#75a93a;box-shadow:0 0 0 4px rgba(117,169,58,.17)}
.measurement-advice{margin:18px 0;padding:16px 18px;border-radius:15px;font-weight:650;line-height:1.55}
.measurement-advice.good{background:#edf7e5;color:#466b26}
.measurement-advice.medium{background:#fff7df;color:#805d14}
.measurement-advice.low{background:#fff0ef;color:#9b3532}
@media(max-width:760px){
  .auto-checks{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:480px){
  .auto-checks{grid-template-columns:1fr}
}

/* V29 — menu mobile plein écran et pré-mesure premium */
.mobile-submenu-toggle{display:none}

@media(max-width:1180px){
  .header{position:sticky;top:0}
  .menu{
    display:none!important;
    position:fixed!important;
    inset:0!important;
    top:0!important;
    left:0!important;
    right:0!important;
    bottom:0!important;
    width:100vw!important;
    height:100dvh!important;
    max-height:none!important;
    padding:92px 20px 28px!important;
    border-radius:0!important;
    background:rgba(250,251,247,.985)!important;
    backdrop-filter:blur(18px);
    overflow-y:auto!important;
    overscroll-behavior:contain;
    box-shadow:none!important;
  }
  .menu.open{display:flex!important;flex-direction:column!important;gap:0!important}
  .menu-toggle{
    position:relative;
    z-index:500!important;
    width:48px!important;
    height:48px!important;
    border-radius:50%!important;
    background:#111!important;
    color:#fff!important;
    box-shadow:0 12px 30px rgba(0,0,0,.18);
  }
  .brand{position:relative;z-index:501}
  .menu>a:not(.btn),.nav-dropdown>a{
    display:flex!important;
    align-items:center;
    min-height:58px;
    padding:16px 4px!important;
    border-bottom:1px solid #e3e7de!important;
    font-size:1.08rem!important;
    font-weight:800!important;
  }
  .nav-dropdown{
    position:relative;
    display:grid!important;
    grid-template-columns:1fr 50px;
    width:100%;
    border-bottom:1px solid #e3e7de;
  }
  .nav-dropdown>a{
    border-bottom:0!important;
  }
  .mobile-submenu-toggle{
    display:grid;
    place-items:center;
    align-self:center;
    width:42px;
    height:42px;
    border:0;
    border-radius:50%;
    background:#edf2e7;
    color:#4f742d;
    font-size:1.55rem;
    font-weight:500;
    cursor:pointer;
  }
  .nav-submenu{
    display:none!important;
    grid-column:1/-1;
    position:static!important;
    min-width:0!important;
    width:100%!important;
    padding:0 0 12px 10px!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
    background:transparent!important;
    opacity:1!important;
    visibility:visible!important;
    transform:none!important;
  }
  .nav-dropdown.submenu-open .nav-submenu{
    display:grid!important;
    gap:7px;
  }
  .nav-submenu a{
    display:flex!important;
    align-items:center;
    min-height:46px;
    padding:12px 15px!important;
    margin:0!important;
    border-radius:13px!important;
    background:#f0f4eb!important;
    color:#34462a!important;
    font-size:.92rem!important;
    font-weight:750!important;
  }
  .nav-call{
    margin-top:18px!important;
    min-height:56px!important;
    border-radius:16px!important;
  }
}

.auto-countdown{
  position:absolute;
  z-index:9;
  inset:0;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  background:rgba(6,8,6,.5);
  color:#fff;
  backdrop-filter:blur(4px);
}
.auto-countdown strong{
  display:grid;
  place-items:center;
  width:110px;
  height:110px;
  border-radius:50%;
  background:rgba(117,169,58,.92);
  box-shadow:0 0 0 18px rgba(117,169,58,.18);
  font-size:4rem;
  line-height:1;
}
.auto-countdown span{margin-top:24px;font-weight:900;font-size:1.15rem}

.auto-check{align-items:flex-start}
.auto-check>div{display:grid;gap:2px}
.auto-check strong{font-size:.84rem}
.auto-check small{font-size:.68rem;color:inherit;opacity:.76;font-weight:650}

.camera-stage{
  border:1px solid rgba(255,255,255,.08);
}
.camera-stage::before{
  content:"";
  position:absolute;
  z-index:3;
  inset:14px;
  border-radius:22px;
  border:1px solid rgba(255,255,255,.13);
  pointer-events:none;
}
.measurement-app{
  padding:18px;
  border-radius:34px;
  background:#fff;
  border:1px solid #e4e8df;
  box-shadow:0 28px 90px rgba(24,34,19,.12);
}
.measurement-actions{
  display:grid;
  grid-template-columns:repeat(4,1fr);
}
.measurement-actions .btn{min-width:0;padding-inline:14px}

.measurement-history-section{background:#f6f8f2}
.measurement-history-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.measurement-history-card{
  padding:22px;
  border-radius:22px;
  background:#fff;
  border:1px solid var(--line);
  box-shadow:0 14px 42px rgba(20,28,16,.06);
}
.measurement-history-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px}
.measurement-history-values{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:14px}
.measurement-history-values>div{padding:12px;border-radius:13px;background:#f4f7ef}
.measurement-history-values span,.measurement-history-values strong{display:block}
.measurement-history-values span{font-size:.68rem;color:var(--muted);margin-bottom:4px}
.measurement-history-values strong{font-size:.95rem}

@media(max-width:850px){
  .measurement-actions{grid-template-columns:1fr 1fr}
  .measurement-history-grid{grid-template-columns:1fr}
}
@media(max-width:560px){
  .measurement-app{padding:10px;border-radius:24px}
  .camera-stage{border-radius:20px}
  .measurement-actions{grid-template-columns:1fr}
  .auto-countdown strong{width:86px;height:86px;font-size:3rem}
}

/* V30 — refonte simplifiée */
.brand img{width:190px;height:62px;filter:drop-shadow(0 2px 2px rgba(0,0,0,.12))}
.header{border-bottom:1px solid #e5e9df}
.menu{gap:clamp(14px,1.5vw,28px)}
.nav-dropdown,.nav-submenu,.mobile-submenu-toggle{display:none!important}
.brand-grid-v30{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.brand-card-v30{display:flex;flex-direction:column;min-height:320px;padding:28px;border-radius:24px;border:1px solid var(--line);background:linear-gradient(145deg,#fff,#f7f9f4);box-shadow:0 16px 50px rgba(20,28,16,.06)}
.brand-v30-wordmark{font-family:Georgia,serif;font-size:2rem;margin-bottom:20px;color:#111}
.brand-card-v30 p{color:var(--muted);line-height:1.68;flex:1}
.brand-v30-meta{margin:18px 0 14px;font-size:.78rem;font-weight:800;color:#658b39;text-transform:uppercase;letter-spacing:.08em}
.brand-card-v30 .btn{align-self:flex-start}
.health-links{background:#f4f7ef}
.health-links-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.health-links-grid article{padding:32px;border-radius:26px;background:#fff;border:1px solid var(--line)}
.health-links-grid p{color:var(--muted);line-height:1.65;margin:12px 0 22px}
.medical-upload{border:1px solid #d8dfd0;background:#f7f9f4}
@media(max-width:980px){.brand-grid-v30{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){
 .menu{display:none!important;position:fixed!important;inset:76px 12px 12px!important;height:auto!important;padding:18px!important;border-radius:20px!important;background:#fff!important;overflow-y:auto!important}
 .menu.open{display:flex!important}
 .menu>a{display:block!important;width:100%;padding:16px 8px!important;border-bottom:1px solid #e9ece5!important;font-size:1rem!important}
 .brand-grid-v30,.health-links-grid{grid-template-columns:1fr}
 .brand img{width:155px;height:50px}
}

/* V31 — correctifs complets */
.brand-v31 img,.brand img{
  width:188px!important;
  height:58px!important;
  object-fit:contain!important;
  filter:none!important;
}
.menu-logout{color:#a52a2a!important;font-weight:850!important}
.btn-logout{background:#8b2424!important;color:#fff!important;border-color:#8b2424!important}
.recommended-label{
  display:inline-flex;
  margin-left:8px;
  padding:4px 9px;
  border-radius:999px;
  background:#eef5e6;
  color:#557733;
  font-size:.68rem;
  text-transform:uppercase;
  letter-spacing:.06em;
}
.hero-v31{padding:52px 0;background:linear-gradient(135deg,#f7f9f3,#eef3e6)}
.hero-v31-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:48px}
.hero-v31-copy h1{font-size:clamp(2.8rem,5vw,5.8rem);line-height:.96;margin:18px 0 22px}
.hero-v31-copy em{color:#648f36;font-style:normal}
.hero-v31-photo{overflow:hidden;border-radius:34px;min-height:560px;box-shadow:0 28px 85px rgba(0,0,0,.15)}
.hero-v31-photo img{width:100%;height:100%;min-height:560px;object-fit:cover}
.company-intro-v31{background:#fff}
.company-intro-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:50px;align-items:start}
.company-intro-grid p{color:var(--muted);line-height:1.8;margin-bottom:14px}
.service-grid-v31{grid-template-columns:repeat(4,1fr)}
.center-actions{text-align:center;margin-top:28px}
.split-cta-v31{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.split-cta-v31 article{padding:34px;border-radius:28px;background:#f4f7ef;border:1px solid var(--line)}
.split-cta-v31 article.dark{background:#101310;color:#fff}
.split-cta-v31 article.dark h2{color:#fff}
.split-cta-v31 p{color:var(--muted);line-height:1.65;margin:12px 0 22px}
.split-cta-v31 .dark p{color:rgba(255,255,255,.72)}
.brand-card-v30{position:relative}
.brand-card-v30 .btn{margin-top:18px}
.client-quick-actions{display:flex;gap:12px;flex-wrap:wrap}
.medical-upload{border:1px solid #d6dfcf;background:#f7faf4}
@media(max-width:980px){
  .hero-v31-grid,.company-intro-grid,.split-cta-v31{grid-template-columns:1fr}
  .service-grid-v31{grid-template-columns:repeat(2,1fr)}
  .hero-v31-photo,.hero-v31-photo img{min-height:430px}
}
@media(max-width:620px){
  .service-grid-v31{grid-template-columns:1fr}
  .hero-v31{padding-top:24px}
  .hero-v31-photo,.hero-v31-photo img{min-height:340px}
  .brand-v31 img,.brand img{width:145px!important;height:46px!important}
}

/* V32 — harmonisation premium */
:root{
  --content:1180px;
  --radius-lg:28px;
}
.container{width:min(calc(100% - 40px),var(--content))}
.section{padding:84px 0}
.section-head{align-items:end;gap:34px}
.section-head h2{max-width:760px}
.section-head .lead{max-width:520px}
.card,.service,.brand-card-v30,.info-card,.client-profile-card,.admin-order,.measurement-results{
  border-radius:var(--radius-lg);
}
.brand-v32 img,.brand img{
  width:192px!important;
  height:58px!important;
  object-fit:contain!important;
  filter:drop-shadow(0 2px 6px rgba(0,0,0,.16))!important;
}
.hero-v32{padding:70px 0 50px;background:linear-gradient(135deg,#f8faf5,#edf2e7)}
.hero-v32-grid{display:grid;grid-template-columns:.92fr 1.08fr;align-items:center;gap:54px}
.hero-v32-copy h1{font-size:clamp(3rem,5.6vw,6.1rem);line-height:.94;margin:20px 0 24px}
.hero-v32-copy em{font-style:normal;color:#648f36}
.hero-v32-visual{position:relative;overflow:hidden;border-radius:34px;min-height:590px;background:#111;box-shadow:0 30px 90px rgba(0,0,0,.16)}
.hero-v32-visual img{display:block;width:100%;height:590px;object-fit:cover}
.hero-v32-visual::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 52%,rgba(0,0,0,.82))}
.hero-v32-visual figcaption{position:absolute;z-index:2;left:30px;right:30px;bottom:28px;color:#fff}
.hero-v32-visual figcaption strong,.hero-v32-visual figcaption span{display:block}
.hero-v32-visual figcaption strong{font-size:1.28rem;margin-bottom:6px}
.hero-v32-visual figcaption span{color:rgba(255,255,255,.76)}
.intro-v32{background:#fff}
.intro-v32-grid{display:grid;grid-template-columns:.88fr 1.12fr;gap:52px}
.intro-v32-grid p{color:var(--muted);line-height:1.85;margin-bottom:14px}
.premium-panels{background:#f7f9f4}
.premium-panels-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.premium-panels article{padding:34px;border-radius:26px;background:#fff;border:1px solid var(--line);box-shadow:0 16px 50px rgba(20,28,16,.06)}
.premium-panels h3{font-size:1.45rem;margin:12px 0}
.premium-panels p{color:var(--muted);line-height:1.65;margin-bottom:18px}
.premium-panels a{font-weight:850;color:#648f36}

.measurement-layout{grid-template-columns:300px minmax(0,1fr);gap:30px}
.measurement-guide{padding:28px}
.measurement-app{padding:22px}
.camera-stage{min-height:520px;aspect-ratio:4/3}
.camera-stage video,.camera-stage canvas{object-fit:cover}
.auto-countdown.compact{
  inset:auto 18px 72px auto!important;
  width:120px;
  height:120px;
  border-radius:24px;
  background:rgba(9,12,9,.78);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  backdrop-filter:blur(8px);
}
.auto-countdown.compact strong{
  width:auto;height:auto;border-radius:0;background:transparent;box-shadow:none;
  font-size:2.4rem;
}
.auto-countdown.compact span{margin-top:3px;font-size:.76rem}
.pd-explainer-card{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:18px}
.pd-explainer-card>div{padding:16px;border-radius:15px;background:#f4f7ef}
.pd-explainer-card strong,.pd-explainer-card span{display:block}
.pd-explainer-card strong{font-size:.92rem;margin-bottom:5px}
.pd-explainer-card span{font-size:.72rem;color:var(--muted);line-height:1.4}

.lens-order-form .field,.contact-grid>*{min-width:0}
.field label{line-height:1.4}
.field input,.field select,.field textarea{min-height:54px}
.field textarea{padding-top:14px}
.consent-card>label{align-items:flex-start}
.order-layout{grid-template-columns:360px minmax(0,1fr)}
.order-photo-panel{border-radius:26px}

@media(max-width:980px){
  .hero-v32-grid,.intro-v32-grid,.premium-panels-grid{grid-template-columns:1fr}
  .hero-v32-visual,.hero-v32-visual img{height:460px;min-height:460px}
  .measurement-layout{grid-template-columns:1fr}
  .camera-stage{min-height:420px}
}
@media(max-width:700px){
  .section{padding:60px 0}
  .container{width:min(calc(100% - 26px),var(--content))}
  .hero-v32{padding-top:30px}
  .hero-v32-copy h1{font-size:clamp(2.5rem,13vw,4rem)}
  .hero-v32-visual,.hero-v32-visual img{height:340px;min-height:340px}
  .pd-explainer-card{grid-template-columns:1fr}
  .camera-stage{min-height:360px;aspect-ratio:3/4}
  .brand-v32 img,.brand img{width:150px!important;height:46px!important}
}

/* V33 — corrections ciblées */
.brand img{width:230px!important;height:70px!important;object-fit:contain!important;filter:drop-shadow(0 3px 8px rgba(0,0,0,.2))!important}
.nav{height:102px}
@media(max-width:900px){
  .menu{display:none!important;position:fixed!important;top:78px!important;left:10px!important;right:10px!important;bottom:10px!important;height:auto!important;padding:18px!important;border-radius:20px!important;background:#fff!important;box-shadow:0 28px 90px rgba(0,0,0,.25)!important;overflow-y:auto!important;z-index:500!important}
  .menu.open{display:flex!important;flex-direction:column!important;gap:0!important}
  .menu>a{display:block!important;width:100%!important;padding:16px 8px!important;border-bottom:1px solid #e8ece4!important;font-size:1rem!important}
  .menu-toggle{display:block!important;z-index:510!important}
  body.mobile-menu-open{overflow:hidden}
}
.brand-grid-v33{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.brand-card-v33{display:flex;flex-direction:column;min-height:280px;padding:28px;border-radius:24px;background:#fff;border:1px solid var(--line);box-shadow:0 16px 48px rgba(20,28,16,.06)}
.brand-v33-title{font-family:Georgia,serif;font-size:1.75rem;margin-bottom:18px}
.brand-card-v33 p{color:var(--muted);line-height:1.68;flex:1}
.smart-badge{display:inline-flex;margin-left:10px;padding:5px 8px;border-radius:999px;background:#111;color:#fff;font:700 .62rem Arial;text-transform:uppercase;vertical-align:middle}
.lens-landing-hero{padding:72px 0;background:linear-gradient(135deg,#f6f9f1,#e9f0df)}
.lens-landing-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:50px;align-items:center}
.lens-landing-grid h1{font-size:clamp(3rem,5vw,5.6rem);line-height:.98;margin:18px 0}
.lens-landing-grid figure{overflow:hidden;border-radius:30px;box-shadow:0 26px 80px rgba(0,0,0,.14)}
.lens-landing-grid img{width:100%;display:block}
.lens-info-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.lens-info-grid article{padding:26px;border-radius:22px;background:#fff;border:1px solid var(--line)}
.lens-info-grid p{color:var(--muted);line-height:1.65}
.lens-advice-list{display:grid;gap:12px}
.lens-advice-list>div{display:grid;grid-template-columns:48px 1fr;gap:16px;align-items:center;padding:18px 20px;border-radius:17px;background:#fff}
.lens-advice-list strong{display:grid;place-items:center;width:40px;height:40px;border-radius:50%;background:#6f9d3e;color:#fff}
.lens-cta-v33{display:flex;align-items:center;justify-content:space-between;gap:28px;padding:34px;border-radius:28px;background:#111;color:#fff}
.lens-cta-v33 h2{color:#fff}.lens-cta-v33 p{color:rgba(255,255,255,.72)}
.service-popup-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.service-popup-card{appearance:none;text-align:left;padding:26px;border-radius:23px;border:1px solid var(--line);background:#fff;cursor:pointer;transition:.2s;box-shadow:0 14px 40px rgba(20,28,16,.05)}
.service-popup-card:hover{transform:translateY(-4px);box-shadow:0 24px 60px rgba(20,28,16,.11);border-color:#9abb72}
.service-popup-card>span{font-size:2rem}.service-popup-card h3{margin:15px 0 8px}.service-popup-card p{color:var(--muted)}
.service-modal{position:fixed;z-index:1000;inset:0;background:rgba(0,0,0,.62);display:grid;place-items:center;padding:20px}
.service-modal[hidden]{display:none}
.service-modal-dialog{position:relative;max-width:620px;padding:38px;border-radius:28px;background:#fff;box-shadow:0 30px 100px rgba(0,0,0,.3)}
.service-modal-dialog p{color:var(--muted);line-height:1.75;margin:16px 0 24px}
.service-modal-close{position:absolute;right:16px;top:14px;width:42px;height:42px;border:0;border-radius:50%;background:#eef2e9;font-size:1.6rem}
.auto-countdown{display:none!important}
.measurement-layout{grid-template-columns:270px minmax(0,1fr)!important}
.measurement-guide{padding:24px!important}
.camera-stage{min-height:560px!important}
.camera-stage video{object-fit:contain!important;background:#060706!important}
.measurement-actions{grid-template-columns:repeat(3,1fr)!important}
.order-layout-v33{max-width:1320px!important;grid-template-columns:330px minmax(0,1fr)!important}
.order-form-panel{padding:28px;border-radius:28px;background:#fff;border:1px solid var(--line);box-shadow:0 20px 65px rgba(20,28,16,.08)}
.order-intro-v33{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:end;margin-bottom:28px}
.order-intro-v33 p{color:var(--muted);line-height:1.65}
.lens-order-form-v33 .form-grid{gap:20px}
.form-step-title{display:flex;align-items:center;gap:12px;margin-top:8px;padding:14px 0;border-bottom:1px solid #e8ebe4}
.form-step-title span{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#6f9d3e;color:#fff;font-weight:850}
.form-step-title strong{font-size:1.05rem}
@media(max-width:980px){
  .brand-grid-v33{grid-template-columns:repeat(2,1fr)}
  .lens-landing-grid,.lens-info-grid,.service-popup-grid{grid-template-columns:1fr 1fr}
  .order-layout-v33{grid-template-columns:1fr!important}
}
@media(max-width:650px){
  .brand img{width:175px!important;height:54px!important}
  .brand-grid-v33,.lens-landing-grid,.lens-info-grid,.service-popup-grid{grid-template-columns:1fr}
  .lens-cta-v33{display:grid}
  .measurement-layout{grid-template-columns:1fr!important}
  .camera-stage{min-height:430px!important}
  .measurement-actions{grid-template-columns:1fr!important}
  .order-intro-v33{grid-template-columns:1fr}
}

/* V34 — correctifs réels */
.brand-grid-v34{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.brand-card-v34{display:flex;flex-direction:column;min-height:280px;padding:28px;border:1px solid var(--line);border-radius:24px;background:#fff;color:inherit;text-decoration:none;box-shadow:0 16px 48px rgba(20,28,16,.06);transition:.22s}
.brand-card-v34:hover{transform:translateY(-4px);border-color:#9abb72;box-shadow:0 24px 65px rgba(20,28,16,.12)}
.brand-v34-title{font-family:Georgia,serif;font-size:1.8rem;margin-bottom:18px}
.brand-card-v34 p{color:var(--muted);line-height:1.7;flex:1}
.brand-link-v34{margin-top:20px;color:#5f8d31;font-weight:850}
.pd-layout{display:grid;grid-template-columns:290px minmax(0,1fr);gap:28px;align-items:start}
.pd-guide{overflow:hidden;padding:26px;border-radius:26px;background:#111;color:#fff}
.pd-guide h2{color:#fff;margin:10px 0 20px;font-size:1.65rem;line-height:1.15;overflow-wrap:anywhere}
.pd-step{display:grid;grid-template-columns:38px minmax(0,1fr);gap:12px;margin:16px 0;align-items:start}
.pd-step>span{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#739f42;color:#fff;font-weight:900}
.pd-step strong,.pd-step p{display:block;overflow-wrap:anywhere}
.pd-step p{color:rgba(255,255,255,.7);font-size:.84rem;line-height:1.45;margin-top:4px}
.pd-note{margin-top:20px;padding:16px;border-radius:16px;background:rgba(255,255,255,.08)}
.pd-note p{color:rgba(255,255,255,.7);line-height:1.5;margin-top:5px}
.pd-app{min-width:0;padding:20px;border:1px solid var(--line);border-radius:28px;background:#fff;box-shadow:0 20px 65px rgba(20,28,16,.08)}
.pd-camera-shell{position:relative;overflow:hidden;min-height:560px;border-radius:24px;background:#050605}
.pd-camera-shell video,.pd-camera-shell canvas{display:block;width:100%;height:560px;object-fit:contain;background:#050605}
.pd-face-guide{position:absolute;left:50%;top:48%;width:40%;height:68%;transform:translate(-50%,-50%);border:2px dashed rgba(255,255,255,.5);border-radius:48%;pointer-events:none}
.pd-camera-text{position:absolute;left:16px;right:16px;bottom:16px;padding:12px 15px;border-radius:13px;background:rgba(0,0,0,.62);color:#fff;text-align:center}
.pd-analysis-status{margin:14px 0 0;padding:12px 15px;border-radius:13px;background:#eef4e8;color:#527432;font-weight:800;text-align:center}
.pd-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}
.pd-explain-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:18px}
.pd-explain-grid>div{padding:15px;border-radius:14px;background:#f3f6ef}
.pd-explain-grid strong,.pd-explain-grid span{display:block}.pd-explain-grid span{font-size:.74rem;color:var(--muted);margin-top:4px}
.contact-v34-grid{display:grid;grid-template-columns:360px minmax(0,1fr);gap:28px;align-items:start}
.contact-v34-info{padding:30px;border-radius:26px;background:#111;color:#fff}
.contact-v34-info h2{color:#fff}.contact-line{padding:16px 0;border-bottom:1px solid rgba(255,255,255,.12)}
.contact-line strong,.contact-line span,.contact-line a{display:block}.contact-line a{color:#fff;font-size:1.05rem}
.email-highlight{margin:10px 0;padding:18px;border-radius:15px;background:#6f9d3e;border-bottom:0}
.email-highlight a{font-size:1.15rem;font-weight:900;overflow-wrap:anywhere}
.appointment-v34{padding:30px;border-radius:26px;background:#fff;border:1px solid var(--line);box-shadow:0 20px 65px rgba(20,28,16,.08)}
.appointment-form-v34{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.appointment-form-v34 .full{grid-column:1/-1}
@media(max-width:980px){
 .menu{display:none!important;position:fixed!important;top:74px!important;left:10px!important;right:10px!important;bottom:10px!important;height:auto!important;max-height:none!important;padding:18px!important;border-radius:20px!important;background:#fff!important;box-shadow:0 28px 90px rgba(0,0,0,.28)!important;overflow-y:auto!important;z-index:9999!important}
 .menu.open{display:flex!important;flex-direction:column!important;gap:0!important}
 .menu>a{display:block!important;width:100%!important;padding:17px 8px!important;border-bottom:1px solid #e7ebe2!important;font-size:1rem!important;white-space:normal!important}
 .menu-toggle{display:block!important;position:relative!important;z-index:10000!important}
 body.mobile-menu-open{overflow:hidden!important}
 .brand-grid-v34{grid-template-columns:repeat(2,1fr)}
 .pd-layout,.contact-v34-grid{grid-template-columns:1fr}
 .pd-guide{position:static!important}
}
@media(max-width:620px){
 .brand-grid-v34{grid-template-columns:1fr}
 .pd-camera-shell{min-height:430px}
 .pd-camera-shell video,.pd-camera-shell canvas{height:430px}
 .pd-explain-grid,.appointment-form-v34{grid-template-columns:1fr}
 .appointment-form-v34 .full{grid-column:auto}
 .pd-actions .btn{width:100%}
}

/* V35 — tiroir mobile final, isolé des anciennes règles */
.meye-mobile-backdrop,
.meye-mobile-drawer{display:none}

@media(max-width:980px){
  .header .menu{display:none!important}
  .menu-toggle{
    display:grid!important;
    place-items:center!important;
    position:relative!important;
    z-index:20001!important;
    width:50px!important;
    height:50px!important;
    margin-left:auto!important;
    border:0!important;
    border-radius:50%!important;
    background:#101210!important;
    color:#fff!important;
    font-size:29px!important;
    line-height:1!important;
  }

  .meye-mobile-backdrop{
    display:block;
    position:fixed;
    z-index:19990;
    inset:0;
    background:rgba(8,10,8,.55);
    opacity:0;
    visibility:hidden;
    transition:opacity .22s ease,visibility .22s ease;
  }
  .meye-mobile-backdrop.is-open{
    opacity:1;
    visibility:visible;
  }

  .meye-mobile-drawer{
    display:flex;
    flex-direction:column;
    position:fixed;
    z-index:20000;
    top:0;
    right:0;
    bottom:0;
    width:min(88vw,390px);
    height:100dvh;
    padding:0 20px 24px;
    background:#fbfcf8;
    box-shadow:-28px 0 90px rgba(0,0,0,.28);
    transform:translateX(105%);
    visibility:hidden;
    transition:transform .26s ease,visibility .26s ease;
    overflow-y:auto;
    overscroll-behavior:contain;
  }
  .meye-mobile-drawer.is-open{
    transform:translateX(0);
    visibility:visible;
  }

  .meye-mobile-drawer-head{
    position:sticky;
    top:0;
    z-index:2;
    display:flex;
    align-items:center;
    justify-content:space-between;
    min-height:86px;
    background:#fbfcf8;
    border-bottom:1px solid #e3e7de;
  }
  .meye-mobile-drawer-head strong{
    font-size:1.35rem;
  }
  .meye-mobile-close{
    display:grid;
    place-items:center;
    width:46px;
    height:46px;
    border:0;
    border-radius:50%;
    background:#101210;
    color:#fff;
    font-size:30px;
  }

  .meye-mobile-links{
    display:flex;
    flex-direction:column;
    padding:12px 0 20px;
  }
  .meye-mobile-link{
    display:flex!important;
    align-items:center;
    width:100%!important;
    min-height:58px;
    padding:15px 4px!important;
    border-bottom:1px solid #e5e9df!important;
    color:#151714!important;
    background:transparent!important;
    font-size:1.05rem!important;
    font-weight:800!important;
    text-decoration:none!important;
    white-space:normal!important;
  }
  .meye-mobile-link::after{
    content:"›";
    margin-left:auto;
    color:#739f42;
    font-size:1.6rem;
    font-weight:400;
  }
  .meye-mobile-call{
    justify-content:center!important;
    margin-top:18px;
    border:0!important;
    border-radius:16px!important;
    background:#101210!important;
    color:#fff!important;
  }
  .meye-mobile-call::after{display:none}
  .meye-mobile-logout{color:#9a2929!important}

  .meye-mobile-contact{
    display:grid;
    gap:8px;
    margin-top:auto;
    padding-top:20px;
    border-top:1px solid #e3e7de;
  }
  .meye-mobile-contact a{
    color:#5b6c50;
    font-size:.9rem;
    font-weight:750;
    overflow-wrap:anywhere;
  }

  body.mobile-drawer-open{
    overflow:hidden!important;
    touch-action:none;
  }

  .brand img{
    max-width:205px!important;
    height:62px!important;
  }
}

@media(max-width:430px){
  .meye-mobile-drawer{width:94vw}
  .brand img{max-width:185px!important;height:56px!important}
}

/* V36 — prise de mesure avec commandes toujours visibles */
.pd-app{
  position:relative;
}
.pd-camera-shell{
  position:relative;
  min-height:620px!important;
  padding-bottom:96px;
}
.pd-camera-shell video,
.pd-camera-shell canvas{
  height:524px!important;
}
.pd-camera-controls{
  position:absolute;
  z-index:20;
  left:14px;
  right:14px;
  bottom:14px;
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  gap:10px;
  padding:12px;
  border-radius:18px;
  background:rgba(255,255,255,.94);
  box-shadow:0 16px 50px rgba(0,0,0,.18);
  backdrop-filter:blur(12px);
}
.pd-control{
  min-height:54px;
  padding:12px 14px;
  border:0;
  border-radius:14px;
  font:inherit;
  font-weight:850;
  cursor:pointer;
}
.pd-control:disabled{
  opacity:.45;
  cursor:not-allowed;
}
.pd-control-start{
  background:#6f9d3e;
  color:#fff;
}
.pd-control-capture{
  background:#111;
  color:#fff;
}
.pd-control-restart{
  background:#eef2e9;
  color:#222;
}
.pd-camera-text{
  bottom:112px!important;
}
.pd-analysis-status{
  margin-top:14px;
}

@media(max-width:980px){
  .pd-section{
    padding-top:30px!important;
  }
  .pd-layout{
    display:block!important;
  }
  .pd-guide{
    margin-bottom:18px;
  }
  .pd-camera-shell{
    min-height:calc(100dvh - 190px)!important;
    max-height:760px;
    padding-bottom:92px;
  }
  .pd-camera-shell video,
  .pd-camera-shell canvas{
    height:calc(100dvh - 282px)!important;
    min-height:420px;
    max-height:660px;
    object-fit:contain!important;
  }
  .pd-camera-controls{
    position:absolute;
    bottom:10px;
    left:10px;
    right:10px;
    grid-template-columns:1fr 1fr;
  }
  .pd-control-restart{
    grid-column:1/-1;
  }
  .pd-camera-text{
    bottom:146px!important;
    font-size:.82rem;
  }
}

@media(max-width:620px){
  .pd-guide{
    padding:20px;
  }
  .pd-guide h2{
    font-size:1.35rem;
  }
  .pd-step{
    margin:12px 0;
  }
  .pd-camera-shell{
    min-height:calc(100dvh - 150px)!important;
    border-radius:20px;
    padding-bottom:150px;
  }
  .pd-camera-shell video,
  .pd-camera-shell canvas{
    height:calc(100dvh - 300px)!important;
    min-height:360px;
  }
  .pd-camera-controls{
    grid-template-columns:1fr;
    gap:8px;
  }
  .pd-control-restart{
    grid-column:auto;
  }
  .pd-camera-text{
    bottom:196px!important;
  }
}

/* V37 — administration améliorée */
.btn-danger{background:#9f2929!important;color:#fff!important;border-color:#9f2929!important}
.admin-danger-form{margin-top:14px;padding-top:14px;border-top:1px solid #eadede}
.admin-head-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap}
.admin-head-actions form{margin:0}
.email-log-row{position:relative;padding-right:55px}
.email-delete-form{position:absolute;right:12px;top:50%;transform:translateY(-50%)}
.email-delete-button{display:grid;place-items:center;width:34px;height:34px;border:0;border-radius:50%;background:#f8eaea;color:#9a2929;font-size:1.3rem;cursor:pointer}
.admin-dashboard-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:24px 0 34px}
.admin-stat-card{display:flex;flex-direction:column;min-height:175px;padding:24px;border-radius:24px;background:#fff;border:1px solid var(--line);color:inherit;text-decoration:none;box-shadow:0 15px 45px rgba(20,28,16,.06);transition:.2s}
.admin-stat-card:hover{transform:translateY(-3px);border-color:#94b96b;box-shadow:0 22px 60px rgba(20,28,16,.11)}
.admin-stat-card span{color:var(--muted);font-weight:800}
.admin-stat-card strong{font-size:3rem;line-height:1;margin:18px 0}
.admin-stat-card small{margin-top:auto;color:#648f36;font-weight:800}
.admin-stat-card.urgent{background:#fff7e8;border-color:#e7ca8e}
.admin-overview-columns{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.admin-overview-panel{padding:24px;border-radius:24px;background:#fff;border:1px solid var(--line)}
.admin-panel-head{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:16px}
.admin-panel-head a{font-weight:800;color:#648f36}
.admin-mini-list{display:grid}
.admin-mini-list>a{display:flex;justify-content:space-between;gap:15px;padding:14px 0;border-bottom:1px solid #e7ebe2;color:inherit;text-decoration:none}
.admin-mini-list strong,.admin-mini-list span{display:block}.admin-mini-list span{font-size:.82rem;color:var(--muted);margin-top:3px}
.admin-client-list{display:grid;gap:14px}
.admin-client-card{display:flex;justify-content:space-between;gap:20px;padding:22px;border:1px solid var(--line);border-radius:20px;background:#fff}
.admin-client-card strong,.admin-client-card span,.admin-client-card small{display:block}.admin-client-card span{margin:5px 0;color:var(--muted)}
.admin-client-counts{display:flex;gap:10px}
.admin-client-counts a{display:grid;place-items:center;min-width:95px;padding:12px;border-radius:15px;background:#f2f6ed;color:inherit;text-decoration:none}
.admin-client-counts strong{font-size:1.35rem}.admin-client-counts span{font-size:.72rem;margin:0}
.promotion-admin-hero{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:30px;border-radius:28px;background:linear-gradient(135deg,#eef5e6,#fff);margin-bottom:24px}
.promotion-admin-hero p{color:var(--muted);max-width:700px;line-height:1.6}
.promo-editor-card{padding:28px;border-radius:28px;background:#fff;border:1px solid var(--line);box-shadow:0 18px 55px rgba(20,28,16,.07)}
.promo-editor-title{display:flex;gap:15px;align-items:center;margin-bottom:22px}
.promo-editor-title>span{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#6f9d3e;color:#fff;font-weight:900}
.promo-editor-title h3,.promo-editor-title p{margin:0}.promo-editor-title p{color:var(--muted);margin-top:4px}
.promo-editor-form{display:grid;grid-template-columns:330px minmax(0,1fr);gap:28px}
.promo-image-drop{min-height:320px;padding:18px;border:2px dashed #becbae;border-radius:22px;background:#f8faf5}
.promo-image-drop label{display:grid;gap:5px;margin-bottom:14px}.promo-image-drop label span{font-size:.78rem;color:var(--muted)}
.promo-preview{display:grid;place-items:center;overflow:hidden;min-height:210px;border-radius:16px;background:#e9eee3;color:#728069}
.promo-preview img{width:100%;height:240px;object-fit:cover}
.promo-fields,.promo-manage-form{display:grid;grid-template-columns:1fr 1fr;gap:16px}.promo-fields .full,.promo-manage-form .full{grid-column:1/-1}
.promo-active-row{display:flex;gap:22px;align-items:center;flex-wrap:wrap}
.admin-existing-promos{margin-top:42px}
.promo-admin-list{display:grid;gap:20px}
.promo-manage-card{display:grid;grid-template-columns:300px minmax(0,1fr);gap:24px;padding:22px;border-radius:24px;background:#fff;border:1px solid var(--line)}
.promo-manage-visual{position:relative;overflow:hidden;min-height:260px;border-radius:18px;background:#edf1e8}
.promo-manage-visual img{width:100%;height:100%;min-height:260px;object-fit:cover}
.promo-no-image{display:grid;place-items:center;height:100%;min-height:260px;color:var(--muted)}
.promo-state{position:absolute;left:12px;top:12px;padding:7px 10px;border-radius:999px;font-size:.72rem;font-weight:900}
.promo-state.is-active{background:#e8f6dd;color:#487226}.promo-state.is-draft{background:#eee;color:#666}
.promo-manage-actions{grid-column:1/-1;display:flex;gap:10px;flex-wrap:wrap}
.promotion-card{overflow:hidden;padding:0!important}.promotion-card-image img{width:100%;height:300px;object-fit:cover}.promotion-card-body{padding:30px}
@media(max-width:980px){
 .admin-dashboard-grid{grid-template-columns:repeat(2,1fr)}
 .admin-overview-columns,.promo-editor-form,.promo-manage-card{grid-template-columns:1fr}
 .admin-client-card{display:grid}
}
@media(max-width:620px){
 .admin-dashboard-grid{grid-template-columns:1fr}
 .admin-tabs{display:flex;overflow-x:auto;padding-bottom:8px}
 .admin-tabs .btn{flex:0 0 auto}
 .promo-fields,.promo-manage-form{grid-template-columns:1fr}
 .promo-fields .full,.promo-manage-form .full{grid-column:auto}
 .promotion-admin-hero{display:grid}
}

/* V38 — stabilisation, administration et mesure locale */
.pd38-section{padding-top:42px}
.pd38-wrap{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(280px,.5fr);gap:26px;align-items:start}
.pd38-camera-card{padding:16px;border-radius:28px;background:#fff;border:1px solid var(--line);box-shadow:0 20px 65px rgba(20,28,16,.09)}
.pd38-camera{position:relative;overflow:hidden;min-height:620px;border-radius:22px;background:#050605}
.pd38-camera video,.pd38-camera canvas{display:block;width:100%;height:620px;object-fit:contain;background:#050605}
.pd38-guide{position:absolute;left:50%;top:46%;width:38%;height:65%;transform:translate(-50%,-50%);border:2px dashed rgba(255,255,255,.5);border-radius:48%;pointer-events:none}
.pd38-message{position:absolute;left:14px;right:14px;bottom:14px;padding:12px 15px;border-radius:13px;background:rgba(0,0,0,.63);color:#fff;text-align:center}
.pd38-working{position:absolute;right:14px;top:14px;padding:9px 12px;border-radius:999px;background:#eef5e6;color:#50732e;font-weight:850}
.pd38-controls{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:14px}
.pd38-side{position:sticky;top:118px;padding:26px;border-radius:26px;background:#111;color:#fff}
.pd38-side h2{color:#fff}.pd38-side ol{padding-left:20px;color:rgba(255,255,255,.76);line-height:1.65}
.pd38-results{display:grid;gap:9px;margin-top:22px;padding:18px;border-radius:18px;background:#fff;color:#151715}
.pd38-results>div{display:flex;justify-content:space-between;gap:15px;padding-bottom:8px;border-bottom:1px solid #e7ebe2}
.pd38-results p{font-size:.8rem;color:#617057;line-height:1.5}
.pd38-warning{margin-top:20px;padding:16px;border-radius:17px;background:rgba(255,255,255,.08)}.pd38-warning p{color:rgba(255,255,255,.7);line-height:1.5}
.client38-layout{display:grid;grid-template-columns:300px minmax(0,1fr);gap:24px;align-items:start}
.client38-profile{position:sticky;top:118px;padding:25px;border-radius:24px;background:#111;color:#fff}.client38-profile h2{color:#fff}.client38-profile a:not(.btn){color:#d8efbb}
.client38-main{display:grid;gap:18px}.client38-panel{padding:24px;border:1px solid var(--line);border-radius:23px;background:#fff}
.client38-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 0;border-bottom:1px solid #e7ebe2;color:inherit;text-decoration:none}.client38-row strong,.client38-row span{display:block}.client38-row span{color:var(--muted);margin-top:4px}
.client38-note{margin-top:14px;padding:15px;border-radius:15px;background:#f3f6ef}.client38-note p{margin:0 0 8px}
.appointment-admin-list{display:grid;gap:18px}.appointment-admin-card{padding:24px;border:1px solid var(--line);border-radius:23px;background:#fff}
.appointment-admin-head{display:flex;justify-content:space-between;gap:16px;align-items:center}.appointment-admin-head strong,.appointment-admin-head span{display:block}.appointment-admin-head span{color:var(--muted);margin-top:4px}
.appointment-admin-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:18px 0}.appointment-admin-grid>div{padding:13px;border-radius:14px;background:#f3f6ef}.appointment-admin-grid strong,.appointment-admin-grid span{display:block}
.appointment-message{padding:15px;border-radius:14px;background:#faf8ef}.appointment-admin-form{display:grid;grid-template-columns:1fr 2fr auto;gap:12px;align-items:end}
.trash-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.trash-panel{padding:22px;border:1px solid var(--line);border-radius:22px;background:#fff}
.trash-row{display:flex;justify-content:space-between;gap:12px;padding:12px 0;border-bottom:1px solid #e7ebe2}.trash-row>div{display:flex;gap:6px}.trash-row form{margin:0}
.mini-action{border:0;border-radius:10px;padding:7px 9px;font-size:.72rem;font-weight:800}.mini-action.restore{background:#eaf5df;color:#477127}.mini-action.purge{background:#f9e7e7;color:#982a2a}
.audit-list{display:grid}.audit-row{display:flex;justify-content:space-between;gap:18px;padding:15px;border-bottom:1px solid #e7ebe2}.audit-row strong,.audit-row span,.audit-row small{display:block}.audit-row span{color:var(--muted);font-size:.82rem;margin-top:3px}
@media(max-width:980px){.pd38-wrap,.client38-layout{grid-template-columns:1fr}.pd38-side,.client38-profile{position:static}.trash-grid{grid-template-columns:1fr}.appointment-admin-form{grid-template-columns:1fr}.appointment-admin-grid{grid-template-columns:1fr}}
@media(max-width:650px){.pd38-camera{min-height:calc(100dvh - 240px)}.pd38-camera video,.pd38-camera canvas{height:calc(100dvh - 240px);min-height:420px}.pd38-controls{grid-template-columns:1fr}.pd38-side{padding:20px}}

/* V50 — accueil premium modulaire et gestion des photos */
.v50-hero{padding:72px 0 56px;background:linear-gradient(135deg,#f7f9f4,#e9efe2)}
.v50-hero-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:52px;align-items:center}
.v50-hero-copy h1{font-size:clamp(3.2rem,6vw,6.5rem);line-height:.92;margin:18px 0 24px}
.v50-hero-copy em{font-style:normal;color:#678f3b}
.v50-trust{display:flex;gap:9px;flex-wrap:wrap;margin-top:24px}
.v50-trust span{padding:8px 12px;border-radius:999px;background:#fff;border:1px solid #dfe5d7;font-size:.75rem;font-weight:850;color:#556b43}
.v50-hero-image{position:relative;overflow:hidden;min-height:620px;border-radius:34px;background:#111;box-shadow:0 30px 90px rgba(0,0,0,.17)}
.v50-hero-image img{width:100%;height:620px;object-fit:cover}
.v50-hero-image::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 60%,rgba(0,0,0,.78))}
.v50-hero-image figcaption{position:absolute;z-index:2;left:28px;bottom:25px;color:#fff;font-weight:850}
.v50-specialties{background:#fff}
.v50-specialty-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.v50-specialty-grid a{display:flex;flex-direction:column;min-height:175px;padding:25px;border:1px solid var(--line);border-radius:23px;background:linear-gradient(145deg,#fff,#f7f9f4);color:inherit;text-decoration:none;transition:.22s}
.v50-specialty-grid a:hover{transform:translateY(-4px);border-color:#9abb72;box-shadow:0 22px 55px rgba(20,28,16,.1)}
.v50-specialty-grid strong{font-size:1.2rem;margin-bottom:10px}.v50-specialty-grid span{color:var(--muted);line-height:1.55}
.v50-story{background:#111;color:#fff}
.v50-story h2{color:#fff}.v50-story-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
.v50-story p{color:rgba(255,255,255,.72);line-height:1.8}
.v50-commitments{display:grid;gap:12px;margin-top:24px}
.v50-commitments>div{padding:16px;border-radius:16px;background:rgba(255,255,255,.07)}
.v50-commitments strong,.v50-commitments span{display:block}.v50-commitments span{font-size:.82rem;color:rgba(255,255,255,.68);margin-top:4px}
.v50-photo-stack{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.v50-photo-stack figure{overflow:hidden;border-radius:24px;min-height:480px}.v50-photo-stack figure:nth-child(2){transform:translateY(36px)}
.v50-photo-stack img{width:100%;height:100%;min-height:480px;object-fit:cover}
.v50-journey{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}
.v50-journey>div{padding:20px;border-radius:20px;background:#fff;border:1px solid var(--line)}
.v50-journey span{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:#6d993e;color:#fff;font-weight:900}
.v50-journey strong{display:block;margin:14px 0 7px}.v50-journey p{color:var(--muted);font-size:.82rem;line-height:1.5}
.v50-feature-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:44px;align-items:center}
.v50-feature figure{overflow:hidden;border-radius:30px;box-shadow:0 24px 70px rgba(0,0,0,.13)}
.v50-feature img{width:100%;height:500px;object-fit:cover}.v50-feature p{color:var(--muted);line-height:1.75;margin:14px 0 24px}
.v50-gallery{background:#f7f9f4}.v50-gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}
.v50-gallery-grid figure,.v50-upload-placeholder{overflow:hidden;min-height:300px;border-radius:22px;background:#e9eee3}
.v50-gallery-grid img{width:100%;height:300px;object-fit:cover}
.v50-upload-placeholder{display:grid;place-content:center;text-align:center;padding:24px;border:2px dashed #b9c5aa;color:#617057}
.v50-upload-placeholder strong,.v50-upload-placeholder span{display:block}.v50-upload-placeholder span{font-size:.8rem;margin-top:6px}
.v50-reviews{background:#fff}.v50-review-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:26px}
.v50-reviews p{color:var(--muted);line-height:1.7}.v50-contact-card{display:grid;gap:10px;padding:28px;border-radius:25px;background:#111;color:#fff}
.v50-contact-card h3{color:#fff}.v50-contact-card a:not(.btn){color:#dff0c8;font-weight:750}.small-link{font-size:.8rem}
.media-admin-hero{display:flex;align-items:center;justify-content:space-between;gap:28px;padding:28px;border-radius:26px;background:linear-gradient(135deg,#edf4e5,#fff);margin-bottom:24px}
.media-admin-hero p{color:var(--muted);max-width:720px;line-height:1.6}
.media-slot-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.media-slot-card{overflow:hidden;border:1px solid var(--line);border-radius:24px;background:#fff;box-shadow:0 15px 45px rgba(20,28,16,.06)}
.media-slot-preview{min-height:260px;background:#eef2e9}
.media-slot-preview img{width:100%;height:260px;object-fit:cover}
.media-placeholder{display:grid;place-content:center;min-height:260px;text-align:center;color:#6d7864}
.media-placeholder strong,.media-placeholder span{display:block}.media-placeholder span{font-size:.8rem;margin-top:6px}
.media-slot-body{padding:22px}.media-slot-body p{color:var(--muted);line-height:1.55}
.media-upload-form{display:grid;gap:12px;margin:18px 0}
.site-copy-editor{margin-top:28px;padding:28px;border-radius:25px;background:#fff;border:1px solid var(--line)}
.site-copy-editor form{display:grid;gap:16px}
@media(max-width:1050px){
 .v50-hero-grid,.v50-story-grid,.v50-feature-grid,.v50-review-grid{grid-template-columns:1fr}
 .v50-specialty-grid{grid-template-columns:repeat(2,1fr)}
 .v50-journey{grid-template-columns:repeat(3,1fr)}
 .v50-gallery-grid{grid-template-columns:repeat(2,1fr)}
 .v50-hero-image,.v50-hero-image img{height:500px;min-height:500px}
}
@media(max-width:720px){
 .v50-hero{padding-top:34px}.v50-hero-copy h1{font-size:clamp(2.7rem,14vw,4.4rem)}
 .v50-hero-image,.v50-hero-image img{height:360px;min-height:360px}
 .v50-specialty-grid,.v50-journey,.v50-gallery-grid,.media-slot-grid{grid-template-columns:1fr}
 .v50-photo-stack{grid-template-columns:1fr}.v50-photo-stack figure:nth-child(2){transform:none}
 .v50-photo-stack figure,.v50-photo-stack img{min-height:340px}
 .media-admin-hero{display:grid}
}

/* V51 — thème noir, navigation simplifiée, animations et titres corrigés */
:root{
 --bg:#050505;--bg2:#0d0d0d;--paper:#080808;--soft:#111;--ink:#f6f6f1;
 --white:#fff;--muted:#aaa;--muted-dark:#c9c9c2;--green:#88b84f;
 --green-dark:#9dce64;--gold:#d6ad58;--line:#282828;--shadow:0 28px 80px rgba(0,0,0,.38);
}
html,body{background:#050505;color:#f6f6f1}
body{overflow-x:hidden}
.header{background:rgba(5,5,5,.94);border-bottom:1px solid #242424}
.topline{background:#000}
.menu a:not(.btn){color:#f5f5f2}
.menu a:not(.btn):after{background:#88b84f}
.brand img{filter:drop-shadow(0 0 12px rgba(255,255,255,.12))!important}
.kicker{color:#9dce64}
.lead,.small{color:#aaa}
.page-hero,.dark-hero,.v50-hero,.v50-specialties,.v50-gallery,.v50-reviews,.lens-landing-hero,.soft{background:#080808!important;color:#f6f6f1}
.page-hero h1,.page-hero h2,.v50-hero h1,.v50-specialties h2,.v50-gallery h2,.v50-reviews h2,.lens-landing-hero h1{color:#f6f6f1}
.v50-story{background:#101010}
.footer{background:#000;color:#fff}
.card,.service,.brand-card-v34,.brand-card-v33,.brand-card-v30,.service-popup-card,.v50-specialty-grid a,.premium-panels article,.lens-info-grid article,.appointment-v34,.order-form-panel,.measurement-results,.promo-editor-card,.promo-manage-card,.admin-stat-card,.admin-overview-panel,.admin-client-card,.media-slot-card,.site-copy-editor,.brand-logo-admin-card{
 background:#101010!important;color:#f6f6f1!important;border-color:#2b2b2b!important;
}
.card p,.service p,.service-popup-card p,.v50-specialty-grid span,.brand-card-v34 p,.brand-card-v33 p,.brand-card-v30 p,.lens-info-grid p,.order-intro-v33 p,.promo-editor-title p,.media-slot-body p,.site-copy-editor p{color:#aaa!important}
input,textarea,select{background:#0a0a0a!important;color:#fff!important;border-color:#333!important}
input::placeholder,textarea::placeholder{color:#777}
.btn-light{background:#171717;color:#fff;border-color:#3a3a3a}
.btn-dark{background:#fff;color:#070707;border-color:#fff}
.btn-green{background:#88b84f;border-color:#88b84f;color:#050505}
.section-head h2,h1,h2,h3{
 max-width:100%;
 overflow-wrap:anywhere;
 word-break:normal;
 text-wrap:balance;
 line-height:1.05;
}
h1{font-size:clamp(2.8rem,7vw,6.8rem)}
h2{font-size:clamp(2.1rem,4.6vw,4.4rem)}
.page-hero{overflow:hidden}
.container{min-width:0}
.section-head>*,.hero-v50-copy,.v50-hero-copy,.intro-v32-grid>*,.company-intro-grid>*{min-width:0}

.service-popup-card,.brand-tile-v51,.v50-specialty-grid a,.premium-panels article,.lens-info-grid article,.media-slot-card,.brand-logo-admin-card{
 transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease,background .28s ease;
}
.service-popup-card:hover,.brand-tile-v51:hover,.v50-specialty-grid a:hover,.premium-panels article:hover,.lens-info-grid article:hover,.media-slot-card:hover,.brand-logo-admin-card:hover{
 transform:translateY(-8px) scale(1.015);
 box-shadow:0 28px 70px rgba(0,0,0,.5);
 border-color:#88b84f!important;
}
.service-popup-card>span,.brand-logo-box img{transition:transform .35s ease}
.service-popup-card:hover>span{transform:scale(1.15) rotate(-4deg)}
.brand-tile-v51:hover .brand-logo-box img{transform:scale(1.06)}
.brand-section-v51{background:#050505}
.brand-grid-v51{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.brand-tile-v51{display:flex;flex-direction:column;min-height:265px;padding:24px;border:1px solid #282828;border-radius:22px;background:#101010;color:#fff}
.brand-logo-box{display:grid;place-items:center;min-height:95px;margin-bottom:18px;border-radius:15px;background:#f3f3ef;color:#080808;padding:14px}
.brand-logo-box img{max-width:180px;max-height:68px;object-fit:contain}
.brand-logo-box strong{font-family:Georgia,serif;font-size:1.55rem;text-align:center}
.brand-tile-v51 p{color:#aaa;line-height:1.55;flex:1}
.brand-tile-v51>span{margin-top:18px;color:#9dce64;font-weight:850}
.service-popup-grid-v51{grid-template-columns:repeat(3,1fr)}
.brand-logo-admin-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.brand-logo-admin-card{padding:20px;border:1px solid #292929;border-radius:22px}
.brand-logo-admin-preview{display:grid;place-items:center;min-height:160px;border-radius:16px;background:#f3f3ef;color:#090909;padding:18px}
.brand-logo-admin-preview img{max-height:100px;max-width:220px;object-fit:contain}
.brand-logo-admin-preview strong,.brand-logo-admin-preview span{display:block;text-align:center}
.brand-logo-admin-preview span{font-size:.75rem;color:#666;margin-top:6px}
.brand-logo-admin-card h3{margin:16px 0}
.brand-logo-admin-card form{display:grid;gap:10px;margin-top:10px}
.service-modal-dialog{background:#111;color:#fff}
.service-modal-dialog h2{color:#fff}
.service-modal-dialog p{color:#aaa}

@media(max-width:1100px){
 .brand-grid-v51{grid-template-columns:repeat(3,1fr)}
 .brand-logo-admin-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:850px){
 .brand-grid-v51,.service-popup-grid-v51{grid-template-columns:repeat(2,1fr)}
 .menu{background:#0a0a0a!important}
 .meye-mobile-drawer{background:#090909!important}
 .meye-mobile-drawer-head{background:#090909!important}
 .meye-mobile-link{color:#fff!important;border-color:#292929!important}
}
@media(max-width:580px){
 .brand-grid-v51,.service-popup-grid-v51,.brand-logo-admin-grid{grid-template-columns:1fr}
 h1{font-size:clamp(2.45rem,14vw,4rem)}
 h2{font-size:clamp(1.9rem,10vw,3rem)}
 .section{padding:58px 0}
}

/* V51.1 — correctif de téléversement des logos */
.brand-logo-box .brand-pdf-logo{
  display:block;
  width:100%;
  height:78px;
  border:0;
  background:#f3f3ef;
  pointer-events:none;
}
.brand-logo-admin-preview object{
  display:block;
  width:100%;
  height:140px;
  border:0;
  background:#f3f3ef;
}

/* V53 — contraste renforcé et logo fondu dans le noir */
.brand{
  display:flex!important;
  align-items:center!important;
  background:transparent!important;
  box-shadow:none!important;
  border:0!important;
}
.brand img{
  width:235px!important;
  height:72px!important;
  object-fit:contain!important;
  background:#030303!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  filter:none!important;
}

.v50-hero,
.v50-specialties,
.v50-gallery,
.v50-reviews,
.page-hero,
.section,
.soft{
  background:#050505!important;
}

.v50-trust span{
  background:#151515!important;
  color:#f4f4ef!important;
  border:1px solid #3a3a3a!important;
  box-shadow:0 10px 25px rgba(0,0,0,.25);
}

.v50-specialty-grid a,
.premium-panels article,
.lens-info-grid article,
.service-popup-card,
.brand-tile-v51{
  background:linear-gradient(145deg,#171717,#0d0d0d)!important;
  border:1px solid #373737!important;
  box-shadow:0 16px 40px rgba(0,0,0,.34)!important;
}

.v50-specialty-grid a:hover,
.premium-panels article:hover,
.lens-info-grid article:hover,
.service-popup-card:hover,
.brand-tile-v51:hover{
  border-color:#88b84f!important;
  background:linear-gradient(145deg,#202020,#111)!important;
  box-shadow:0 24px 65px rgba(0,0,0,.55)!important;
}

.btn-light{
  background:#f4f4ef!important;
  color:#070707!important;
  border-color:#f4f4ef!important;
  opacity:1!important;
}
.btn-light:hover{
  background:#88b84f!important;
  border-color:#88b84f!important;
  color:#050505!important;
}

.hero-actions .btn{
  opacity:1!important;
  visibility:visible!important;
}

.v50-hero-copy .lead,
.v50-story p,
.v50-reviews p,
.section-head .lead{
  color:#c9c9c3!important;
}

.v50-specialty-grid strong,
.premium-panels h3,
.service-popup-card h3{
  color:#fff!important;
}

.v50-specialty-grid span,
.premium-panels p,
.service-popup-card p{
  color:#b7b7b1!important;
}

.v50-contact-card{
  background:#151515!important;
  border:1px solid #373737!important;
}

.admin-tabs .btn:not(.btn-green){
  background:#101010!important;
  color:#fff!important;
  border-color:#d6d6d6!important;
}
.admin-tabs .btn:not(.btn-green):hover{
  background:#202020!important;
  border-color:#88b84f!important;
}

@media(max-width:850px){
  .brand img{
    width:195px!important;
    height:60px!important;
  }
}
@media(max-width:480px){
  .brand img{
    width:175px!important;
    height:54px!important;
  }
}

/* V53.2 — logos propres, PDF convertis en PNG dans l'administration */
.brand-logo-box{
  overflow:hidden!important;
  position:relative;
}
.brand-logo-box img{
  display:block!important;
  width:100%!important;
  max-width:210px!important;
  height:82px!important;
  max-height:82px!important;
  object-fit:contain!important;
  object-position:center!important;
  margin:auto!important;
}
.brand-logo-box object,
.brand-pdf-logo{
  display:none!important;
}

.brand-logo-admin-preview{
  overflow:hidden!important;
}
.brand-logo-admin-preview img{
  display:block!important;
  width:100%!important;
  max-width:230px!important;
  height:135px!important;
  max-height:135px!important;
  object-fit:contain!important;
  object-position:center!important;
  margin:auto!important;
}
.brand-logo-admin-preview object{
  display:none!important;
}

.brand-convert-notice{
  margin-top:8px;
  padding:9px 11px;
  border-radius:10px;
  background:#172012;
  color:#a8d774;
  font-size:.76rem;
  line-height:1.4;
}
.brand-convert-notice.is-working{
  background:#201d10;
  color:#e0c66d;
}
.brand-convert-notice.is-error{
  background:#2b1111;
  color:#ff9a9a;
}

/* V54 — police moderne, interactions, popups et Ray-Ban Meta */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');

html,body,button,input,textarea,select{
  font-family:"Manrope","Segoe UI",Arial,sans-serif!important;
}
h1,h2,h3,.brand-v33-title,.brand-v34-title,.brand-v30-wordmark{
  font-family:"Manrope","Segoe UI",Arial,sans-serif!important;
  font-weight:800!important;
  letter-spacing:-.045em!important;
}
body{
  font-weight:500;
}
.mobile-call-source{
  display:none!important;
}
.desktop-contact-trigger{
  cursor:pointer;
}
.mobile-cta-call-only{
  grid-template-columns:1fr!important;
}
.mobile-cta-call-only a{
  width:100%!important;
  text-align:center;
}

.v54-popup-overlay{
  position:fixed;
  z-index:30000;
  inset:0;
  display:grid;
  place-items:center;
  padding:20px;
  background:rgba(0,0,0,.76);
  backdrop-filter:blur(12px);
}
.v54-popup-overlay[hidden]{
  display:none!important;
}
.v54-popup{
  position:relative;
  width:min(620px,100%);
  padding:38px;
  border:1px solid #393939;
  border-radius:28px;
  background:linear-gradient(145deg,#171717,#0b0b0b);
  color:#fff;
  box-shadow:0 38px 120px rgba(0,0,0,.65);
  animation:v54PopupIn .28s ease both;
}
.v54-popup h2{
  margin:12px 0 16px;
  color:#fff;
  font-size:clamp(2rem,5vw,3.4rem);
}
.v54-popup-text{
  color:#c4c4be;
  line-height:1.75;
}
.v54-popup-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:26px;
}
.v54-popup-close{
  position:absolute;
  right:15px;
  top:15px;
  display:grid;
  place-items:center;
  width:44px;
  height:44px;
  border:0;
  border-radius:50%;
  background:#242424;
  color:#fff;
  font-size:28px;
  cursor:pointer;
}
body.v54-popup-open{
  overflow:hidden;
}
@keyframes v54PopupIn{
  from{opacity:0;transform:translateY(18px) scale(.97)}
  to{opacity:1;transform:none}
}

.v54-clickable{
  cursor:pointer!important;
}
.v54-clickable:focus-visible{
  outline:3px solid #88b84f;
  outline-offset:4px;
}
.v54-animate{
  opacity:0;
  transform:translateY(28px);
  transition:
    opacity .65s ease var(--v54-delay,0ms),
    transform .65s cubic-bezier(.2,.7,.2,1) var(--v54-delay,0ms);
}
.v54-animate.v54-in{
  opacity:1;
  transform:none;
}
.btn{
  position:relative;
  overflow:hidden;
}
.btn::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(110deg,transparent 20%,rgba(255,255,255,.28) 48%,transparent 72%);
  transform:translateX(-130%);
  transition:transform .65s ease;
}
.btn:hover::before{
  transform:translateX(130%);
}
img{
  transition:transform .55s cubic-bezier(.2,.7,.2,1),filter .4s ease;
}
figure:hover img{
  transform:scale(1.035);
}

.v54-meta-specialty{
  position:relative;
  display:flex;
  flex-direction:column;
  min-height:175px;
  padding:25px;
  border:1px solid #88b84f!important;
  border-radius:23px;
  background:linear-gradient(145deg,#243513,#10160b)!important;
  color:#fff;
  text-align:left;
  cursor:pointer;
  box-shadow:0 0 0 1px rgba(136,184,79,.16),0 22px 55px rgba(0,0,0,.34);
}
.v54-meta-specialty strong{
  font-size:1.3rem;
}
.v54-meta-specialty span{
  margin-top:10px;
  color:#d5e9bc!important;
}
.v54-meta-specialty b{
  position:absolute;
  right:14px;
  top:14px;
  padding:6px 9px;
  border-radius:999px;
  background:#88b84f;
  color:#050505;
  font-size:.65rem;
  text-transform:uppercase;
}
.v54-meta-specialty:hover{
  transform:translateY(-8px) scale(1.02);
  box-shadow:0 30px 75px rgba(0,0,0,.55),0 0 35px rgba(136,184,79,.18);
}
.v54-meta-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:24px;
}
.v54-meta-showcase{
  background:radial-gradient(circle at 80% 30%,#273815 0,#111 38%,#050505 72%)!important;
}
.v54-meta-showcase-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:44px;
  align-items:center;
}
.v54-meta-copy p{
  max-width:690px;
  margin:16px 0 22px;
  color:#c1c1ba;
  line-height:1.75;
}
.v54-meta-points{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  margin-bottom:24px;
}
.v54-meta-points span{
  padding:8px 11px;
  border:1px solid #40532f;
  border-radius:999px;
  background:#16200f;
  color:#cfe6b3;
  font-size:.75rem;
  font-weight:800;
}
.v54-meta-visual{
  position:relative;
  display:grid;
  place-content:center;
  min-height:460px;
  padding:40px;
  border:1px solid #435b2c;
  border-radius:34px;
  background:
    radial-gradient(circle at 70% 25%,rgba(145,205,75,.25),transparent 34%),
    linear-gradient(145deg,#171717,#090909);
  text-align:center;
  cursor:pointer;
  box-shadow:0 35px 100px rgba(0,0,0,.52);
  transition:transform .3s ease,box-shadow .3s ease;
}
.v54-meta-visual:hover{
  transform:perspective(900px) rotateY(-3deg) rotateX(2deg) translateY(-5px);
  box-shadow:0 45px 120px rgba(0,0,0,.65),0 0 50px rgba(136,184,79,.15);
}
.v54-meta-visual strong{
  color:#fff;
  font-size:clamp(3.2rem,7vw,6rem);
  line-height:.84;
  letter-spacing:-.08em;
}
.v54-meta-visual small{
  margin-top:20px;
  color:#aecd89;
  font-size:1rem;
}
.v54-meta-badge{
  position:absolute;
  left:20px;
  top:20px;
  padding:8px 11px;
  border-radius:999px;
  background:#88b84f;
  color:#050505;
  font-size:.7rem;
  font-weight:900;
  text-transform:uppercase;
}

@media(max-width:980px){
  .desktop-contact-trigger{
    display:none!important;
  }
  .mobile-call-source{
    display:none!important;
  }
  .meye-mobile-links .mobile-call-source,
  .meye-mobile-link.mobile-call-source{
    display:flex!important;
  }
  .v54-meta-showcase-grid{
    grid-template-columns:1fr;
  }
}
@media(max-width:620px){
  .v54-popup{
    padding:28px 22px;
    border-radius:22px;
  }
  .v54-popup-actions .btn{
    width:100%;
  }
  .v54-meta-visual{
    min-height:350px;
  }
}
@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{
    animation:none!important;
    transition:none!important;
    scroll-behavior:auto!important;
  }
  .v54-animate{
    opacity:1!important;
    transform:none!important;
  }
}

/* V55 — lisibilité totale, recadrage, contact direct et univers Ray-Ban Meta */
:root{
  --v55-white:#ffffff;
  --v55-text:#e8e8e2;
  --v55-muted:#c5c5bd;
  --v55-green:#94c957;
  --v55-panel:#121212;
  --v55-panel-2:#181818;
  --v55-border:#3b3b3b;
}
html,body{
  color:var(--v55-text)!important;
}
body,p,li,span,small,label{
  text-rendering:optimizeLegibility;
}
main p,
main li,
main small,
main span:not(.kicker):not(.btn):not(.v54-meta-badge):not(.v55-meta-caption){
  color:var(--v55-muted);
}
main h1,main h2,main h3,
.page-hero h1,.page-hero h2,
.section-head h2,
.v50-hero-copy h1,
.v55-meta-content h2{
  color:var(--v55-white)!important;
  width:auto!important;
  max-width:100%!important;
  overflow:visible!important;
  white-space:normal!important;
  overflow-wrap:normal!important;
  word-break:normal!important;
  text-wrap:balance;
  line-height:1.04!important;
}
.container{
  width:min(1280px,calc(100% - 40px))!important;
  max-width:1280px!important;
}
.section-head{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(260px,.45fr);
  gap:36px!important;
  align-items:end!important;
}
.section-head>div,
.section-head>p{
  min-width:0!important;
  max-width:100%!important;
}
.section-head .lead{
  color:#d0d0c9!important;
  line-height:1.7!important;
}
.card,.service-popup-card,.brand-tile-v51,
.v50-specialty-grid>a,.v50-journey>div,
.v50-commitments>div,.lens-info-grid>article,
.lens-advice-list>div,.premium-panels>article{
  overflow:hidden;
  color:#fff!important;
}
.card p,.service-popup-card p,.brand-tile-v51 p,
.v50-specialty-grid span,.v50-journey p,
.v50-commitments span,.lens-info-grid p,
.lens-advice-list p,.premium-panels p{
  color:#c9c9c2!important;
  line-height:1.65!important;
}
.btn{
  color:#050505;
}
.btn-light{
  color:#050505!important;
}
.footer,.footer a{
  color:#d2d2cc!important;
}

/* Popup premium */
.v55-popup-overlay{
  position:fixed;
  z-index:40000;
  inset:0;
  display:grid;
  place-items:center;
  padding:22px;
  background:rgba(0,0,0,.82);
  backdrop-filter:blur(14px);
}
.v55-popup-overlay[hidden]{display:none!important}
.v55-popup{
  position:relative;
  width:min(780px,100%);
  max-height:min(90dvh,900px);
  overflow-y:auto;
  padding:40px;
  border:1px solid #424242;
  border-radius:30px;
  background:
    radial-gradient(circle at 90% 5%,rgba(148,201,87,.13),transparent 28%),
    linear-gradient(145deg,#191919,#090909);
  color:#fff;
  box-shadow:0 45px 150px rgba(0,0,0,.78);
  animation:v55Popup .3s cubic-bezier(.2,.75,.2,1) both;
}
@keyframes v55Popup{
  from{opacity:0;transform:translateY(24px) scale(.965)}
  to{opacity:1;transform:none}
}
.v55-popup h2{
  margin:12px 55px 18px 0!important;
  color:#fff!important;
  font-size:clamp(2rem,5vw,3.35rem)!important;
  line-height:1.03!important;
}
.v55-popup-close{
  position:absolute;
  right:16px;top:16px;
  display:grid;place-items:center;
  width:46px;height:46px;
  border:1px solid #444;border-radius:50%;
  background:#222;color:#fff;
  font-size:28px;cursor:pointer;
  transition:.2s;
}
.v55-popup-close:hover{background:#94c957;color:#050505;transform:rotate(5deg)}
.v55-popup-intro{
  margin:0 0 20px;
  color:#deded8!important;
  font-size:1.04rem;
  line-height:1.75;
}
.v55-popup-list{
  display:grid;
  gap:10px;
  margin:0;
  padding:0;
  list-style:none;
}
.v55-popup-list li{
  position:relative;
  padding:13px 15px 13px 42px;
  border:1px solid #303030;
  border-radius:14px;
  background:#111;
  color:#d5d5cf!important;
  line-height:1.55;
}
.v55-popup-list li::before{
  content:"✓";
  position:absolute;
  left:15px;top:12px;
  color:#94c957;
  font-weight:900;
}
.v55-popup-note{
  margin-top:18px;
  padding:16px 18px;
  border-left:4px solid #94c957;
  border-radius:0 15px 15px 0;
  background:#17200f;
  color:#d8e9c3;
  line-height:1.65;
}
.v55-popup-actions{
  display:flex;gap:10px;flex-wrap:wrap;
  margin-top:24px;
}
body.v55-popup-open{overflow:hidden}

/* Direct contact */
.v55-contact-form{
  margin-top:24px;
  padding-top:24px;
  border-top:1px solid #343434;
}
.v55-form-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:15px;
}
.v55-form-grid label{
  display:grid;
  gap:7px;
  color:#fff!important;
  font-size:.85rem;
  font-weight:700;
}
.v55-form-grid .full{grid-column:1/-1}
.v55-contact-form input,
.v55-contact-form textarea{
  width:100%;
  min-width:0;
  padding:14px 15px!important;
  border:1px solid #414141!important;
  border-radius:13px!important;
  background:#090909!important;
  color:#fff!important;
  font:inherit;
}
.v55-contact-form textarea{resize:vertical;min-height:125px}
.v55-contact-form input:focus,
.v55-contact-form textarea:focus{
  outline:2px solid #94c957!important;
  outline-offset:1px;
}
.v55-consent{
  display:flex!important;
  grid-template-columns:22px 1fr;
  align-items:start;
  gap:10px!important;
  padding:12px;
  border-radius:12px;
  background:#10150d;
}
.v55-consent input{
  width:18px!important;
  height:18px!important;
  padding:0!important;
  margin-top:2px;
}
.v55-consent span{
  color:#cfdac4!important;
  font-size:.78rem;
  font-weight:500;
  line-height:1.5;
}
.v55-honeypot{
  position:absolute!important;
  left:-9999px!important;
}
.v55-form-status{
  min-height:24px;
  margin:12px 0;
  font-weight:700;
}
.v55-form-status.is-working{color:#e5c971}
.v55-form-status.is-success{color:#a9da73}
.v55-form-status.is-error{color:#ff9d9d}
.v55-contact-form>.btn{margin:6px 8px 0 0}

/* Ray-Ban Meta premium product presentation */
.v55-meta-hero{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 16% 35%,rgba(148,201,87,.15),transparent 25%),
    radial-gradient(circle at 88% 75%,rgba(148,201,87,.08),transparent 28%),
    #050505!important;
}
.v55-meta-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:55px;
  align-items:center;
}
.v55-meta-product{
  min-width:0;
  padding:38px;
  border:1px solid #3b4d2b;
  border-radius:34px;
  background:linear-gradient(145deg,#181c14,#090909);
  box-shadow:0 35px 100px rgba(0,0,0,.58),inset 0 0 80px rgba(148,201,87,.035);
}
.v55-meta-logos{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:15px;
  margin-bottom:42px;
  color:#fff;
}
.v55-rayban-wordmark{
  font-family:"Brush Script MT","Segoe Script",cursive!important;
  font-size:clamp(2.3rem,5vw,4.2rem);
  line-height:1;
  letter-spacing:-.06em;
  transform:rotate(-4deg);
}
.v55-meta-wordmark{
  font-size:clamp(2rem,4vw,3.5rem);
  font-weight:500;
  letter-spacing:-.06em;
}
.v55-meta-logos>span{color:#94c957;font-size:1.8rem}
.v55-meta-glasses{
  position:relative;
  display:flex;
  justify-content:center;
  align-items:center;
  width:min(520px,100%);
  height:190px;
  margin:auto;
  cursor:pointer;
  transition:transform .35s ease;
}
.v55-meta-glasses:hover{transform:scale(1.04) rotate(-1deg)}
.v55-lens{
  position:relative;
  width:190px;height:135px;
  border:14px solid #161616;
  background:linear-gradient(145deg,rgba(145,180,155,.24),rgba(20,30,25,.78));
  box-shadow:inset 0 0 30px rgba(255,255,255,.07),0 18px 50px rgba(0,0,0,.55);
}
.v55-lens.left{border-radius:48% 42% 46% 42%}
.v55-lens.right{border-radius:42% 48% 42% 46%}
.v55-bridge{
  width:55px;height:18px;
  margin:0 -5px;
  border-top:13px solid #161616;
  transform:translateY(-12px);
}
.v55-camera-dot,.v55-light-dot{
  position:absolute;
  top:35px;
  width:13px;height:13px;
  border-radius:50%;
  z-index:2;
}
.v55-camera-dot{left:18%;background:#161616;border:3px solid #444}
.v55-light-dot{right:18%;background:#e9f0de;box-shadow:0 0 10px #fff}
.v55-meta-caption{
  margin-top:20px;
  color:#bcd59f!important;
  text-align:center;
  font-weight:700;
}
.v55-meta-content p{
  color:#d0d0c9!important;
  font-size:1.02rem;
  line-height:1.75;
}
.v55-meta-features{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin:24px 0;
}
.v55-meta-features button{
  display:grid;
  grid-template-columns:42px 1fr;
  grid-template-areas:"icon title" "icon text";
  gap:3px 11px;
  padding:16px;
  border:1px solid #343c2d;
  border-radius:17px;
  background:#10130e;
  color:#fff;
  text-align:left;
  cursor:pointer;
  transition:.25s;
}
.v55-meta-features button:hover{
  transform:translateY(-4px);
  border-color:#94c957;
  background:#182111;
}
.v55-meta-features b{grid-area:icon;font-size:1.5rem}
.v55-meta-features strong{grid-area:title;color:#fff}
.v55-meta-features span{grid-area:text;color:#aebba3!important;font-size:.75rem}
.v55-meta-logos.compact{margin:25px 0}
.v55-meta-glasses.compact{height:150px;transform:scale(.75)}
.v55-meta-glasses.compact:hover{transform:scale(.79)}

/* Universal framing and animation */
.v55-clickable{cursor:pointer!important}
.v55-clickable:focus-visible{outline:3px solid #94c957;outline-offset:4px}
.v55-reveal{
  opacity:0;
  transform:translateY(26px);
  transition:opacity .65s ease var(--v55-delay,0ms),transform .65s cubic-bezier(.2,.75,.2,1) var(--v55-delay,0ms);
}
.v55-reveal.v55-visible{opacity:1;transform:none}
figure img{object-position:center!important}
.brand-logo-box img{padding:8px!important}
.service-popup-card,.brand-tile-v51,.v50-specialty-grid>a,.v50-journey>div{
  min-width:0!important;
}
.service-popup-card h3,.brand-tile-v51 strong,.v50-specialty-grid strong{
  white-space:normal!important;
  overflow-wrap:normal!important;
  line-height:1.2!important;
}

@media(max-width:980px){
  .section-head,.v55-meta-grid{grid-template-columns:1fr}
  .section-head{align-items:start!important}
  .v55-meta-product{padding:28px 18px}
}
@media(max-width:680px){
  .container{width:min(100% - 24px,1280px)!important}
  .v55-popup{padding:29px 20px;border-radius:23px}
  .v55-popup h2{margin-right:42px!important;font-size:clamp(1.8rem,9vw,2.7rem)!important}
  .v55-form-grid,.v55-meta-features{grid-template-columns:1fr}
  .v55-form-grid .full{grid-column:auto}
  .v55-contact-form>.btn{width:100%;margin-right:0}
  .v55-meta-product{padding:25px 12px}
  .v55-meta-glasses{height:145px;transform:scale(.76)}
  .v55-meta-glasses:hover{transform:scale(.78)}
  .v55-lens{width:145px;height:105px;border-width:11px}
  .v55-bridge{width:38px}
}
@media(prefers-reduced-motion:reduce){
  .v55-reveal{opacity:1!important;transform:none!important}
}

/* V56 — lisibilité définitive, suppression des textes internes et popups enrichis */

/* En-tête : tous les onglets doivent rester visibles sur ordinateur */
@media(min-width:981px){
  .header .container,
  .topline .container{
    width:min(1540px,calc(100% - 34px))!important;
    max-width:1540px!important;
  }
  .header-inner{
    display:grid!important;
    grid-template-columns:210px minmax(0,1fr)!important;
    gap:24px!important;
    align-items:center!important;
  }
  .brand img{
    width:205px!important;
    height:64px!important;
  }
  .menu{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:24px!important;
    min-width:0!important;
    overflow:visible!important;
    white-space:nowrap!important;
  }
  .menu>a:not(.btn),
  .menu>button{
    flex:0 0 auto!important;
    font-size:.83rem!important;
  }
  .desktop-contact-trigger{
    display:inline-flex!important;
    min-height:48px!important;
    padding:0 22px!important;
  }
}
@media(min-width:981px) and (max-width:1280px){
  .header-inner{
    grid-template-columns:175px minmax(0,1fr)!important;
    gap:16px!important;
  }
  .brand img{
    width:170px!important;
    height:54px!important;
  }
  .menu{
    gap:15px!important;
  }
  .menu>a:not(.btn),
  .menu>button{
    font-size:.74rem!important;
  }
  .desktop-contact-trigger{
    padding:0 15px!important;
  }
}

/* Plus aucun texte pâle ou blanc sur fond blanc */
.v50-journey>div{
  background:linear-gradient(145deg,#171717,#0d0d0d)!important;
  border:1px solid #3a3a3a!important;
  color:#fff!important;
  box-shadow:0 16px 42px rgba(0,0,0,.34)!important;
}
.v50-journey>div strong{
  color:#fff!important;
  font-size:1rem!important;
}
.v50-journey>div p{
  color:#d2d2cb!important;
  font-size:.84rem!important;
  line-height:1.6!important;
}
.v50-journey>div:hover{
  transform:translateY(-7px)!important;
  border-color:#94c957!important;
  background:linear-gradient(145deg,#20251b,#111)!important;
}

/* Galerie publique : aucun message technique destiné à l’administration */
.v50-gallery{
  background:#080808!important;
}
.v50-gallery .section-head h2{
  max-width:850px!important;
}
.v50-gallery .section-head .lead{
  color:#d4d4ce!important;
}
.v50-upload-placeholder.v56-store-info{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
  border:1px solid #38432f!important;
  background:linear-gradient(145deg,#151b11,#0e0e0e)!important;
  color:#fff!important;
}
.v50-upload-placeholder.v56-store-info strong{
  color:#fff!important;
  font-size:1.35rem!important;
}
.v50-upload-placeholder.v56-store-info span{
  color:#c6d5b8!important;
  line-height:1.65!important;
}
.v50-upload-placeholder.v56-store-info a{
  color:#94c957!important;
  font-weight:800!important;
}

/* Formulaire de commande de lentilles : contraste cohérent */
.order-layout,
.order-layout-v33{
  align-items:start!important;
}
.order-form-panel{
  padding:28px!important;
  border:1px solid #343434!important;
  border-radius:28px!important;
  background:#0d0d0d!important;
  color:#fff!important;
  box-shadow:0 24px 70px rgba(0,0,0,.45)!important;
}
.order-form-panel h2,
.order-form-panel h3,
.order-form-panel strong,
.order-form-panel label,
.lens-order-form label,
.form-step-title strong{
  color:#fff!important;
}
.order-form-panel p,
.order-intro-v33 p,
.lens-order-form small,
.lens-order-form .help,
.lens-order-form .hint{
  color:#c8c8c1!important;
}
.lens-order-form .field,
.lens-order-form-v33 .field{
  min-width:0!important;
}
.lens-order-form input,
.lens-order-form select,
.lens-order-form textarea,
.lens-order-form-v33 input,
.lens-order-form-v33 select,
.lens-order-form-v33 textarea{
  width:100%!important;
  min-width:0!important;
  max-width:100%!important;
  background:#080808!important;
  border:1px solid #434343!important;
  color:#fff!important;
}
.lens-order-form option{
  background:#111!important;
  color:#fff!important;
}
.lens-order-form input::placeholder,
.lens-order-form textarea::placeholder{
  color:#91918c!important;
  opacity:1!important;
}
.form-step-title{
  color:#fff!important;
  border-bottom-color:#343434!important;
}
.form-step-title span{
  background:#86b94e!important;
  color:#050505!important;
}
.document-upload-card,
.upload-card,
.optional-document,
.lens-order-form .document-card{
  background:#141414!important;
  border:1px solid #3d4933!important;
  color:#fff!important;
}
.document-upload-card label,
.upload-card label,
.optional-document label{
  color:#fff!important;
}
.document-upload-card p,
.upload-card p,
.optional-document p{
  color:#c9c9c2!important;
}
input[type="file"]{
  padding:9px!important;
  background:#090909!important;
  color:#fff!important;
}
input[type="file"]::file-selector-button{
  margin-right:12px;
  padding:9px 12px;
  border:0;
  border-radius:9px;
  background:#f3f3ef;
  color:#050505;
  font-weight:750;
  cursor:pointer;
}

/* Recadrage des grands titres et des sections */
.page-hero,
.v50-story,
.v50-gallery,
.v50-specialties,
.soft{
  overflow:hidden!important;
}
.page-hero .container,
.v50-story .container,
.v50-gallery .container,
.v50-specialties .container{
  min-width:0!important;
}
.v50-story-grid>div,
.v50-story-grid figure,
.v50-photo-stack,
.v55-meta-grid>div{
  min-width:0!important;
}
.v50-story h2,
.v50-gallery h2,
.v50-specialties h2,
.page-hero h1{
  margin-top:0!important;
  max-width:100%!important;
  font-size:clamp(2.15rem,5.1vw,4.9rem)!important;
  line-height:1.03!important;
}
.v50-story p{
  max-width:760px!important;
  color:#d1d1cb!important;
}
.v50-commitments>div{
  border:1px solid #303030!important;
  background:#171717!important;
}
.v50-commitments strong{
  color:#fff!important;
}
.v50-commitments span{
  color:#c8c8c2!important;
}

/* Cartes de spécialités : textes toujours lisibles */
.v50-specialty-grid>a,
.v54-meta-specialty{
  min-height:190px!important;
}
.v50-specialty-grid strong,
.v54-meta-specialty strong{
  color:#fff!important;
  font-size:1.12rem!important;
}
.v50-specialty-grid span,
.v54-meta-specialty span{
  color:#d0d0c9!important;
  line-height:1.55!important;
}

/* Popups longs : lecture confortable */
.v55-popup{
  width:min(850px,100%)!important;
}
.v55-popup-content{
  min-width:0!important;
}
.v55-popup-intro{
  max-width:760px!important;
  font-size:1.06rem!important;
}
.v55-popup-list{
  grid-template-columns:1fr 1fr!important;
  gap:11px!important;
}
.v55-popup-list li{
  min-height:86px!important;
  display:flex!important;
  align-items:center!important;
  color:#deded8!important;
}
.v55-popup-note{
  color:#e1efd0!important;
  font-size:.94rem!important;
}
.v55-contact-form{
  background:#0d0d0d!important;
  border:1px solid #333!important;
  border-radius:20px!important;
  padding:22px!important;
}
.v55-contact-form label>span{
  color:#fff!important;
}
.v55-contact-form input,
.v55-contact-form textarea{
  color:#fff!important;
  background:#070707!important;
}

/* Boutons et éléments cliquables plus explicites */
.v55-clickable,
[data-popup-key],
[data-contact-popup]{
  cursor:pointer!important;
}
.v55-clickable::after{
  content:"En savoir plus";
  display:inline-flex;
  margin-top:auto;
  padding-top:15px;
  color:#94c957;
  font-size:.72rem;
  font-weight:850;
  letter-spacing:.02em;
}
.v50-journey>div.v55-clickable::after,
.v50-commitments>div.v55-clickable::after{
  content:"Voir les détails";
}

/* Responsive */
@media(max-width:900px){
  .order-form-panel{
    padding:20px!important;
  }
  .v55-popup-list{
    grid-template-columns:1fr!important;
  }
}
@media(max-width:620px){
  .v50-journey{
    grid-template-columns:1fr!important;
  }
  .v50-journey>div{
    min-height:150px!important;
  }
  .v50-story h2,
  .v50-gallery h2,
  .v50-specialties h2,
  .page-hero h1{
    font-size:clamp(2rem,10.5vw,3.25rem)!important;
  }
  .order-form-panel{
    padding:16px!important;
    border-radius:20px!important;
  }
  .lens-order-form .form-grid,
  .lens-order-form-v33 .form-grid{
    grid-template-columns:1fr!important;
  }
  .v55-popup{
    max-height:92dvh!important;
  }
}

/* V57 — popups sans formulaire, contact prédéfini, avis, lentilles et accès employés */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800&display=swap');

.v57-popup-overlay{
  position:fixed;
  z-index:50000;
  inset:0;
  display:grid;
  place-items:center;
  padding:18px;
  background:rgba(0,0,0,.84);
  backdrop-filter:blur(14px);
}
.v57-popup-overlay[hidden]{display:none!important}
.v57-popup{
  position:relative;
  width:min(850px,100%);
  max-height:92dvh;
  overflow-y:auto;
  padding:34px 38px 38px;
  border:1px solid #414141;
  border-radius:30px;
  background:radial-gradient(circle at 90% 4%,rgba(148,201,87,.13),transparent 27%),linear-gradient(145deg,#191919,#080808);
  box-shadow:0 45px 150px rgba(0,0,0,.78);
  color:#fff;
  font-family:"Outfit","Manrope",sans-serif!important;
  animation:v57PopupIn .28s ease both;
}
@keyframes v57PopupIn{from{opacity:0;transform:translateY(20px) scale(.97)}to{opacity:1;transform:none}}
.v57-popup-close{
  position:sticky!important;
  top:0!important;
  z-index:20!important;
  float:right;
  display:grid;
  place-items:center;
  width:48px;
  height:48px;
  margin:-18px -20px 4px 18px;
  border:1px solid #4a4a4a;
  border-radius:50%;
  background:#202020;
  color:#fff;
  font-size:29px;
  cursor:pointer;
  box-shadow:0 10px 30px rgba(0,0,0,.4);
}
.v57-popup-close:hover{background:#94c957;color:#050505;transform:rotate(5deg)}
.v57-popup-title{
  margin:10px 54px 18px 0!important;
  color:#fff!important;
  font-family:"Outfit","Manrope",sans-serif!important;
  font-size:clamp(2.1rem,5vw,3.8rem)!important;
  line-height:1!important;
  letter-spacing:-.045em!important;
}
.v57-popup-intro{
  color:#dfdfd8!important;
  font-size:1.08rem;
  line-height:1.75;
}
.v57-popup-list{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:11px;
  margin:22px 0 0;
  padding:0;
  list-style:none;
}
.v57-popup-list li{
  position:relative;
  display:flex;
  align-items:center;
  min-height:86px;
  padding:15px 16px 15px 44px;
  border:1px solid #343434;
  border-radius:16px;
  background:#111;
  color:#e2e2dc!important;
  line-height:1.55;
}
.v57-popup-list li::before{
  content:"✓";
  position:absolute;
  left:16px;
  color:#94c957;
  font-weight:900;
}
.v57-popup-note{
  margin-top:18px;
  padding:17px 19px;
  border-left:4px solid #94c957;
  border-radius:0 15px 15px 0;
  background:#17210f;
  color:#e2efd2;
  line-height:1.65;
}
.v57-popup-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:23px}
body.v57-popup-open{overflow:hidden}

.v57-contact-choices{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:13px;
  margin-top:22px;
}
.v57-contact-choices a{
  display:flex;
  flex-direction:column;
  gap:7px;
  min-height:120px;
  padding:20px;
  border:1px solid #393939;
  border-radius:18px;
  background:#111;
  color:#fff;
  text-decoration:none;
  transition:.25s;
}
.v57-contact-choices a:hover,
.v57-contact-choices a.is-suggested{
  transform:translateY(-4px);
  border-color:#94c957;
  background:#182111;
}
.v57-contact-choices strong{color:#fff;font-size:1.05rem}
.v57-contact-choices span{color:#c9c9c2!important;line-height:1.5}

.v57-contact-page-grid{
  display:grid;
  grid-template-columns:320px minmax(0,1fr);
  gap:24px;
  align-items:start;
}
.v57-contact-summary{
  position:sticky;
  top:120px;
  padding:25px;
  border:1px solid #35422c;
  border-radius:24px;
  background:#111;
}
.v57-contact-summary h2{font-size:2rem!important}
.v57-contact-summary a{color:#94c957;font-size:1.2rem;font-weight:800}
.v57-contact-page-form{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:15px;
  padding:26px;
  border:1px solid #363636;
  border-radius:25px;
  background:#101010;
}
.v57-contact-page-form .full{grid-column:1/-1}
.v57-contact-status{grid-column:1/-1;min-height:24px;font-weight:750}
.v57-contact-status.success{color:#a9db73}
.v57-contact-status.error{color:#ff9c9c}
.v57-honeypot{position:absolute;left:-9999px}

.v57-lens-advice-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.v57-lens-advice-card{
  overflow:hidden;
  border:1px solid #363636;
  border-radius:23px;
  background:#111;
  cursor:pointer;
  transition:.28s;
}
.v57-lens-advice-card:hover{
  transform:translateY(-7px);
  border-color:#94c957;
  box-shadow:0 25px 70px rgba(0,0,0,.48);
}
.v57-lens-advice-card img{
  display:block;
  width:100%;
  height:220px;
  object-fit:cover;
}
.v57-lens-advice-card>div{padding:20px}
.v57-lens-advice-card span{color:#94c957!important;font-weight:900}
.v57-lens-advice-card h3{margin:8px 0 10px;color:#fff!important;font-size:1.25rem!important}
.v57-lens-advice-card p{color:#c9c9c2!important;line-height:1.6}

.v57-review-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.v57-review-card{
  display:flex;
  flex-direction:column;
  min-height:310px;
  padding:24px;
  border:1px solid #353535;
  border-radius:22px;
  background:linear-gradient(145deg,#171717,#0d0d0d);
}
.v57-review-stars{color:#94c957;font-size:1.2rem;letter-spacing:.12em}
.v57-review-card blockquote{margin:20px 0;color:#efefe9;font-size:1.03rem;line-height:1.75}
.v57-review-card footer{margin-top:auto}
.v57-review-card footer strong,.v57-review-card footer span{display:block}
.v57-review-card footer span{margin-top:4px;color:#aeadac!important;font-size:.78rem}
.v57-review-card>a{margin-top:15px;color:#94c957;font-size:.78rem;font-weight:800}
.v57-review-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}

.v57-admin-review-form,.v57-staff-create{
  padding:26px;
  border:1px solid #353535;
  border-radius:24px;
  background:#111;
  margin-bottom:24px;
}
.v57-admin-review-form form,.v57-staff-create form,
.v57-admin-review-card form{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:15px;
}
.v57-admin-review-form .full,.v57-staff-create .full,.v57-admin-review-card .full{grid-column:1/-1}
.v57-admin-review-list,.v57-staff-list{display:grid;gap:18px}
.v57-admin-review-card,.v57-staff-card{
  padding:22px;
  border:1px solid #333;
  border-radius:22px;
  background:#101010;
}
.v57-review-admin-actions,.v57-staff-actions{grid-column:1/-1;display:flex;gap:10px;flex-wrap:wrap}
.v57-permission-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  padding:15px;
  border-radius:15px;
  background:#0b0b0b;
}
.v57-permission-grid label{
  padding:10px;
  border:1px solid #333;
  border-radius:12px;
  color:#fff;
}
.v57-staff-card{
  display:grid;
  grid-template-columns:240px minmax(0,1fr);
  gap:20px;
}
.v57-staff-card form{display:grid;gap:15px}

.v57-reveal{opacity:0;transform:translateY(24px);transition:opacity .62s ease var(--v57-delay,0ms),transform .62s ease var(--v57-delay,0ms)}
.v57-reveal.v57-visible{opacity:1;transform:none}

@media(max-width:980px){
  .v57-contact-page-grid,.v57-staff-card{grid-template-columns:1fr}
  .v57-contact-summary{position:static}
  .v57-review-grid,.v57-lens-advice-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:680px){
  .v57-popup{padding:26px 19px 30px;border-radius:22px}
  .v57-popup-list,.v57-contact-choices,.v57-review-grid,.v57-lens-advice-grid,.v57-permission-grid{grid-template-columns:1fr}
  .v57-contact-page-form,.v57-admin-review-form form,.v57-staff-create form,.v57-admin-review-card form{grid-template-columns:1fr}
  .v57-contact-page-form .full,.v57-admin-review-form .full,.v57-staff-create .full,.v57-admin-review-card .full{grid-column:auto}
  .v57-lens-advice-card img{height:190px}
}

/* V58 — accueil vivant, vraies illustrations lentilles et photos individuelles équipe */
.v58-marquee{
  overflow:hidden;
  border-bottom:1px solid #25301e;
  background:#10170c;
  color:#dff2c7;
}
.v58-marquee>div{
  display:flex;
  align-items:center;
  gap:22px;
  width:max-content;
  min-height:42px;
  padding:0 20px;
  font-size:.76rem;
  font-weight:850;
  letter-spacing:.08em;
  text-transform:uppercase;
  animation:v58Marquee 24s linear infinite;
}
.v58-marquee b{color:#94c957}
@keyframes v58Marquee{to{transform:translateX(-50%)}}

.v58-hero{
  position:relative;
  overflow:hidden;
}
.v58-hero::before{
  content:"";
  position:absolute;
  inset:auto -15% -45% 40%;
  height:650px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(148,201,87,.12),transparent 66%);
  pointer-events:none;
  animation:v58Pulse 5s ease-in-out infinite;
}
@keyframes v58Pulse{50%{transform:scale(1.08);opacity:.65}}
.v58-hero-image{overflow:visible!important}
.v58-hero-image img{border-radius:34px}
.v58-floating-card{
  position:absolute;
  z-index:5;
  display:grid;
  gap:3px;
  min-width:190px;
  padding:14px 16px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:16px;
  background:rgba(10,10,10,.78);
  backdrop-filter:blur(12px);
  color:#fff;
  box-shadow:0 20px 55px rgba(0,0,0,.38);
}
.v58-floating-card strong{color:#fff}
.v58-floating-card span{color:#bfe095!important;font-size:.72rem}
.v58-float-one{left:-30px;top:65px;animation:v58Float 4.4s ease-in-out infinite}
.v58-float-two{right:-25px;bottom:80px;animation:v58Float 5.2s ease-in-out infinite reverse}
@keyframes v58Float{50%{transform:translateY(-12px) rotate(.7deg)}}

.v58-live-strip{padding:26px 0 72px;background:#050505}
.v58-live-strip .container{
  display:grid;
  grid-template-columns:1.35fr .8fr .8fr;
  gap:16px;
}
.v58-live-card{
  position:relative;
  overflow:hidden;
  min-height:280px;
  padding:0;
  border:1px solid #333;
  border-radius:25px;
  background:#111;
  color:#fff;
  text-align:left;
  cursor:pointer;
  box-shadow:0 20px 60px rgba(0,0,0,.34);
  transition:.32s;
}
.v58-live-card:hover{transform:translateY(-8px);border-color:#94c957;box-shadow:0 32px 90px rgba(0,0,0,.55)}
.v58-live-card img{width:100%;height:100%;min-height:280px;object-fit:cover;transition:.5s}
.v58-live-card:hover img{transform:scale(1.07)}
.v58-live-card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 24%,rgba(0,0,0,.88))}
.v58-live-card>div{position:absolute;z-index:2;left:22px;right:22px;bottom:20px}
.v58-live-card span{color:#a9d878!important;font-size:.72rem;font-weight:900;text-transform:uppercase;letter-spacing:.1em}
.v58-live-card h2,.v58-live-card h3{margin:7px 0 8px;color:#fff!important;letter-spacing:-.04em!important}
.v58-live-card h2{font-size:clamp(2rem,3.3vw,3.5rem)!important}
.v58-live-card h3{font-size:1.6rem!important}
.v58-live-card p{color:#d6d6cf!important;line-height:1.5}

.v58-specialty-icon{
  display:grid;
  place-items:center;
  width:48px;
  height:48px;
  margin-bottom:20px;
  border:1px solid #44632d;
  border-radius:15px;
  background:#182310;
  color:#a9dc70;
  font-style:normal;
  font-size:1.35rem;
  transition:.3s;
}
.v50-specialty-grid>a:hover .v58-specialty-icon{transform:rotate(-6deg) scale(1.1);background:#94c957;color:#050505}

.v58-team-section{background:linear-gradient(180deg,#080808,#10150d)!important}
.v58-team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.v58-team-card{
  overflow:hidden;
  border:1px solid #363636;
  border-radius:24px;
  background:#111;
  transition:.3s;
}
.v58-team-card:hover{transform:translateY(-7px);border-color:#94c957}
.v58-team-card>img,.v58-team-initials{width:100%;height:340px;object-fit:cover}
.v58-team-initials{display:grid;place-items:center;background:linear-gradient(145deg,#203216,#0b0b0b);color:#a8d871;font-size:4rem;font-weight:900}
.v58-team-card>div:last-child{padding:22px}
.v58-team-card span{color:#94c957!important;font-size:.75rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.v58-team-card h3{margin:7px 0 11px;color:#fff!important}
.v58-team-card p{color:#c9c9c2!important;line-height:1.65}

.v58-staff-card{
  display:grid;
  grid-template-columns:260px minmax(0,1fr);
  gap:22px;
  padding:22px;
  border:1px solid #353535;
  border-radius:24px;
  background:#101010;
}
.v58-staff-profile-preview{text-align:center}
.v58-staff-profile-preview img,.v58-staff-avatar{width:100%;height:260px;border-radius:18px;object-fit:cover}
.v58-staff-avatar{display:grid;place-items:center;background:#192611;color:#a9db73;font-size:3.3rem;font-weight:900}
.v58-staff-profile-preview h3{margin:15px 0 5px}
.v58-staff-profile-preview p{color:#aaa}
.v58-staff-settings{display:grid;gap:18px}
.v58-staff-profile-form{display:grid;grid-template-columns:1fr 1fr;gap:14px;padding-bottom:18px;border-bottom:1px solid #333}
.v58-staff-profile-form .full{grid-column:1/-1}
.v58-permission-form{display:grid;gap:14px}
.v58-permission-form h4{margin:0;color:#fff}

.v57-lens-advice-card img{
  background:#080a08;
  object-fit:cover!important;
}
.v57-lens-advice-card:hover img{transform:scale(1.04)}

@media(max-width:1050px){
  .v58-live-strip .container{grid-template-columns:1fr 1fr}
  .v58-live-card.large{grid-column:1/-1}
  .v58-team-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:760px){
  .v58-floating-card{display:none}
  .v58-live-strip .container,.v58-team-grid{grid-template-columns:1fr}
  .v58-live-card.large{grid-column:auto}
  .v58-staff-card{grid-template-columns:1fr}
  .v58-staff-profile-form{grid-template-columns:1fr}
  .v58-staff-profile-form .full{grid-column:auto}
}
@media(prefers-reduced-motion:reduce){
  .v58-marquee>div,.v58-hero::before,.v58-floating-card{animation:none!important}
}

/* V60 — gestion complète des employés */
.v60-staff-hero{
  display:grid;
  grid-template-columns:minmax(0,1fr) 180px;
  gap:28px;
  align-items:center;
  margin-bottom:24px;
  padding:30px;
  border:1px solid #35452a;
  border-radius:28px;
  background:
    radial-gradient(circle at 90% 10%,rgba(148,201,87,.17),transparent 32%),
    linear-gradient(145deg,#171b14,#0d0d0d);
}
.v60-staff-hero h2{margin:8px 0 14px;color:#fff!important;font-size:clamp(2.2rem,4.8vw,4.5rem)!important}
.v60-staff-hero p{max-width:850px;color:#c9c9c2!important;line-height:1.7}
.v60-staff-count{
  display:grid;
  place-items:center;
  min-height:150px;
  border:1px solid #496634;
  border-radius:22px;
  background:#11170d;
  text-align:center;
}
.v60-staff-count strong{color:#a7db6c;font-size:3.8rem;line-height:1}
.v60-staff-count span{color:#d5e7c3!important;font-weight:750}

.v60-create-staff{
  margin-bottom:26px;
  padding:26px;
  border:1px solid #393939;
  border-radius:25px;
  background:#111;
}
.v60-card-heading{
  display:flex;
  justify-content:space-between;
  gap:20px;
  align-items:end;
  margin-bottom:20px;
}
.v60-card-heading h3{margin:6px 0 0;color:#fff!important;font-size:2rem!important}
.v60-card-heading>span{color:#a9a9a3!important;font-size:.78rem}
.v60-create-grid,.v60-form-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:15px;
}
.v60-create-grid .full,.v60-form-grid .full{grid-column:1/-1}

.v60-permission-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  margin:10px 0 18px;
}
.v60-permission-grid label{
  display:flex;
  align-items:center;
  gap:10px;
  min-height:54px;
  padding:12px 14px;
  border:1px solid #343434;
  border-radius:13px;
  background:#0b0b0b;
  cursor:pointer;
  transition:.2s;
}
.v60-permission-grid label:hover{border-color:#94c957;background:#151d10}
.v60-permission-grid input{width:18px!important;height:18px!important}
.v60-permission-grid span{color:#fff!important;font-weight:700;font-size:.82rem}

.v60-empty-staff{
  display:grid;
  gap:7px;
  margin:20px 0;
  padding:30px;
  border:1px dashed #526346;
  border-radius:22px;
  text-align:center;
}
.v60-empty-staff strong{color:#fff;font-size:1.25rem}
.v60-empty-staff span{color:#aaa!important}

.v60-staff-list{display:grid;gap:24px}
.v60-employee-card{
  overflow:hidden;
  border:1px solid #393939;
  border-radius:28px;
  background:#0e0e0e;
  box-shadow:0 24px 75px rgba(0,0,0,.36);
}
.v60-employee-header{
  display:flex;
  justify-content:space-between;
  gap:22px;
  align-items:center;
  padding:23px 25px;
  border-bottom:1px solid #303030;
  background:linear-gradient(145deg,#181818,#111);
}
.v60-employee-identity{display:flex;align-items:center;gap:17px;min-width:0}
.v60-employee-identity img,.v60-avatar{
  width:88px;height:88px;flex:0 0 88px;
  border-radius:22px;object-fit:cover;
}
.v60-avatar{
  display:grid;place-items:center;
  background:linear-gradient(145deg,#243718,#111);
  color:#a8da70;font-size:1.7rem;font-weight:900;
}
.v60-employee-identity h3{margin:6px 0 3px;color:#fff!important;font-size:1.5rem!important}
.v60-employee-identity p,.v60-employee-identity small{display:block;color:#aaa!important}
.v60-status{
  display:inline-flex;
  padding:5px 9px;
  border-radius:999px;
  font-size:.67rem;
  font-weight:900;
  text-transform:uppercase;
}
.v60-status.is-active{background:#1e3413;color:#b9e987!important}
.v60-status.is-blocked{background:#3a1515;color:#ffaaaa!important}
.v60-employee-header-actions{display:flex;gap:9px;flex-wrap:wrap}

.v60-employee-body{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
  padding:22px;
}
.v60-panel{
  min-width:0;
  padding:21px;
  border:1px solid #303030;
  border-radius:20px;
  background:#121212;
}
.v60-panel h4{margin:0 0 16px;color:#fff!important;font-size:1.15rem}
.v60-panel-help{margin:-8px 0 16px;color:#aaa!important;font-size:.82rem;line-height:1.55}
.v60-photo-panel,.v60-security-panel{grid-column:1/-1}

.v60-photo-upload{
  display:grid;
  grid-template-columns:1.2fr 1fr 120px 1fr;
  gap:12px;
  align-items:end;
}
.v60-photo-upload .full{grid-column:1/-1}
.v60-photo-gallery{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:13px;
  margin-top:20px;
}
.v60-photo-gallery article{
  position:relative;
  overflow:hidden;
  padding:10px;
  border:1px solid #333;
  border-radius:17px;
  background:#0a0a0a;
}
.v60-photo-gallery article.is-primary{border-color:#94c957;box-shadow:0 0 0 1px rgba(148,201,87,.25)}
.v60-photo-gallery img{width:100%;height:180px;border-radius:12px;object-fit:cover}
.v60-photo-gallery article>span{
  position:absolute;left:18px;top:18px;
  padding:5px 8px;border-radius:999px;
  background:#94c957;color:#050505!important;
  font-size:.65rem;font-weight:900;
}
.v60-photo-gallery p{margin:9px 3px;color:#bbb!important;font-size:.75rem}
.v60-photo-gallery article>div{display:grid;gap:7px;margin-top:8px}
.v60-photo-gallery .btn{width:100%;padding:9px 10px;font-size:.68rem}
.v60-photo-gallery .btn:disabled{opacity:.45;cursor:not-allowed}

.v60-security-panel{
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:20px;
  background:#130d0d;
  border-color:#4a2929;
}
.v60-password-form{display:flex;gap:10px;align-items:end;flex-wrap:wrap}
.v60-password-form .field{min-width:260px}

@media(max-width:1100px){
  .v60-employee-body{grid-template-columns:1fr}
  .v60-photo-panel,.v60-security-panel{grid-column:auto}
  .v60-photo-gallery{grid-template-columns:repeat(3,1fr)}
  .v60-photo-upload{grid-template-columns:1fr 1fr}
}
@media(max-width:760px){
  .v60-staff-hero{grid-template-columns:1fr}
  .v60-staff-count{min-height:110px}
  .v60-create-grid,.v60-form-grid,.v60-photo-upload{grid-template-columns:1fr}
  .v60-create-grid .full,.v60-form-grid .full,.v60-photo-upload .full{grid-column:auto}
  .v60-permission-grid{grid-template-columns:1fr}
  .v60-employee-header{align-items:flex-start;flex-direction:column}
  .v60-photo-gallery{grid-template-columns:repeat(2,1fr)}
  .v60-security-panel{align-items:stretch;flex-direction:column}
  .v60-password-form{display:grid}
  .v60-password-form .field{min-width:0}
}
@media(max-width:480px){
  .v60-photo-gallery{grid-template-columns:1fr}
  .v60-employee-identity img,.v60-avatar{width:70px;height:70px;flex-basis:70px}
}

/* V61 — couche premium, accessibilité, mobile et assistant */
:root{--v61-gold:#d7bd82;--v61-ink:#07110e;--v61-glass:rgba(255,255,255,.07)}
html{scroll-behavior:smooth}body{overflow-x:hidden;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}
:focus-visible{outline:3px solid var(--v61-gold);outline-offset:4px;border-radius:5px}
img{max-width:100%;height:auto}.header{backdrop-filter:saturate(140%) blur(16px);-webkit-backdrop-filter:saturate(140%) blur(16px)}
.v50-hero-image img,.v58-live-card img,.v50-gallery img{content-visibility:auto}.btn{min-height:44px}
.v61-assistant-launch{position:fixed;right:22px;bottom:24px;z-index:1200;border:1px solid rgba(215,189,130,.55);background:#0b1713;color:#fff;border-radius:999px;padding:12px 17px;display:flex;align-items:center;gap:9px;box-shadow:0 18px 55px rgba(0,0,0,.34);font:inherit;cursor:pointer}.v61-assistant-launch>span{font-weight:700;font-size:.88rem}.v61-assistant-launch:hover{transform:translateY(-2px)}
.v61-assistant{position:fixed;right:22px;bottom:84px;width:min(390px,calc(100vw - 28px));z-index:1201;background:#0a1512;color:#fff;border:1px solid rgba(215,189,130,.34);border-radius:22px;box-shadow:0 28px 90px rgba(0,0,0,.5);overflow:hidden;opacity:0;transform:translateY(15px) scale(.97);pointer-events:none;transition:.22s ease}.v61-assistant.open{opacity:1;transform:none;pointer-events:auto}.v61-assistant-head{display:flex;justify-content:space-between;align-items:center;padding:17px 18px;border-bottom:1px solid rgba(255,255,255,.1);background:linear-gradient(135deg,rgba(215,189,130,.14),transparent)}.v61-assistant-head div{display:grid;gap:3px}.v61-assistant-head span{font-size:.72rem;color:#b8c4bf}.v61-assistant-head button{background:none;border:0;color:#fff;font-size:1.7rem;cursor:pointer}.v61-assistant-body{padding:17px}.v61-assistant-body>p{margin-top:0}.v61-assistant-choices{display:grid;grid-template-columns:1fr 1fr;gap:8px}.v61-assistant-choices button,.v61-assistant-answer button{border:1px solid rgba(255,255,255,.15);background:rgba(255,255,255,.06);color:#fff;border-radius:12px;padding:11px;text-align:left;cursor:pointer}.v61-assistant-choices button:hover{border-color:var(--v61-gold);background:rgba(215,189,130,.1)}.v61-assistant-answer{margin-top:14px;padding:0;line-height:1.55;color:#e5ece9}.v61-assistant-answer:not(:empty){padding:13px;border-radius:12px;background:rgba(255,255,255,.06)}.v61-assistant-answer a{color:#f1d99f;font-weight:700}
@media(max-width:720px){.v61-assistant-launch{right:12px;bottom:76px}.v61-assistant-launch>span{display:none}.v61-assistant{right:14px;bottom:132px}.v61-assistant-choices{grid-template-columns:1fr}.v58-marquee{display:none}.v50-hero-copy h1{font-size:clamp(2.6rem,14vw,4.4rem)}.section{padding-top:64px;padding-bottom:64px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
@media(prefers-contrast:more){.btn,.v50-specialty-grid a{border:2px solid currentColor}}


/* V90 — administration, coffre-fort et expérience client */
.v90-admin{background:#070908;min-height:100vh}.v90-actions,.v90-form-row{display:flex;gap:12px;flex-wrap:wrap}.v90-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:24px}.v90-stats article,.v90-panel,.v90-empty{background:linear-gradient(145deg,rgba(255,255,255,.075),rgba(255,255,255,.025));border:1px solid rgba(255,255,255,.11);border-radius:22px;padding:22px;box-shadow:0 18px 55px rgba(0,0,0,.18)}.v90-stats strong{display:block;font-size:2rem}.v90-stats span{color:#b9c1bc}.v90-grid{display:grid;grid-template-columns:minmax(260px,340px) 1fr;gap:22px}.v90-main{min-width:0}.v90-two{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-bottom:18px}.v90-panel{margin-bottom:18px}.v90-panel hr{border:0;border-top:1px solid rgba(255,255,255,.1);margin:25px 0}.v90-client-head,.v90-row{display:flex;align-items:center;justify-content:space-between;gap:18px}.v90-client-head{margin-bottom:18px}.v90-list{display:grid;gap:10px}.v90-row{padding:14px;border:1px solid rgba(255,255,255,.09);border-radius:15px}.v90-row span{display:block;color:#aeb7b1;font-size:.86rem;margin-top:4px}.v90-cards,.v90-client-equipment{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.v90-cards article,.v90-client-equipment article{padding:20px;border-radius:18px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.09)}.v90-form-row>*{flex:1}.v90-client-docs{display:grid;gap:12px}.v90-client-docs>a{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;padding:16px 18px;border-radius:18px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.1);text-decoration:none}.v90-client-docs small{display:block;color:#aeb7b1;margin-top:4px}.v90-doc-icon{display:grid;place-items:center;width:48px;height:48px;border-radius:14px;background:#b9e467;color:#10150b;font-weight:900;font-size:.8rem}.v90-secure{font-size:.9rem;color:#b9e467}.inline{display:inline}.btn-small{padding:8px 11px;font-size:.82rem}.check{display:block;margin:10px 0}.check input{margin-right:8px}
@media(max-width:900px){.v90-stats{grid-template-columns:1fr 1fr}.v90-grid,.v90-two{grid-template-columns:1fr}.v90-cards,.v90-client-equipment{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.v90-stats,.v90-cards,.v90-client-equipment{grid-template-columns:1fr}.v90-client-head,.v90-row{align-items:flex-start;flex-direction:column}.v90-client-docs>a{grid-template-columns:auto 1fr}.v90-client-docs>a b{grid-column:2}}

/* V206 — animations configurables depuis l’administration */
body.animation-slow .v57-reveal{transition-duration:.9s!important}
body.animation-normal .v57-reveal{transition-duration:.62s!important}
body.animation-fast .v57-reveal{transition-duration:.32s!important}
body.reveal-fade .v57-reveal{transform:none!important}
body.reveal-zoom .v57-reveal{transform:scale(.965)!important}
body.reveal-zoom .v57-reveal.v57-visible{transform:scale(1)!important}
body[data-hover="0"] .v58-live-card:hover,body[data-hover="0"] .v50-specialty-grid>a:hover,body[data-hover="0"] .btn:hover{transform:none!important}
@media(prefers-reduced-motion:reduce){.v57-reveal{opacity:1!important;transform:none!important;transition:none!important}}

/* V207 - cartes animées administrables avec photos personnelles */
.v207-specialty-images>a{padding:0!important;overflow:hidden;display:flex!important;flex-direction:column;min-height:300px}
.v207-specialty-images>a>img{width:100%;height:175px;object-fit:cover;display:block;transition:transform .45s ease,filter .35s ease}
.v207-specialty-images>a>div{padding:24px 28px 28px;display:flex;flex-direction:column;gap:10px}
.v207-specialty-images>a:hover>img{transform:scale(1.045);filter:brightness(1.04)}
.v207-specialty-images>a strong{font-size:1.28rem}
.v207-specialty-images>a span{line-height:1.55}
@media(max-width:760px){.v207-specialty-images>a{min-height:0}.v207-specialty-images>a>img{height:190px}}

/* V212 */
.global-back-wrap{max-width:1280px;margin:18px auto 0;padding:0 22px}.global-back{border:1px solid #8bc34a;background:#13200f;color:#fff;border-radius:999px;padding:11px 20px;font-weight:800;cursor:pointer}.global-back:hover{background:#8bc34a;color:#071006}.client38-panel,.admin-overview-panel{color:#162018!important}.client38-panel p,.client38-panel small,.admin-overview-panel p,.admin-overview-panel small{color:#475247!important}.client38-panel h2,.admin-overview-panel h3{color:#111811!important}.client38-layout{align-items:start}.client38-profile h2{font-size:clamp(2rem,4vw,3.5rem)!important;line-height:1!important;overflow-wrap:anywhere}.client38-main{display:grid;gap:20px}.client38-panel{padding:26px!important}.client38-panel form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:end}.client38-panel textarea{min-height:96px}.service-popup-card{min-height:180px;display:flex!important;flex-direction:column;justify-content:center;align-items:flex-start;text-align:left}.service-icon{width:46px;height:46px;display:grid;place-items:center}.service-icon img{width:42px;height:42px;object-fit:contain;border-radius:10px}.section-head{align-items:end}.section-head>p{max-width:420px}.daily-advice-card{background:linear-gradient(135deg,#172214,#0b0e0a);border:1px solid #567d2c;border-radius:28px;padding:36px;color:white}.daily-advice-card span{color:#9bd75c;font-weight:900;text-transform:uppercase;letter-spacing:.12em}.daily-advice-card h2{margin:10px 0 8px}.daily-advice-card p{color:#d9e4d1;font-size:1.1rem;max-width:800px}@media(max-width:800px){.client38-panel form{grid-template-columns:1fr}.section-head{display:block}.client38-profile h2{font-size:2.3rem!important}}

/* V216 — lisibilité, ordre des sections, avis et Ray-Ban Meta */
.v216-home-main{display:flex;flex-direction:column}.v216-home-main>.page-hero,.v216-home-main>.v50-marquee{order:-20}
.v216-meta-image-card{padding:18px!important;display:flex!important;flex-direction:column;justify-content:center;align-items:center;overflow:hidden}.v216-meta-image-card img{width:100%;height:380px;object-fit:cover;border-radius:24px;display:block}.v216-meta-image-label{margin-top:14px;color:#b8d98e;font-weight:800;text-align:center}
.v216-review-cta{display:flex;gap:14px;align-items:center;justify-content:center;flex-wrap:wrap;margin:0 0 22px;padding:18px 24px;border:1px solid rgba(139,195,74,.55);background:#15200f;border-radius:20px;color:#fff}.v216-review-cta strong{font-size:1.35rem}.v216-review-cta span{color:#dce8d3}
.v216-floating-review{position:fixed;left:24px;bottom:24px;z-index:9990;background:#8bc34a;color:#071005!important;text-decoration:none;font-weight:900;padding:14px 20px;border-radius:999px;box-shadow:0 12px 35px rgba(0,0,0,.35)}
.v216-order-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.v216-order-grid label{background:#f5f7f2;border:1px solid #d7ded1;border-radius:16px;padding:16px;display:flex;align-items:center;justify-content:space-between;gap:12px;color:#172016;font-weight:800}.v216-order-grid input{width:82px!important;background:#fff!important;color:#111!important;border:1px solid #aeb9a9!important}
.v216-mail-card{background:#fff;color:#172016;border-radius:24px;padding:30px}.v216-mail-card h1,.v216-mail-card label{color:#172016}.v216-mail-card input,.v216-mail-card textarea{background:#f7f8f6!important;color:#111!important;border:1px solid #bfc8bb!important}
/* Contraste global des panneaux clairs d’administration */
body .admin-card,body .v215-card,body .v202-card,body .custom-admin-form section,body .client-card,body .v90-panel{color:#172016}body .custom-admin-form section input,body .custom-admin-form section textarea,body .custom-admin-form section select{color:#fff;background:#0b0b0b}body .custom-admin-form section p,body .custom-admin-form section small{color:#4f5b4c}
@media(max-width:800px){.v216-order-grid{grid-template-columns:1fr}.v216-meta-image-card img{height:260px}.v216-floating-review{left:12px;bottom:12px;padding:11px 15px;font-size:.9rem}}

/* V217 — image Meta services, e-mail admin et retour en haut */
.v217-meta-photo{position:relative;overflow:hidden;padding:0!important;min-height:440px;background:#0b0d0a}
.v217-meta-photo>img{width:100%;height:100%;min-height:440px;object-fit:cover;display:block;border-radius:inherit}
.v217-meta-photo .v54-meta-badge{position:absolute;z-index:2;top:22px;left:22px}
.v217-meta-photo>small{position:absolute;z-index:2;left:24px;right:24px;bottom:20px;text-align:center;padding:10px 14px;border-radius:999px;background:rgba(0,0,0,.72);color:#c8e3a4!important;font-weight:800}
.v217-mail-actions{display:flex;gap:12px;flex-wrap:wrap;align-items:center;margin-top:16px}
.scroll-top-button{position:fixed;right:22px;bottom:98px;z-index:9998;width:52px;height:52px;border:1px solid #6b9638;border-radius:50%;background:#92c94a;color:#081000;font-size:26px;font-weight:900;cursor:pointer;box-shadow:0 12px 30px rgba(0,0,0,.35);opacity:0;visibility:hidden;transform:translateY(12px);transition:.2s ease}
.scroll-top-button.is-visible{opacity:1;visibility:visible;transform:none}
.scroll-top-button:hover{transform:translateY(-3px)}
@media(max-width:700px){.scroll-top-button{right:14px;bottom:86px;width:46px;height:46px}.v217-meta-photo,.v217-meta-photo>img{min-height:320px}}


/* V224 — page Ray-Ban Meta premium, autonome et administrable */
.rbm-page{--rbm-accent:#93c94b;--rbm-surface:#11150f;--rbm-text:#f6f7f3;background:#050704;color:var(--rbm-text);overflow:hidden}.rbm-page .section{position:relative}.rbm-hero{padding:64px 0 72px;background:radial-gradient(circle at 78% 32%,color-mix(in srgb,var(--rbm-accent) 20%,transparent),transparent 36%),linear-gradient(135deg,#050604,#0a0d08)}.rbm-hero-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);gap:54px;align-items:center}.rbm-copy h1{font-size:clamp(3.2rem,7vw,6.8rem);line-height:.92;letter-spacing:-.065em;max-width:820px;margin:22px 0}.rbm-copy>p{font-size:1.16rem;line-height:1.75;color:#c9d0c4;max-width:680px}.rbm-brand-lockup{display:inline-flex;align-items:center;gap:14px;font-size:1.15rem;margin:10px 0}.rbm-brand-lockup strong{font-style:italic;font-size:1.45rem}.rbm-brand-lockup span{width:1px;height:28px;background:rgba(255,255,255,.35)}.rbm-brand-lockup b{font-weight:700}.rbm-official-logo{display:block;max-width:260px;max-height:72px;object-fit:contain;object-position:left center;margin:10px 0}.rbm-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.rbm-primary{background:var(--rbm-accent)!important;color:#071005!important;border-color:var(--rbm-accent)!important}.rbm-hero-visual{position:relative;margin:0;min-height:560px;border-radius:34px;overflow:hidden;border:1px solid color-mix(in srgb,var(--rbm-accent) 45%,#2a3126);box-shadow:0 28px 90px rgba(0,0,0,.5)}.rbm-hero-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(0,0,0,.78))}.rbm-hero-visual img{width:100%;height:100%;min-height:560px;object-fit:cover;display:block;transition:transform .8s ease}.rbm-hero-visual:hover img{transform:scale(1.035)}.rbm-hero-visual figcaption{position:absolute;z-index:2;left:24px;bottom:24px;padding:11px 16px;border-radius:999px;background:var(--rbm-accent);color:#071005;font-weight:900;text-transform:uppercase;font-size:.75rem;letter-spacing:.08em}.rbm-feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.rbm-feature-grid article{background:var(--rbm-surface);border:1px solid color-mix(in srgb,var(--rbm-accent) 28%,#293025);border-radius:24px;padding:26px;min-height:200px;transition:.3s ease}.rbm-feature-grid article:hover{transform:translateY(-6px);border-color:var(--rbm-accent)}.rbm-feature-grid span{font-size:1.9rem;color:var(--rbm-accent)}.rbm-feature-grid h3{margin:22px 0 8px;color:var(--rbm-text)}.rbm-feature-grid p{color:#aeb7aa;line-height:1.6}.rbm-models{background:#090b08}.rbm-model-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.rbm-model-grid article{overflow:hidden;border-radius:28px;background:var(--rbm-surface);border:1px solid rgba(255,255,255,.09)}.rbm-model-grid img{width:100%;height:260px;object-fit:cover;display:block;transition:.45s ease}.rbm-model-grid article:hover img{transform:scale(1.04)}.rbm-model-grid article>div{padding:25px}.rbm-model-grid h3{font-size:1.55rem;margin:0 0 10px;color:var(--rbm-text)}.rbm-model-grid p{color:#aeb7aa;min-height:54px}.rbm-model-grid a{color:var(--rbm-accent);font-weight:900;text-decoration:none}.rbm-slider{position:relative;min-height:580px;border-radius:34px;overflow:hidden;background:#0a0c09;border:1px solid rgba(255,255,255,.1)}.rbm-slider figure{position:absolute;inset:0;margin:0;opacity:0;transition:opacity .55s ease}.rbm-slider figure.is-active{opacity:1}.rbm-slider img{width:100%;height:580px;object-fit:cover}.rbm-prev,.rbm-next{position:absolute;z-index:3;top:50%;transform:translateY(-50%);width:52px;height:52px;border-radius:50%;border:1px solid rgba(255,255,255,.35);background:rgba(0,0,0,.58);color:#fff;font-size:2rem;cursor:pointer}.rbm-prev{left:22px}.rbm-next{right:22px}.rbm-dots{position:absolute;z-index:3;left:50%;bottom:20px;transform:translateX(-50%);display:flex;gap:9px}.rbm-dots button{width:9px;height:9px;border:0;border-radius:50%;background:rgba(255,255,255,.45);padding:0}.rbm-dots button.is-active{background:var(--rbm-accent);transform:scale(1.35)}.rbm-video-box{position:relative;padding-top:56.25%;border-radius:28px;overflow:hidden;background:#000}.rbm-video-box iframe,.rbm-video-box video{position:absolute;inset:0;width:100%;height:100%;border:0}.rbm-final .container>div{padding:58px;border-radius:34px;background:linear-gradient(135deg,color-mix(in srgb,var(--rbm-accent) 18%,#10150e),#080a07);border:1px solid color-mix(in srgb,var(--rbm-accent) 35%,#30382a);text-align:center}.rbm-final p{max-width:720px;margin:0 auto 24px;color:#c9d0c4}.rbm-page .section-head h2,.rbm-page h2{color:var(--rbm-text)}.rbm-page .section-head>p{color:#aeb7aa}.v217-meta-photo{text-decoration:none;color:inherit}
@media(max-width:980px){.rbm-hero-grid{grid-template-columns:1fr}.rbm-hero-visual,.rbm-hero-visual img{min-height:460px}.rbm-feature-grid{grid-template-columns:1fr 1fr}.rbm-model-grid{grid-template-columns:1fr}.rbm-model-grid article{display:grid;grid-template-columns:280px 1fr}.rbm-model-grid img{height:100%;min-height:250px}}
@media(max-width:650px){.rbm-hero{padding:40px 0 52px}.rbm-copy h1{font-size:3.25rem}.rbm-hero-visual,.rbm-hero-visual img{min-height:360px}.rbm-feature-grid{grid-template-columns:1fr}.rbm-model-grid article{display:block}.rbm-model-grid img{height:230px;min-height:0}.rbm-slider,.rbm-slider img{height:400px;min-height:400px}.rbm-final .container>div{padding:36px 22px}.rbm-prev,.rbm-next{width:44px;height:44px}}


/* M'EYE OPTIC — CLUB EXPERIENCE V1 */
.btn-ghost{background:transparent;border:1px solid rgba(255,255,255,.22);color:#fff}.btn-ghost:hover{background:rgba(255,255,255,.08)}
.meye-club-intro{padding:72px 0;background:radial-gradient(circle at 80% 10%,rgba(199,231,123,.13),transparent 34%),#090a0a;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}
.meye-club-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:64px;align-items:center}.meye-club-copy h2{font-size:clamp(34px,4.6vw,68px);line-height:1.02;max-width:760px;margin:12px 0 22px}.meye-club-copy>p{font-size:18px;line-height:1.7;max-width:700px;color:#c7c9c6}.meye-club-benefits{display:flex;flex-wrap:wrap;gap:10px;margin:26px 0 30px}.meye-club-benefits span,.meye-member-badges span{border:1px solid rgba(199,231,123,.26);background:rgba(199,231,123,.07);padding:10px 14px;border-radius:999px;font-size:13px;color:#e8f6c8}
.meye-club-card{min-height:390px;border-radius:30px;padding:34px;display:flex;flex-direction:column;background:linear-gradient(145deg,#202322,#0c0d0d 60%,#202a17);border:1px solid rgba(255,255,255,.15);box-shadow:0 40px 90px rgba(0,0,0,.48),inset 0 1px rgba(255,255,255,.1);position:relative;overflow:hidden}.meye-club-card:after{content:"";position:absolute;width:280px;height:280px;border-radius:50%;right:-90px;top:-100px;background:rgba(199,231,123,.12);filter:blur(10px)}.meye-card-top,.meye-card-line{display:flex;justify-content:space-between;align-items:center;position:relative;z-index:1}.meye-card-top span{font-weight:800;letter-spacing:.14em}.meye-card-top b{font-size:12px;letter-spacing:.2em;color:#c7e77b}.meye-card-name{font-family:Georgia,serif;font-size:34px;margin-top:auto;position:relative;z-index:1}.meye-card-status{font-size:12px;letter-spacing:.19em;color:#c7e77b;margin:8px 0 34px;position:relative;z-index:1}.meye-card-line{font-size:13px;color:#aeb2ad}.meye-card-line strong{color:#fff}.meye-card-progress{height:5px;border-radius:99px;background:rgba(255,255,255,.1);margin:16px 0}.meye-card-progress i{display:block;width:76%;height:100%;border-radius:inherit;background:#c7e77b}.meye-club-card small{color:#868b86;letter-spacing:.04em}
.meye-member-hero{background:radial-gradient(circle at 80% 0,rgba(199,231,123,.14),transparent 38%),#080909}.meye-member-badges{display:flex;flex-wrap:wrap;gap:9px;margin-top:24px}.meye-today-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:16px;margin-bottom:38px}.meye-today-main,.meye-stat-card{border:1px solid rgba(255,255,255,.1);border-radius:24px;background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.018));padding:26px}.meye-today-main h2{font-size:32px;margin:8px 0 12px}.meye-today-main p{color:#afb3af;max-width:560px}.meye-today-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.meye-today-actions a{display:flex;justify-content:space-between;gap:24px;min-width:210px;border-radius:14px;padding:14px 16px;background:#c7e77b;color:#111;font-weight:750}.meye-today-actions a+ a{background:#fff}.meye-stat-card{display:flex;flex-direction:column;justify-content:center}.meye-stat-card span{color:#a8ada8;font-size:13px}.meye-stat-card strong{font-size:42px;line-height:1.1;margin:10px 0;color:#e5f7b8}.meye-stat-card small{color:#c9ccc8;line-height:1.35}
@media(max-width:980px){.meye-club-grid{grid-template-columns:1fr;gap:36px}.meye-today-grid{grid-template-columns:1fr 1fr}.meye-today-main{grid-column:1/-1}}
@media(max-width:620px){.meye-club-intro{padding:50px 0}.meye-club-card{min-height:320px;padding:25px}.meye-card-name{font-size:28px}.meye-today-grid{grid-template-columns:1fr}.meye-today-main{grid-column:auto}.meye-member-badges{gap:6px}.meye-member-badges span{font-size:11px;padding:8px 10px}}

/* V230 — direction premium épurée et orientée conversion */
.premium-home{background:#030504;color:#fff}.premium-home section{position:relative}.premium-hero{padding:76px 0 54px;overflow:hidden}.premium-hero:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 78% 42%,rgba(142,207,69,.09),transparent 34%);pointer-events:none}.premium-hero-grid{display:grid;grid-template-columns:.95fr 1.25fr;gap:72px;align-items:center}.premium-hero-copy{position:relative;z-index:2}.premium-hero h1{font-size:clamp(3.4rem,6vw,6.7rem);line-height:.95;letter-spacing:-.055em;margin:20px 0 28px;font-weight:300}.premium-hero h1 em{color:#95d600;font-style:normal}.premium-hero-copy>p{font-size:1.15rem;line-height:1.75;color:#c8cec9;max-width:600px}.premium-primary-actions{display:flex;gap:14px;flex-wrap:wrap;margin:36px 0 22px}.btn-large{min-height:64px;padding:14px 22px;display:inline-flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:3px}.btn-large span{font-weight:800}.btn-large small{font-size:.72rem;opacity:.72;font-weight:500}.premium-secondary-actions{display:flex;flex-wrap:wrap;gap:18px}.premium-secondary-actions a{color:#dfe5e0;text-decoration:none;border-bottom:1px solid rgba(149,214,0,.55);padding-bottom:4px;font-size:.9rem}.premium-hero-visual{position:relative;margin:0;z-index:1}.premium-hero-visual>img{width:100%;height:600px;object-fit:cover;border-radius:28px;filter:saturate(.84) contrast(1.08)}.premium-gift-card{position:absolute;right:22px;bottom:22px;max-width:330px;padding:22px;background:rgba(5,8,6,.86);border:1px solid rgba(149,214,0,.28);backdrop-filter:blur(16px);border-radius:18px;text-decoration:none;color:#fff;display:grid;gap:7px}.premium-gift-card span{color:#b9c0bb;font-size:.84rem;line-height:1.45}.premium-gift-card b{color:#95d600;font-size:.82rem}.premium-proof{padding:0 0 70px}.premium-proof-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid rgba(255,255,255,.1);border-radius:20px;background:#090c0a}.premium-proof-grid>div{padding:26px 32px;border-right:1px solid rgba(255,255,255,.08);display:grid;gap:5px}.premium-proof-grid>div:last-child{border:0}.premium-proof strong{font-size:1.5rem}.premium-proof span{color:#8f9892;font-size:.82rem}.premium-account{padding:88px 0}.premium-account-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:90px;align-items:center}.premium-account-card{min-height:370px;border-radius:30px;padding:42px;background:linear-gradient(145deg,#161a17,#060807 70%);border:1px solid rgba(149,214,0,.24);box-shadow:0 32px 90px rgba(0,0,0,.45);display:flex;flex-direction:column}.premium-account-head{display:flex;justify-content:space-between;letter-spacing:.22em}.premium-account-head b{color:#95d600}.premium-account-card h3{font-size:2.2rem;font-weight:300;margin:80px 0 12px}.premium-account-name{color:#95d600}.premium-account-points{margin-top:auto;display:grid;gap:6px}.premium-account-points span{color:#8f9892}.premium-account-copy h2,.premium-notifications h2,.premium-final-cta h2{font-size:clamp(2.4rem,4vw,4.5rem);line-height:1.02;font-weight:300;letter-spacing:-.04em;margin:12px 0 22px}.premium-account-copy>p,.premium-notifications p,.premium-final-cta p{color:#aeb6b0;line-height:1.75;font-size:1.05rem}.premium-feature-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:28px 0}.premium-feature-list span:before{content:"✓";color:#95d600;margin-right:9px}.premium-services{padding:88px 0}.section-head.compact{margin-bottom:38px}.premium-service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.premium-service-card{display:flex;flex-direction:column;min-height:500px;background:#0a0d0b;border:1px solid rgba(255,255,255,.1);border-radius:22px;overflow:hidden;color:#fff;text-decoration:none;transition:.25s ease}.premium-service-card:hover{transform:translateY(-6px);border-color:rgba(149,214,0,.45)}.premium-service-card img{width:100%;height:230px;object-fit:cover}.premium-service-card div{padding:24px;display:flex;flex:1;flex-direction:column}.premium-service-card span{color:#95d600;font-size:.72rem;text-transform:uppercase;letter-spacing:.12em}.premium-service-card h3{font-size:1.35rem;margin:12px 0}.premium-service-card p{color:#9da59f;line-height:1.6}.premium-service-card b{margin-top:auto;color:#95d600;font-size:.82rem}.premium-notifications{padding:100px 0}.premium-notifications-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:90px;align-items:center}.premium-notification-panel{border:1px solid rgba(255,255,255,.1);border-radius:24px;background:#080b09;padding:12px}.premium-notification-panel>div{display:grid;grid-template-columns:12px 1fr auto;gap:16px;align-items:center;padding:22px;border-bottom:1px solid rgba(255,255,255,.08)}.premium-notification-panel>div:last-child{border:0}.premium-notification-panel i{width:9px;height:9px;border-radius:50%;background:#95d600;box-shadow:0 0 18px rgba(149,214,0,.6)}.premium-notification-panel span{display:grid;gap:4px}.premium-notification-panel small,.premium-notification-panel time{color:#7f8882}.premium-final-cta{padding:45px 0 90px}.premium-final-cta>.container{display:flex;justify-content:space-between;gap:40px;align-items:center;padding:48px;border-radius:26px;background:linear-gradient(120deg,rgba(149,214,0,.1),rgba(255,255,255,.025));border:1px solid rgba(149,214,0,.25)}.premium-final-cta span{color:#95d600}.premium-final-cta h2{font-size:clamp(2.2rem,3vw,3.6rem)}.premium-form-hero{padding-bottom:32px}.premium-form-layout{display:grid;grid-template-columns:.75fr 1.25fr;gap:70px;align-items:start}.premium-form-copy{position:sticky;top:130px}.premium-request-form{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;padding:30px;background:#090c0a;border:1px solid rgba(255,255,255,.1);border-radius:24px}.premium-request-form .full{grid-column:1/-1}.hp-field{position:absolute!important;left:-9999px!important}
@media(max-width:980px){.premium-hero-grid,.premium-account-grid,.premium-notifications-grid,.premium-form-layout{grid-template-columns:1fr;gap:42px}.premium-hero-visual>img{height:440px}.premium-service-grid{grid-template-columns:repeat(2,1fr)}.premium-proof-grid{grid-template-columns:repeat(2,1fr)}.premium-proof-grid>div:nth-child(2){border-right:0}.premium-account-grid{gap:44px}.premium-form-copy{position:static}.premium-final-cta>.container{align-items:flex-start;flex-direction:column}}
@media(max-width:640px){.premium-hero{padding-top:46px}.premium-hero h1{font-size:3.7rem}.premium-primary-actions{display:grid}.premium-primary-actions .btn{width:100%}.premium-secondary-actions{gap:12px 18px}.premium-hero-visual>img{height:330px}.premium-gift-card{position:relative;inset:auto;margin-top:12px;max-width:none}.premium-proof-grid,.premium-service-grid,.premium-feature-list,.premium-request-form{grid-template-columns:1fr}.premium-proof-grid>div{border-right:0;border-bottom:1px solid rgba(255,255,255,.08)}.premium-service-card{min-height:440px}.premium-account,.premium-services,.premium-notifications{padding:62px 0}.premium-account-card{min-height:320px;padding:28px}.premium-account-card h3{margin-top:58px}.premium-final-cta>.container{padding:30px 22px}.premium-request-form .full{grid-column:auto}}

/* =========================================================
   V301 — Charte graphique harmonisée M'eye Optic
   Direction artistique conservée, couleur issue du logo.
   ========================================================= */
:root{
  --meye-green:#45d43f;
  --meye-green-hover:#59e653;
  --meye-green-dark:#28aa24;
  --meye-green-soft:rgba(69,212,63,.12);
  --meye-green-ring:rgba(69,212,63,.30);
  --green:var(--meye-green);
  --green-dark:var(--meye-green-dark);
}
html{scroll-padding-top:110px}
body{overflow-x:hidden}
::selection{background:var(--meye-green);color:#050505}
a,button,.btn,input,select,textarea{transition:color .18s ease,background-color .18s ease,border-color .18s ease,box-shadow .18s ease,transform .18s ease,opacity .18s ease}
:focus-visible{outline:3px solid var(--meye-green-ring)!important;outline-offset:3px}
.kicker{color:var(--meye-green)!important}
.btn-green,
button.btn-green,
input.btn-green{background:var(--meye-green)!important;border-color:var(--meye-green)!important;color:#050805!important;box-shadow:0 8px 24px rgba(69,212,63,.16)}
.btn-green:hover{background:var(--meye-green-hover)!important;border-color:var(--meye-green-hover)!important;box-shadow:0 12px 30px rgba(69,212,63,.24)}
.btn-green:active{transform:translateY(0) scale(.985)}

/* En-tête plus calme et navigation plus lisible */
.header{background:rgba(5,5,5,.92)!important;border-bottom:1px solid rgba(255,255,255,.10)!important;box-shadow:0 10px 38px rgba(0,0,0,.20)!important;backdrop-filter:saturate(135%) blur(18px)!important;-webkit-backdrop-filter:saturate(135%) blur(18px)!important}
.nav{min-height:78px;height:auto;padding:9px 0}
.brand{display:flex;align-items:center;flex:0 0 auto}
.brand img{width:clamp(150px,12vw,190px);height:auto}
.menu{gap:clamp(10px,1.25vw,22px)!important}
.menu>a:not(.btn){color:#f4f5f1!important;font-weight:750!important;letter-spacing:-.01em;padding:17px 1px!important}
.menu>a:not(.btn)::after{background:var(--meye-green)!important;height:3px!important;border-radius:99px!important;bottom:7px!important}
.menu>a:not(.btn):hover,.menu>a:not(.btn).is-active{color:#fff!important}
.menu>a:not(.btn).is-active::after{transform:scaleX(1)!important}
.menu .btn{min-height:48px;padding-inline:23px;white-space:nowrap}
.menu-logout{color:#ff7e7e!important}
.menu-toggle{color:#050805!important;background:var(--meye-green)!important;border:0!important;box-shadow:none!important}

/* Cohérence des accents dans tout le site */
h1 em,.premium-hero h1 em,.stat strong,.admin-stats strong,.premium-service-card b,
.premium-feature-list span::before{color:var(--meye-green)!important}
.timeline-step.done span,.custom-check input:checked+span,.stamp.filled{background:var(--meye-green)!important;border-color:var(--meye-green)!important;color:#050805!important}
.client-note{border-left-color:var(--meye-green)!important}
input:focus,select:focus,textarea:focus{outline:3px solid var(--meye-green-ring)!important;border-color:var(--meye-green)!important;box-shadow:none!important}

/* Cartes : rythme plus simple sans changer la DA */
.premium-service-card,.premium-account-card,.premium-notification-panel,.card,.service{
  transition:transform .20s ease,box-shadow .20s ease,border-color .20s ease!important
}
.premium-service-card:hover,.card:hover,.service:hover{transform:translateY(-3px)!important;border-color:rgba(69,212,63,.45)!important}

/* Navigation mobile : panneau clair, boutons espacés, fermeture évidente */
@media(max-width:940px){
  body.menu-open{overflow:hidden}
  .header{position:sticky!important;top:0!important}
  .nav{min-height:72px;padding:8px 0}
  .menu{display:none!important;position:fixed!important;top:78px!important;left:10px!important;right:10px!important;bottom:10px!important;height:auto!important;max-height:none!important;padding:12px 16px 18px!important;border-radius:22px!important;background:#080a08!important;border:1px solid rgba(255,255,255,.13)!important;box-shadow:0 28px 100px rgba(0,0,0,.55)!important;overflow-y:auto!important;z-index:9999!important}
  .menu.open{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:0!important;animation:meyeMenuIn .18s ease-out both}
  .menu>a:not(.btn){display:block!important;width:100%!important;padding:16px 8px!important;border-bottom:1px solid rgba(255,255,255,.10)!important;font-size:1rem!important;color:#fff!important}
  .menu>a:not(.btn)::after{display:none!important}
  .menu>a:not(.btn).is-active{color:var(--meye-green)!important}
  .menu .btn{width:100%!important;margin-top:14px!important;min-height:54px!important}
  .mobile-call-source{border-bottom:0!important;color:var(--meye-green)!important}
  .menu-toggle{display:grid!important;place-items:center!important;width:46px!important;height:46px!important;border-radius:14px!important;position:relative!important;z-index:10000!important;font-size:0!important}
  .menu-toggle::before{content:'☰';font-size:25px;line-height:1}
  .menu-toggle[aria-expanded="true"]::before{content:'×';font-size:32px}
}
@keyframes meyeMenuIn{from{opacity:0;transform:translateY(-8px) scale(.985)}to{opacity:1;transform:none}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto!important}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}

/* =========================================================
   V302 — Expérience éditoriale et navigation orientée clic
   ========================================================= */
.experience-home{background:#050605;color:#fff}
.experience-home .container{width:min(1180px,calc(100% - 40px))}
.experience-eyebrow{display:inline-flex;align-items:center;gap:10px;color:var(--meye-green);font-size:.76rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}
.experience-eyebrow::before{content:"";width:24px;height:1px;background:currentColor}
.experience-heading.centered{text-align:center;max-width:760px;margin:0 auto 48px}
.experience-heading.centered .experience-eyebrow{justify-content:center}
.experience-heading h2,.experience-club h2,.experience-final h2{font-size:clamp(2.25rem,4.4vw,4.8rem);line-height:1.04;letter-spacing:-.045em;font-weight:400;margin:16px 0 20px;text-wrap:balance}
.experience-heading p,.experience-club-copy>p,.experience-final p{color:#aeb5b0;font-size:1.06rem;line-height:1.75;text-wrap:pretty}
.experience-hero{padding:82px 0 0;text-align:center;overflow:hidden;background:radial-gradient(circle at 50% 8%,rgba(69,212,63,.08),transparent 34%)}
.experience-hero-inner{max-width:920px!important;margin:auto}
.experience-hero h1{font-size:clamp(3.35rem,7vw,7.3rem);line-height:.94;letter-spacing:-.065em;font-weight:350;margin:22px 0 28px;text-wrap:balance}
.experience-hero h1 em{display:inline-block;font-style:normal;color:var(--meye-green)}
.experience-lead{max-width:690px;margin:0 auto;color:#b5bbb7;font-size:clamp(1.05rem,1.7vw,1.32rem);line-height:1.65;text-wrap:balance}
.experience-hero-actions,.experience-final-actions{display:flex;justify-content:center;gap:14px;flex-wrap:wrap;margin:36px 0 28px}
.experience-hero-actions .btn{min-width:245px}
.experience-hero-links{display:flex;justify-content:center;gap:28px;flex-wrap:wrap;margin:0 0 52px}
.experience-hero-links a{color:#dfe3df;text-decoration:none;font-size:.92rem}
.experience-hero-links a span{color:var(--meye-green);display:inline-block;margin-left:4px;transition:transform .18s ease}
.experience-hero-links a:hover span{transform:translateX(4px)}
.experience-hero-media{position:relative}
.experience-hero-media>img{display:block;width:100%;height:min(58vw,650px);min-height:430px;object-fit:cover;border-radius:30px 30px 0 0;filter:saturate(.92) contrast(1.02)}
.experience-floating-club{position:absolute;right:34px;bottom:28px;width:min(360px,calc(100% - 40px));padding:26px;text-align:left;color:white;text-decoration:none;background:rgba(5,7,5,.88);border:1px solid rgba(255,255,255,.15);border-radius:20px;backdrop-filter:blur(18px);box-shadow:0 24px 80px rgba(0,0,0,.35)}
.experience-floating-club span,.experience-feature span{color:var(--meye-green);font-size:.72rem;font-weight:850;letter-spacing:.14em;text-transform:uppercase}
.experience-floating-club strong{display:block;font-size:1.22rem;line-height:1.28;margin:10px 0 18px}
.experience-floating-club b{color:var(--meye-green);font-size:.85rem}
.experience-path{padding:110px 0}
.experience-path-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.experience-path-card{position:relative;display:flex;min-height:330px;flex-direction:column;padding:32px;color:#fff;text-decoration:none;background:#0a0c0a;border:1px solid rgba(255,255,255,.1);border-radius:24px;overflow:hidden}
.experience-path-card::after{content:"";position:absolute;inset:auto -35% -65% 15%;height:230px;background:radial-gradient(circle,rgba(69,212,63,.20),transparent 66%);opacity:0;transition:opacity .25s ease}
.experience-path-card:hover{transform:translateY(-6px);border-color:rgba(69,212,63,.42);box-shadow:0 26px 60px rgba(0,0,0,.25)}
.experience-path-card:hover::after{opacity:1}
.experience-card-number{color:#68706a;font-size:.75rem;letter-spacing:.12em}
.experience-path-card h3{font-size:1.65rem;line-height:1.15;margin:48px 0 14px;text-wrap:balance}
.experience-path-card p{color:#9fa7a1;line-height:1.65;margin:0}
.experience-path-card b{position:relative;z-index:1;margin-top:auto;color:var(--meye-green);font-size:.88rem}
.experience-path-card i{font-style:normal;display:inline-block;transition:transform .18s ease}.experience-path-card:hover i{transform:translateX(5px)}
.experience-club{padding:110px 0;background:#080a08}
.experience-club-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:90px;align-items:center}
.experience-club-visual{display:grid;place-items:center;min-height:560px;background:radial-gradient(circle,rgba(69,212,63,.14),transparent 62%)}
.experience-club-card{width:min(440px,90%);aspect-ratio:1.58;padding:34px;border-radius:28px;background:linear-gradient(145deg,#111711,#050705);border:1px solid rgba(69,212,63,.35);box-shadow:0 40px 100px rgba(0,0,0,.48),inset 0 1px rgba(255,255,255,.09);display:flex;flex-direction:column;transform:rotate(-3deg)}
.experience-club-card>div{display:flex;justify-content:space-between;letter-spacing:.2em}.experience-club-card b{color:var(--meye-green)}
.experience-club-card p{margin:62px 0 10px;color:#89918b}.experience-club-card>strong{font-size:1.55rem;font-weight:500;line-height:1.2}.experience-club-card small{margin-top:auto;color:#8f9891}
.experience-club-benefits{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:30px 0}
.experience-club-benefits>div{padding:18px;border-radius:16px;background:#0d100d;border:1px solid rgba(255,255,255,.08)}
.experience-club-benefits strong{display:block;color:var(--meye-green);margin-bottom:5px}.experience-club-benefits span{color:#9da59f;font-size:.9rem}
.experience-actions{display:flex;align-items:center;gap:24px;flex-wrap:wrap}.experience-text-link{color:#e7ebe7;text-decoration:none;font-weight:700}
.experience-explore{padding:110px 0}
.experience-heading.split{display:grid;grid-template-columns:1.25fr .75fr;gap:60px;align-items:end;margin-bottom:46px}.experience-heading.split p{margin:0 0 12px}
.experience-explore-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.experience-feature{position:relative;min-height:470px;border-radius:26px;overflow:hidden;color:#fff;text-decoration:none;background:#101210}
.experience-feature.large{grid-row:span 2;min-height:960px}.experience-feature.wide{min-height:470px}
.experience-feature img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .55s cubic-bezier(.2,.75,.25,1),filter .35s ease;filter:brightness(.62) saturate(.86)}
.experience-feature::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 30%,rgba(2,3,2,.94) 100%)}
.experience-feature>div{position:absolute;z-index:2;left:0;right:0;bottom:0;padding:32px}
.experience-feature h3{font-size:clamp(1.7rem,2.5vw,3rem);line-height:1.08;margin:12px 0;text-wrap:balance}.experience-feature p{color:#c2c8c3;max-width:580px;line-height:1.6}.experience-feature b{display:block;color:var(--meye-green);margin-top:20px;font-size:.86rem}
.experience-feature:hover img{transform:scale(1.035);filter:brightness(.72) saturate(.95)}
.experience-final{padding:50px 0 110px}.experience-final-inner{text-align:center;padding:70px 30px;border-radius:30px;background:linear-gradient(135deg,rgba(69,212,63,.11),rgba(255,255,255,.025));border:1px solid rgba(69,212,63,.25)}
.experience-final p{max-width:650px;margin:0 auto}.experience-final .experience-eyebrow{justify-content:center}
@media(max-width:980px){.experience-path-grid{grid-template-columns:1fr}.experience-path-card{min-height:260px}.experience-path-card h3{margin-top:30px}.experience-club-grid,.experience-heading.split{grid-template-columns:1fr;gap:42px}.experience-club-copy{text-align:center}.experience-club-copy .experience-eyebrow{justify-content:center}.experience-actions{justify-content:center}.experience-explore-grid{grid-template-columns:1fr}.experience-feature.large{grid-row:auto;min-height:620px}.experience-feature{min-height:480px}.experience-heading.split{text-align:center}.experience-heading.split .experience-eyebrow{justify-content:center}}
@media(max-width:640px){.experience-home .container{width:min(100% - 28px,1180px)}.experience-hero{padding-top:56px}.experience-hero h1{font-size:clamp(3rem,15vw,4.5rem)}.experience-hero-actions{display:grid}.experience-hero-actions .btn{width:100%;min-width:0}.experience-hero-links{display:grid;gap:14px}.experience-hero-media>img{height:420px;min-height:0;border-radius:22px}.experience-floating-club{position:relative;right:auto;bottom:auto;width:100%;margin-top:12px}.experience-path,.experience-club,.experience-explore{padding:78px 0}.experience-heading.centered{margin-bottom:34px}.experience-path-card{padding:26px}.experience-club-visual{min-height:390px}.experience-club-card{padding:25px}.experience-club-card p{margin-top:46px}.experience-club-benefits{grid-template-columns:1fr}.experience-feature,.experience-feature.large,.experience-feature.wide{min-height:500px}.experience-feature>div{padding:25px}.experience-final{padding-bottom:78px}.experience-final-inner{padding:52px 20px}.experience-final-actions{display:grid}.experience-final-actions .btn{width:100%}}

/* =========================================================
   V303 — Finitions premium : contraste, netteté, grille, CTA, navigation
   ========================================================= */
:root{--meye-ease:cubic-bezier(.22,.75,.22,1);--meye-shadow:0 18px 50px rgba(0,0,0,.28)}

/* 1. Contraste parfait sur tous les CTA verts */
.btn-green,.btn.btn-green,.experience-home .btn-green,
button.btn-green,input.btn-green{color:#020402!important;text-shadow:none!important}
.btn-green span,.btn-green small,.btn-green strong,.btn-green b{color:#020402!important;opacity:1!important}
.btn-green small{color:rgba(2,4,2,.72)!important}

/* 2. Images plus nettes, mieux rendues et sans flou CSS */
.experience-home img{image-rendering:auto;-webkit-font-smoothing:antialiased;backface-visibility:hidden}
.experience-hero-media>img,.experience-feature img{filter:none!important}
.experience-hero-media>img{object-position:center 52%;box-shadow:0 35px 100px rgba(0,0,0,.38)}
.experience-feature::before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(0,0,0,.03) 12%,rgba(2,3,2,.16) 48%,rgba(2,3,2,.91) 100%);pointer-events:none}
.experience-feature::after{display:none}
.experience-feature:hover img{transform:scale(1.025)!important;filter:none!important}

/* 3. Alignements et rythme visuel harmonisés */
.experience-home section{scroll-margin-top:96px}
.experience-heading.centered{max-width:800px;margin-bottom:54px}
.experience-path-grid,.experience-explore-grid{gap:22px}
.experience-path-card{padding:36px;min-height:340px}
.experience-path-card h3{max-width:13ch}
.experience-path-card p{max-width:31ch}
.experience-club-grid{gap:clamp(50px,7vw,96px)}
.experience-feature>div{padding:clamp(28px,3.2vw,42px)}
.experience-feature h3{max-width:18ch}
.experience-final-inner{max-width:1080px;margin-inline:auto}

/* 4. Boutons premium, plus lisibles et plus tactiles */
.experience-home .btn{position:relative;isolation:isolate;overflow:hidden;border-radius:16px;min-height:58px;padding:14px 24px;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;transition:transform .22s var(--meye-ease),box-shadow .22s var(--meye-ease),border-color .22s ease,background .22s ease}
.experience-home .btn::after{content:"";position:absolute;z-index:-1;inset:0;background:linear-gradient(115deg,transparent 18%,rgba(255,255,255,.34) 48%,transparent 76%);transform:translateX(-125%);transition:transform .55s var(--meye-ease)}
.experience-home .btn:hover::after{transform:translateX(125%)}
.experience-home .btn:hover{transform:translateY(-3px);box-shadow:0 18px 42px rgba(0,0,0,.34)}
.experience-home .btn:active{transform:translateY(-1px) scale(.99)}
.experience-home .btn-green{background:linear-gradient(180deg,#55e54f 0%,#45d43f 100%)!important;border:1px solid rgba(255,255,255,.26)!important;box-shadow:0 13px 32px rgba(69,212,63,.23),inset 0 1px rgba(255,255,255,.48)!important}
.experience-home .btn-light{background:rgba(255,255,255,.075)!important;border:1px solid rgba(255,255,255,.18)!important;box-shadow:inset 0 1px rgba(255,255,255,.07)}
.experience-home .btn-light:hover{background:rgba(255,255,255,.115)!important;border-color:rgba(255,255,255,.28)!important}

/* 5. Navigation et cartes : clic évident, transitions fluides */
.menu a:not(.btn){position:relative;transition:color .18s ease,background .18s ease,transform .18s ease}
@media(min-width:981px){
  .menu a:not(.btn)::after{content:"";position:absolute;left:12px;right:12px;bottom:5px;height:1px;background:var(--meye-green);transform:scaleX(0);transform-origin:center;transition:transform .2s var(--meye-ease)}
  .menu a:not(.btn):hover::after,.menu a:not(.btn).is-active::after{transform:scaleX(1)}
}
.experience-path-card,.experience-feature,.experience-floating-club{transition:transform .28s var(--meye-ease),border-color .25s ease,box-shadow .28s var(--meye-ease)}
.experience-path-card:hover,.experience-feature:hover,.experience-floating-club:hover{transform:translateY(-7px);box-shadow:var(--meye-shadow)}
.experience-floating-club:hover{border-color:rgba(69,212,63,.48)}
.experience-path-card:focus-visible,.experience-feature:focus-visible,.experience-floating-club:focus-visible,.experience-home .btn:focus-visible{outline:3px solid rgba(69,212,63,.72);outline-offset:4px}

@media(max-width:640px){
  .experience-home .btn{min-height:60px;border-radius:15px}
  .experience-path-card{padding:28px;min-height:270px}
  .experience-path-card h3,.experience-path-card p,.experience-feature h3{max-width:none}
  .experience-feature::before{background:linear-gradient(180deg,rgba(0,0,0,.02),rgba(2,3,2,.92) 88%)}
}

/* V304 — Expérience immersive et images ultra nettes */
.immersive-hero{position:relative;min-height:100svh;display:flex;flex-direction:column;justify-content:center;padding-top:48px!important;isolation:isolate;background:
radial-gradient(circle at 50% 5%,rgba(69,212,63,.16),transparent 26%),linear-gradient(180deg,#050705 0%,#090c09 62%,#050705 100%)!important}
.hero-glow{position:absolute;border-radius:50%;filter:blur(90px);opacity:.34;pointer-events:none;z-index:-1}.hero-glow-a{width:360px;height:360px;background:#45d43f;top:3%;left:4%;animation:floatGlow 11s ease-in-out infinite}.hero-glow-b{width:480px;height:480px;background:#1d6f2b;right:-8%;top:34%;animation:floatGlow 14s ease-in-out infinite reverse}@keyframes floatGlow{50%{transform:translate3d(28px,38px,0) scale(1.08)}}
.experience-hero-inner{padding-top:30px}.experience-hero h1{font-size:clamp(4rem,8.4vw,8.8rem)!important;line-height:.88!important;max-width:12ch;margin-inline:auto}.experience-lead{font-size:clamp(1.05rem,1.7vw,1.35rem)!important;max-width:720px!important}
.experience-hero-media{width:min(100% - 34px,1380px)!important;max-width:1380px!important;transform:translateY(var(--parallax,0));transition:transform .12s linear;perspective:1200px}.experience-hero-media>img{height:min(62vw,760px)!important;min-height:520px!important;border-radius:34px!important;object-fit:cover;image-rendering:auto;box-shadow:0 55px 140px rgba(0,0,0,.62),0 0 0 1px rgba(255,255,255,.08);transform:translateZ(0);filter:contrast(1.07) saturate(1.03)!important}
.experience-hero-media:after{content:"";position:absolute;inset:0;border-radius:34px;pointer-events:none;background:linear-gradient(180deg,transparent 55%,rgba(1,3,1,.36));box-shadow:inset 0 0 90px rgba(0,0,0,.25)}
[data-reveal]{opacity:0;transform:translateY(38px);transition:opacity .9s cubic-bezier(.2,.7,.2,1),transform .9s cubic-bezier(.2,.7,.2,1)}[data-reveal].is-visible{opacity:1;transform:none}
.experience-path-card,.experience-feature,.experience-club-card{will-change:transform}.experience-path-card:hover{transform:translateY(-10px) scale(1.012)!important;border-color:rgba(69,212,63,.4)!important;box-shadow:0 35px 90px rgba(0,0,0,.46),0 0 0 1px rgba(69,212,63,.12)!important}.experience-feature{transform-style:preserve-3d}.experience-feature:hover{transform:translateY(-10px) scale(1.008)!important}.experience-feature img{transition:transform 1s cubic-bezier(.2,.7,.2,1),filter .7s ease!important}.experience-feature:hover img{transform:scale(1.055)!important;filter:contrast(1.06) saturate(1.06)!important}.experience-feature>div{transform:translateY(8px);transition:transform .55s ease}.experience-feature:hover>div{transform:none}
.experience-club-card{animation:clubFloat 7s ease-in-out infinite}@keyframes clubFloat{50%{transform:rotate(-1deg) translateY(-13px)}}
.experience-final-inner{position:relative;overflow:hidden}.experience-final-inner:before{content:"";position:absolute;width:420px;height:420px;border-radius:50%;background:rgba(69,212,63,.12);filter:blur(70px);left:-140px;top:-220px}
@media(max-width:640px){.immersive-hero{min-height:auto;padding-top:46px!important}.experience-hero h1{font-size:clamp(3.35rem,16vw,5rem)!important}.experience-hero-media{width:min(100% - 18px,1380px)!important;transform:none!important}.experience-hero-media>img{height:500px!important;min-height:0!important;border-radius:24px!important}.experience-hero-media:after{border-radius:24px}.hero-glow{opacity:.22}.experience-path-card:hover,.experience-feature:hover{transform:none!important}}
@media(prefers-reduced-motion:reduce){.hero-glow,.experience-club-card{animation:none!important}[data-reveal]{opacity:1!important;transform:none!important;transition:none!important}}

/* V305 — correctif vérifié : netteté réelle et stabilité */
.experience-hero-media{transform:none!important;transition:none!important;perspective:none!important}
.experience-hero-media>img{transform:none!important;filter:none!important;image-rendering:auto!important;object-position:center center!important}
.experience-feature img{filter:none!important;backface-visibility:visible!important;transform:none}
.experience-feature:hover img{transform:scale(1.018)!important;filter:none!important}
[data-reveal]{opacity:1;transform:none}
.js [data-reveal]{opacity:0;transform:translateY(24px)}
.js [data-reveal].is-visible{opacity:1;transform:none}
@media(max-width:640px){.experience-hero-media>img{height:430px!important;object-position:center!important}}

/* V306 — boutique immersive en arrière-plan */
.experience-home{position:relative;isolation:isolate;background:#050705;color:#fff}
.experience-home::before{content:"";position:fixed;z-index:-2;inset:0;background-image:linear-gradient(180deg,rgba(2,5,2,.34),rgba(2,5,2,.76) 58%,rgba(2,5,2,.92)),url('store-background.webp');background-size:cover;background-position:center top;background-repeat:no-repeat;filter:contrast(1.12) saturate(.96) brightness(.88)}
.experience-home::after{content:"";position:fixed;z-index:-1;inset:0;background:radial-gradient(circle at 50% 15%,transparent 0,rgba(0,0,0,.16) 40%,rgba(0,0,0,.54) 100%);pointer-events:none}
.experience-home .immersive-hero{background:linear-gradient(180deg,rgba(1,4,1,.18),rgba(4,7,4,.76))!important;min-height:100svh}
.experience-hero-inner{padding:14vh 0 8vh;text-shadow:0 3px 25px rgba(0,0,0,.72)}
.experience-hero-media{display:none}
.experience-path,.experience-club,.experience-explore{background:rgba(5,8,5,.82);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-top:1px solid rgba(255,255,255,.08)}
.experience-path-card,.experience-club-card,.experience-feature{box-shadow:0 25px 70px rgba(0,0,0,.38)}
.experience-final{background:linear-gradient(180deg,rgba(5,8,5,.8),rgba(1,3,1,.96))}
@media(max-width:720px){.experience-home::before{background-position:42% top}.experience-hero-inner{padding-top:10vh}.experience-path,.experience-club,.experience-explore{backdrop-filter:none}}

/* V307 — avantages Club */
.club-signature{padding:90px 0;background:#070a07;color:#fff}.club-signature-head{text-align:center;max-width:850px;margin:0 auto 36px}.club-signature-head h2{font-size:clamp(38px,5vw,72px);margin:.2em 0}.club-signature-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.club-signature-card{position:relative;overflow:hidden;display:flex;flex-direction:column;min-height:460px;padding:38px;border-radius:30px;text-decoration:none;color:#fff;border:1px solid rgba(255,255,255,.14);background:radial-gradient(circle at 80% 10%,rgba(69,212,63,.22),transparent 35%),linear-gradient(145deg,#171c17,#090b09);transition:transform .35s ease,border-color .35s ease}.club-signature-card:hover{transform:translateY(-7px);border-color:rgba(69,212,63,.65)}.club-signature-card.lenses{background:radial-gradient(circle at 20% 0%,rgba(255,255,255,.14),transparent 35%),linear-gradient(145deg,#242620,#0b0d0b)}.club-pill{align-self:flex-start;padding:7px 11px;border-radius:999px;background:#45d43f;color:#071007;font-size:12px;font-weight:900;letter-spacing:.08em}.club-big-value{margin:auto 0 12px;font-size:clamp(54px,7vw,100px);font-weight:900;line-height:.9;color:#45d43f}.club-big-value i{font-style:normal;color:#fff}.club-signature-card h3{font-size:clamp(27px,3vw,40px);line-height:1.05;margin:12px 0}.club-signature-card p{color:#cbd1ca;font-size:18px;max-width:590px}.club-signature-card b{margin-top:auto;color:#45d43f}.club-stamps{display:flex;gap:8px;flex-wrap:wrap;margin:auto 0 18px}.club-stamps i{display:grid;place-items:center;width:52px;height:52px;border:1px solid rgba(255,255,255,.35);border-radius:50%;font-style:normal;font-weight:850}.club-stamps .gift{width:74px;border-color:#45d43f;background:#45d43f;color:#061006}@media(max-width:800px){.club-signature{padding:65px 0}.club-signature-grid{grid-template-columns:1fr}.club-signature-card{min-height:400px;padding:26px}}
/* V310 — administration CRM et accès Doctolib */
.btn-doctolib{background:#0b78ef!important;color:#fff!important;border:1px solid #0b78ef!important;box-shadow:0 10px 24px rgba(11,120,239,.18)}
.btn-doctolib:hover{background:#086ad3!important;border-color:#086ad3!important;transform:translateY(-1px)}
.menu .btn-doctolib{padding-inline:16px;white-space:nowrap}
@media(max-width:1100px){.menu .btn-doctolib{width:100%;justify-content:center}}
.v215-client-page .v215-card{overflow:hidden}.v215-client-page .club-wallet-admin{overflow:visible}
/* V311 — précommande lentilles simplifiée et réellement responsive */
.order-layout-v33{display:block!important;max-width:980px;margin-inline:auto}.order-photo-panel{display:grid!important;grid-template-columns:minmax(240px,38%) 1fr;min-height:280px;margin-bottom:24px;border-radius:24px;overflow:hidden;background:#111}.order-photo-panel>img{width:100%;height:100%;min-height:280px;object-fit:cover}.order-photo-panel>div{padding:34px;display:flex;flex-direction:column;justify-content:center}.order-photo-panel h2{font-size:clamp(34px,5vw,64px)!important;line-height:.98!important;margin:10px 0 16px!important}.order-form-panel{width:100%!important;max-width:none!important;border-radius:24px!important;padding:clamp(20px,4vw,40px)!important;box-sizing:border-box}.order-intro-v33{display:block!important;margin-bottom:26px}.order-intro-v33 h2{font-size:clamp(28px,4vw,46px)!important}.lens-order-form-v33 .form-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px!important}.lens-order-form-v33 .field,.lens-order-form-v33 .full{min-width:0!important;width:auto!important}.lens-order-form-v33 .full{grid-column:1/-1!important}.lens-order-form-v33 select,.lens-order-form-v33 input,.lens-order-form-v33 textarea{width:100%!important;max-width:none!important;box-sizing:border-box!important;min-height:54px!important;border-radius:13px!important}.form-step-title{display:flex!important;align-items:center!important;gap:12px!important;margin:12px 0 2px!important;padding:16px 0 8px!important;border-top:1px solid #e5e7e3!important}.form-step-title:first-child{border-top:0!important}.form-step-title span{display:grid!important;place-items:center!important;width:34px!important;height:34px!important;border-radius:50%!important;background:#77bf45!important;color:#0b1409!important;font-weight:900!important}.form-step-title strong{font-size:20px!important}.lens-order-form-v33 button[type=submit]{width:100%!important;min-height:58px!important;font-size:17px!important}.page-hero .lead{max-width:760px}
@media(max-width:760px){.order-layout-v33{padding-inline:0!important}.order-photo-panel{grid-template-columns:1fr!important}.order-photo-panel>img{height:210px;min-height:0}.order-photo-panel>div{padding:24px}.order-photo-panel h2{font-size:38px!important}.lens-order-form-v33 .form-grid{grid-template-columns:1fr!important}.lens-order-form-v33 .full{grid-column:auto!important}.order-form-panel{border-radius:18px!important;padding:18px!important}.order-intro-v33 p{font-size:15px}.form-step-title{margin-top:18px!important}}
/* V312 — contraste franc, sans gris */
body,.section,.v215-client-page,.club-admin{color:#050805}
.v215-card,.club-panel,.club-kpis article,.wallet-manager,.lens-order-shell,.lens-order-form{background:#fff!important;color:#050805!important;border-color:#050805!important}
.v215-card h1,.v215-card h2,.v215-card h3,.v215-card p,.v215-card label,.club-panel h1,.club-panel h2,.club-panel h3,.club-panel p,.club-panel label,.lens-order-shell h1,.lens-order-shell h2,.lens-order-shell h3,.lens-order-shell p,.lens-order-shell label{color:#050805!important}
.v215-card small,.club-panel small,.club-panel span,.lens-order-shell small{color:#050805!important;opacity:1!important}
.v215-card input,.v215-card select,.v215-card textarea,.club-panel input,.club-panel select,.club-panel textarea,.lens-order-shell input,.lens-order-shell select,.lens-order-shell textarea{background:#fff!important;color:#050805!important;border:2px solid #050805!important}
.v215-card input::placeholder,.v215-card textarea::placeholder,.club-panel input::placeholder,.club-panel textarea::placeholder,.lens-order-shell input::placeholder,.lens-order-shell textarea::placeholder{color:#050805!important;opacity:.7}
.btn-light{background:#fff!important;color:#050805!important;border:2px solid #050805!important}.btn-dark{background:#050805!important;color:#fff!important}.btn-green,.wallet-primary{background:#45d43f!important;color:#050805!important;border:2px solid #050805!important}
.wallet-tabs button{background:#fff!important;color:#050805!important;border:2px solid #050805!important}.wallet-tabs button.active{background:#050805!important;color:#fff!important}
.v215-empty,.club-list article,.offer-template-picker{background:#fff!important;color:#050805!important;border:2px solid #050805!important}
.whatsapp-float{position:fixed;right:22px;bottom:92px;z-index:9990;background:#45d43f;color:#050805;border:2px solid #050805;border-radius:999px;padding:14px 18px;font-weight:900;text-decoration:none;box-shadow:0 12px 30px rgba(0,0,0,.25)}
.client-offer-box{border:2px solid #050805;border-radius:22px;padding:22px;margin-top:22px;background:#fff}.client-offer-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.client-offer-grid .full{grid-column:1/-1}.delivery-options{display:flex;gap:18px;flex-wrap:wrap;margin:16px 0}.delivery-options label{display:flex;align-items:center;gap:8px}.delivery-options input{width:auto!important}.client-offer-list{display:grid;gap:10px;margin-top:18px}.client-offer-list article{border:2px solid #050805;border-radius:16px;padding:14px;background:#fff}.campaign-page{padding:36px 0 80px}.campaign-panel{background:#fff;color:#050805;border:2px solid #050805;border-radius:24px;padding:24px;margin:20px 0}.campaign-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.campaign-grid .full{grid-column:1/-1}.campaign-panel input,.campaign-panel select,.campaign-panel textarea{width:100%;background:#fff;color:#050805;border:2px solid #050805;border-radius:12px;padding:12px;font:inherit}.campaign-panel textarea{min-height:150px}.campaign-kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.campaign-kpis article{border:2px solid #050805;border-radius:18px;padding:18px;background:#fff}.campaign-kpis strong{font-size:34px}.mobile-cta{display:none}@media(max-width:760px){.client-offer-grid,.campaign-grid,.campaign-kpis{grid-template-columns:1fr}.client-offer-grid .full,.campaign-grid .full{grid-column:auto}.whatsapp-float{display:none}.mobile-cta{display:flex}.mobile-cta a{flex:1}}

/* V313 — WhatsApp accueil */
.btn-whatsapp{background:#45d43f!important;color:#050805!important;border:2px solid #050805!important}.btn-whatsapp span,.btn-whatsapp small{color:#050805!important}.whatsapp-float{display:flex;align-items:center;gap:9px}.whatsapp-float span:first-child{font-size:20px}.whatsapp-settings textarea{min-height:92px}.whatsapp-settings label.full:last-of-type textarea{min-height:220px}@media(max-width:760px){.experience-hero-actions .btn-whatsapp{display:flex;width:100%}}


/* V314 — correctif compatibilité IONOS et lisibilité formulaires contact/RDV */
.v57-contact-page-form .field > label,
.v57-contact-page-form .consent-box > label,
.v57-contact-page-form label {
  color:#ffffff!important;
  opacity:1!important;
  text-shadow:none!important;
}
.v57-contact-page-form input,
.v57-contact-page-form textarea,
.v57-contact-page-form select {
  background:#050505!important;
  color:#ffffff!important;
  border:2px solid #ffffff!important;
  opacity:1!important;
}
.v57-contact-page-form input:focus,
.v57-contact-page-form textarea:focus,
.v57-contact-page-form select:focus {
  border-color:#45d43f!important;
  outline:3px solid rgba(69,212,63,.22)!important;
}
.v57-contact-page-form input::placeholder,
.v57-contact-page-form textarea::placeholder {
  color:#ffffff!important;
  opacity:1!important;
}
.v57-contact-page-form .consent-box {
  background:#050505!important;
  border:2px solid #ffffff!important;
}
.v57-contact-page-form .consent-box input[type="checkbox"] {
  width:20px!important;
  min-height:20px!important;
  accent-color:#45d43f;
}
.v57-contact-summary,
.v57-contact-summary h1,
.v57-contact-summary h2,
.v57-contact-summary h3,
.v57-contact-summary p,
.v57-contact-summary span,
.v57-contact-summary small {
  color:#ffffff!important;
  opacity:1!important;
}
.v57-contact-summary a {color:#45d43f!important;}

/* V315 — M'eye Club visible dès l'arrivée */
.club-first-eyebrow{font-size:.86rem!important;letter-spacing:.18em!important;color:#45d43f!important}
.club-first-lead{color:#fff!important;max-width:860px!important;font-size:clamp(1.08rem,1.8vw,1.38rem)!important}
.club-first-actions{margin-top:34px!important}
.club-first-highlights{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;max-width:1040px;margin:38px auto 48px;text-align:left}
.club-first-highlights>div{padding:20px 18px;border:1px solid rgba(69,212,63,.42);border-radius:18px;background:rgba(3,6,3,.78);box-shadow:0 18px 45px rgba(0,0,0,.28)}
.club-first-highlights strong{display:block;color:#45d43f;font-size:1.06rem;margin-bottom:6px}
.club-first-highlights span{display:block;color:#fff;font-size:.88rem;line-height:1.35}
.experience-club-copy>p,.experience-club-benefits span,.experience-club-card p,.experience-club-card small{color:#fff!important}
@media(max-width:820px){.club-first-highlights{grid-template-columns:repeat(2,1fr)}}
@media(max-width:520px){.club-first-highlights{grid-template-columns:1fr;margin-bottom:28px}.club-first-highlights>div{text-align:center}.experience-hero h1{font-size:clamp(3rem,14vw,4.4rem)!important}}


/* V316 — accueil allégé et intégration Doctolib fidèle à sa charte */
.club-first-eyebrow{color:#fff!important;letter-spacing:.14em!important}
.club-first-lead{max-width:680px!important;margin-inline:auto!important;color:#fff!important}
.club-first-actions{margin-top:30px!important}
.club-first-inline{display:flex;justify-content:center;gap:10px 28px;flex-wrap:wrap;max-width:940px;margin:30px auto 0;color:#fff;font-weight:750;font-size:.95rem}
.club-first-inline span{position:relative;padding-left:18px}
.club-first-inline span:before{content:"✓";position:absolute;left:0;color:#45d43f;font-weight:950}
.experience-club{padding-top:88px!important}
.experience-club-copy h2{max-width:760px}

/* Bouton Doctolib : bleu officiel, typographie et présentation sobres */
.btn-doctolib{background:#107ACA!important;color:#fff!important;border:0!important;box-shadow:none!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:11px!important;border-radius:10px!important;padding:13px 20px!important}
.btn-doctolib:hover{background:#0d67ad!important;color:#fff!important;transform:translateY(-1px)!important}
.btn-doctolib .doctolib-wordmark{font-family:Arial,Helvetica,sans-serif!important;font-size:1.12em!important;font-weight:700!important;letter-spacing:-.045em!important;line-height:1!important;text-transform:lowercase!important;color:#fff!important}
.btn-doctolib small{display:block!important;font-size:.72rem!important;line-height:1.05!important;color:#fff!important;opacity:1!important;font-weight:700!important}
.menu .btn-doctolib{min-width:170px!important}
.menu .btn-doctolib .doctolib-wordmark{font-size:1rem!important}
.menu .btn-doctolib small{font-size:.64rem!important}

@media(max-width:760px){
  .club-first-inline{display:grid;grid-template-columns:1fr 1fr;text-align:left;max-width:430px;gap:12px 18px;margin-top:26px}
  .experience-hero h1{font-size:clamp(2.75rem,13vw,4.25rem)!important;line-height:.94!important}
  .btn-doctolib{width:100%!important}
}
@media(max-width:480px){.club-first-inline{grid-template-columns:1fr}}

/* V317 — campagnes avancées et contraste espace client */
.campaign-filters{margin:20px 0;border:2px solid #050805;border-radius:18px;background:#fff}.campaign-filters summary{cursor:pointer;padding:16px 18px;font-weight:900;color:#050805}.campaign-filter-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;padding:0 18px 18px}.campaign-message{display:block;margin-top:18px}.campaign-actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-top:16px}.campaign-actions .delivery-options{margin:0;flex:1}.campaign-recipient-table{overflow:auto;border:2px solid #050805;border-radius:16px}.campaign-recipient-table table{width:100%;border-collapse:collapse;min-width:780px}.campaign-recipient-table th,.campaign-recipient-table td{padding:13px;border-bottom:1px solid #050805;text-align:left;color:#050805;background:#fff}.campaign-recipient-table th{background:#050805;color:#fff}.campaign-panel label,.campaign-panel small,.campaign-panel p{color:#050805!important}.campaign-panel input::placeholder,.campaign-panel textarea::placeholder{color:#050805!important;opacity:.65}
.client-profile-card,.client-profile-grid,.client-profile-grid>div{color:#050805!important}.client-profile-grid strong,.client-profile-grid span,.client-profile-grid label,.client-profile-card h2,.client-profile-card h3{color:#050805!important}.client-profile-grid>div[style*="background"],.client-profile-grid .field{color:#fff!important}.client-profile-grid>div[style*="background"] strong,.client-profile-grid>div[style*="background"] span,.client-profile-grid .field label{color:#fff!important}
@media(max-width:900px){.campaign-filter-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.campaign-filter-grid{grid-template-columns:1fr}.campaign-actions{align-items:stretch}.campaign-actions .btn{width:100%}}
/* V318 — contraste global renforcé, sans gris sur gris */
:root{--meye-green:#92e85b;--meye-black:#050505;--meye-white:#fff}
body,main,section,article,div,form{color:var(--meye-white)}
input,textarea,select{color:var(--meye-white)!important;background:#101010!important;border-color:#fff!important}
input::placeholder,textarea::placeholder{color:#fff!important;opacity:.78}
label,.form-label,.field-label,.client-profile-card strong,.client-profile-card span,.referral-form small,.referral-history span,.referral-history small,.club-client-zone p,.club-client-zone li,.member-offers p,.member-offers small{color:#fff!important}
.client-profile-card{background:#fff!important;color:#050505!important}
.client-profile-card *{color:#050505!important}
.client-profile-card .kicker{color:#20c943!important}
.ref-email-state{display:block;margin-top:.35rem;color:#fff!important;font-weight:800}
.flash.success{background:#92e85b!important;color:#050505!important}.flash.error{background:#8f1d24!important;color:#fff!important}
.btn-green,.btn-green *{color:#050505!important}.btn-dark,.btn-dark *,.btn-logout,.btn-logout *{color:#fff!important}

/* V319 — espace client premium et audit de contraste */
.meye-member-area{background:#050805!important;color:#fff!important}
.meye-member-area *{box-sizing:border-box}
.meye-member-area h1,.meye-member-area h2,.meye-member-area h3,.meye-member-area h4,
.meye-member-area p,.meye-member-area span,.meye-member-area small,.meye-member-area strong,
.meye-member-area label,.meye-member-area li{opacity:1!important;text-shadow:none!important}

.member-hub-nav{position:sticky;top:76px;z-index:30;display:flex;gap:8px;overflow:auto;padding:10px;margin:0 0 22px;background:#050805;border:1px solid #92e85b;border-radius:18px;scrollbar-width:none}
.member-hub-nav::-webkit-scrollbar{display:none}
.member-hub-nav a{flex:0 0 auto;color:#fff!important;text-decoration:none;font-weight:850;padding:10px 14px;border-radius:12px}
.member-hub-nav a:hover{background:#92e85b;color:#050505!important}

.member-command-center{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(300px,.8fr);gap:24px;padding:32px;border:1px solid #92e85b;border-radius:30px;background:radial-gradient(circle at 15% 0%,rgba(146,232,91,.14),transparent 42%),#0b0f0b;box-shadow:0 24px 70px rgba(0,0,0,.35);margin-bottom:28px}
.member-command-copy h2{font-size:clamp(2rem,4vw,4rem);line-height:.98;margin:10px 0 16px;max-width:900px;color:#fff!important}
.member-command-copy>p{color:#fff!important;font-size:1.05rem;max-width:760px;line-height:1.65}
.member-command-actions{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:26px}
.member-command-actions a{display:flex;flex-direction:column;gap:5px;padding:18px;border-radius:18px;text-decoration:none;border:2px solid #92e85b}
.member-command-actions span{font-weight:950;font-size:1.05rem}
.member-command-actions small{font-weight:700;line-height:1.35}
.member-primary-action{background:#92e85b;color:#050505!important}.member-primary-action *{color:#050505!important}
.member-secondary-action{background:#050505;color:#fff!important}.member-secondary-action *{color:#fff!important}
.member-command-summary{display:grid;gap:12px}
.member-command-summary article{background:#fff;border-radius:20px;padding:20px;border:2px solid #fff;color:#050505!important;display:flex;flex-direction:column;justify-content:center;min-height:120px}
.member-command-summary article *{color:#050505!important}
.member-command-summary article strong{font-size:2.2rem;line-height:1;margin:8px 0}
.member-command-summary article span{font-weight:900}
.member-command-summary article small{font-weight:750}

/* Parrainage : aucun texte sombre sur carte claire */
.club-client-grid{align-items:stretch}
.referral-form,.referral-history{background:#0b0f0b!important;color:#fff!important;border:1px solid #92e85b!important;box-shadow:none!important}
.referral-form h3,.referral-history h3,.referral-form label,.referral-form small,.referral-history p,.referral-history strong,.referral-history span,.referral-history small{color:#fff!important}
.referral-form label{display:grid;gap:8px;font-weight:900}
.referral-form input{background:#050505!important;color:#fff!important;border:2px solid #fff!important;min-height:50px}
.referral-form input:focus{border-color:#92e85b!important;outline:3px solid rgba(146,232,91,.18)!important}
.referral-history article{background:#050505!important;border:1px solid #fff!important;border-radius:16px!important;padding:16px!important}
.referral-history article *{color:#fff!important}
.ref-status{color:#050505!important;background:#92e85b!important;border:0!important}
.ref-status.ref-invited{background:#fff!important;color:#050505!important}

/* Cartes claires : texte noir explicite. Cartes sombres : texte blanc explicite. */
.client-profile-card,.member-command-summary article,.member-offer-grid article{background:#fff!important;color:#050505!important}
.client-profile-card *,.member-command-summary article *,.member-offer-grid article *{color:#050505!important}
.wallet-card,.loyalty-card,.dashboard-action,.meye-stat-card,.meye-today-main,.orders-card,.documents-card,.equipments-card{background:#0b0f0b!important;color:#fff!important;border-color:#92e85b!important}
.wallet-card *,.loyalty-card *,.dashboard-action *,.meye-stat-card *,.meye-today-main *,.orders-card *,.documents-card *,.equipments-card *{color:#fff!important}
.wallet-card strong,.loyalty-card .kicker,.meye-stat-card strong{color:#92e85b!important}

/* Formulaires et tableaux de l’espace client */
.meye-member-area input,.meye-member-area textarea,.meye-member-area select{background:#050505!important;color:#fff!important;border:2px solid #fff!important}
.meye-member-area input::placeholder,.meye-member-area textarea::placeholder{color:#fff!important;opacity:.75!important}
.meye-member-area table th{background:#050505!important;color:#fff!important}
.meye-member-area table td{background:#fff!important;color:#050505!important}
.meye-member-area table td *{color:#050505!important}

@media(max-width:900px){.member-command-center{grid-template-columns:1fr}.member-command-actions{grid-template-columns:1fr}.member-hub-nav{top:64px}}
@media(max-width:600px){.member-command-center{padding:20px;border-radius:22px}.member-command-copy h2{font-size:2.25rem}.member-hub-nav{margin-inline:-4px}.member-command-summary{grid-template-columns:1fr}.club-client-head{display:grid!important;grid-template-columns:1fr!important}.wallet-card{width:100%!important}}

/* V322 lisibilité, avis Google et outils CRM */
.google-review-ribbon{background:#fff;color:#000;border-top:4px solid #7ee24e;border-bottom:2px solid #000;padding:22px 0}.google-review-ribbon .container{display:flex;align-items:center;justify-content:space-between;gap:20px}.google-review-ribbon strong,.google-review-ribbon span{display:block;color:#000}.google-review-ribbon strong{font-size:22px}.google-review-ribbon span{margin-top:5px}.campaign-page label,.campaign-page h1,.campaign-page h2,.campaign-page h3,.campaign-page p,.campaign-page summary{color:#111}.campaign-page .page-hero h1,.campaign-page .page-hero p,.campaign-page .page-hero .kicker{color:#fff}.campaign-panel{background:#fff!important;color:#111!important}.campaign-panel input,.campaign-panel textarea,.campaign-panel select{background:#fff!important;color:#111!important;border:2px solid #111!important}.campaign-panel small{color:#111!important}.v215-card,.v215-card *{text-shadow:none}.v215-card label,.v215-card p,.v215-card h2,.v215-card h3,.v215-card strong,.v215-card span{color:#111}.v215-card .btn-dark,.v215-card .btn-dark *{color:#fff!important}.v215-card .btn-green,.v215-card .btn-green *{color:#000!important}@media(max-width:700px){.google-review-ribbon .container{display:block}.google-review-ribbon .btn{margin-top:14px;width:100%}}

/* V323 — lisibilité, permissions, notifications et équilibre éditorial */
html,body{font-family:var(--admin-body-font,Arial,Helvetica,sans-serif);font-size:var(--admin-base-size,16px)}
h1,.page-hero h1,.experience-hero h1{font-family:var(--admin-heading-font,Arial Black,Arial,sans-serif);font-size:clamp(2.25rem,var(--admin-h1-size,56px),4.5rem);line-height:1.02}
h2,.section-head h2,.experience-heading h2{font-family:var(--admin-heading-font,Arial Black,Arial,sans-serif);font-size:clamp(1.8rem,var(--admin-h2-size,40px),3.4rem);line-height:1.08}
h3{line-height:1.15}.lead,p{line-height:1.55}.experience-club-copy,.experience-heading,.club-signature-head{max-width:860px}.experience-club-copy p,.experience-heading p{max-width:720px}
.v60-employee-body{grid-template-columns:minmax(0,1.1fr) minmax(420px,.9fr);gap:24px}.v60-panel{padding:28px;border-radius:22px}.v60-permission-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.v60-permission-grid label{min-height:64px;display:flex;align-items:center;gap:12px;padding:13px 14px;border:2px solid #b9c7b5;border-radius:14px;background:#f7fbf5;color:#111}.v60-permission-grid label:has(input:checked){border-color:#69b935;background:#eaf8df}.v60-permission-grid input{width:20px;height:20px;flex:0 0 auto}.v60-permission-grid span{font-size:.94rem;line-height:1.15}.v60-panel .btn-green{min-height:52px;width:100%;margin-top:16px}.v60-employee-header{border-radius:22px 22px 0 0}.v201-employee-details>summary{font-size:1.05rem;padding:18px 22px}
.admin-bell-link{background:#fff!important;color:#111!important;border:2px solid #8be653!important;box-shadow:0 0 0 4px rgba(139,230,83,.12)}
.notification-page{background:#070907;min-height:70vh}.notification-head{display:flex;justify-content:space-between;gap:24px;align-items:end;margin-bottom:26px;color:#fff}.notification-head h1,.notification-head p{color:#fff}.notification-list{display:grid;gap:14px}.notification-card{display:grid;grid-template-columns:auto 1fr auto;gap:18px;align-items:center;padding:20px;border:1px solid #2d392a;border-radius:18px;background:#111511;color:#fff}.notification-card.is-unread{border:2px solid #83e14e;box-shadow:0 0 0 4px rgba(131,225,78,.08)}.notification-card strong,.notification-card p,.notification-card small{color:#fff}.notification-card p{margin:5px 0}.notification-icon{font-size:1.5rem}.notification-empty{padding:40px;border-radius:18px;background:#fff;color:#111;text-align:center}
.google-review-floating{position:fixed;right:24px;bottom:92px;z-index:90;display:flex;align-items:center;gap:10px;padding:14px 18px;border-radius:999px;background:#fff;color:#111!important;border:2px solid #87df50;box-shadow:0 14px 40px rgba(0,0,0,.3);text-decoration:none}.google-review-floating span{color:#f5b800;font-size:1.35rem}.home-review-cta{padding:54px 0;background:#fff;color:#111}.home-review-inner{display:flex;justify-content:space-between;align-items:center;gap:35px}.home-review-inner h2,.home-review-inner p{color:#111}.home-review-inner p{max-width:690px}.menu-club-link{font-weight:800!important;color:#8be653!important}
.custom-admin-form select{min-height:52px;background:#fff;color:#111;border:2px solid #111;border-radius:12px;padding:10px 14px}
@media(max-width:900px){.v60-employee-body{grid-template-columns:1fr}.v60-permission-grid{grid-template-columns:1fr 1fr}.home-review-inner,.notification-head{align-items:flex-start;flex-direction:column}.notification-card{grid-template-columns:auto 1fr}.notification-card .btn{grid-column:1/-1}.google-review-floating{right:12px;bottom:82px;padding:12px 14px}.google-review-floating strong{font-size:.85rem}}
@media(max-width:560px){.v60-permission-grid{grid-template-columns:1fr}.google-review-floating strong{display:none}.google-review-floating{width:52px;height:52px;justify-content:center;padding:0}}


/* V326 — avis Google mobile + ajout à l’écran d’accueil */
.mobile-install-prompt{display:none}
@media(max-width:760px){
  .home-review-cta{margin:18px 12px!important;border:2px solid #a7ef59!important;border-radius:22px!important;background:linear-gradient(145deg,#111811,#071007)!important;box-shadow:0 18px 45px rgba(0,0,0,.35)!important;padding:0!important}
  .home-review-inner{display:block!important;padding:24px 20px!important;text-align:center!important}
  .home-review-inner .experience-eyebrow{display:inline-block!important;margin-bottom:8px!important;color:#a7ef59!important;font-size:12px!important;letter-spacing:.12em!important}
  .home-review-inner h2{font-size:25px!important;line-height:1.12!important;margin:7px 0 10px!important;color:#fff!important}
  .home-review-inner h2:before{content:"★★★★★";display:block;color:#ffd75a;font-size:25px;letter-spacing:4px;margin-bottom:12px}
  .home-review-inner p{font-size:15px!important;line-height:1.55!important;color:#e9eee9!important;margin-bottom:18px!important}
  .home-review-inner .btn{display:flex!important;width:100%!important;min-height:52px!important;border-radius:14px!important;align-items:center!important;justify-content:center!important;font-size:16px!important;padding:13px 16px!important}
  .google-review-floating{left:12px!important;right:12px!important;bottom:76px!important;width:auto!important;justify-content:center!important;border-radius:14px!important;padding:12px 14px!important;box-shadow:0 12px 34px rgba(0,0,0,.38)!important}
  .google-review-ribbon .container{display:block!important;text-align:center!important;padding:20px 16px!important}
  .google-review-ribbon .btn{display:flex!important;width:100%!important;justify-content:center!important;margin-top:12px!important}
  .mobile-install-prompt{position:fixed;left:12px;right:12px;bottom:12px;z-index:10050;display:grid;grid-template-columns:48px 1fr;gap:13px;padding:18px 16px;background:#fff;color:#101510;border:2px solid #a7ef59;border-radius:20px;box-shadow:0 24px 70px rgba(0,0,0,.48);transform:translateY(130%);opacity:0;visibility:hidden;transition:.28s ease}
  .mobile-install-prompt.is-visible{transform:translateY(0);opacity:1;visibility:visible}
  .mobile-install-icon{width:48px;height:48px;border-radius:13px;display:grid;place-items:center;background:#0b100b;color:#a7ef59;font-size:24px;font-weight:950}
  .mobile-install-copy strong{display:block;font-size:17px;line-height:1.2;padding-right:24px}.mobile-install-copy>p{margin:7px 0 9px;color:#3c493c;font-size:13px;line-height:1.45}
  .mobile-install-copy details{border-top:1px solid #d9dfd9;padding-top:8px}.mobile-install-copy summary{font-weight:850;cursor:pointer;color:#315f10;font-size:13px}.mobile-install-steps p{font-size:12px;line-height:1.5;margin:10px 0;color:#222}
  .mobile-install-actions{display:flex;gap:8px;margin-top:12px}.mobile-install-actions button{flex:1;border:1px solid #1a211a;border-radius:10px;background:#fff;color:#111;padding:10px 8px;font-weight:850}.mobile-install-actions button:last-child{background:#101510;color:#fff}
  .mobile-install-close{position:absolute;right:10px;top:8px;width:30px;height:30px;border:0;background:transparent;color:#111;font-size:24px;line-height:1}
}
@media(min-width:761px){.mobile-install-prompt{display:none!important}}

/* V327 — séparation des boutons flottants sur mobile */
@media (max-width:760px){
  /* Avis Google à gauche, au-dessus de la barre d’appel */
  .google-review-floating{
    left:14px!important;
    right:auto!important;
    bottom:132px!important;
    width:56px!important;
    height:56px!important;
    min-width:56px!important;
    padding:0!important;
    border-radius:50%!important;
    display:grid!important;
    place-items:center!important;
    z-index:1195!important;
  }
  .google-review-floating strong{display:none!important}
  .google-review-floating span{font-size:1.5rem!important;line-height:1!important}

  /* Assistant à droite, au même niveau mais sans chevauchement */
  .v61-assistant-launch{
    left:auto!important;
    right:14px!important;
    bottom:132px!important;
    width:56px!important;
    height:56px!important;
    min-width:56px!important;
    padding:0!important;
    border-radius:50%!important;
    display:grid!important;
    place-items:center!important;
    z-index:1200!important;
  }
  .v61-assistant-launch>span{display:none!important}
  .v61-assistant{right:14px!important;bottom:198px!important}
}

/* ============================================================
   V328 — Expérience Premium, navigation et engagement
   ============================================================ */
.v328-hero-trust{display:flex;flex-wrap:wrap;justify-content:center;gap:10px 18px;margin-top:22px;color:rgba(255,255,255,.82);font-size:.82rem;font-weight:750;letter-spacing:.02em}
.v328-hero-trust span{display:inline-flex;align-items:center;gap:7px}
.v328-hero-trust span:before{content:"✓";color:#9bec59;font-weight:950}
.v328-quick-nav{position:relative;z-index:8;background:#07100b;border-top:1px solid rgba(151,233,85,.18);border-bottom:1px solid rgba(151,233,85,.18)}
.v328-quick-track{display:grid;grid-template-columns:repeat(6,1fr);gap:1px;padding:10px 0}
.v328-quick-track a{min-height:84px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:8px;text-align:center;border-radius:16px;color:#fff;text-decoration:none;transition:transform .22s ease,background .22s ease,color .22s ease}
.v328-quick-track a:hover{background:rgba(139,230,83,.1);color:#a8f46d;transform:translateY(-3px)}
.v328-quick-track span{display:grid;place-items:center;width:32px;height:32px;border:1px solid rgba(164,241,105,.45);border-radius:10px;color:#a8f46d;font-weight:950}
.v328-quick-track b{font-size:.84rem}
.v328-clickable-section{position:relative}
.v328-section-link{position:absolute;inset:0;z-index:1}
.v328-clickable-section .experience-club-copy,.v328-clickable-section .experience-club-visual{position:relative;z-index:2;pointer-events:none}
.v328-clickable-section .experience-actions a{pointer-events:auto}
.v328-inline-map{display:inline-flex;margin-top:10px;color:#a7ef59;font-weight:850}
.home-review-cta{position:relative;overflow:hidden;transition:transform .22s ease,box-shadow .22s ease}
.home-review-cta:hover{transform:translateY(-3px);box-shadow:0 20px 55px rgba(0,0,0,.16)}
.v328-review-overlay{position:absolute;inset:0;z-index:1}
.home-review-inner{position:relative;z-index:2;pointer-events:none}
.home-review-inner .btn{pointer-events:auto}
.experience-path-card,.experience-feature,.club-signature-card,.experience-floating-club{cursor:pointer}
.experience-path-card:focus-visible,.experience-feature:focus-visible,.club-signature-card:focus-visible,.v328-quick-track a:focus-visible{outline:3px solid #a7ef59;outline-offset:4px}
.v328-assistant-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}
.v328-assistant-actions a,.v328-assistant-actions button{display:inline-flex;justify-content:center;align-items:center;border:1px solid #6f9f39;border-radius:10px;padding:9px 12px;background:#f5ffe9;color:#183008!important;font:inherit;font-size:.82rem;font-weight:850;text-decoration:none;cursor:pointer}
.v328-mobile-actions{display:none}

@media(max-width:760px){
  body{padding-bottom:88px!important}
  .experience-hero{padding-top:28px!important}
  .experience-hero-inner{padding-top:16px!important}
  .experience-hero h1{font-size:clamp(2.55rem,12.2vw,3.85rem)!important;line-height:.96!important;letter-spacing:-.052em!important;margin:16px 0 18px!important}
  .experience-lead{font-size:1rem!important;line-height:1.55!important;margin-bottom:20px!important}
  .experience-hero-actions{gap:10px!important}
  .experience-hero-actions .btn{min-height:64px!important;padding:12px 16px!important}
  .experience-hero-actions .btn span{font-size:1rem!important}
  .club-first-inline{display:none!important}
  .v328-hero-trust{display:grid;grid-template-columns:1fr 1fr;text-align:left;gap:8px 12px;margin-top:18px;font-size:.72rem}
  .experience-hero-media>img{height:390px!important}
  .v328-quick-nav{position:relative;margin-top:2px}
  .v328-quick-track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:8px;padding:11px 14px;width:100%;scrollbar-width:none}
  .v328-quick-track::-webkit-scrollbar{display:none}
  .v328-quick-track a{flex:0 0 92px;min-height:76px;scroll-snap-align:start;background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.07)}
  .v328-quick-track b{font-size:.72rem}
  .v328-mobile-actions{position:fixed!important;left:10px!important;right:10px!important;bottom:calc(8px + env(safe-area-inset-bottom))!important;z-index:1180!important;display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:4px!important;padding:5px!important;background:rgba(8,12,9,.96)!important;border:1px solid rgba(162,238,103,.32)!important;border-radius:20px!important;box-shadow:0 18px 50px rgba(0,0,0,.45)!important;backdrop-filter:blur(16px)}
  .v328-mobile-actions a{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:2px!important;min-height:56px!important;padding:6px 4px!important;border-radius:15px!important;color:#fff!important;text-decoration:none!important;font-size:.72rem!important}
  .v328-mobile-actions a:nth-child(2){background:#8ee84e!important;color:#081007!important}
  .v328-mobile-actions a span{font-size:1rem;line-height:1}.v328-mobile-actions a b{font-size:.72rem}
  .google-review-floating,.v61-assistant-launch{bottom:88px!important}
  .v61-assistant{bottom:154px!important;max-height:calc(100vh - 185px);overflow:auto}
  .scroll-top-button{display:none!important}
  .mobile-install-prompt{bottom:calc(10px + env(safe-area-inset-bottom))!important}
  body.v328-install-open .google-review-floating,body.v328-install-open .v61-assistant-launch,body.v328-install-open .v328-mobile-actions{opacity:0!important;visibility:hidden!important;pointer-events:none!important}
  .home-review-cta{margin:22px 12px 34px!important}
  .home-review-inner h2{font-size:23px!important}
  .experience-club,.experience-path,.experience-explore{padding-top:64px!important;padding-bottom:64px!important}
  .v328-assistant-choices{grid-template-columns:1fr 1fr!important}
  .v328-assistant-choices button{min-height:52px}
}
@media(max-width:420px){.v328-assistant-choices{grid-template-columns:1fr!important}.v328-hero-trust{grid-template-columns:1fr}}


/* ============================================================
 * M'EYE OPTIC V329 — INTERFACE FLOTTANTE SIMPLIFIÉE
 * ============================================================ */
.whatsapp-float,.google-review-floating{display:none!important}
.club-signup-bonus{grid-column:1/-1;display:flex;flex-direction:column;gap:5px;margin:4px 0 8px;padding:16px 18px;border:1px solid rgba(130,220,75,.65);border-radius:16px;background:linear-gradient(135deg,rgba(139,230,83,.14),rgba(139,230,83,.04));color:#fff}
.club-signup-bonus strong{font-size:1.05rem;color:#9ef15c}.club-signup-bonus span{font-size:.9rem;color:rgba(255,255,255,.78)}
@media(max-width:760px){
  body{padding-bottom:82px}
  .v328-mobile-actions{left:12px!important;right:12px!important;bottom:calc(8px + env(safe-area-inset-bottom))!important;gap:2px!important;padding:4px!important;border-radius:18px!important}
  .v328-mobile-actions a{min-height:50px!important;padding:5px 3px!important;border-radius:14px!important;gap:1px!important}
  .v328-mobile-actions a span{font-size:.92rem!important}.v328-mobile-actions a b{font-size:.68rem!important;line-height:1.1!important}
  .v61-assistant-launch{right:14px!important;bottom:calc(78px + env(safe-area-inset-bottom))!important;width:48px!important;height:48px!important;min-width:48px!important;padding:0!important;border-radius:50%!important;display:grid!important;place-items:center!important}
  .scroll-top-button{display:none!important}
  body.v328-install-open .v61-assistant-launch,body.v328-install-open .v328-mobile-actions{opacity:0!important;visibility:hidden!important;pointer-events:none!important}
}
@media(min-width:761px){
  .v61-assistant-launch{right:24px!important;bottom:24px!important}
}

/* ============================================================
 * M'EYE OPTIC V330 — ACCÈS RAPIDE WHATSAPP + AIDE INSTALLATION
 * ============================================================ */
.v330-contact-launch{position:fixed;left:24px;bottom:24px;z-index:10020;display:flex;align-items:center;gap:10px;border:1px solid #96ef50;border-radius:999px;background:#45dc3d;color:#061006;padding:13px 19px;font:inherit;font-weight:950;font-size:.95rem;box-shadow:0 14px 38px rgba(0,0,0,.36);cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}
.v330-contact-launch:hover{transform:translateY(-2px);box-shadow:0 18px 46px rgba(0,0,0,.44)}
.v330-wa-mark{display:grid;place-items:center;width:23px;height:23px;border:2px solid currentColor;border-radius:50%;font-size:12px}
.v330-contact-backdrop{position:fixed;inset:0;z-index:10030;background:rgba(0,0,0,.62);backdrop-filter:blur(6px);opacity:0;transition:opacity .22s ease}
.v330-contact-backdrop.is-open{opacity:1}
.v330-contact-popup{position:fixed;left:24px;bottom:88px;z-index:10040;width:min(420px,calc(100vw - 32px));padding:24px;border:1px solid rgba(157,240,86,.65);border-radius:25px;background:linear-gradient(155deg,#101710,#050805 76%);color:#fff;box-shadow:0 28px 90px rgba(0,0,0,.66);opacity:0;visibility:hidden;transform:translateY(18px) scale(.98);transition:.24s ease}
.v330-contact-popup.is-open{opacity:1;visibility:visible;transform:none}
.v330-contact-close{position:absolute;right:12px;top:10px;width:36px;height:36px;border:0;border-radius:50%;background:rgba(255,255,255,.08);color:#fff;font-size:25px;cursor:pointer}
.v330-contact-head{padding-right:36px}.v330-contact-head>span{display:block;color:#96ef50;font-size:.69rem;font-weight:950;letter-spacing:.16em}.v330-contact-head strong{display:block;margin-top:8px;font-size:1.42rem;line-height:1.15}.v330-contact-head p{margin:8px 0 18px;color:rgba(255,255,255,.72);font-size:.9rem;line-height:1.5}
.v330-whatsapp-primary{display:grid;grid-template-columns:42px 1fr;column-gap:12px;align-items:center;padding:15px;border-radius:17px;background:#45dc3d;color:#071007!important;text-decoration:none;border:1px solid #9bf267}.v330-whatsapp-primary>span{grid-row:1/3;display:grid;place-items:center;width:42px;height:42px;border:2px solid currentColor;border-radius:50%;font-weight:950}.v330-whatsapp-primary b{font-size:1rem}.v330-whatsapp-primary small{font-size:.72rem;line-height:1.35;opacity:.75}
.v330-app-help{margin-top:14px;padding:15px;border:1px solid rgba(255,255,255,.14);border-radius:17px;background:rgba(255,255,255,.055)}
.v330-app-title{display:flex;gap:11px;align-items:flex-start}.v330-app-title>span{display:grid;place-items:center;flex:0 0 34px;height:34px;border-radius:10px;background:#eefee5;color:#234a0c;font-weight:950;font-size:20px}.v330-app-title strong{display:block;font-size:.91rem}.v330-app-title small{display:block;margin-top:3px;color:rgba(255,255,255,.62);font-size:.73rem;line-height:1.4}
.v330-app-help details{margin-top:11px;padding-top:10px;border-top:1px solid rgba(255,255,255,.12)}.v330-app-help summary{cursor:pointer;color:#a3f365;font-size:.8rem;font-weight:900}.v330-app-steps p{margin:11px 0 0;color:rgba(255,255,255,.8);font-size:.76rem;line-height:1.55}
.v330-hide-desktop{display:none!important}
body.v330-contact-open{overflow:hidden}
@media(max-width:760px){
  .v330-hide-desktop{display:flex!important}.v330-hide-mobile{display:none!important}
  .v330-contact-launch{left:14px;bottom:calc(78px + env(safe-area-inset-bottom));width:48px;height:48px;min-width:48px;padding:0;border-radius:50%;justify-content:center}
  .v330-contact-launch>span:last-child{display:none}
  .v330-contact-popup{left:10px;right:10px;bottom:calc(76px + env(safe-area-inset-bottom));width:auto;max-height:calc(100vh - 104px);overflow:auto;padding:20px;border-radius:22px}
  .v330-contact-backdrop{z-index:10030}
  .v61-assistant-launch{right:14px!important}
  body.v328-install-open .v330-contact-launch{opacity:0!important;visibility:hidden!important;pointer-events:none!important}
}
@media(min-width:761px){.v330-hide-mobile{display:none!important}}


/* ============================================================
 * M'EYE OPTIC V331 — WHATSAPP PERMANENT ET SANS CHEVAUCHEMENT
 * ============================================================ */
.mobile-install-prompt{display:none!important}
body.v328-install-open .v330-contact-launch{opacity:1!important;visibility:visible!important;pointer-events:auto!important}
@media(max-width:760px){
  .v330-contact-launch{
    display:flex!important;
    position:fixed!important;
    left:14px!important;
    right:auto!important;
    bottom:calc(92px + env(safe-area-inset-bottom))!important;
    width:56px!important;
    height:56px!important;
    min-width:56px!important;
    padding:0!important;
    border-radius:50%!important;
    z-index:10060!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
  }
  .v330-contact-launch .v330-wa-mark{width:28px;height:28px;font-size:14px}
  .v330-contact-launch>span:last-child{display:none!important}
  .v61-assistant-launch{
    right:14px!important;
    left:auto!important;
    bottom:calc(92px + env(safe-area-inset-bottom))!important;
    z-index:10055!important;
  }
  .v330-contact-popup{
    left:10px!important;
    right:10px!important;
    bottom:calc(88px + env(safe-area-inset-bottom))!important;
    width:auto!important;
    max-height:calc(100dvh - 120px)!important;
    overflow:auto!important;
    z-index:10080!important;
  }
  .v330-contact-backdrop{z-index:10070!important}
  .v328-mobile-actions{z-index:10040!important}
}
@media(min-width:761px){
  .v330-contact-launch{display:flex!important;left:24px!important;bottom:24px!important;z-index:10060!important}
  .v330-contact-popup{z-index:10080!important}
  .v330-contact-backdrop{z-index:10070!important}
}


/* ============================================================
 * M'EYE OPTIC V332 — WHATSAPP MOBILE FORCÉ, VISIBLE ET IDENTIFIABLE
 * ============================================================ */
@media(max-width:760px){
  html body .v330-contact-launch{
    display:flex!important;
    position:fixed!important;
    left:18px!important;
    right:auto!important;
    bottom:calc(100px + env(safe-area-inset-bottom))!important;
    width:62px!important;
    height:62px!important;
    min-width:62px!important;
    border-radius:999px!important;
    border:2px solid #b7ff83!important;
    background:#35d64a!important;
    color:#061006!important;
    box-shadow:0 12px 34px rgba(0,0,0,.55),0 0 0 4px rgba(53,214,74,.16)!important;
    z-index:2147483000!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    transform:none!important;
  }
  html body .v330-contact-launch .v330-wa-mark{
    width:31px!important;height:31px!important;font-size:16px!important;border-width:2px!important;
  }
  html body .v330-contact-launch>span:last-child{display:none!important}
  html body .v61-assistant-launch{
    right:18px!important;left:auto!important;bottom:calc(100px + env(safe-area-inset-bottom))!important;
  }
}
@media(min-width:761px){
  html body .v330-contact-launch{display:flex!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important}
}
\n\n/* ============================================================
 * M'EYE OPTIC V333 — CORRECTIF DÉFINITIF WHATSAPP TOUJOURS VISIBLE
 * ============================================================ */
html body button#v330-contact-launch.v330-contact-launch{
  display:flex!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important;
}
@media(max-width:760px){
  html body button#v330-contact-launch.v330-contact-launch{
    left:14px!important;right:auto!important;
    bottom:calc(92px + env(safe-area-inset-bottom))!important;
    width:auto!important;min-width:132px!important;height:56px!important;
    padding:0 17px!important;border-radius:999px!important;
    gap:9px!important;background:#35d64a!important;color:#061006!important;
    border:2px solid #b7ff83!important;z-index:2147483640!important;
    box-shadow:0 12px 34px rgba(0,0,0,.58),0 0 0 4px rgba(53,214,74,.18)!important;
  }
  html body button#v330-contact-launch .v333-wa-label{
    display:inline!important;font-size:.86rem!important;font-weight:950!important;line-height:1!important;
  }
  html body button#v330-contact-launch .v330-wa-mark{
    width:27px!important;height:27px!important;flex:0 0 27px!important;
  }
  html body .v61-assistant-launch{
    right:14px!important;left:auto!important;bottom:calc(96px + env(safe-area-inset-bottom))!important;
    z-index:2147483500!important;
  }
  html body .v328-mobile-actions{z-index:2147483000!important}
}
@media(min-width:761px){
  html body button#v330-contact-launch.v330-contact-launch{
    left:24px!important;bottom:24px!important;z-index:2147483640!important;
  }
  html body button#v330-contact-launch .v333-wa-label{display:inline!important}
}

/* ===== M'EYE OPTIC V4.0 PREMIUM ===== */
.v40-hero{padding-top:96px!important;background:
 radial-gradient(circle at 18% 18%,rgba(69,212,63,.11),transparent 30%),
 radial-gradient(circle at 82% 8%,rgba(255,255,255,.06),transparent 26%)}
.v40-hero-inner{max-width:1040px!important;padding-top:18px!important}
.v40-kicker{letter-spacing:.25em!important;color:rgba(255,255,255,.72)!important;font-size:.74rem!important}
.v40-kicker span{color:var(--meye-green);margin:0 .45rem}
.v40-hero h1{max-width:14ch!important;font-size:clamp(4.1rem,8vw,8.7rem)!important;line-height:.9!important;letter-spacing:-.07em!important;margin:24px auto 30px!important;font-weight:330!important}
.v40-hero h1 em{background:linear-gradient(90deg,#55e54f,#b9ffb5 60%,#55e54f);-webkit-background-clip:text;background-clip:text;color:transparent!important}
.v40-hero-lead{max-width:780px!important;color:rgba(255,255,255,.76)!important;line-height:1.75!important;font-size:clamp(1.04rem,1.55vw,1.27rem)!important}
.v40-hero-actions{margin-top:38px!important;margin-bottom:38px!important}
.v40-hero-actions .btn{min-width:255px!important}
.v40-signature-line{display:grid;grid-template-columns:repeat(4,1fr);max-width:980px;margin:0 auto 46px;border-top:1px solid rgba(255,255,255,.12);border-bottom:1px solid rgba(255,255,255,.12);backdrop-filter:blur(10px)}
.v40-signature-line>span{padding:18px 20px;display:flex;flex-direction:column;gap:4px;position:relative}
.v40-signature-line>span+span:before{content:"";position:absolute;left:0;top:20%;bottom:20%;width:1px;background:rgba(255,255,255,.11)}
.v40-signature-line b{font-size:.92rem;letter-spacing:.02em}
.v40-signature-line small{font-size:.75rem;color:rgba(255,255,255,.55)}
.v40-hero-media{position:relative!important}
.v40-hero-media>img{height:min(58vw,720px)!important;object-position:center 48%!important}
.v40-image-caption{position:absolute;z-index:3;left:34px;right:34px;bottom:28px;display:flex;justify-content:space-between;align-items:end;padding:22px 26px;border-radius:18px;background:linear-gradient(90deg,rgba(4,8,5,.78),rgba(4,8,5,.38));border:1px solid rgba(255,255,255,.14);backdrop-filter:blur(12px)}
.v40-image-caption span{font-size:.76rem;letter-spacing:.13em;text-transform:uppercase;color:rgba(255,255,255,.62)}
.v40-image-caption b{font-size:clamp(1rem,1.5vw,1.28rem);font-weight:450}
.v40-local-intro{padding:112px 0;background:linear-gradient(180deg,rgba(4,7,4,.94),rgba(7,11,8,.9));border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}
.v40-local-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:90px;align-items:start}
.v40-local-grid h2{font-size:clamp(2.6rem,5vw,5rem);line-height:.98;letter-spacing:-.055em;font-weight:350;max-width:11ch;margin:18px 0 0}
.v40-local-copy{padding-top:10px}
.v40-local-copy p{font-size:1.08rem;line-height:1.82;color:rgba(255,255,255,.7);margin:0 0 18px}
.v40-local-links{display:flex;gap:26px;flex-wrap:wrap;margin-top:30px}
.v40-local-links a{color:#fff;text-decoration:none;font-weight:650;border-bottom:1px solid rgba(69,212,63,.6);padding-bottom:6px}
.v40-local-links a:hover{color:var(--meye-green)}
@media(max-width:900px){.v40-signature-line{grid-template-columns:repeat(2,1fr)}.v40-signature-line>span:nth-child(3):before{display:none}.v40-signature-line>span:nth-child(n+3){border-top:1px solid rgba(255,255,255,.1)}.v40-local-grid{grid-template-columns:1fr;gap:42px}.v40-local-grid h2{max-width:14ch}}
@media(max-width:640px){.v40-hero{padding-top:58px!important}.v40-hero h1{font-size:clamp(3.2rem,15vw,4.8rem)!important;line-height:.93!important}.v40-hero-lead{font-size:1rem!important;line-height:1.65!important}.v40-signature-line{grid-template-columns:1fr 1fr;margin-bottom:28px}.v40-signature-line>span{padding:15px 12px}.v40-signature-line b{font-size:.82rem}.v40-signature-line small{font-size:.68rem}.v40-hero-media>img{height:470px!important}.v40-image-caption{left:12px;right:12px;bottom:12px;padding:16px;display:block}.v40-image-caption span{display:block;margin-bottom:6px}.v40-image-caption b{display:block;line-height:1.3}.v40-local-intro{padding:76px 0}.v40-local-copy p{font-size:1rem}.v40-local-links{display:grid;gap:16px}}
@media(prefers-reduced-motion:no-preference){.v40-hero h1 em{background-size:200% auto;animation:v40Shimmer 7s linear infinite}.v40-image-caption{animation:v40Float 6s ease-in-out infinite}@keyframes v40Shimmer{to{background-position:200% center}}@keyframes v40Float{50%{transform:translateY(-4px)}}}

/* ===== M'EYE OPTIC V4.1 PREMIUM — PATCH ACCUEIL ===== */
.v41-hero-conversion{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:20px;align-items:stretch;max-width:1120px;margin:36px auto 30px}
.v41-hero-conversion .v40-hero-actions{margin:0!important;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px!important}
.v41-hero-conversion .v40-hero-actions .btn{min-width:0!important;width:100%;border-radius:16px!important;box-shadow:0 14px 38px rgba(0,0,0,.28);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
.v41-hero-conversion .v40-hero-actions .btn:hover{transform:translateY(-4px);box-shadow:0 20px 52px rgba(0,0,0,.42)}
.v41-google-card{position:relative;z-index:3;display:grid;grid-template-columns:48px 1fr 20px;gap:12px;align-items:center;padding:16px 18px;border-radius:18px;text-decoration:none;color:#fff;background:linear-gradient(145deg,rgba(12,17,13,.96),rgba(4,7,5,.9));border:1px solid rgba(149,214,0,.38);box-shadow:0 18px 50px rgba(0,0,0,.42),inset 0 1px rgba(255,255,255,.05);transition:.25s ease}
.v41-google-card:hover{transform:translateY(-4px);border-color:rgba(149,214,0,.78);box-shadow:0 24px 65px rgba(0,0,0,.55),0 0 36px rgba(149,214,0,.08)}
.v41-google-g{display:grid;place-items:center;width:46px;height:46px;border-radius:50%;background:#fff;font:900 1.65rem/1 Arial;color:#4285f4;box-shadow:0 8px 26px rgba(0,0,0,.35)}
.v41-google-copy{display:grid;text-align:left;gap:3px}.v41-google-copy small{color:rgba(255,255,255,.58);font-size:.68rem;text-transform:uppercase;letter-spacing:.09em}.v41-google-copy strong{font-size:.92rem}.v41-google-copy b{color:#fbbc04;font-size:.78rem}.v41-google-copy b i{font-style:normal;color:rgba(255,255,255,.55);font-weight:500;margin-left:5px}.v41-google-arrow{color:var(--meye-green);font-size:1.3rem}
.v40-hero{position:relative;isolation:isolate;min-height:calc(100vh - 80px);display:flex;align-items:center;padding:72px 0 48px!important;background:transparent!important}
.v40-hero:before{content:"";position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,rgba(0,0,0,.82) 0%,rgba(0,0,0,.52) 46%,rgba(0,0,0,.35) 100%),linear-gradient(180deg,rgba(0,0,0,.2),rgba(2,7,3,.82));pointer-events:none}
.v40-hero:after{content:"";position:absolute;inset:0;z-index:-1;background:radial-gradient(circle at 18% 45%,rgba(69,212,63,.16),transparent 31%),radial-gradient(circle at 82% 20%,rgba(255,255,255,.06),transparent 26%);pointer-events:none}
.v40-hero-inner{max-width:1280px!important;padding:0 24px!important}
.v40-hero h1{max-width:12ch!important;text-shadow:0 10px 40px rgba(0,0,0,.58)}
.v40-hero-lead{max-width:760px!important;text-shadow:0 4px 20px rgba(0,0,0,.8)}
.v40-signature-line{max-width:1120px!important;margin-top:8px!important;border:1px solid rgba(255,255,255,.11)!important;border-radius:18px;overflow:hidden;background:rgba(5,8,6,.54);box-shadow:0 18px 60px rgba(0,0,0,.26)}
.v40-signature-line>span{transition:.25s ease}.v40-signature-line>span:hover{background:rgba(149,214,0,.07)}
.v40-hero-media{display:none!important}
.v40-local-intro,.experience-club,.club-signature,.experience-path,.experience-explore,.experience-final{position:relative;overflow:hidden}
.v40-local-intro:before,.experience-path:before,.experience-final:before{content:"";position:absolute;width:420px;height:420px;border-radius:50%;filter:blur(90px);background:rgba(69,212,63,.07);pointer-events:none}
.v40-local-intro:before{right:-180px;top:-190px}.experience-path:before{left:-220px;bottom:-230px}.experience-final:before{right:-180px;bottom:-220px}
.experience-club,.experience-explore{background:linear-gradient(180deg,#070a08,#0b0f0c)!important}
.club-signature,.experience-path{background:linear-gradient(180deg,#020403,#080b09)!important}
.experience-feature,.experience-path-card,.club-signature-card{border-color:rgba(255,255,255,.11)!important;box-shadow:0 24px 70px rgba(0,0,0,.28)}
.v41-review-stage{position:relative;padding:110px 0;background:radial-gradient(circle at 15% 50%,rgba(66,133,244,.08),transparent 30%),linear-gradient(135deg,#050806,#0a0e0b);border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08);overflow:hidden}
.v41-review-stage:after{content:"★★★★★";position:absolute;right:-40px;top:18px;color:rgba(251,188,4,.035);font-size:clamp(7rem,16vw,15rem);letter-spacing:.02em;white-space:nowrap;pointer-events:none}
.v41-review-grid{position:relative;z-index:2;display:grid;grid-template-columns:.72fr 1.28fr;gap:80px;align-items:center}
.v41-review-score{min-height:330px;border-radius:28px;padding:42px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;background:linear-gradient(145deg,rgba(255,255,255,.06),rgba(255,255,255,.015));border:1px solid rgba(255,255,255,.12);box-shadow:0 30px 90px rgba(0,0,0,.42);backdrop-filter:blur(12px)}
.v41-review-score .v41-google-g{margin-bottom:26px}.v41-review-score strong{font-size:clamp(2.2rem,4vw,4rem);font-weight:350;letter-spacing:-.045em}.v41-review-score div{font-size:1.75rem;color:#fbbc04;letter-spacing:.12em;margin:12px 0}.v41-review-score small{color:rgba(255,255,255,.58)}
.v41-review-copy h2{font-size:clamp(2.6rem,5vw,5.3rem);font-weight:340;line-height:.98;letter-spacing:-.055em;margin:18px 0 24px;max-width:12ch}.v41-review-copy p{max-width:720px;color:rgba(255,255,255,.68);font-size:1.08rem;line-height:1.8;margin-bottom:30px}.v41-review-copy .btn{display:inline-flex!important;min-width:310px}
@media(max-width:1050px){.v41-hero-conversion{grid-template-columns:1fr}.v41-hero-conversion .v40-hero-actions{grid-template-columns:repeat(3,1fr)}.v41-google-card{max-width:520px;margin:auto;width:100%}.v41-review-grid{grid-template-columns:1fr;gap:36px}.v41-review-score{min-height:250px}}
@media(max-width:760px){.v40-hero{min-height:auto;padding:54px 0 36px!important}.v41-hero-conversion{margin-top:28px}.v41-hero-conversion .v40-hero-actions{grid-template-columns:1fr}.v41-google-card{grid-template-columns:42px 1fr 18px;padding:14px}.v41-google-g{width:40px;height:40px;font-size:1.35rem}.v41-google-copy b i{display:none}.v40-signature-line{margin-top:18px!important}.v41-review-stage{padding:76px 0}.v41-review-score{padding:28px;min-height:220px}.v41-review-copy h2{font-size:clamp(2.4rem,11vw,4rem)}.v41-review-copy .btn{width:100%;min-width:0!important}.v41-review-stage:after{display:none}}

/* V4.1.1 — corrections demandées : contraste, M’eye Club, avis Google, hero réduit */
.v40-hero h1{font-size:clamp(3rem,6.2vw,6.6rem)!important;line-height:.94!important;max-width:13ch!important;letter-spacing:-.055em!important}
.v40-kicker,.v40-hero-lead,.v40-signature-line small,.v40-local-copy p,.experience-heading p,.experience-path-card p,.experience-feature p,.experience-club-copy p,.club-signature-card p,.v41-google-copy small,.v41-google-copy b i,.v41-review-score small,.v41-review-copy p,.experience-final p{color:#fff!important;opacity:1!important}
.v40-hero-lead{font-weight:600!important;text-shadow:0 3px 18px #000!important}
.v40-signature-line>span{background:#050805!important;border-color:#55e54f!important}
.v40-signature-line b{color:#fff!important}.v40-signature-line small{color:#fff!important}
.v41-google-card,.v41-review-score,.experience-feature,.experience-path-card,.club-signature-card,.experience-club-card{background:#050805!important;border-color:#55e54f!important}
.experience-feature h3,.experience-path-card h3,.club-signature-card h3,.experience-club-card strong,.experience-club-card p,.experience-club-card small,.v41-google-copy strong,.v41-review-score strong,.v41-review-copy h2{color:#fff!important}
.experience-eyebrow,.experience-feature span,.experience-feature b,.experience-path-card b,.club-signature-card b,.v40-local-links a{color:#7df05b!important}
.menu-club-link{font-family:"Brush Script MT","Segoe Script",cursive!important;font-size:1.28rem!important;font-weight:700!important;font-style:italic!important;color:#79ef4f!important;border:1px solid #79ef4f!important;border-radius:12px!important;padding:8px 14px!important;letter-spacing:.02em!important;text-shadow:0 0 18px rgba(121,239,79,.35)!important}
.menu-club-link:hover{background:#79ef4f!important;color:#050805!important;text-shadow:none!important}
.google-g-logo{width:46px;height:46px;display:block;flex:0 0 auto}
.v41-google-card .google-g-logo{width:46px;height:46px;padding:7px;border-radius:50%;background:#fff;box-shadow:0 8px 26px rgba(0,0,0,.35)}
.v41-review-score .google-g-logo{width:68px;height:68px;padding:10px;border-radius:50%;background:#fff;margin-bottom:26px}
.v411-google-quick .google-g-logo{width:24px;height:24px;padding:3px;border-radius:50%;background:#fff}
.btn-google-review{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;background:#fff!important;color:#101010!important;border:2px solid #fff!important}
.btn-google-review .google-g-logo{width:28px;height:28px}.btn-google-review span{color:#101010!important}
.v411-google-floating{position:fixed;right:24px;bottom:154px;z-index:91;display:flex;align-items:center;gap:10px;padding:11px 15px;border-radius:999px;background:#fff;color:#111!important;text-decoration:none;border:2px solid #55e54f;box-shadow:0 16px 44px rgba(0,0,0,.45);transition:.22s ease}
.v411-google-floating:hover{transform:translateY(-3px);box-shadow:0 22px 56px rgba(0,0,0,.58)}
.v411-google-floating .google-g-logo{width:31px;height:31px}.v411-google-floating span{display:grid;line-height:1.05}.v411-google-floating strong,.v411-google-floating small{color:#111!important}.v411-google-floating strong{font-size:.84rem}.v411-google-floating small{font-size:.68rem;margin-top:3px}
.google-review-ribbon{background:#050805!important;border-top:2px solid #55e54f!important;border-bottom:2px solid #55e54f!important}.google-review-ribbon strong,.google-review-ribbon span{color:#fff!important}
.footer,.footer *{color:#fff!important}.footer a:hover,.footer-cookie:hover{color:#79ef4f!important}
@media(max-width:760px){.v40-hero h1{font-size:clamp(2.65rem,12vw,4.15rem)!important;line-height:.96!important}.v411-google-floating{right:12px;bottom:148px;padding:9px 11px}.v411-google-floating strong{font-size:.75rem}.v411-google-floating small{display:none}.menu-club-link{font-size:1.12rem!important;text-align:center}}

/* V4.1.3 — équilibre des encadrés et pictogrammes premium */
.v328-quick-track{grid-template-columns:repeat(7,minmax(0,1fr))!important;align-items:stretch!important}
.v328-quick-track a{min-height:104px!important;padding:14px 8px!important;justify-content:center!important;gap:10px!important;border:1px solid transparent!important}
.v328-quick-track a:hover{border-color:rgba(125,240,91,.42)!important}
.v328-quick-track .quick-icon,.v328-quick-track span{width:38px!important;height:38px!important;min-width:38px!important;min-height:38px!important}
.v328-quick-track .quick-icon svg{width:21px;height:21px;display:block}
.v328-quick-track b{font-size:.84rem!important;line-height:1.15!important;color:#fff!important}
.v328-quick-track .quick-club b{color:#7df05b!important;font-family:Georgia,"Times New Roman",serif!important;font-style:italic!important;font-size:.95rem!important}
.v411-google-quick svg.google-g-logo{width:24px!important;height:24px!important;min-width:24px!important;min-height:24px!important;max-width:24px!important;max-height:24px!important}

.club-signature-head{max-width:760px!important;margin-bottom:34px!important}
.club-signature-grid{align-items:stretch!important}
.club-signature-card{min-height:430px!important;padding:34px!important;justify-content:flex-start!important}
.club-signature-card .club-big-value{margin:42px 0 18px!important;font-size:clamp(52px,6vw,86px)!important;line-height:.9!important}
.club-signature-card h3{font-size:clamp(25px,2.55vw,36px)!important;max-width:17ch!important;margin:4px 0 14px!important}
.club-signature-card p{font-size:1rem!important;line-height:1.62!important;max-width:44ch!important;margin:0 0 24px!important;color:#fff!important}
.club-signature-card b{margin-top:auto!important;font-size:.95rem!important}
.club-signature-card.lenses .club-stamps{margin:42px 0 24px!important}

.btn-with-icon{display:inline-flex!important;align-items:center!important;justify-content:flex-start!important;gap:14px!important;text-align:left!important}
.btn-with-icon .action-icon{width:26px;height:26px;min-width:26px;flex:0 0 26px}
.btn-with-icon>span{display:flex;flex-direction:column;gap:3px}
.btn-with-icon b{font-size:.95rem;line-height:1.12;color:inherit}
.btn-with-icon small{margin:0!important;font-size:.72rem!important;line-height:1.25!important;color:inherit!important;opacity:1!important}
.btn-with-icon.compact{padding:12px 17px!important}

.doctolib-lockup{display:flex;flex-direction:column;align-items:flex-start;gap:2px;line-height:1}
.doctolib-brand{font-family:Arial,Helvetica,sans-serif!important;font-size:1.15rem!important;font-weight:800!important;letter-spacing:-.06em!important;text-transform:lowercase!important;color:#fff!important}
.doctolib-lockup b{font-size:.86rem!important;color:#fff!important}
.doctolib-lockup small{font-size:.68rem!important;color:#fff!important;opacity:1!important}

.experience-club-grid{grid-template-columns:minmax(300px,.9fr) minmax(420px,1.1fr)!important;gap:clamp(42px,6vw,82px)!important}
.experience-club-card{width:min(420px,100%)!important;min-height:285px!important;aspect-ratio:auto!important;padding:30px!important}
.experience-club-card p{margin:46px 0 10px!important;color:#fff!important}
.experience-club-benefits>div{min-height:92px!important;display:flex!important;flex-direction:column!important;justify-content:center!important}
.experience-club-benefits span{color:#fff!important}

@media(max-width:980px){
  .v328-quick-track{display:flex!important;overflow-x:auto!important}
  .v328-quick-track a{flex:0 0 116px!important;min-height:92px!important}
  .experience-club-grid{grid-template-columns:1fr!important}
  .experience-club-visual{min-height:360px!important}
}
@media(max-width:640px){
  .club-signature-card{min-height:370px!important;padding:26px!important}
  .club-signature-card .club-big-value{font-size:clamp(48px,16vw,70px)!important;margin:34px 0 16px!important}
  .club-signature-card h3{max-width:none!important}
  .btn-with-icon{width:100%!important}
}


/* === V4.1.5 FINITIONS NAVIGATION ET HERO === */
.menu-club-link{
  display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:2px!important;
  min-height:42px!important;padding:0 16px!important;border:1px solid rgba(121,239,79,.72)!important;
  border-radius:12px!important;background:rgba(121,239,79,.06)!important;
  font-family:Arial,Helvetica,sans-serif!important;font-size:.94rem!important;font-style:normal!important;
  font-weight:900!important;letter-spacing:.025em!important;line-height:1!important;color:#83ef58!important;
  text-shadow:none!important;white-space:nowrap!important
}
.menu-club-link .club-nav-mark{font-size:1.04em!important;font-weight:950!important}
.menu-club-link:hover{background:#7aea4f!important;color:#071007!important;transform:translateY(-1px)!important}
.btn-doctolib{display:flex!important;align-items:center!important;justify-content:center!important;flex-direction:column!important;gap:3px!important;background:#0b75df!important;border-color:#0b75df!important;color:#fff!important}
.btn-doctolib .doctolib-official-logo{display:block!important;width:104px!important;height:auto!important;max-height:28px!important;object-fit:contain!important;filter:brightness(0) invert(1)!important}
.menu .btn-doctolib .doctolib-official-logo{width:92px!important;max-height:24px!important}
.btn-doctolib small{color:#fff!important;font-size:.68rem!important;font-weight:750!important;opacity:1!important}
.v40-signature-line{
 display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;align-items:stretch!important;
 gap:0!important;overflow:hidden!important;border:1px solid rgba(122,235,89,.30)!important;border-radius:20px!important;
 background:rgba(3,8,4,.88)!important;box-shadow:0 18px 55px rgba(0,0,0,.26)!important
}
.v40-signature-line span{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;min-height:92px!important;padding:16px 18px!important;text-align:center!important;border-right:1px solid rgba(255,255,255,.12)!important}
.v40-signature-line span:last-child{border-right:0!important}
.v40-signature-line b{color:#fff!important;font-size:1rem!important;line-height:1.2!important}
.v40-signature-line small{color:#fff!important;font-size:.78rem!important;line-height:1.35!important;margin-top:6px!important}
@media(max-width:920px){.v40-signature-line{grid-template-columns:repeat(2,1fr)!important}.v40-signature-line span:nth-child(2){border-right:0!important}.v40-signature-line span:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.12)!important}}
@media(max-width:520px){.v40-signature-line{grid-template-columns:1fr!important}.v40-signature-line span{border-right:0!important;border-bottom:1px solid rgba(255,255,255,.12)!important}.v40-signature-line span:last-child{border-bottom:0!important}}


/* V4.3 - SEO local et FAQ */
.v42-seo-local,.v42-faq{position:relative;z-index:2;padding:88px 0;background:#050805;color:#fff}
.v42-faq{background:#080b08;padding-top:76px}
.v42-seo-wrap,.v42-faq-wrap{max-width:1180px;margin:0 auto}
.v42-seo-local h2,.v42-faq h2{margin:10px 0 34px;font-size:clamp(2rem,4vw,4rem);line-height:1.02;color:#fff}
.v42-seo-columns{display:grid;grid-template-columns:1fr 1fr;gap:48px}
.v42-seo-columns p{margin:0 0 20px;color:#f2f4f2;font-size:1.05rem;line-height:1.85}
.v42-seo-columns a{color:#51e54f;text-decoration:underline;text-underline-offset:4px}
.v42-faq-list{display:grid;gap:14px;max-width:980px}
.v42-faq-list details{border:1px solid rgba(81,229,79,.25);border-radius:18px;background:rgba(255,255,255,.035);padding:0 22px}
.v42-faq-list summary{cursor:pointer;list-style:none;padding:21px 36px 21px 0;font-size:1.05rem;font-weight:800;color:#fff;position:relative}
.v42-faq-list summary::-webkit-details-marker{display:none}
.v42-faq-list summary:after{content:'+';position:absolute;right:2px;top:17px;color:#51e54f;font-size:1.6rem}
.v42-faq-list details[open] summary:after{content:'−'}
.v42-faq-list p{padding:0 0 22px;margin:0;color:#e6e9e6;line-height:1.7}
@media(max-width:780px){.v42-seo-local,.v42-faq{padding:58px 0}.v42-seo-columns{grid-template-columns:1fr;gap:8px}.v42-seo-wrap,.v42-faq-wrap{padding-left:20px;padding-right:20px}}


/* =====================================================================
   V6.0 PREMIUM — correction mobile, lisibilité et cohérence visuelle
   ===================================================================== */
:root{--meye-green:#48df43;--meye-green-soft:#91ef5c;--meye-black:#050705;--meye-panel:#0d120e;--meye-white:#fff}
html{overflow-x:hidden!important}body{overflow-x:hidden!important}
body,button,input,select,textarea{font-family:Arial,Helvetica,sans-serif}
img,svg,video,canvas{max-width:100%;height:auto}
p,li,small,label{overflow-wrap:anywhere}

/* Textes toujours lisibles */
.page-hero p,.section p,.experience-heading p,.experience-feature p,.experience-path-card p,
.experience-club-copy p,.club-signature-card p,.v40-local-copy p,.v42-seo-local p,.v42-faq p{line-height:1.65}
.btn b,.btn small,.btn span{position:relative;z-index:2}
.btn-with-icon .action-icon{display:block!important;width:24px!important;height:24px!important;min-width:24px!important;max-width:24px!important;max-height:24px!important;flex:0 0 24px!important;overflow:visible!important}
.btn-with-icon .action-icon *{vector-effect:non-scaling-stroke}

/* Suppression définitive de toutes les sollicitations flottantes Google */
.google-review-floating,.v411-google-floating,.home-review-cta,.btn-google-review{display:none!important}

@media(max-width:760px){
  body{padding-bottom:78px!important}
  .container{width:min(100% - 28px,1180px)!important}
  .header,.site-header{min-height:82px!important}
  .logo img,.site-logo img,.header-logo img{max-width:260px!important;max-height:78px!important;object-fit:contain!important}

  /* Hero mobile réellement compact */
  .v40-hero{padding:34px 0 28px!important;min-height:0!important}
  .v40-hero h1{font-size:clamp(2.35rem,11.5vw,3.5rem)!important;line-height:.98!important;letter-spacing:-.045em!important}
  .v40-hero-lead{font-size:1rem!important;line-height:1.58!important;margin-top:18px!important}
  .v41-hero-conversion{margin-top:22px!important;display:block!important}
  .v41-hero-conversion .v40-hero-actions,.v40-hero-actions,.hero-actions{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;margin:20px 0 0!important}
  .v41-hero-conversion .v40-hero-actions .btn,.v40-hero-actions .btn,.hero-actions .btn,
  .btn-large,.btn-with-icon{width:100%!important;min-width:0!important;min-height:62px!important;height:auto!important;padding:13px 16px!important;border-radius:16px!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:12px!important;overflow:hidden!important}
  .btn-with-icon .action-icon{width:23px!important;height:23px!important;min-width:23px!important;max-width:23px!important;max-height:23px!important;flex-basis:23px!important}
  .btn-with-icon>span{min-width:0!important;display:flex!important;flex-direction:column!important;gap:2px!important}
  .btn-with-icon b{font-size:.98rem!important;line-height:1.15!important;white-space:normal!important}
  .btn-with-icon small{font-size:.74rem!important;line-height:1.25!important;white-space:normal!important}

  /* Cartes et sections : plus aucun pictogramme géant */
  .experience-feature,.experience-path-card,.experience-club-card,.club-signature-card{min-height:0!important;height:auto!important;aspect-ratio:auto!important;padding:22px!important;border-radius:20px!important}
  .experience-feature svg,.experience-path-card svg,.experience-club-card svg,.club-signature-card svg{width:32px!important;height:32px!important;max-width:32px!important;max-height:32px!important}
  .experience-feature h3,.experience-path-card h3,.club-signature-card h3{font-size:1.35rem!important;line-height:1.15!important}
  .experience-feature p,.experience-path-card p,.club-signature-card p{font-size:.94rem!important;line-height:1.55!important}
  .experience-club-grid{display:grid!important;grid-template-columns:1fr!important;gap:24px!important}
  .experience-club-visual{min-height:0!important}
  .experience-club-card{width:100%!important;min-height:0!important;margin:0!important}

  /* Barre mobile professionnelle, compacte et non superposée */
  html body .v328-mobile-actions{position:fixed!important;left:10px!important;right:10px!important;bottom:calc(8px + env(safe-area-inset-bottom))!important;z-index:1000!important;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:5px!important;padding:5px!important;background:rgba(5,8,6,.96)!important;border:1px solid rgba(133,232,82,.42)!important;border-radius:19px!important;box-shadow:0 14px 35px rgba(0,0,0,.46)!important;backdrop-filter:blur(14px)!important}
  html body .v328-mobile-actions a{min-width:0!important;min-height:52px!important;height:52px!important;padding:5px 3px!important;border-radius:14px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:2px!important;color:#fff!important;background:transparent!important;font-size:.68rem!important;line-height:1!important;text-align:center!important;overflow:hidden!important}
  html body .v328-mobile-actions a:nth-child(2){background:var(--meye-green-soft)!important;color:#071007!important}
  html body .v328-mobile-actions a span{font-size:.88rem!important;line-height:1!important}
  html body .v328-mobile-actions a b{font-size:.68rem!important;line-height:1.05!important;white-space:nowrap!important}

  /* WhatsApp : petite pastille discrète au-dessus de la barre */
  html body button#v330-contact-launch.v330-contact-launch{position:fixed!important;left:auto!important;right:14px!important;bottom:calc(76px + env(safe-area-inset-bottom))!important;z-index:1001!important;width:50px!important;height:50px!important;min-width:50px!important;max-width:50px!important;padding:0!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:0!important;background:var(--meye-green)!important;color:#061006!important;border:2px solid #b9ff93!important;box-shadow:0 10px 28px rgba(0,0,0,.42)!important;overflow:hidden!important}
  html body button#v330-contact-launch .v333-wa-label{display:none!important}
  html body button#v330-contact-launch .v330-wa-mark{width:auto!important;height:auto!important;font-size:20px!important;line-height:1!important;background:transparent!important;border:0!important}
  html body .v330-contact-popup{left:12px!important;right:12px!important;bottom:calc(76px + env(safe-area-inset-bottom))!important;width:auto!important;max-height:calc(100vh - 115px)!important;padding:20px!important;border-radius:22px!important;overflow:auto!important}

  /* Footer et textes */
  .footer{padding-bottom:94px!important}.footer-row{gap:14px!important}.footer-links{gap:10px!important}
  .v42-seo-wrap,.v42-faq-wrap{padding-left:0!important;padding-right:0!important}
}

@media(max-width:390px){
  .container{width:min(100% - 20px,1180px)!important}
  .v40-hero h1{font-size:2.25rem!important}
  html body .v328-mobile-actions{left:6px!important;right:6px!important}
  html body .v328-mobile-actions a b{font-size:.63rem!important}
}


/* =====================================================================
   V6.1 — MOBILE PREMIUM : WhatsApp + Google fixes, remontée, Doctolib,
   M'eye Club et suppression de l'assistant flottant sur téléphone
   ===================================================================== */
:root{--club-green:#7cf052;--club-ink:#061006;--float-safe-bottom:calc(92px + env(safe-area-inset-bottom))}
.whatsapp-official-logo{display:block;width:29px;height:29px;flex:0 0 29px}
.v330-whatsapp-primary .whatsapp-official-logo{grid-row:1/3;width:42px;height:42px}

/* Charte M'eye Club plus premium sur desktop et mobile */
.menu-club-link{font-family:"Trebuchet MS","Avenir Next",Arial,sans-serif!important;font-style:normal!important;font-weight:900!important;letter-spacing:.015em!important;text-transform:none!important;border:1px solid rgba(124,240,82,.72)!important;border-radius:999px!important;padding:9px 15px!important;background:linear-gradient(135deg,rgba(124,240,82,.13),rgba(124,240,82,.02))!important;box-shadow:inset 0 1px rgba(255,255,255,.08),0 7px 22px rgba(0,0,0,.18)!important}
.menu-club-link .club-nav-mark{font-family:Georgia,"Times New Roman",serif!important;font-style:italic!important;font-size:1.08em!important;color:#fff!important;margin-right:1px!important}
.menu-club-link span:last-child{color:var(--club-green)!important}
.menu-club-link:hover{background:var(--club-green)!important;color:var(--club-ink)!important;border-color:var(--club-green)!important}
.menu-club-link:hover .club-nav-mark,.menu-club-link:hover span:last-child{color:var(--club-ink)!important}
.mobile-club-action b{font-family:"Trebuchet MS","Avenir Next",Arial,sans-serif!important;letter-spacing:-.01em!important}
.mobile-club-action b span{font-weight:900!important}
.mobile-club-mark{font-family:Georgia,"Times New Roman",serif!important;font-style:italic!important;font-weight:900!important}

/* Doctolib : conserver les couleurs officielles, ne jamais inverser le logo */
.btn-doctolib{background:#fff!important;border:1px solid #dbe4ff!important;color:#173b8f!important;box-shadow:0 8px 24px rgba(28,74,180,.12)!important}
.btn-doctolib .doctolib-official-logo,.menu .btn-doctolib .doctolib-official-logo{filter:none!important;width:112px!important;max-height:30px!important;object-fit:contain!important}
.btn-doctolib small{color:#375baf!important;font-weight:700!important}

@media(max-width:760px){
  /* Enlever uniquement l'étoile / assistant flottant sur téléphone */
  .v61-assistant-launch,.v61-assistant{display:none!important}

  /* Deux boutons officiels fixes, symétriques, au-dessus de la barre mobile */
  html body .v330-contact-launch,
  html body .v411-google-floating{
    display:flex!important;visibility:visible!important;opacity:1!important;position:fixed!important;
    bottom:var(--float-safe-bottom)!important;width:58px!important;height:58px!important;min-width:58px!important;
    padding:0!important;border-radius:50%!important;align-items:center!important;justify-content:center!important;
    z-index:10020!important;box-shadow:0 12px 30px rgba(0,0,0,.42)!important;transform:none!important;
  }
  html body .v330-contact-launch{left:14px!important;right:auto!important;background:#fff!important;border:2px solid #25D366!important;color:#25D366!important}
  html body .v411-google-floating{right:14px!important;left:auto!important;background:#fff!important;border:2px solid #d9dfeb!important;color:#111!important}
  html body .v330-contact-launch .v333-wa-label,
  html body .v411-google-floating>span{display:none!important}
  html body .v330-contact-launch .whatsapp-official-logo{width:36px!important;height:36px!important}
  html body .v411-google-floating .google-g-logo{width:36px!important;height:36px!important;padding:2px!important;background:#fff!important;border-radius:50%!important}

  /* Bouton haut visible, centré et sans superposition */
  html body .scroll-top-button{display:grid!important;place-items:center!important;left:50%!important;right:auto!important;
    bottom:calc(98px + env(safe-area-inset-bottom))!important;width:44px!important;height:44px!important;min-width:44px!important;
    transform:translate(-50%,12px)!important;border-radius:50%!important;background:#0b120d!important;color:#8cf266!important;
    border:1px solid rgba(140,242,102,.7)!important;z-index:10019!important;font-size:22px!important;line-height:1!important;
  }
  html body .scroll-top-button.is-visible{transform:translate(-50%,0)!important}

  /* Popup WhatsApp au-dessus des boutons et de la barre */
  html body .v330-contact-popup{bottom:calc(166px + env(safe-area-inset-bottom))!important;left:12px!important;right:12px!important;width:auto!important;max-height:calc(100vh - 190px)!important}

  /* Barre basse plus élégante et lisible */
  html body .v328-mobile-actions{height:66px!important;min-height:66px!important;padding:5px!important;border-radius:22px!important;gap:4px!important}
  html body .v328-mobile-actions a{min-height:54px!important;border-radius:17px!important;padding:5px 4px!important;gap:3px!important}
  html body .v328-mobile-actions a>span{font-size:18px!important;line-height:1!important}
  html body .v328-mobile-actions a b{font-size:.73rem!important;line-height:1.02!important;white-space:nowrap!important}
  html body .v328-mobile-actions .mobile-club-action{background:linear-gradient(145deg,#0d1510,#050805)!important;border:1px solid rgba(124,240,82,.35)!important}
  html body .v328-mobile-actions .mobile-club-action .mobile-club-mark{color:#fff!important;font-size:17px!important}
  html body .v328-mobile-actions .mobile-club-action b{color:var(--club-green)!important;font-size:.72rem!important}

  /* Logo Doctolib officiel et propre sur mobile */
  .btn-doctolib,.menu .btn-doctolib{display:flex!important;align-items:center!important;justify-content:center!important;flex-direction:column!important;gap:5px!important;min-height:62px!important;padding:10px 14px!important;background:#fff!important}
  .btn-doctolib .doctolib-official-logo,.menu .btn-doctolib .doctolib-official-logo{display:block!important;width:118px!important;height:auto!important;max-height:30px!important;filter:none!important}
  .btn-doctolib small{font-size:.72rem!important;color:#3159b5!important;text-align:center!important}
}

@media(max-width:380px){
  html body .v330-contact-launch{left:8px!important}
  html body .v411-google-floating{right:8px!important}
  html body .v330-contact-launch,html body .v411-google-floating{width:54px!important;height:54px!important;min-width:54px!important}
  html body .v328-mobile-actions a b{font-size:.68rem!important}
}


/* =====================================================================
   V6.2 — CORRECTIF MOBILE DÉFINITIF (patch léger)
   Important : ces règles sont volontairement placées en fin de fichier
   pour neutraliser les anciennes règles mobiles contradictoires.
   ===================================================================== */
@media (max-width: 820px) {
  :root {
    --v62-safe-bottom: calc(88px + env(safe-area-inset-bottom));
    --v62-float-size: 56px;
  }

  /* L'assistant étoile ne doit jamais apparaître sur téléphone/tablette. */
  html body .v61-assistant-launch,
  html body aside.v61-assistant,
  html body #v61-assistant {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }

  /* Boutons permanents : WhatsApp à gauche, Google à droite. */
  html body button#v330-contact-launch.v330-contact-launch,
  html body a.v411-google-floating {
    position: fixed !important;
    bottom: var(--v62-safe-bottom) !important;
    width: var(--v62-float-size) !important;
    height: var(--v62-float-size) !important;
    min-width: var(--v62-float-size) !important;
    max-width: var(--v62-float-size) !important;
    min-height: var(--v62-float-size) !important;
    max-height: var(--v62-float-size) !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
    z-index: 2147483000 !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    text-decoration: none !important;
    box-shadow: 0 10px 28px rgba(0,0,0,.5) !important;
  }

  html body button#v330-contact-launch.v330-contact-launch {
    left: 14px !important;
    right: auto !important;
    background: #25D366 !important;
    border: 3px solid #fff !important;
  }
  html body a.v411-google-floating {
    right: 14px !important;
    left: auto !important;
    background: #fff !important;
    border: 2px solid #d9dde6 !important;
  }
  html body button#v330-contact-launch .v333-wa-label,
  html body a.v411-google-floating > span {
    display: none !important;
  }
  html body button#v330-contact-launch svg.whatsapp-official-logo {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    max-width: 38px !important;
  }
  html body a.v411-google-floating svg.google-g-logo {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    max-width: 36px !important;
    padding: 2px !important;
    background: #fff !important;
    border-radius: 50% !important;
  }

  /* Bouton retour en haut : centré, sans chevaucher les deux boutons. */
  html body button#scroll-top-button.scroll-top-button {
    position: fixed !important;
    left: 50% !important;
    right: auto !important;
    bottom: calc(var(--v62-safe-bottom) + 6px) !important;
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
    padding: 0 !important;
    border-radius: 50% !important;
    display: grid !important;
    place-items: center !important;
    background: #0a0f0b !important;
    color: #8cf266 !important;
    border: 1px solid rgba(140,242,102,.75) !important;
    box-shadow: 0 9px 24px rgba(0,0,0,.42) !important;
    z-index: 2147482999 !important;
    font-size: 23px !important;
    line-height: 1 !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transform: translate(-50%, 12px) !important;
    transition: opacity .2s ease, transform .2s ease !important;
  }
  html body button#scroll-top-button.scroll-top-button.is-visible {
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: translate(-50%, 0) !important;
  }

  /* Popup WhatsApp : largeur propre et texte jamais compressé mot par mot. */
  html body aside#v330-contact-popup.v330-contact-popup {
    left: 12px !important;
    right: 12px !important;
    bottom: calc(154px + env(safe-area-inset-bottom)) !important;
    width: auto !important;
    max-width: none !important;
    max-height: calc(100dvh - 175px) !important;
    padding: 22px !important;
    border-radius: 24px !important;
    overflow-y: auto !important;
    box-sizing: border-box !important;
    z-index: 2147483001 !important;
  }
  html body .v330-whatsapp-primary {
    display: grid !important;
    grid-template-columns: 46px minmax(0,1fr) !important;
    grid-template-rows: auto auto !important;
    column-gap: 14px !important;
    row-gap: 4px !important;
    align-items: center !important;
    width: 100% !important;
    min-height: 96px !important;
    padding: 18px !important;
    border-radius: 18px !important;
    box-sizing: border-box !important;
    text-align: left !important;
  }
  html body .v330-whatsapp-primary svg.whatsapp-official-logo {
    grid-column: 1 !important;
    grid-row: 1 / 3 !important;
    width: 44px !important;
    height: 44px !important;
  }
  html body .v330-whatsapp-primary b,
  html body .v330-whatsapp-primary small {
    grid-column: 2 !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    white-space: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    hyphens: none !important;
  }
  html body .v330-whatsapp-primary b {
    grid-row: 1 !important;
    font-size: 1.06rem !important;
    line-height: 1.2 !important;
  }
  html body .v330-whatsapp-primary small {
    grid-row: 2 !important;
    font-size: .86rem !important;
    line-height: 1.35 !important;
  }

  /* Doctolib officiel : bouton compact, logo non déformé, texte lisible. */
  html body .btn-doctolib,
  html body .doctolib-brand-button,
  html body .menu .btn-doctolib {
    min-height: 68px !important;
    height: auto !important;
    width: 100% !important;
    padding: 11px 16px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
    border-radius: 17px !important;
    background: #0b75df !important;
    border: 1px solid #2588e8 !important;
    color: #fff !important;
    box-shadow: 0 9px 24px rgba(11,117,223,.24) !important;
    overflow: hidden !important;
  }
  html body .btn-doctolib img.doctolib-official-logo,
  html body .menu .btn-doctolib img.doctolib-official-logo {
    display: block !important;
    width: 128px !important;
    height: 34px !important;
    max-width: 128px !important;
    max-height: 34px !important;
    object-fit: contain !important;
    filter: brightness(0) invert(1) !important;
  }
  html body .btn-doctolib small,
  html body .menu .btn-doctolib small {
    color: #fff !important;
    font-size: .78rem !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
    text-align: center !important;
    opacity: 1 !important;
  }

  /* M'eye Club : identité plus premium dans le menu et la barre mobile. */
  html body .menu a.menu-club-link {
    font-family: "Avenir Next", Avenir, "Trebuchet MS", Arial, sans-serif !important;
    font-size: 1.08rem !important;
    font-weight: 800 !important;
    letter-spacing: .01em !important;
    color: #8cf266 !important;
    background: linear-gradient(135deg, rgba(124,240,82,.12), rgba(124,240,82,.035)) !important;
    border: 1px solid rgba(124,240,82,.75) !important;
    border-radius: 17px !important;
    padding: 14px 16px !important;
  }
  html body .menu a.menu-club-link .club-nav-mark {
    font-family: Georgia, "Times New Roman", serif !important;
    font-style: italic !important;
    font-size: 1.12em !important;
    color: #fff !important;
  }
  html body .v328-mobile-actions a.mobile-club-action {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 1px !important;
    background: linear-gradient(145deg,#0b120d,#030503) !important;
    border: 1px solid rgba(124,240,82,.45) !important;
    color: #8cf266 !important;
  }
  html body .v328-mobile-actions a.mobile-club-action .mobile-club-mark {
    font-family: Georgia, "Times New Roman", serif !important;
    font-style: italic !important;
    font-size: 1rem !important;
    line-height: 1 !important;
    color: #fff !important;
  }
  html body .v328-mobile-actions a.mobile-club-action b {
    display: block !important;
    max-width: 100% !important;
    font-family: "Avenir Next", Avenir, "Trebuchet MS", Arial, sans-serif !important;
    font-size: .64rem !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    letter-spacing: -.01em !important;
    color: #8cf266 !important;
  }

  /* Le menu mobile reste lisible et ne garde aucune étoile au-dessus. */
  html body.menu-open .v61-assistant-launch,
  html body.menu-open #v61-assistant {
    display: none !important;
  }
}

@media (max-width: 380px) {
  html body button#v330-contact-launch.v330-contact-launch { left: 9px !important; }
  html body a.v411-google-floating { right: 9px !important; }
  html body button#v330-contact-launch.v330-contact-launch,
  html body a.v411-google-floating {
    --v62-float-size: 52px;
  }
  html body .v330-contact-popup { padding: 17px !important; }
}


/* ==========================================================
   V6.2.1 — CORRECTIF DOCTOLIB MOBILE
   Bouton compact, horizontal et proportionné dans le menu.
   ========================================================== */
@media (max-width: 760px) {
  html body .menu .btn-doctolib,
  html body .menu .doctolib-brand-button {
    width: 100% !important;
    min-height: 74px !important;
    height: 74px !important;
    padding: 12px 18px !important;
    display: grid !important;
    grid-template-columns: 132px minmax(0, 1fr) 18px !important;
    grid-template-rows: 1fr !important;
    align-items: center !important;
    justify-content: stretch !important;
    column-gap: 14px !important;
    border-radius: 16px !important;
    background: #0b75df !important;
    border: 1px solid #2588e8 !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  html body .menu .btn-doctolib::after,
  html body .menu .doctolib-brand-button::after {
    content: "›" !important;
    display: block !important;
    grid-column: 3 !important;
    color: #91e85f !important;
    font-size: 2rem !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    text-align: right !important;
  }

  html body .menu .btn-doctolib img.doctolib-official-logo,
  html body .menu .doctolib-brand-button img.doctolib-official-logo {
    grid-column: 1 !important;
    display: block !important;
    width: 132px !important;
    height: 34px !important;
    min-width: 132px !important;
    max-width: 132px !important;
    max-height: 34px !important;
    object-fit: contain !important;
    object-position: left center !important;
    filter: brightness(0) invert(1) !important;
    margin: 0 !important;
  }

  html body .menu .btn-doctolib small,
  html body .menu .doctolib-brand-button small {
    grid-column: 2 !important;
    display: block !important;
    margin: 0 !important;
    color: #fff !important;
    font-size: .82rem !important;
    line-height: 1.25 !important;
    font-weight: 700 !important;
    text-align: left !important;
    white-space: normal !important;
  }
}

@media (max-width: 390px) {
  html body .menu .btn-doctolib,
  html body .menu .doctolib-brand-button {
    grid-template-columns: 112px minmax(0, 1fr) 15px !important;
    column-gap: 10px !important;
    padding-inline: 14px !important;
  }
  html body .menu .btn-doctolib img.doctolib-official-logo,
  html body .menu .doctolib-brand-button img.doctolib-official-logo {
    width: 112px !important;
    min-width: 112px !important;
    max-width: 112px !important;
    height: 30px !important;
  }
  html body .menu .btn-doctolib small,
  html body .menu .doctolib-brand-button small {
    font-size: .74rem !important;
  }
}

/* =====================================================================
   V7.5 — correctif final ciblé
   Mobile : exactement WhatsApp + Google, alignés sur une même ligne.
   Desktop : restauration isolée de la page M'eye Club.
   ===================================================================== */
@media (max-width: 820px) {
  :root {
    --v75-float-size: 58px;
    --v75-float-side: 16px;
    --v75-float-bottom: calc(16px + env(safe-area-inset-bottom, 0px));
  }

  /* Tous les anciens lanceurs mobiles sont neutralisés. */
  html body .mobile-cta,
  html body .v328-mobile-actions,
  html body .mobile-bottom-bar,
  html body .mobile-quick-actions,
  html body .scroll-top-button,
  html body #scroll-top-button,
  html body .v61-assistant-launch,
  html body .v61-assistant {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  /* Les deux seuls boutons autorisés partagent exactement la même géométrie. */
  html body button#v330-contact-launch.v330-contact-launch,
  html body a.v411-google-floating {
    display: grid !important;
    place-items: center !important;
    position: fixed !important;
    top: auto !important;
    bottom: var(--v75-float-bottom) !important;
    width: var(--v75-float-size) !important;
    height: var(--v75-float-size) !important;
    min-width: var(--v75-float-size) !important;
    max-width: var(--v75-float-size) !important;
    min-height: var(--v75-float-size) !important;
    max-height: var(--v75-float-size) !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 50% !important;
    box-sizing: border-box !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    overflow: hidden !important;
    z-index: 2147482900 !important;
    box-shadow: 0 12px 30px rgba(0,0,0,.42) !important;
  }

  html body button#v330-contact-launch.v330-contact-launch {
    left: var(--v75-float-side) !important;
    right: auto !important;
    background: #25d366 !important;
    border: 2px solid #fff !important;
  }
  html body a.v411-google-floating {
    right: var(--v75-float-side) !important;
    left: auto !important;
    background: #fff !important;
    border: 2px solid #dfe3e8 !important;
  }
  html body button#v330-contact-launch svg.whatsapp-official-logo,
  html body a.v411-google-floating svg.google-g-logo {
    display: block !important;
    width: 36px !important;
    height: 36px !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  html body button#v330-contact-launch .v333-wa-label,
  html body a.v411-google-floating > span { display: none !important; }

  /* Rien ne se superpose au tiroir de navigation. */
  html body.mobile-drawer-open button#v330-contact-launch.v330-contact-launch,
  html body.mobile-drawer-open a.v411-google-floating {
    display: none !important;
  }

  /* Réserve physique sous le contenu et safe area iPhone. */
  html body { padding-bottom: calc(94px + env(safe-area-inset-bottom, 0px)) !important; }
  html body .footer { padding-bottom: calc(94px + env(safe-area-inset-bottom, 0px)) !important; }
  html body aside#v330-contact-popup.v330-contact-popup {
    bottom: calc(88px + env(safe-area-inset-bottom, 0px)) !important;
  }
}

/* Les réparations M'eye Club ne s'appliquent qu'au bureau. */
@media (min-width: 981px) {
  html body .meye-member-area {
    display: block !important;
    min-height: 0 !important;
    overflow: visible !important;
  }
  html body .meye-member-area > .meye-member-hero.page-hero {
    display: block !important;
    min-height: 0 !important;
    height: auto !important;
    padding: 72px 0 52px !important;
    margin: 0 !important;
    overflow: visible !important;
  }
  html body .meye-member-area > .meye-member-hero.page-hero .container {
    min-height: 0 !important;
    height: auto !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    overflow: visible !important;
  }
  html body .meye-member-area > .meye-member-hero.page-hero h1 {
    display: block !important;
    margin: 10px 0 18px !important;
    padding: 0 0 .08em !important;
    line-height: 1.06 !important;
    overflow: visible !important;
  }
  html body .meye-member-area > .section {
    display: block !important;
    min-height: 0 !important;
    height: auto !important;
    padding-top: 48px !important;
    overflow: visible !important;
  }
}


/* V6.2.3 — correctif mobile réellement chargé */
@media (max-width:760px){
  html body .v61-assistant-launch,
  html body #v61-assistant,
  html body aside.v61-assistant{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important}
  html body .menu .btn-doctolib,
  html body .menu .doctolib-brand-button{height:68px!important;min-height:68px!important;display:grid!important;grid-template-columns:110px minmax(0,1fr) 16px!important;align-items:center!important;gap:10px!important;padding:10px 14px!important;border-radius:14px!important}
  html body .menu .btn-doctolib img.doctolib-official-logo,
  html body .menu .doctolib-brand-button img.doctolib-official-logo{width:110px!important;height:28px!important;min-width:110px!important;max-width:110px!important;max-height:28px!important;object-fit:contain!important;object-position:left center!important;margin:0!important}
  html body .menu .btn-doctolib small,
  html body .menu .doctolib-brand-button small{font-size:.72rem!important;line-height:1.15!important;text-align:left!important;margin:0!important}
}


/* ==========================================================
   V6.2.4 — BOUTON GOOGLE FIXE SUR ORDINATEUR
   Icône officielle seule, centrée en bas pendant le défilement.
   Sur mobile, le bouton reste en bas à droite.
   ========================================================== */
@media (min-width: 761px) {
  html body a.v411-google-floating {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    position: fixed !important;
    left: 50% !important;
    right: auto !important;
    bottom: 24px !important;
    transform: translateX(-50%) !important;
    z-index: 10060 !important;
    width: 58px !important;
    height: 58px !important;
    min-width: 58px !important;
    min-height: 58px !important;
    max-width: 58px !important;
    max-height: 58px !important;
    padding: 0 !important;
    border-radius: 50% !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0 !important;
    background: #ffffff !important;
    border: 2px solid rgba(255,255,255,.92) !important;
    box-shadow: 0 14px 38px rgba(0,0,0,.42) !important;
    text-decoration: none !important;
  }
  html body a.v411-google-floating:hover {
    transform: translateX(-50%) translateY(-3px) !important;
    box-shadow: 0 20px 48px rgba(0,0,0,.52) !important;
  }
  html body a.v411-google-floating > span {
    display: none !important;
  }
  html body a.v411-google-floating svg.google-g-logo {
    display: block !important;
    width: 38px !important;
    height: 38px !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}

/* ==========================================================
   V6.2.5 — CORRECTIF GOOGLE MOBILE + DOCTOLIB MENU WEB
   ========================================================== */

/* Doctolib dans le menu ordinateur : format horizontal compact et stable. */
@media (min-width: 761px) {
  html body .menu .btn-doctolib,
  html body .menu .doctolib-brand-button {
    box-sizing: border-box !important;
    display: grid !important;
    grid-template-columns: 88px minmax(0, 1fr) !important;
    align-items: center !important;
    justify-content: start !important;
    gap: 9px !important;
    width: auto !important;
    min-width: 205px !important;
    max-width: 240px !important;
    height: 48px !important;
    min-height: 48px !important;
    padding: 7px 12px !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    line-height: 1 !important;
  }

  html body .menu .btn-doctolib img.doctolib-official-logo,
  html body .menu .doctolib-brand-button img.doctolib-official-logo {
    display: block !important;
    width: 88px !important;
    min-width: 88px !important;
    max-width: 88px !important;
    height: 22px !important;
    min-height: 22px !important;
    max-height: 22px !important;
    margin: 0 !important;
    padding: 0 !important;
    object-fit: contain !important;
    object-position: left center !important;
    filter: none !important;
  }

  html body .menu .btn-doctolib small,
  html body .menu .doctolib-brand-button small {
    display: block !important;
    min-width: 0 !important;
    margin: 0 !important;
    color: #3159b5 !important;
    font-size: 10px !important;
    font-weight: 750 !important;
    line-height: 1.15 !important;
    text-align: left !important;
    white-space: normal !important;
  }

  html body .menu .btn-doctolib::after,
  html body .menu .doctolib-brand-button::after {
    display: none !important;
    content: none !important;
  }
}

/* Bouton Google : toujours cliquable et au-dessus des autres éléments. */
html body a.v411-google-floating {
  pointer-events: auto !important;
  cursor: pointer !important;
  z-index: 2147483000 !important;
}

@media (max-width: 760px) {
  html body a.v411-google-floating {
    right: 12px !important;
    left: auto !important;
    bottom: 88px !important;
    width: 56px !important;
    min-width: 56px !important;
    height: 56px !important;
    min-height: 56px !important;
    padding: 8px !important;
    display: grid !important;
    place-items: center !important;
    border-radius: 50% !important;
  }
  html body a.v411-google-floating > span { display: none !important; }
  html body a.v411-google-floating svg.google-g-logo {
    width: 38px !important;
    height: 38px !important;
    margin: 0 !important;
    padding: 1px !important;
  }
}


/* ==========================================================
   V6.2.6 — NAVIGATION WEB CENTRÉE + 3 BOUTONS HARMONISÉS
   M’eye Club, Prendre RDV et Doctolib ont exactement
   la même taille et restent parfaitement alignés.
   ========================================================== */
@media (min-width: 761px) {
  html body .header .container.nav {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 88px !important;
  }

  html body .header .brand {
    position: absolute !important;
    left: 0 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 2 !important;
  }

  html body .header .menu {
    flex: 0 1 auto !important;
    width: auto !important;
    margin: 0 auto !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 14px !important;
  }

  /* Les trois derniers onglets : dimensions strictement identiques */
  html body .header .menu > a.menu-club-link,
  html body .header .menu > a.btn-green,
  html body .header .menu > a.btn-doctolib,
  html body .header .menu > a.doctolib-brand-button {
    box-sizing: border-box !important;
    width: 142px !important;
    min-width: 142px !important;
    max-width: 142px !important;
    height: 48px !important;
    min-height: 48px !important;
    max-height: 48px !important;
    margin: 0 !important;
    padding: 0 14px !important;
    border-radius: 24px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    font-size: .83rem !important;
    font-weight: 850 !important;
    letter-spacing: 0 !important;
    text-decoration: none !important;
  }

  /* M’eye Club : vert profond premium */
  html body .header .menu > a.menu-club-link {
    color: #8ef04c !important;
    background: #0b160d !important;
    border: 1.5px solid #61d83d !important;
    box-shadow: inset 0 0 0 1px rgba(142,240,76,.06) !important;
    gap: 3px !important;
  }
  html body .header .menu > a.menu-club-link .club-nav-mark,
  html body .header .menu > a.menu-club-link span {
    color: inherit !important;
    font: inherit !important;
  }

  /* RDV : vert vif de la marque */
  html body .header .menu > a.btn-green {
    color: #071006 !important;
    background: linear-gradient(135deg,#43dc38,#78ec49) !important;
    border: 1.5px solid #79ef54 !important;
    box-shadow: 0 7px 18px rgba(70,220,56,.20) !important;
  }

  /* Doctolib : même gabarit, fond blanc et logo parfaitement centré */
  html body .header .menu > a.btn-doctolib,
  html body .header .menu > a.doctolib-brand-button {
    background: #ffffff !important;
    border: 1.5px solid #1677d2 !important;
    box-shadow: 0 7px 18px rgba(22,119,210,.14) !important;
    gap: 0 !important;
  }
  html body .header .menu > a.btn-doctolib img.doctolib-official-logo,
  html body .header .menu > a.doctolib-brand-button img.doctolib-official-logo {
    display: block !important;
    width: 104px !important;
    min-width: 104px !important;
    max-width: 104px !important;
    height: 28px !important;
    min-height: 28px !important;
    max-height: 28px !important;
    margin: 0 auto !important;
    object-fit: contain !important;
    object-position: center !important;
  }
  html body .header .menu > a.btn-doctolib small,
  html body .header .menu > a.doctolib-brand-button small {
    display: none !important;
  }

  html body .header .menu > a.menu-club-link::after,
  html body .header .menu > a.btn-green::after,
  html body .header .menu > a.btn-doctolib::after,
  html body .header .menu > a.doctolib-brand-button::after {
    display: none !important;
    content: none !important;
  }

  html body .header .menu > a.menu-club-link:hover,
  html body .header .menu > a.btn-green:hover,
  html body .header .menu > a.btn-doctolib:hover,
  html body .header .menu > a.doctolib-brand-button:hover {
    transform: translateY(-2px) !important;
  }
}

/* Sur écrans web plus étroits, conserver le centrage sans chevaucher le logo. */
@media (min-width: 761px) and (max-width: 1180px) {
  html body .header .container.nav {
    justify-content: flex-end !important;
  }
  html body .header .menu {
    margin-left: 230px !important;
    margin-right: 0 !important;
    gap: 9px !important;
  }
  html body .header .menu > a.menu-club-link,
  html body .header .menu > a.btn-green,
  html body .header .menu > a.btn-doctolib,
  html body .header .menu > a.doctolib-brand-button {
    width: 128px !important;
    min-width: 128px !important;
    max-width: 128px !important;
  }
}

/* ==========================================================
   V6.2.7 — HEADER PREMIUM, ACCÈS RAPIDES ET CONTACT ACCUEIL
   ========================================================== */
.header{
  position:sticky!important;
  top:0!important;
  z-index:2147481000!important;
  backdrop-filter:blur(18px) saturate(130%)!important;
  -webkit-backdrop-filter:blur(18px) saturate(130%)!important;
  background:rgba(3,7,4,.92)!important;
  border-bottom:1px solid rgba(112,236,71,.18)!important;
  box-shadow:0 12px 35px rgba(0,0,0,.34)!important;
}

@media (min-width:761px){
  html body .header .container.nav{
    position:relative!important;
    display:grid!important;
    grid-template-columns:auto 1fr!important;
    align-items:center!important;
    min-height:92px!important;
    padding-left:0!important;
  }
  html body .header .brand{
    position:relative!important;
    left:auto!important;top:auto!important;transform:none!important;
    grid-column:1!important;
    z-index:3!important;
  }
  html body .header .menu{
    grid-column:2!important;
    width:100%!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:24px!important;
    margin:0!important;
    padding-left:28px!important;
  }
  html body .menu-actions-left,
  html body .menu-primary-right{
    display:flex!important;
    align-items:center!important;
  }
  html body .menu-actions-left{gap:10px!important;order:1!important;}
  html body .menu-primary-right{gap:30px!important;order:2!important;margin-left:auto!important;}
  html body .menu-primary-right>a{
    position:relative!important;
    color:#fff!important;
    font-size:.91rem!important;
    font-weight:760!important;
    letter-spacing:.02em!important;
    padding:14px 2px!important;
  }
  html body .menu-primary-right>a::after{
    content:""!important;position:absolute!important;left:0!important;right:100%!important;bottom:7px!important;height:2px!important;
    background:#78ef4c!important;border-radius:2px!important;transition:right .25s ease!important;
  }
  html body .menu-primary-right>a:hover::after{right:0!important;}
  html body .header .menu-actions-left>a.menu-club-link,
  html body .header .menu-actions-left>a.btn-green,
  html body .header .menu-actions-left>a.btn-doctolib,
  html body .header .menu-actions-left>a.doctolib-brand-button{
    width:142px!important;min-width:142px!important;max-width:142px!important;
    height:48px!important;min-height:48px!important;max-height:48px!important;
    border-radius:24px!important;box-sizing:border-box!important;
    display:inline-flex!important;align-items:center!important;justify-content:center!important;
    padding:0 13px!important;margin:0!important;overflow:hidden!important;
    transition:transform .22s ease,box-shadow .22s ease,filter .22s ease!important;
  }
  html body .header .menu-actions-left>a:hover{
    transform:translateY(-3px) scale(1.025)!important;
    filter:brightness(1.08)!important;
  }
  html body .header .menu-actions-left>a.menu-club-link{color:#78ef4c!important;background:#0b160d!important;border:1.5px solid #61d83d!important;box-shadow:0 8px 22px rgba(46,160,31,.15)!important;}
  html body .header .menu-actions-left>a.btn-green{color:#050b04!important;background:linear-gradient(135deg,#43dc38,#8cf252)!important;border:1.5px solid #94f66b!important;box-shadow:0 9px 25px rgba(70,220,56,.28)!important;}
  html body .header .menu-actions-left>a.btn-doctolib,
  html body .header .menu-actions-left>a.doctolib-brand-button{background:#fff!important;border:1.5px solid #1778d3!important;box-shadow:0 9px 25px rgba(23,120,211,.20)!important;}
  html body .header .menu-actions-left .doctolib-official-logo{width:104px!important;height:28px!important;object-fit:contain!important;margin:0!important;}
  html body .header .menu-actions-left .btn-doctolib small{display:none!important;}
}

/* Les accès rapides de l'accueil : même gabarit, noirs sur les verts. */
html body .v328-quick-nav{padding:18px 0 10px!important;}
html body .v328-quick-track{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:14px!important;
  overflow:visible!important;
}
html body .v328-quick-track>a{
  min-width:0!important;width:100%!important;height:82px!important;min-height:82px!important;
  padding:12px 16px!important;border-radius:22px!important;
  display:flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;
  color:#061006!important;background:linear-gradient(135deg,#42dc38,#8df151)!important;
  border:1px solid rgba(162,255,127,.72)!important;
  box-shadow:0 13px 30px rgba(46,210,50,.16),inset 0 1px 0 rgba(255,255,255,.34)!important;
  transition:transform .25s ease,box-shadow .25s ease,filter .25s ease!important;
}
html body .v328-quick-track>a:nth-child(2n){background:linear-gradient(135deg,#f7fff5,#c9ffb1)!important;}
html body .v328-quick-track>a.v411-google-quick{background:#fff!important;color:#111!important;border-color:#ddd!important;}
html body .v328-quick-track>a.quick-club{background:#0d1a10!important;color:#85ef50!important;border-color:#58ce37!important;}
html body .v328-quick-track>a:hover{transform:translateY(-7px) scale(1.025)!important;box-shadow:0 20px 45px rgba(69,221,57,.26)!important;filter:saturate(1.08)!important;}
html body .v328-quick-track>a b{color:inherit!important;font-size:.95rem!important;font-weight:900!important;line-height:1.1!important;text-align:center!important;}
html body .v328-quick-track>a>span,
html body .v328-quick-track>a .quick-icon{color:inherit!important;width:30px!important;height:30px!important;display:grid!important;place-items:center!important;font-size:1.45rem!important;}
html body .v328-quick-track>a:nth-child(n+5){display:none!important;}

/* Formulaire e-mail compact sous les quatre encadrés. */
.home-email-quick{padding:18px 0 58px!important;}
.home-email-card{
  display:grid!important;grid-template-columns:minmax(240px,.72fr) minmax(440px,1.28fr)!important;gap:34px!important;align-items:center!important;
  padding:30px!important;border-radius:28px!important;
  background:linear-gradient(145deg,rgba(11,24,14,.96),rgba(4,9,5,.98))!important;
  border:1px solid rgba(111,235,70,.45)!important;
  box-shadow:0 24px 70px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.04)!important;
}
.home-email-kicker{display:block!important;color:#82ef52!important;font-size:.73rem!important;font-weight:900!important;letter-spacing:.18em!important;margin-bottom:8px!important;}
.home-email-copy h2{color:#fff!important;margin:0 0 10px!important;font-size:clamp(1.45rem,2vw,2.15rem)!important;line-height:1.05!important;}
.home-email-copy p{color:#c9d2ca!important;margin:0!important;line-height:1.65!important;}
.home-email-form{display:grid!important;grid-template-columns:1fr 1fr auto!important;gap:12px!important;align-items:end!important;}
.home-email-form label{display:grid!important;gap:6px!important;color:#dfe7df!important;font-size:.76rem!important;font-weight:760!important;}
.home-email-form input,.home-email-form textarea{
  width:100%!important;box-sizing:border-box!important;background:#fff!important;color:#111!important;border:1px solid #dfe6dc!important;border-radius:14px!important;
  padding:12px 14px!important;font:inherit!important;outline:none!important;box-shadow:none!important;
}
.home-email-form input:focus,.home-email-form textarea:focus{border-color:#69dc42!important;box-shadow:0 0 0 3px rgba(105,220,66,.18)!important;}
.home-email-message{grid-column:1/3!important;}
.home-email-message textarea{resize:vertical!important;min-height:78px!important;}
.home-email-consent{grid-column:1/3!important;display:flex!important;grid-template-columns:auto 1fr!important;align-items:flex-start!important;gap:8px!important;font-size:.68rem!important;color:#aeb9af!important;}
.home-email-consent input{width:16px!important;height:16px!important;padding:0!important;margin-top:1px!important;accent-color:#65db40!important;}
.home-email-submit{grid-column:3!important;grid-row:1/3!important;align-self:stretch!important;min-width:164px!important;border:0!important;border-radius:18px!important;background:linear-gradient(135deg,#43dc38,#8df151)!important;color:#061006!important;font-weight:950!important;font-size:.9rem!important;padding:16px!important;cursor:pointer!important;box-shadow:0 13px 30px rgba(65,218,53,.22)!important;transition:transform .22s ease,box-shadow .22s ease!important;}
.home-email-submit:hover{transform:translateY(-4px)!important;box-shadow:0 20px 40px rgba(65,218,53,.32)!important;}
.home-email-submit:disabled{opacity:.6!important;cursor:wait!important;}
.home-email-status{grid-column:1/-1!important;min-height:18px!important;font-size:.78rem!important;color:#d9e1da!important;}
.home-email-status.success{color:#8df151!important;}.home-email-status.error{color:#ff9f9f!important;}
.home-email-honeypot{position:absolute!important;left:-9999px!important;}

/* Lisibilité générale des boutons verts. */
html body .btn-green,
html body a.btn-green,
html body button.btn-green,
html body .home-email-submit{color:#050a04!important;}

@media (max-width:1100px) and (min-width:761px){
  html body .header .menu{padding-left:18px!important;gap:14px!important;}
  html body .menu-primary-right{gap:16px!important;}
  html body .header .menu-actions-left>a.menu-club-link,
  html body .header .menu-actions-left>a.btn-green,
  html body .header .menu-actions-left>a.btn-doctolib,
  html body .header .menu-actions-left>a.doctolib-brand-button{width:120px!important;min-width:120px!important;max-width:120px!important;}
}
@media (max-width:760px){
  html body .menu-actions-left,html body .menu-primary-right{display:contents!important;}
  html body .v328-quick-track{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;}
  html body .v328-quick-track>a{height:72px!important;min-height:72px!important;border-radius:18px!important;padding:10px!important;}
  .home-email-quick{padding:14px 0 42px!important;}
  .home-email-card{grid-template-columns:1fr!important;gap:22px!important;padding:22px 18px!important;border-radius:22px!important;}
  .home-email-form{grid-template-columns:1fr!important;gap:11px!important;}
  .home-email-message,.home-email-consent,.home-email-submit,.home-email-status{grid-column:1!important;grid-row:auto!important;}
  .home-email-submit{min-height:54px!important;}
}

/* V6.2.8 — CTA accueil harmonisés et animations premium */
html body .v41-hero-conversion{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:16px!important;
  align-items:stretch!important;
}
html body .v41-hero-conversion .experience-hero-actions{display:contents!important;}
html body .v41-hero-conversion .experience-hero-actions>a,
html body .v41-hero-conversion>a.v41-google-card{
  width:100%!important;
  min-width:0!important;
  height:120px!important;
  min-height:120px!important;
  max-height:120px!important;
  box-sizing:border-box!important;
  border-radius:22px!important;
  margin:0!important;
  padding:16px 18px!important;
  overflow:hidden!important;
  transform:translateZ(0)!important;
  transition:transform .28s cubic-bezier(.2,.8,.2,1),box-shadow .28s ease,filter .28s ease,border-color .28s ease!important;
}
html body .v41-hero-conversion .experience-hero-actions>a:hover,
html body .v41-hero-conversion>a.v41-google-card:hover{
  transform:translateY(-10px) scale(1.035)!important;
  filter:saturate(1.16) brightness(1.04)!important;
  box-shadow:0 26px 58px rgba(73,230,53,.30),0 0 0 2px rgba(128,245,84,.32)!important;
}
html body .v41-hero-conversion .experience-hero-actions>a:active,
html body .v41-hero-conversion>a.v41-google-card:active{transform:translateY(-3px) scale(.99)!important;}
html body .v41-hero-conversion .btn-with-icon{justify-content:flex-start!important;}
html body .v41-hero-conversion .btn-doctolib .doctolib-lockup{height:100%!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:4px!important;}
html body .v41-hero-conversion .btn-doctolib .doctolib-official-logo{width:132px!important;height:34px!important;max-height:34px!important;object-fit:contain!important;}
html body .v41-hero-conversion .v41-google-card{display:flex!important;align-items:center!important;gap:13px!important;background:#050805!important;border:1.5px solid #45dc39!important;}
html body .v41-hero-conversion .v41-google-copy{min-width:0!important;}

/* Quatre accès rapides au format « bouton de messagerie » avec macaron distinctif. */
html body .v328-quick-track>a.home-pill{
  height:76px!important;
  min-height:76px!important;
  padding:9px 18px 9px 10px!important;
  border-radius:38px!important;
  justify-content:flex-start!important;
  gap:13px!important;
  color:#071006!important;
  border:2px solid rgba(255,255,255,.55)!important;
  box-shadow:0 12px 28px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.38)!important;
  position:relative!important;
  isolation:isolate!important;
}
html body .v328-quick-track>a.home-pill::after{
  content:'›'!important;
  margin-left:auto!important;
  font-size:1.7rem!important;
  font-weight:900!important;
  line-height:1!important;
  opacity:.72!important;
  transition:transform .25s ease!important;
}
html body .v328-quick-track>a.home-pill:hover::after{transform:translateX(5px)!important;}
html body .v328-quick-track>a.home-pill:hover{
  transform:translateY(-8px) scale(1.035)!important;
  box-shadow:0 22px 46px rgba(70,225,51,.34),0 0 0 3px rgba(105,242,70,.18)!important;
}
html body .v328-quick-track .home-pill-logo{
  width:54px!important;height:54px!important;min-width:54px!important;
  border-radius:50%!important;background:#fff!important;
  display:grid!important;place-items:center!important;
  color:#0b160b!important;
  box-shadow:0 6px 16px rgba(0,0,0,.22),inset 0 0 0 1px rgba(0,0,0,.08)!important;
}
html body .v328-quick-track .home-pill-logo svg{
  width:31px!important;height:31px!important;display:block!important;
  fill:none!important;stroke:currentColor!important;stroke-width:2.4!important;stroke-linecap:round!important;stroke-linejoin:round!important;
}
html body .v328-quick-track>a.home-pill b{
  color:#071006!important;font-size:1rem!important;font-weight:950!important;text-align:left!important;
}
html body .v328-quick-track>a.home-pill-glasses{background:linear-gradient(135deg,#35d83a,#60ee55)!important;}
html body .v328-quick-track>a.home-pill-lenses{background:linear-gradient(135deg,#76ef4a,#b5ff7e)!important;}
html body .v328-quick-track>a.home-pill-rdv{background:linear-gradient(135deg,#38d93c,#88f24d)!important;}
html body .v328-quick-track>a.home-pill-mutuelle{background:linear-gradient(135deg,#a7f77f,#d9ffc8)!important;}

@media (max-width:980px){
  html body .v41-hero-conversion{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
}
@media (max-width:760px){
  html body .v41-hero-conversion{grid-template-columns:1fr!important;gap:10px!important;}
  html body .v41-hero-conversion .experience-hero-actions>a,
  html body .v41-hero-conversion>a.v41-google-card{height:88px!important;min-height:88px!important;max-height:88px!important;border-radius:19px!important;padding:12px 14px!important;}
  html body .v328-quick-track>a.home-pill{height:66px!important;min-height:66px!important;border-radius:34px!important;padding:7px 12px 7px 8px!important;gap:10px!important;}
  html body .v328-quick-track .home-pill-logo{width:48px!important;height:48px!important;min-width:48px!important;}
  html body .v328-quick-track .home-pill-logo svg{width:27px!important;height:27px!important;}
  html body .v328-quick-track>a.home-pill b{font-size:.86rem!important;}
}

/* ==========================================================
   V6.2.9 — EN-TÊTE RÉELLEMENT FIXE PENDANT LE DÉFILEMENT
   ========================================================== */
html body .header{
  position:fixed!important;
  top:0!important;
  left:0!important;
  right:0!important;
  width:100%!important;
  z-index:2147483000!important;
  transform:none!important;
  margin:0!important;
}

/* Réserve la hauteur de l'en-tête pour éviter que la page passe dessous. */
@media (min-width:761px){
  html body{padding-top:92px!important;}
  html body.admin-body{padding-top:0!important;}
}

@media (max-width:760px){
  html body{padding-top:82px!important;}
  html body.admin-body{padding-top:0!important;}
  html body .header{min-height:82px!important;}
}


/* ==========================================================
   V6.3.2 — CARTES PREMIUM AVEC TEXTES CONSERVÉS
   Refonte sobre des 8 accès de la page d'accueil.
   ========================================================== */

/* 4 grandes cartes : proportions strictement identiques. */
html body .v41-hero-conversion{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:18px!important;
  align-items:stretch!important;
}
html body .v41-hero-conversion .experience-hero-actions{display:contents!important;}
html body .v41-hero-conversion .experience-hero-actions>a,
html body .v41-hero-conversion>a.v41-google-card{
  position:relative!important;
  width:100%!important;
  min-width:0!important;
  height:148px!important;
  min-height:148px!important;
  max-height:148px!important;
  box-sizing:border-box!important;
  border-radius:24px!important;
  padding:22px!important;
  overflow:hidden!important;
  isolation:isolate!important;
  border:1px solid rgba(255,255,255,.15)!important;
  background:linear-gradient(145deg,rgba(22,27,23,.98),rgba(5,8,6,.98))!important;
  box-shadow:0 18px 44px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.08)!important;
  transition:transform .32s cubic-bezier(.2,.8,.2,1),box-shadow .32s ease,border-color .32s ease!important;
}
html body .v41-hero-conversion .experience-hero-actions>a::before,
html body .v41-hero-conversion>a.v41-google-card::before{
  content:""!important;
  position:absolute!important;
  inset:auto -30px -70px auto!important;
  width:145px!important;
  height:145px!important;
  border-radius:50%!important;
  background:radial-gradient(circle,rgba(116,239,75,.22),rgba(116,239,75,0) 70%)!important;
  z-index:-1!important;
  transition:transform .35s ease,opacity .35s ease!important;
}
html body .v41-hero-conversion .experience-hero-actions>a::after,
html body .v41-hero-conversion>a.v41-google-card::after{
  content:"↗"!important;
  position:absolute!important;
  right:18px!important;
  top:16px!important;
  color:#7cf04f!important;
  font-size:1rem!important;
  font-weight:800!important;
  opacity:.8!important;
}
html body .v41-hero-conversion .experience-hero-actions>a:hover,
html body .v41-hero-conversion>a.v41-google-card:hover{
  transform:translateY(-8px)!important;
  border-color:rgba(121,239,78,.72)!important;
  box-shadow:0 28px 64px rgba(0,0,0,.48),0 0 0 1px rgba(121,239,78,.2),0 0 34px rgba(83,218,48,.16)!important;
}
html body .v41-hero-conversion .experience-hero-actions>a:hover::before,
html body .v41-hero-conversion>a.v41-google-card:hover::before{transform:scale(1.25)!important;opacity:1!important;}

/* Typographie des grandes cartes. */
html body .v41-hero-conversion .btn-with-icon{justify-content:flex-start!important;gap:16px!important;text-align:left!important;}
html body .v41-hero-conversion .btn-with-icon .action-icon{
  width:42px!important;height:42px!important;min-width:42px!important;
  padding:9px!important;border-radius:14px!important;
  color:#101710!important;background:#78ef4c!important;
  box-shadow:0 10px 24px rgba(81,219,52,.25)!important;
}
html body .v41-hero-conversion .btn-with-icon span{display:grid!important;gap:5px!important;min-width:0!important;}
html body .v41-hero-conversion b,
html body .v41-hero-conversion strong{color:#fff!important;font-size:1.02rem!important;font-weight:820!important;line-height:1.18!important;}
html body .v41-hero-conversion small{color:#abb5ac!important;font-size:.75rem!important;line-height:1.4!important;font-weight:520!important;}

/* Rendez-vous : touche verte premium, texte noir uniquement sur cette carte. */
html body .v41-hero-conversion a.btn-green{
  background:linear-gradient(145deg,#8cf25d,#52d936)!important;
  border-color:rgba(217,255,203,.7)!important;
  box-shadow:0 18px 44px rgba(37,158,27,.24),inset 0 1px 0 rgba(255,255,255,.5)!important;
}
html body .v41-hero-conversion a.btn-green::before{background:radial-gradient(circle,rgba(255,255,255,.42),rgba(255,255,255,0) 72%)!important;}
html body .v41-hero-conversion a.btn-green::after,
html body .v41-hero-conversion a.btn-green b,
html body .v41-hero-conversion a.btn-green strong{color:#071006!important;}
html body .v41-hero-conversion a.btn-green small{color:#20311f!important;}
html body .v41-hero-conversion a.btn-green .action-icon{background:#071006!important;color:#7ef052!important;box-shadow:none!important;}

/* Doctolib : carte blanche sobre, dimensions identiques. */
html body .v41-hero-conversion a.btn-doctolib{
  background:linear-gradient(145deg,#fff,#eef4fb)!important;
  border-color:#d6e2f2!important;
}
html body .v41-hero-conversion a.btn-doctolib::before{background:radial-gradient(circle,rgba(16,119,225,.18),rgba(16,119,225,0) 72%)!important;}
html body .v41-hero-conversion a.btn-doctolib::after{color:#1676d2!important;}
html body .v41-hero-conversion .btn-doctolib .doctolib-lockup{
  width:100%!important;height:100%!important;display:flex!important;flex-direction:column!important;
  align-items:flex-start!important;justify-content:center!important;gap:8px!important;text-align:left!important;
}
html body .v41-hero-conversion .btn-doctolib .doctolib-official-logo{width:142px!important;height:38px!important;max-height:38px!important;object-fit:contain!important;object-position:left center!important;}
html body .v41-hero-conversion .btn-doctolib b{color:#14395f!important;}
html body .v41-hero-conversion .btn-doctolib small{color:#59728e!important;}

/* Google : structure propre sans écraser les textes. */
html body .v41-hero-conversion>a.v41-google-card{display:flex!important;align-items:center!important;gap:16px!important;}
html body .v41-hero-conversion .v41-google-card .google-g-logo{width:48px!important;height:48px!important;min-width:48px!important;flex:0 0 48px!important;background:#fff!important;border-radius:50%!important;padding:9px!important;box-sizing:border-box!important;box-shadow:0 10px 24px rgba(0,0,0,.3)!important;}
html body .v41-hero-conversion .v41-google-copy{display:grid!important;gap:4px!important;min-width:0!important;}
html body .v41-hero-conversion .v41-google-copy small{color:#98a49a!important;text-transform:uppercase!important;letter-spacing:.08em!important;font-size:.62rem!important;}
html body .v41-hero-conversion .v41-google-copy strong{font-size:.92rem!important;}
html body .v41-hero-conversion .v41-google-copy b{font-size:.72rem!important;color:#ffd34d!important;}
html body .v41-hero-conversion .v41-google-copy i{color:#c7d0c8!important;font-style:normal!important;font-weight:500!important;}

/* 4 accès rapides : petites cartes premium, textes conservés. */
html body .v328-quick-track{
  display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important;align-items:stretch!important;
}
html body .v328-quick-track>a.home-pill{
  position:relative!important;
  display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:13px!important;
  width:100%!important;height:82px!important;min-height:82px!important;box-sizing:border-box!important;
  padding:12px 16px!important;border-radius:21px!important;
  background:linear-gradient(145deg,#151a16,#080b09)!important;
  border:1px solid rgba(255,255,255,.14)!important;
  color:#fff!important;
  box-shadow:0 14px 34px rgba(0,0,0,.32),inset 0 1px 0 rgba(255,255,255,.07)!important;
  transition:transform .28s cubic-bezier(.2,.8,.2,1),box-shadow .28s ease,border-color .28s ease!important;
  overflow:hidden!important;
}
html body .v328-quick-track>a.home-pill::before{
  content:""!important;position:absolute!important;right:-34px!important;bottom:-48px!important;width:110px!important;height:110px!important;border-radius:50%!important;
  background:radial-gradient(circle,rgba(120,239,76,.18),rgba(120,239,76,0) 72%)!important;
}
html body .v328-quick-track>a.home-pill::after{
  content:"›"!important;margin-left:auto!important;color:#7bef4d!important;font-size:1.65rem!important;font-weight:800!important;line-height:1!important;
  transition:transform .25s ease!important;
}
html body .v328-quick-track>a.home-pill:hover{
  transform:translateY(-6px)!important;border-color:rgba(121,239,78,.62)!important;
  box-shadow:0 24px 50px rgba(0,0,0,.48),0 0 28px rgba(78,215,45,.14)!important;
}
html body .v328-quick-track>a.home-pill:hover::after{transform:translateX(4px)!important;}
html body .v328-quick-track .home-pill-logo{
  width:48px!important;height:48px!important;min-width:48px!important;border-radius:15px!important;
  display:grid!important;place-items:center!important;background:linear-gradient(145deg,#8cf25d,#52da37)!important;color:#071006!important;
  box-shadow:0 9px 22px rgba(56,187,38,.22)!important;
}
html body .v328-quick-track .home-pill-logo svg{width:26px!important;height:26px!important;display:block!important;fill:none!important;stroke:currentColor!important;stroke-width:2.25!important;stroke-linecap:round!important;stroke-linejoin:round!important;}
html body .v328-quick-track>a.home-pill b{color:#fff!important;font-size:.94rem!important;font-weight:790!important;text-align:left!important;line-height:1.2!important;}

/* Variations discrètes, sans effet carnaval. */
html body .v328-quick-track>a.home-pill-lenses .home-pill-logo{background:linear-gradient(145deg,#f3ffe9,#b9f895)!important;}
html body .v328-quick-track>a.home-pill-rdv .home-pill-logo{background:linear-gradient(145deg,#8cf25d,#52da37)!important;}
html body .v328-quick-track>a.home-pill-mutuelle .home-pill-logo{background:linear-gradient(145deg,#fff,#dfe9df)!important;}
html body .v328-quick-track>a.home-pill-glasses,
html body .v328-quick-track>a.home-pill-lenses,
html body .v328-quick-track>a.home-pill-rdv,
html body .v328-quick-track>a.home-pill-mutuelle{background:linear-gradient(145deg,#151a16,#080b09)!important;}

@media (max-width:980px){
  html body .v41-hero-conversion{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  html body .v328-quick-track{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
}
@media (max-width:760px){
  html body .v41-hero-conversion{grid-template-columns:1fr!important;gap:11px!important;}
  html body .v41-hero-conversion .experience-hero-actions>a,
  html body .v41-hero-conversion>a.v41-google-card{height:104px!important;min-height:104px!important;max-height:104px!important;border-radius:20px!important;padding:16px!important;}
  html body .v41-hero-conversion .btn-with-icon .action-icon{width:38px!important;height:38px!important;min-width:38px!important;padding:8px!important;}
  html body .v41-hero-conversion b,html body .v41-hero-conversion strong{font-size:.94rem!important;}
  html body .v41-hero-conversion small{font-size:.69rem!important;}
  html body .v41-hero-conversion .btn-doctolib .doctolib-official-logo{width:124px!important;height:32px!important;}
  html body .v328-quick-track{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;}
  html body .v328-quick-track>a.home-pill{height:70px!important;min-height:70px!important;border-radius:18px!important;padding:10px 12px!important;gap:10px!important;}
  html body .v328-quick-track .home-pill-logo{width:42px!important;height:42px!important;min-width:42px!important;border-radius:13px!important;}
  html body .v328-quick-track .home-pill-logo svg{width:23px!important;height:23px!important;}
  html body .v328-quick-track>a.home-pill b{font-size:.82rem!important;}
}


/* =========================================================
   V6.3.3 — CARTES PREMIUM + PERSONNALISATION ADMIN
   ========================================================= */
body{font-family:var(--site-body-font,Inter,Arial,sans-serif)!important;font-size:var(--site-base-size,16px)}
h1,h2,h3,h4,h5,h6,.experience-eyebrow,.editor-kicker{font-family:var(--site-heading-font,Inter,Arial,sans-serif)!important}
h1{font-size:clamp(2.4rem,var(--site-h1-size,56px),5.8rem)}h2{font-size:clamp(2rem,var(--site-h2-size,40px),4.25rem)}
.site-header nav a,.menu-primary-left a,.menu-primary-right a{font-size:var(--site-nav-size,15px)!important}.btn,button{font-size:var(--site-button-size,15px)}
.v41-hero-conversion{display:grid!important;grid-template-columns:minmax(0,3fr) minmax(235px,1fr)!important;gap:18px!important;align-items:stretch!important}
.v40-hero-actions{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important;align-items:stretch!important}
.v40-hero-actions>.premium-hero-card,.v41-google-card.premium-hero-card{position:relative!important;isolation:isolate;overflow:hidden!important;display:flex!important;align-items:flex-end!important;justify-content:flex-start!important;width:100%!important;height:156px!important;min-height:156px!important;padding:24px!important;border-radius:24px!important;border:1px solid rgba(255,255,255,.14)!important;box-shadow:0 18px 50px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.12)!important;transition:transform .32s cubic-bezier(.2,.8,.2,1),box-shadow .32s,border-color .32s!important;text-align:left!important}
.v40-hero-actions>.premium-hero-card:before,.v41-google-card.premium-hero-card:before{content:"";position:absolute;inset:0;z-index:-2;background:radial-gradient(circle at 88% 8%,rgba(137,240,77,.18),transparent 38%),linear-gradient(145deg,#171c18,#090b09 70%)}
.v40-hero-actions>.premium-hero-card:after,.v41-google-card.premium-hero-card:after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,transparent 28%,rgba(0,0,0,.78));opacity:.82;transition:opacity .3s}
.v40-hero-actions>.premium-hero-card:hover,.v41-google-card.premium-hero-card:hover{transform:translateY(-9px) scale(1.018)!important;border-color:rgba(130,240,73,.68)!important;box-shadow:0 30px 75px rgba(0,0,0,.46),0 0 0 1px rgba(130,240,73,.18),0 0 38px rgba(94,230,52,.16)!important}
.v40-hero-actions>.premium-hero-card:hover:after,.v41-google-card.premium-hero-card:hover:after{opacity:.62}
.v40-hero-actions>.premium-hero-card b,.v41-google-card.premium-hero-card strong{font-family:var(--site-heading-font,Inter,Arial,sans-serif)!important;font-size:var(--site-card-title-size,18px)!important;line-height:1.12!important;letter-spacing:-.025em!important}
.v40-hero-actions>.premium-hero-card small,.v41-google-card.premium-hero-card small,.v41-google-card.premium-hero-card i{font-family:var(--site-body-font,Inter,Arial,sans-serif)!important;font-size:var(--site-card-text-size,13px)!important;line-height:1.35!important}
.v40-hero-actions>.btn-green.premium-hero-card{color:#071007!important;border-color:rgba(137,240,77,.58)!important}.v40-hero-actions>.btn-green.premium-hero-card:before{background:radial-gradient(circle at 88% 8%,rgba(255,255,255,.34),transparent 35%),linear-gradient(145deg,#a2fa72,#63df35 72%)!important}.v40-hero-actions>.btn-green.premium-hero-card:after{background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(31,111,11,.12))!important}.v40-hero-actions>.btn-green.premium-hero-card b,.v40-hero-actions>.btn-green.premium-hero-card small{color:#071007!important}
.v40-hero-actions>.btn-light.premium-hero-card{color:#fff!important}.v40-hero-actions>.btn-light.premium-hero-card b,.v40-hero-actions>.btn-light.premium-hero-card small{color:#fff!important}.v40-hero-actions>.btn-light.premium-hero-card .action-icon{color:#86f04c!important}
.v40-hero-actions>.btn-doctolib.premium-hero-card{background:#f7faff!important;color:#0a315b!important;border-color:#dbe7f5!important}.v40-hero-actions>.btn-doctolib.premium-hero-card:before{background:radial-gradient(circle at 85% 10%,rgba(31,132,222,.13),transparent 42%),linear-gradient(145deg,#fff,#edf5ff)!important}.v40-hero-actions>.btn-doctolib.premium-hero-card:after{background:linear-gradient(180deg,transparent 35%,rgba(216,232,249,.42))!important}.v40-hero-actions>.btn-doctolib.premium-hero-card b{color:#123b66!important}.v40-hero-actions>.btn-doctolib.premium-hero-card small{color:#557491!important}.v40-hero-actions>.btn-doctolib.premium-hero-card .doctolib-lockup{align-items:flex-start!important}
.v41-google-card.premium-hero-card{color:#fff!important;background:#090b09!important}.v41-google-card.premium-hero-card .v41-google-copy{align-self:flex-end}.v41-google-card.premium-hero-card .google-g-logo{align-self:center!important}.v41-google-card.premium-hero-card .v41-google-arrow{position:absolute;right:20px;top:18px}
.premium-hero-card.has-custom-visual{background-image:var(--card-visual)!important;background-size:cover!important;background-position:center!important}
.premium-hero-card.has-custom-visual:before{background-image:var(--card-visual)!important;background-size:cover!important;background-position:center!important;filter:saturate(.96) contrast(1.04)}
.premium-hero-card.has-custom-visual:after{background:linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.16))!important}
.premium-hero-card.has-custom-visual>*{opacity:0!important;pointer-events:none!important}
@media(max-width:1180px){.v41-hero-conversion{grid-template-columns:1fr!important}.v40-hero-actions{grid-template-columns:repeat(3,1fr)!important}.v41-google-card.premium-hero-card{height:126px!important;min-height:126px!important}}
@media(max-width:760px){.v40-hero-actions{grid-template-columns:1fr!important}.v40-hero-actions>.premium-hero-card,.v41-google-card.premium-hero-card{height:118px!important;min-height:118px!important;border-radius:20px!important;padding:20px!important}.v41-hero-conversion{gap:12px!important}.v40-hero-actions{gap:12px!important}.premium-hero-card.has-custom-visual{height:150px!important;min-height:150px!important}}


/* =========================================================
   V6.3.4 — HEADER PREMIUM : NAVIGATION À GAUCHE,
   LOGO PARFAITEMENT CENTRÉ, ACTIONS À DROITE
   ========================================================= */
@media (min-width:981px){
  html body .header .container.nav{
    position:relative!important;
    min-height:82px!important;
    display:flex!important;
    align-items:center!important;
    width:min(1500px,calc(100% - 42px))!important;
    max-width:1500px!important;
    margin:0 auto!important;
    padding:0!important;
  }
  html body .header .brand{
    position:absolute!important;
    left:50%!important;
    top:50%!important;
    transform:translate(-50%,-50%)!important;
    z-index:4!important;
    margin:0!important;
    width:210px!important;
    max-width:18vw!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
  }
  html body .header .brand img{
    display:block!important;
    width:100%!important;
    height:auto!important;
    max-height:66px!important;
    object-fit:contain!important;
  }
  html body .header .menu{
    width:100%!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:24px!important;
    margin:0!important;
    padding:0!important;
  }
  html body .header .menu-primary-right{
    order:1!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:8px!important;
    flex:1 1 0!important;
    min-width:0!important;
  }
  html body .header .menu-actions-left{
    order:2!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:10px!important;
    flex:1 1 0!important;
    min-width:0!important;
  }
  html body .header .menu-primary-right>a{
    color:#f4f7f2!important;
    padding:12px 14px!important;
    border-radius:999px!important;
    font-weight:760!important;
    letter-spacing:-.01em!important;
    transition:background .25s ease,color .25s ease,transform .25s ease!important;
  }
  html body .header .menu-primary-right>a:hover{
    color:#8af153!important;
    background:rgba(126,238,78,.08)!important;
    transform:translateY(-2px)!important;
  }
  html body .header .menu-actions-left>.menu-club-link,
  html body .header .menu-actions-left>.btn-green,
  html body .header .menu-actions-left>.doctolib-brand-button{
    width:142px!important;
    min-width:142px!important;
    max-width:142px!important;
    height:48px!important;
    min-height:48px!important;
    max-height:48px!important;
    box-sizing:border-box!important;
    border-radius:999px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    padding:0 15px!important;
    margin:0!important;
    line-height:1!important;
  }
  html body .header .menu-actions-left>.menu-club-link{
    border:1px solid rgba(124,239,77,.72)!important;
    background:linear-gradient(145deg,#101810,#071007)!important;
    color:#8cf154!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.07)!important;
  }
  html body .header .menu-actions-left>.btn-green{
    border:1px solid rgba(218,255,202,.7)!important;
    background:linear-gradient(145deg,#8df45c,#54d936)!important;
    color:#071007!important;
    box-shadow:0 8px 22px rgba(65,200,40,.2),inset 0 1px 0 rgba(255,255,255,.42)!important;
  }
  html body .header .menu-actions-left>.doctolib-brand-button{
    flex-direction:column!important;
    gap:1px!important;
    border:1px solid #d8e4f2!important;
    background:#fff!important;
    color:#146cc1!important;
    box-shadow:0 8px 22px rgba(12,73,128,.13)!important;
  }
  html body .header .menu-actions-left>.doctolib-brand-button .doctolib-official-logo{
    width:86px!important;
    height:23px!important;
    max-width:86px!important;
    object-fit:contain!important;
  }
  html body .header .menu-actions-left>.doctolib-brand-button small{
    display:block!important;
    max-width:116px!important;
    overflow:hidden!important;
    white-space:nowrap!important;
    text-overflow:ellipsis!important;
    font-size:8px!important;
    line-height:1!important;
    color:#2c69a3!important;
  }
  html body .header .menu-actions-left>.menu-club-link:hover,
  html body .header .menu-actions-left>.btn-green:hover,
  html body .header .menu-actions-left>.doctolib-brand-button:hover{
    transform:translateY(-3px)!important;
    filter:brightness(1.05)!important;
  }
  html body .header .menu-toggle{display:none!important;}
}

@media (min-width:981px) and (max-width:1250px){
  html body .header .brand{width:172px!important;max-width:16vw!important;}
  html body .header .menu-primary-right{gap:2px!important;}
  html body .header .menu-primary-right>a{padding:10px 9px!important;font-size:13px!important;}
  html body .header .menu-actions-left{gap:6px!important;}
  html body .header .menu-actions-left>.menu-club-link,
  html body .header .menu-actions-left>.btn-green,
  html body .header .menu-actions-left>.doctolib-brand-button{
    width:112px!important;min-width:112px!important;max-width:112px!important;height:44px!important;min-height:44px!important;max-height:44px!important;padding:0 9px!important;font-size:12px!important;
  }
  html body .header .menu-actions-left>.doctolib-brand-button .doctolib-official-logo{width:72px!important;height:19px!important;}
  html body .header .menu-actions-left>.doctolib-brand-button small{display:none!important;}
}

/* Les cartes restent volontairement sans image par défaut.
   Les visuels pourront être ajoutés plus tard depuis l'administration. */
html body .premium-hero-card:not(.has-custom-visual){
  background-image:none!important;
}

/* V6.3.5 — Cartes premium propres + formulaire de contact accueil */
html body .premium-card-grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:18px!important;
  width:100%!important;
  align-items:stretch!important;
}
html body .premium-home-card{
  position:relative!important;
  min-height:168px!important;
  border-radius:22px!important;
  padding:24px!important;
  overflow:hidden!important;
  text-decoration:none!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:flex-end!important;
  gap:12px!important;
  isolation:isolate!important;
  border:1px solid rgba(255,255,255,.18)!important;
  box-shadow:0 18px 44px rgba(0,0,0,.26)!important;
  transition:transform .35s cubic-bezier(.2,.8,.2,1),box-shadow .35s ease,border-color .35s ease!important;
  background-position:center!important;
  background-size:cover!important;
}
html body .premium-home-card::before{
  content:""!important;position:absolute!important;inset:0!important;z-index:-2!important;
  background:var(--card-visual,none) center/cover no-repeat!important;
  opacity:1!important;
}
html body .premium-home-card::after{
  content:""!important;position:absolute!important;inset:0!important;z-index:-1!important;
  background:linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.30))!important;
}
html body .premium-home-card:hover{transform:translateY(-8px) scale(1.015)!important;box-shadow:0 30px 70px rgba(0,0,0,.38)!important;border-color:rgba(124,241,80,.68)!important}
html body .premium-home-card--green{background:linear-gradient(135deg,#78f04e,#44d92e)!important;color:#050705!important}
html body .premium-home-card--dark{background:linear-gradient(135deg,#101510,#070907)!important;color:#fff!important}
html body .premium-home-card--doctolib{background:#fff!important;color:#0b3963!important;border-color:#d7e2ec!important}
html body .premium-home-card--google{background:linear-gradient(135deg,#111611,#071007)!important;color:#fff!important}
html body .premium-card-badge{
  position:absolute!important;top:18px!important;left:18px!important;right:auto!important;
  display:inline-flex!important;align-items:center!important;width:auto!important;max-width:calc(100% - 72px)!important;
  min-height:28px!important;padding:6px 10px!important;border-radius:999px!important;
  background:rgba(255,255,255,.88)!important;color:#050705!important;font-size:11px!important;font-weight:900!important;letter-spacing:.08em!important;text-transform:uppercase!important;
  box-shadow:0 8px 18px rgba(0,0,0,.12)!important;
}
html body .premium-home-card--dark .premium-card-badge,html body .premium-home-card--google .premium-card-badge{background:rgba(126,241,79,.96)!important;color:#050705!important}
html body .premium-card-copy{display:flex!important;flex-direction:column!important;gap:7px!important;position:relative!important;z-index:2!important}
html body .premium-card-copy strong{font-family:var(--site-heading-font)!important;font-size:var(--site-card-title-size)!important;line-height:1.05!important;color:inherit!important;letter-spacing:-.02em!important}
html body .premium-card-copy small{font-family:var(--site-body-font)!important;font-size:var(--site-card-text-size)!important;line-height:1.35!important;color:inherit!important;opacity:1!important}
html body .premium-home-card--doctolib .premium-card-copy small{color:#102b45!important}
html body .premium-card-arrow{position:absolute!important;top:20px!important;right:20px!important;font-size:20px!important;font-weight:900!important;color:inherit!important;transition:transform .3s ease!important}
html body .premium-home-card:hover .premium-card-arrow{transform:translate(4px,-4px)!important}
html body .premium-card-brand{display:block!important;width:126px!important;height:auto!important;max-height:34px!important;object-fit:contain!important;object-position:left center!important;margin-bottom:2px!important}
html body .premium-home-card.has-custom-visual{color:#fff!important;background:#111!important}
html body .premium-home-card.has-custom-visual::after{background:linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.78))!important}
html body .premium-home-card.has-custom-visual .premium-card-copy small{color:#fff!important}
html body .premium-home-card svg.action-icon,html body .premium-home-card .btn-icon,html body .premium-home-card>i{display:none!important}

html body .home-message-card{
  margin-top:22px!important;padding:30px!important;border-radius:24px!important;
  display:grid!important;grid-template-columns:minmax(260px,.8fr) minmax(0,1.5fr)!important;gap:30px!important;
  background:linear-gradient(135deg,rgba(10,16,10,.98),rgba(18,29,18,.96))!important;
  border:1px solid rgba(120,239,78,.34)!important;box-shadow:0 24px 70px rgba(0,0,0,.30)!important;
}
html body .home-message-intro>span{display:block!important;color:#7cf04e!important;font-weight:900!important;text-transform:uppercase!important;letter-spacing:.14em!important;font-size:12px!important;margin-bottom:10px!important}
html body .home-message-intro h2{color:#fff!important;font-size:clamp(28px,3vw,42px)!important;line-height:1!important;margin:0 0 14px!important}
html body .home-message-intro p{color:#fff!important;opacity:1!important;line-height:1.55!important;margin:0!important}
html body .home-message-form{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important}
html body .home-message-form label{display:grid!important;gap:7px!important;color:#fff!important;font-weight:800!important}
html body .home-message-form label>span{color:#fff!important}
html body .home-message-form input,html body .home-message-form textarea{width:100%!important;box-sizing:border-box!important;background:#fff!important;color:#050705!important;border:1.5px solid #fff!important;border-radius:13px!important;padding:13px 14px!important;font:inherit!important;outline:none!important}
html body .home-message-form input::placeholder,html body .home-message-form textarea::placeholder{color:#111!important;opacity:.72!important}
html body .home-message-form input:focus,html body .home-message-form textarea:focus{border-color:#74ee4c!important;box-shadow:0 0 0 4px rgba(116,238,76,.16)!important}
html body .home-message-form .wide{grid-column:1/-1!important}
html body .home-message-consent{display:flex!important;grid-template-columns:auto 1fr!important;align-items:flex-start!important;gap:10px!important;font-size:13px!important;font-weight:650!important}
html body .home-message-consent input{width:18px!important;height:18px!important;min-height:0!important;margin-top:1px!important;padding:0!important}
html body .home-message-status{min-height:20px!important;color:#fff!important;font-weight:800!important}.home-message-status.success{color:#8dff67!important}.home-message-status.error{color:#ff9a9a!important}
html body .home-message-form .btn{color:#050705!important;font-weight:950!important;min-height:52px!important}

@media(max-width:1050px){html body .premium-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:760px){
  html body .premium-card-grid{grid-template-columns:1fr!important;gap:12px!important}
  html body .premium-home-card{min-height:138px!important;padding:20px!important;border-radius:19px!important}
  html body .premium-card-badge{top:14px!important;left:14px!important}.premium-card-arrow{top:16px!important;right:16px!important}
  html body .home-message-card{grid-template-columns:1fr!important;padding:20px!important;gap:20px!important;border-radius:20px!important}
  html body .home-message-form{grid-template-columns:1fr!important}.home-message-form .wide{grid-column:auto!important}
}

/* =========================================================
   V6.3.7 — CORRECTIF VISUEL STABLE
   Header compact, cartes propres, formulaire discret
   ========================================================= */

/* Aucun badge ni flèche parasite dans les cartes */
html body .premium-card-badge,
html body .premium-card-arrow{display:none!important}

/* HEADER DESKTOP : navigation gauche, logo centré, actions droite */
@media (min-width:981px){
  html body{padding-top:86px!important}
  html body .topline{display:none!important}
  html body .header{
    position:fixed!important;top:0!important;left:0!important;right:0!important;
    height:86px!important;min-height:86px!important;z-index:9999!important;
    background:rgba(3,8,4,.94)!important;
    backdrop-filter:blur(16px)!important;-webkit-backdrop-filter:blur(16px)!important;
    border-bottom:1px solid rgba(113,238,74,.22)!important;
    box-shadow:0 12px 38px rgba(0,0,0,.30)!important;
  }
  html body .header .container.nav{
    height:86px!important;min-height:86px!important;max-width:1500px!important;
    margin:0 auto!important;padding:0 28px!important;position:relative!important;
    display:flex!important;align-items:center!important;justify-content:center!important;
  }
  html body .header .brand{
    position:absolute!important;left:50%!important;top:50%!important;
    transform:translate(-50%,-50%)!important;width:190px!important;max-width:190px!important;
    margin:0!important;z-index:4!important;
  }
  html body .header .brand img{width:100%!important;height:auto!important;display:block!important}
  html body .header .menu{
    display:flex!important;align-items:center!important;justify-content:space-between!important;
    width:100%!important;margin:0!important;padding:0!important;gap:0!important;
  }
  html body .header .menu-primary-right{
    order:1!important;display:flex!important;align-items:center!important;gap:8px!important;
    width:calc(50% - 125px)!important;justify-content:flex-start!important;
  }
  html body .header .menu-actions-left{
    order:2!important;display:flex!important;align-items:center!important;gap:8px!important;
    width:calc(50% - 125px)!important;justify-content:flex-end!important;
  }
  html body .header .menu-primary-right>a{
    color:#fff!important;background:transparent!important;border:0!important;
    padding:12px 13px!important;border-radius:12px!important;font-weight:800!important;
    white-space:nowrap!important;text-decoration:none!important;
  }
  html body .header .menu-primary-right>a:hover{background:rgba(118,239,76,.12)!important;color:#8df267!important}
  html body .header .menu-actions-left>.menu-club-link,
  html body .header .menu-actions-left>.btn-green,
  html body .header .menu-actions-left>.doctolib-brand-button{
    width:132px!important;min-width:132px!important;max-width:132px!important;
    height:46px!important;min-height:46px!important;max-height:46px!important;
    border-radius:999px!important;padding:0 12px!important;margin:0!important;
    display:flex!important;align-items:center!important;justify-content:center!important;
    box-sizing:border-box!important;overflow:hidden!important;white-space:nowrap!important;
  }
  html body .header .menu-actions-left>.menu-club-link{background:#0f1a10!important;border:1px solid #6fe548!important;color:#8ef36a!important}
  html body .header .menu-actions-left>.btn-green{background:#63e541!important;color:#050705!important;border:1px solid #8ff471!important}
  html body .header .menu-actions-left>.doctolib-brand-button{background:#fff!important;border:1px solid #d9e6f2!important;flex-direction:column!important;gap:0!important}
  html body .header .menu-actions-left>.doctolib-brand-button .doctolib-official-logo{width:88px!important;height:23px!important;object-fit:contain!important}
  html body .header .menu-actions-left>.doctolib-brand-button small{display:none!important}
  html body .header .menu-admin-link,
  html body .header .menu-logout{font-size:12px!important;padding:8px!important;white-space:nowrap!important}
  html body .header .menu-toggle{display:none!important}
}

@media (min-width:981px) and (max-width:1280px){
  html body .header .brand{width:156px!important;max-width:156px!important}
  html body .header .menu-primary-right,
  html body .header .menu-actions-left{width:calc(50% - 98px)!important}
  html body .header .menu-actions-left>.menu-club-link,
  html body .header .menu-actions-left>.btn-green,
  html body .header .menu-actions-left>.doctolib-brand-button{width:108px!important;min-width:108px!important;max-width:108px!important;font-size:12px!important}
  html body .header .menu-primary-right>a{padding:10px 8px!important;font-size:13px!important}
  html body .header .menu-admin-link,html body .header .menu-logout{display:none!important}
}

/* Cartes : même format, sans éléments décoratifs parasites */
html body .premium-card-grid{gap:16px!important;align-items:stretch!important}
html body .premium-home-card{
  min-height:170px!important;height:170px!important;padding:24px!important;
  justify-content:flex-end!important;border-radius:22px!important;
}
html body .premium-card-copy{gap:6px!important;width:100%!important}
html body .premium-card-copy strong{font-size:clamp(20px,1.35vw,27px)!important;line-height:1.02!important}
html body .premium-card-copy small{font-size:14px!important;line-height:1.35!important}
html body .premium-card-brand{width:132px!important;max-height:34px!important;margin:0 0 10px!important}
html body .premium-home-card--doctolib .premium-card-copy strong,
html body .premium-home-card--doctolib .premium-card-copy small{color:#102b45!important}
html body .premium-home-card:hover{transform:translateY(-6px)!important;box-shadow:0 28px 62px rgba(0,0,0,.38)!important}

/* Formulaire accueil compact et intégré */
html body .home-message-card{
  margin-top:18px!important;padding:18px 20px!important;border-radius:18px!important;
  display:grid!important;grid-template-columns:240px minmax(0,1fr)!important;gap:18px!important;
  background:rgba(8,14,9,.88)!important;border:1px solid rgba(116,238,76,.28)!important;
  box-shadow:0 16px 42px rgba(0,0,0,.22)!important;
}
html body .home-message-intro>span{font-size:10px!important;margin-bottom:5px!important}
html body .home-message-intro h2{font-size:22px!important;line-height:1.08!important;margin:0 0 7px!important}
html body .home-message-intro p{font-size:13px!important;line-height:1.35!important}
html body .home-message-form{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:9px!important;align-items:end!important}
html body .home-message-form label{gap:4px!important;font-size:12px!important}
html body .home-message-form input,html body .home-message-form textarea{padding:9px 11px!important;border-radius:10px!important;min-height:40px!important}
html body .home-message-form textarea{height:40px!important;min-height:40px!important;resize:vertical!important}
html body .home-message-form .wide{grid-column:auto!important}
html body .home-message-consent{grid-column:1/3!important;font-size:10px!important;line-height:1.25!important;align-self:center!important}
html body .home-message-status{display:none!important}
html body .home-message-form .btn{grid-column:3!important;min-height:40px!important;height:40px!important;border-radius:10px!important;font-size:13px!important;padding:0 14px!important}
html body .v57-honeypot{display:none!important}

@media(max-width:980px){
  html body{padding-top:0!important}
  html body .premium-home-card{height:auto!important;min-height:138px!important}
  html body .home-message-card{grid-template-columns:1fr!important;padding:16px!important;gap:14px!important}
  html body .home-message-form{grid-template-columns:1fr!important}
  html body .home-message-form .wide,html body .home-message-consent,html body .home-message-form .btn{grid-column:auto!important}
  html body .home-message-form textarea{height:82px!important}
  html body .home-message-status{display:block!important}
}

/* =========================================================
   V7.0 — SEO LOCAL (ÉTAPE 3)
   Styles strictement limités aux nouvelles pages SEO.
   Aucun composant existant du site n'est modifié.
   ========================================================= */
.seo-v5-page{background:var(--bg,#07110e)}
.seo-v5-hero{padding-bottom:64px}
.seo-v5-breadcrumb{display:flex;gap:9px;align-items:center;flex-wrap:wrap;margin:0 0 26px;font-size:.88rem;opacity:.78}
.seo-v5-breadcrumb a{color:inherit;text-decoration:none}.seo-v5-breadcrumb a:hover{text-decoration:underline}
.seo-v5-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:44px;align-items:start}
.seo-v5-content{min-width:0}.seo-v5-section{padding:0 0 34px;margin:0 0 34px;border-bottom:1px solid rgba(255,255,255,.1)}
.seo-v5-section h2,.seo-v5-faq h2,.seo-v5-related h2{max-width:850px}.seo-v5-section p{font-size:1.05rem;line-height:1.78;opacity:.9}
.seo-v5-section ul{display:grid;gap:12px;padding-left:22px;margin-top:22px}.seo-v5-section li{line-height:1.6}
.seo-v5-side{display:grid;gap:20px;position:sticky;top:110px}.seo-v5-card{padding:26px;border:1px solid rgba(255,255,255,.12);border-radius:22px;background:rgba(255,255,255,.045)}
.seo-v5-card h2{font-size:1.35rem;margin-top:0}.seo-v5-card ul{list-style:none;padding:0;margin:18px 0 0;display:grid;gap:12px}.seo-v5-card li a{color:inherit;text-decoration:none}.seo-v5-card li a:hover{text-decoration:underline}
.seo-v5-faq{padding-top:12px}.seo-v5-faq details{border-top:1px solid rgba(255,255,255,.12);padding:18px 0}.seo-v5-faq summary{cursor:pointer;font-weight:800}.seo-v5-faq p{line-height:1.7;opacity:.88}
.seo-v5-related{background:rgba(255,255,255,.025)}.seo-v5-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:28px}.seo-v5-links a{display:flex;justify-content:space-between;gap:20px;padding:22px;border:1px solid rgba(255,255,255,.12);border-radius:18px;color:inherit;text-decoration:none;background:rgba(255,255,255,.035)}.seo-v5-links a:hover{transform:translateY(-2px);border-color:rgba(136,220,174,.5)}.seo-v5-links span{white-space:nowrap;opacity:.72}
.seo-v5-hub-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.seo-v5-hub-card{display:flex;flex-direction:column;min-height:260px;padding:28px;border-radius:22px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.04);color:inherit;text-decoration:none}.seo-v5-hub-card:hover{transform:translateY(-3px);border-color:rgba(136,220,174,.55)}.seo-v5-hub-card>span{font-size:.82rem;text-transform:uppercase;letter-spacing:.08em;opacity:.66}.seo-v5-hub-card strong{font-size:1.45rem;margin:8px 0 12px}.seo-v5-hub-card p{line-height:1.6;opacity:.82;flex:1}.seo-v5-hub-card b{font-size:.92rem}
@media(max-width:980px){.seo-v5-layout{grid-template-columns:1fr}.seo-v5-side{position:static;grid-template-columns:repeat(2,1fr)}.seo-v5-hub-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:680px){.seo-v5-hero{padding-bottom:42px}.seo-v5-side,.seo-v5-links,.seo-v5-hub-grid{grid-template-columns:1fr}.seo-v5-links a{flex-direction:column}.seo-v5-hub-card{min-height:0}}

/* =========================================================
   V7.1 — STABILISATION MOBILE SAFARI / IPHONE
   Corrige le menu plein écran, les liens invisibles, les
   cartes surdimensionnées et les boutons flottants.
   ========================================================= */
@media (max-width:980px){
  html,body{max-width:100%!important;overflow-x:hidden!important}
  body.menu-open{overflow:hidden!important;touch-action:none!important}

  html body .header{
    position:sticky!important;top:0!important;z-index:12000!important;
    min-height:72px!important;height:72px!important;
    background:rgba(2,7,3,.97)!important;
  }
  html body .header .container.nav{
    min-height:72px!important;height:72px!important;padding:0 16px!important;
    display:flex!important;align-items:center!important;justify-content:space-between!important;
  }
  html body .header .brand{position:static!important;transform:none!important;width:auto!important;max-width:none!important;margin:0!important}
  html body .header .brand img{width:170px!important;max-width:54vw!important;height:auto!important;display:block!important}
  html body .header .menu-toggle{
    display:grid!important;place-items:center!important;flex:0 0 46px!important;
    width:46px!important;height:46px!important;min-width:46px!important;min-height:46px!important;
    margin:0!important;padding:0!important;border-radius:14px!important;
    background:#49e13f!important;color:#030703!important;z-index:12020!important;
  }

  html body .header .menu{
    display:none!important;position:fixed!important;
    top:72px!important;left:0!important;right:0!important;bottom:0!important;
    width:100%!important;height:auto!important;max-height:none!important;
    margin:0!important;padding:18px 18px calc(24px + env(safe-area-inset-bottom))!important;
    border-radius:0!important;border:0!important;border-top:1px solid rgba(116,238,76,.22)!important;
    background:#040704!important;box-shadow:none!important;overflow-y:auto!important;
    -webkit-overflow-scrolling:touch!important;z-index:12010!important;
  }
  html body .header .menu.open{
    display:flex!important;flex-direction:column!important;align-items:stretch!important;
    justify-content:flex-start!important;gap:10px!important;
  }

  /* Annule le display:contents responsable des blocs vides. */
  html body .header .menu .menu-primary-right,
  html body .header .menu .menu-actions-left{
    display:flex!important;flex-direction:column!important;align-items:stretch!important;
    width:100%!important;max-width:none!important;height:auto!important;margin:0!important;padding:0!important;
    gap:10px!important;order:initial!important;
  }
  html body .header .menu .menu-primary-right{order:1!important}
  html body .header .menu .menu-actions-left{order:2!important;margin-top:4px!important}
  html body .header .menu .mobile-call-source{order:3!important}

  html body .header .menu a,
  html body .header .menu .menu-primary-right>a,
  html body .header .menu .menu-actions-left>a,
  html body .header .menu>a.mobile-call-source{
    position:relative!important;display:flex!important;align-items:center!important;justify-content:center!important;
    width:100%!important;min-width:0!important;max-width:none!important;
    height:56px!important;min-height:56px!important;max-height:56px!important;
    margin:0!important;padding:0 18px!important;box-sizing:border-box!important;
    border-radius:16px!important;border:1px solid rgba(255,255,255,.12)!important;
    background:#0a0e0a!important;color:#fff!important;text-align:center!important;
    font-size:17px!important;font-weight:850!important;line-height:1.1!important;
    text-decoration:none!important;white-space:normal!important;overflow:hidden!important;
    box-shadow:none!important;transform:none!important;
  }
  html body .header .menu a::before,
  html body .header .menu a::after{display:none!important;content:none!important}
  html body .header .menu .menu-primary-right>a:hover,
  html body .header .menu .menu-actions-left>a:hover,
  html body .header .menu>a.mobile-call-source:hover{transform:none!important;filter:none!important}

  html body .header .menu .menu-actions-left>a.menu-club-link{
    background:#0d190e!important;border-color:#58d83b!important;color:#83ef5d!important;
  }
  html body .header .menu .menu-actions-left>a.btn-green{
    background:linear-gradient(135deg,#43dc38,#8cf252)!important;border-color:#8cf252!important;color:#040704!important;
  }
  html body .header .menu .menu-actions-left>a.doctolib-brand-button{
    background:#fff!important;border-color:#dce6f2!important;color:#173b8f!important;
  }
  html body .header .menu .doctolib-official-logo{width:112px!important;height:29px!important;max-width:112px!important;object-fit:contain!important}
  html body .header .menu .doctolib-brand-button small{display:none!important}
  html body .header .menu>a.mobile-call-source{
    background:#0c170d!important;border-color:#54d83b!important;color:#69e64d!important;
  }

  /* Cartes de l'accueil : hauteur maîtrisée et contenu toujours visible. */
  html body .premium-card-grid{grid-template-columns:1fr!important;gap:12px!important}
  html body .premium-home-card{
    display:flex!important;align-items:flex-end!important;justify-content:flex-start!important;
    width:100%!important;height:142px!important;min-height:142px!important;max-height:142px!important;
    padding:20px!important;border-radius:20px!important;overflow:hidden!important;
  }
  html body .premium-home-card .premium-card-copy{
    position:relative!important;z-index:3!important;display:grid!important;gap:5px!important;
    width:100%!important;opacity:1!important;visibility:visible!important;transform:none!important;
  }
  html body .premium-home-card .premium-card-copy strong,
  html body .premium-home-card .premium-card-copy small{
    display:block!important;opacity:1!important;visibility:visible!important;
  }
  html body .premium-home-card .premium-card-copy strong{font-size:23px!important;line-height:1.08!important}
  html body .premium-home-card .premium-card-copy small{font-size:14px!important;line-height:1.35!important}
  html body .premium-home-card:hover{transform:none!important}

  /* Les boutons flottants restent en bas et disparaissent pendant l'ouverture du menu. */
  html body .v330-contact-launch,
  html body a.v411-google-floating{
    position:fixed!important;bottom:calc(18px + env(safe-area-inset-bottom))!important;
    width:58px!important;height:58px!important;min-width:58px!important;max-width:58px!important;
    min-height:58px!important;max-height:58px!important;padding:0!important;margin:0!important;
    border-radius:50%!important;z-index:11000!important;transform:none!important;
  }
  html body .v330-contact-launch{left:14px!important;right:auto!important}
  html body a.v411-google-floating{right:14px!important;left:auto!important}
  html body .scroll-top-button{
    display:grid!important;place-items:center!important;position:fixed!important;
    left:50%!important;right:auto!important;bottom:calc(20px + env(safe-area-inset-bottom))!important;
    width:52px!important;height:52px!important;min-width:52px!important;min-height:52px!important;
    transform:translate(-50%,12px)!important;z-index:10990!important;
  }
  html body .scroll-top-button.is-visible{transform:translate(-50%,0)!important}
  html body.menu-open .v330-contact-launch,
  html body.menu-open a.v411-google-floating,
  html body.menu-open .scroll-top-button{display:none!important}

  html body .footer{padding-bottom:calc(92px + env(safe-area-inset-bottom))!important}
}

@media (max-width:390px){
  html body .header .brand img{width:150px!important}
  html body .header .menu{padding-left:14px!important;padding-right:14px!important}
  html body .premium-home-card{height:132px!important;min-height:132px!important;max-height:132px!important}
}

/* =========================================================
   V7.2 — CORRECTIF MOBILE FINAL
   Le tiroir JavaScript est l'unique menu mobile.
   Les anciens éléments flottants sont masqués sur téléphone
   afin de ne plus recouvrir le contenu.
   ========================================================= */
@media (max-width:980px){
  html,body{width:100%!important;max-width:100%!important;overflow-x:hidden!important}
  body.mobile-drawer-open{overflow:hidden!important;position:fixed!important;inset:0!important;width:100%!important}

  /* Le menu HTML desktop ne doit jamais devenir un second menu mobile. */
  html body .header .menu,
  html body .header .menu.open{display:none!important}

  html body .meye-mobile-backdrop{
    display:block!important;position:fixed!important;inset:0!important;z-index:2147483000!important;
    background:rgba(0,0,0,.76)!important;opacity:0!important;visibility:hidden!important;
    pointer-events:none!important;transition:opacity .18s ease,visibility .18s ease!important;
  }
  html body .meye-mobile-backdrop.is-open{opacity:1!important;visibility:visible!important;pointer-events:auto!important}

  html body .meye-mobile-drawer{
    display:flex!important;position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:auto!important;
    z-index:2147483001!important;width:min(92vw,430px)!important;height:100dvh!important;max-height:100dvh!important;
    padding:max(22px,env(safe-area-inset-top)) 22px calc(22px + env(safe-area-inset-bottom))!important;
    box-sizing:border-box!important;background:#050805!important;border-left:1px solid rgba(112,234,72,.22)!important;
    transform:translateX(105%)!important;opacity:1!important;visibility:visible!important;
    flex-direction:column!important;overflow:hidden!important;transition:transform .22s ease!important;
  }
  html body .meye-mobile-drawer.is-open{transform:translateX(0)!important}
  html body .meye-mobile-drawer-head{
    display:flex!important;align-items:center!important;justify-content:space-between!important;
    min-height:64px!important;padding:0 0 18px!important;border-bottom:1px solid rgba(255,255,255,.22)!important;
    background:transparent!important;
  }
  html body .meye-mobile-drawer-head strong{font-size:28px!important;color:#fff!important}
  html body .meye-mobile-close{
    display:grid!important;place-items:center!important;width:48px!important;height:48px!important;min-width:48px!important;
    padding:0!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:50%!important;
    background:#111511!important;color:#fff!important;font-size:34px!important;line-height:1!important;
  }
  html body .meye-mobile-links{
    display:flex!important;flex-direction:column!important;gap:10px!important;flex:1 1 auto!important;
    padding:18px 0!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch!important;
  }
  html body .meye-mobile-link{
    display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;
    min-height:54px!important;height:auto!important;padding:14px 16px!important;box-sizing:border-box!important;
    border:1px solid rgba(255,255,255,.13)!important;border-radius:15px!important;background:#0b100b!important;
    color:#fff!important;text-decoration:none!important;text-align:center!important;font-size:17px!important;font-weight:800!important;
    opacity:1!important;visibility:visible!important;transform:none!important;
  }
  html body .meye-mobile-link::before,html body .meye-mobile-link::after{display:none!important;content:none!important}
  html body .meye-mobile-call{color:#69e64d!important;border-color:rgba(105,230,77,.55)!important;background:#0b160c!important}
  html body .meye-mobile-club{color:#8af16a!important;border-color:#57d93e!important;background:#0d190e!important}
  html body .meye-mobile-rdv{color:#041004!important;border-color:#8cf252!important;background:linear-gradient(135deg,#43dc38,#8cf252)!important}
  html body .meye-mobile-doctolib{background:#fff!important;color:#173b8f!important;border-color:#dce6f2!important}
  html body .meye-mobile-doctolib img{max-width:118px!important;height:auto!important}
  html body .meye-mobile-contact{
    display:grid!important;gap:8px!important;padding-top:16px!important;border-top:1px solid rgba(255,255,255,.18)!important;
  }
  html body .meye-mobile-contact a{color:#9db18f!important;text-decoration:none!important;font-size:15px!important;font-weight:700!important;overflow-wrap:anywhere!important}

  /* Supprime tous les widgets fixes qui se superposaient au contenu. */
  html body .v330-contact-launch,
  html body .v411-google-floating,
  html body .scroll-top-button,
  html body .v328-quick-track,
  html body .mobile-quick-actions,
  html body .mobile-bottom-bar{display:none!important}

  html body .footer{padding-bottom:28px!important}
  html body main,html body .page,html body .section{max-width:100%!important;overflow-x:clip!important}
}

/* =========================================================
   V7.3 — MOBILE STABLE : menu rendu côté serveur + Google visible
   ========================================================= */
@media (max-width:980px){
  html body .header .menu,html body .header .menu.open{display:none!important}
  html body .menu-toggle{display:grid!important;place-items:center!important;position:relative!important;z-index:2147483002!important}
  html body .meye-mobile-backdrop{display:block!important;position:fixed!important;inset:0!important;z-index:2147483000!important;background:rgba(0,0,0,.78)!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transition:opacity .2s ease,visibility .2s ease!important}
  html body .meye-mobile-backdrop.is-open{opacity:1!important;visibility:visible!important;pointer-events:auto!important}
  html body .meye-mobile-drawer{display:flex!important;position:fixed!important;inset:0 0 0 auto!important;z-index:2147483001!important;width:min(92vw,430px)!important;height:100dvh!important;padding:max(22px,env(safe-area-inset-top)) 22px calc(22px + env(safe-area-inset-bottom))!important;box-sizing:border-box!important;background:#050805!important;border-left:1px solid rgba(112,234,72,.28)!important;transform:translateX(105%)!important;transition:transform .22s ease!important;flex-direction:column!important;overflow:hidden!important}
  html body .meye-mobile-drawer.is-open{transform:translateX(0)!important}
  html body .meye-mobile-drawer-head{display:flex!important;align-items:center!important;justify-content:space-between!important;min-height:62px!important;padding-bottom:16px!important;border-bottom:1px solid rgba(255,255,255,.22)!important}
  html body .meye-mobile-drawer-head strong{color:#fff!important;font-size:28px!important}
  html body .meye-mobile-close{display:grid!important;place-items:center!important;width:48px!important;height:48px!important;border:1px solid rgba(255,255,255,.14)!important;border-radius:50%!important;background:#111511!important;color:#fff!important;font-size:32px!important;padding:0!important}
  html body .meye-mobile-links{display:flex!important;flex:1 1 auto!important;flex-direction:column!important;gap:9px!important;padding:17px 0!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch!important}
  html body .meye-mobile-link{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;min-height:52px!important;padding:13px 15px!important;box-sizing:border-box!important;border:1px solid rgba(255,255,255,.14)!important;border-radius:14px!important;background:#0b100b!important;color:#fff!important;text-decoration:none!important;text-align:center!important;font-size:17px!important;font-weight:850!important;opacity:1!important;visibility:visible!important;transform:none!important}
  html body .meye-mobile-call{color:#66e54a!important;border-color:rgba(102,229,74,.55)!important;background:#0b160c!important}
  html body .meye-mobile-club{color:#8af16a!important;border-color:#57d93e!important}
  html body .meye-mobile-rdv{color:#041004!important;background:linear-gradient(135deg,#43dc38,#8cf252)!important;border-color:#8cf252!important}
  html body .meye-mobile-doctolib{color:#173b8f!important;background:#fff!important;border-color:#dce6f2!important}
  html body .meye-mobile-contact{display:grid!important;gap:8px!important;padding-top:14px!important;border-top:1px solid rgba(255,255,255,.18)!important}
  html body .meye-mobile-contact a{color:#9db18f!important;text-decoration:none!important;font-size:15px!important;font-weight:750!important;overflow-wrap:anywhere!important}
  body.mobile-drawer-open{overflow:hidden!important}

  /* Bouton Google rétabli sur mobile. */
  html body a.v411-google-floating{display:grid!important;place-items:center!important;position:fixed!important;right:14px!important;left:auto!important;bottom:calc(18px + env(safe-area-inset-bottom))!important;width:58px!important;height:58px!important;min-width:58px!important;min-height:58px!important;padding:0!important;border-radius:50%!important;background:#fff!important;border:3px solid #e5e7eb!important;box-shadow:0 12px 30px rgba(0,0,0,.38)!important;z-index:11000!important;opacity:1!important;visibility:visible!important;transform:none!important}
  html body a.v411-google-floating .google-g-logo{display:block!important;width:34px!important;height:34px!important}
  html body a.v411-google-floating>span{display:none!important}
  html body.mobile-drawer-open a.v411-google-floating{display:none!important}

  /* WhatsApp à gauche, sans barre fixe ni chevauchement. */
  html body .v330-contact-launch{display:flex!important;left:14px!important;right:auto!important;bottom:calc(18px + env(safe-area-inset-bottom))!important;z-index:11000!important}
  html body.mobile-drawer-open .v330-contact-launch{display:none!important}
  html body .scroll-top-button,html body .mobile-cta,html body .v328-mobile-actions{display:none!important}
  html body .footer{padding-bottom:calc(92px + env(safe-area-inset-bottom))!important}
}

/* =====================================================================
   V7.4 — MOBILE : deux boutons flottants fixes et parfaitement alignés
   WhatsApp à gauche, Google à droite. Aucun troisième bouton flottant.
   ===================================================================== */
@media (max-width: 820px) {
  :root {
    --v74-float-size: 58px;
    --v74-float-bottom: calc(18px + env(safe-area-inset-bottom));
    --v74-float-side: 18px;
  }

  /* On conserve uniquement les deux boutons demandés. */
  html body .v328-mobile-actions,
  html body button#scroll-top-button.scroll-top-button,
  html body .scroll-top-button,
  html body .v61-assistant-launch,
  html body .v61-assistant {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }

  html body button#v330-contact-launch.v330-contact-launch,
  html body a.v411-google-floating {
    position: fixed !important;
    top: auto !important;
    bottom: var(--v74-float-bottom) !important;
    width: var(--v74-float-size) !important;
    height: var(--v74-float-size) !important;
    min-width: var(--v74-float-size) !important;
    max-width: var(--v74-float-size) !important;
    min-height: var(--v74-float-size) !important;
    max-height: var(--v74-float-size) !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 999px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transform: none !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 2147483000 !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    box-shadow: 0 12px 30px rgba(0,0,0,.48) !important;
  }

  html body button#v330-contact-launch.v330-contact-launch {
    left: var(--v74-float-side) !important;
    right: auto !important;
    background: #25D366 !important;
    border: 3px solid #fff !important;
  }

  html body a.v411-google-floating {
    right: var(--v74-float-side) !important;
    left: auto !important;
    background: #fff !important;
    border: 2px solid #d9dde6 !important;
  }

  html body button#v330-contact-launch .v333-wa-label,
  html body a.v411-google-floating > span {
    display: none !important;
  }

  html body button#v330-contact-launch svg.whatsapp-official-logo {
    width: 38px !important;
    height: 38px !important;
  }

  html body a.v411-google-floating svg.google-g-logo {
    width: 37px !important;
    height: 37px !important;
    padding: 2px !important;
    border-radius: 50% !important;
    background: #fff !important;
  }

  /* Empêche le contenu du footer d'être caché par les boutons. */
  html body .footer {
    padding-bottom: calc(100px + env(safe-area-inset-bottom)) !important;
  }

  /* Le popup WhatsApp s'ouvre au-dessus de la rangée des deux boutons. */
  html body aside#v330-contact-popup.v330-contact-popup {
    bottom: calc(92px + env(safe-area-inset-bottom)) !important;
  }
}

@media (max-width: 390px) {
  :root {
    --v74-float-size: 56px;
    --v74-float-side: 12px;
  }
}

/* V7.5 FINAL OVERRIDES — this block intentionally stays last. */
@media (max-width: 820px) {
  :root{--v75-size:58px;--v75-side:16px;--v75-bottom:calc(16px + env(safe-area-inset-bottom,0px))}
  html body .mobile-cta,html body .v328-mobile-actions,html body .mobile-bottom-bar,
  html body .mobile-quick-actions,html body .scroll-top-button,html body #scroll-top-button,
  html body .v61-assistant-launch,html body .v61-assistant{display:none!important;visibility:hidden!important;pointer-events:none!important}
  html body button#v330-contact-launch.v330-contact-launch,
  html body a.v411-google-floating{
    display:grid!important;place-items:center!important;position:fixed!important;top:auto!important;
    bottom:var(--v75-bottom)!important;width:var(--v75-size)!important;height:var(--v75-size)!important;
    min-width:var(--v75-size)!important;max-width:var(--v75-size)!important;
    min-height:var(--v75-size)!important;max-height:var(--v75-size)!important;
    margin:0!important;padding:0!important;border-radius:50%!important;box-sizing:border-box!important;
    transform:none!important;opacity:1!important;visibility:visible!important;overflow:hidden!important;
    z-index:2147482900!important;box-shadow:0 12px 30px rgba(0,0,0,.42)!important
  }
  html body button#v330-contact-launch.v330-contact-launch{left:var(--v75-side)!important;right:auto!important;background:#25d366!important;border:2px solid #fff!important}
  html body a.v411-google-floating{right:var(--v75-side)!important;left:auto!important;background:#fff!important;border:2px solid #dfe3e8!important}
  html body button#v330-contact-launch svg.whatsapp-official-logo,
  html body a.v411-google-floating svg.google-g-logo{display:block!important;width:36px!important;height:36px!important;margin:0!important;padding:0!important}
  html body button#v330-contact-launch .v333-wa-label,html body a.v411-google-floating>span{display:none!important}
  html body.mobile-drawer-open button#v330-contact-launch.v330-contact-launch,
  html body.mobile-drawer-open a.v411-google-floating{display:none!important}
  html body{padding-bottom:calc(94px + env(safe-area-inset-bottom,0px))!important}
  html body .footer{padding-bottom:calc(94px + env(safe-area-inset-bottom,0px))!important}
  html body aside#v330-contact-popup.v330-contact-popup{bottom:calc(88px + env(safe-area-inset-bottom,0px))!important}
}
@media (min-width:981px) {
  html body .meye-member-area{display:block!important;min-height:0!important;overflow:visible!important}
  html body .meye-member-area>.meye-member-hero.page-hero{display:block!important;min-height:0!important;height:auto!important;padding:72px 0 52px!important;margin:0!important;overflow:visible!important}
  html body .meye-member-area>.meye-member-hero.page-hero .container{min-height:0!important;height:auto!important;padding-top:0!important;padding-bottom:0!important;overflow:visible!important}
  html body .meye-member-area>.meye-member-hero.page-hero h1{display:block!important;margin:10px 0 18px!important;padding:0 0 .08em!important;line-height:1.06!important;overflow:visible!important}
  html body .meye-member-area>.section{display:block!important;min-height:0!important;height:auto!important;padding-top:48px!important;overflow:visible!important}
}

/* V7.5.4 — header harmonisé, M'eye Club prioritaire, gestion compacte. */
html body .v61-assistant-launch{display:none!important;visibility:hidden!important;pointer-events:none!important}

@media(min-width:981px){
  html body .header .menu-actions-left{gap:9px!important;overflow:visible!important}
  html body .header .menu-actions-left>.menu-club-link,
  html body .header .menu-actions-left>.btn-green,
  html body .header .menu-actions-left>.doctolib-brand-button{
    width:118px!important;min-width:118px!important;max-width:118px!important;
    height:44px!important;min-height:44px!important;max-height:44px!important
  }
  html body .header .menu-actions-left>.menu-club-link{
    position:relative!important;z-index:2!important;color:#8df267!important;
    background:#0b160d!important;border:1px solid #70e84b!important;
    font-weight:900!important;box-shadow:0 8px 24px rgba(67,220,55,.13)!important
  }
  html body .header .desktop-account-menu{
    display:block!important;position:relative!important;flex:0 0 auto!important;
    width:74px!important;margin:0!important;color:#fff!important
  }
  html body .header .desktop-account-menu>summary{
    display:flex!important;align-items:center!important;justify-content:center!important;
    width:74px!important;height:36px!important;padding:0!important;list-style:none!important;
    cursor:pointer!important;border:1px solid rgba(255,255,255,.28)!important;border-radius:999px!important;
    background:#111711!important;color:#fff!important;font-size:11px!important;font-weight:850!important
  }
  html body .header .desktop-account-menu>summary::-webkit-details-marker{display:none!important}
  html body .header .desktop-account-menu>summary::marker{display:none!important;content:""!important}
  html body .header .desktop-account-panel{
    display:none;position:absolute!important;right:0!important;top:46px!important;z-index:10020!important;
    width:190px!important;padding:8px!important;border:1px solid rgba(112,232,75,.32)!important;
    border-radius:15px!important;background:#071007!important;box-shadow:0 18px 48px rgba(0,0,0,.48)!important
  }
  html body .header .desktop-account-menu[open]>.desktop-account-panel{display:grid!important;gap:5px!important}
  html body .header .desktop-account-panel>a{
    display:flex!important;align-items:center!important;min-height:40px!important;padding:0 12px!important;
    border-radius:10px!important;color:#fff!important;text-decoration:none!important;font-size:13px!important;font-weight:800!important
  }
  html body .header .desktop-account-panel>a:hover{background:#8df267!important;color:#061006!important}

  /* Retour en haut disponible en permanence sur ordinateur. */
  html body button#scroll-top-button.scroll-top-button{
    display:grid!important;place-items:center!important;position:fixed!important;
    left:50%!important;right:auto!important;bottom:22px!important;
    width:48px!important;height:48px!important;min-width:48px!important;min-height:48px!important;
    padding:0!important;border-radius:50%!important;border:1px solid #70e84b!important;
    background:#071007!important;color:#8df267!important;font-size:24px!important;
    z-index:10000!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;
    transform:translateX(-50%)!important;box-shadow:0 12px 30px rgba(0,0,0,.4)!important
  }
}

@media(max-width:1280px) and (min-width:981px){
  html body .header .menu-actions-left>.menu-club-link,
  html body .header .menu-actions-left>.btn-green,
  html body .header .menu-actions-left>.doctolib-brand-button{
    width:104px!important;min-width:104px!important;max-width:104px!important;font-size:12px!important
  }
  html body .header .desktop-account-menu,html body .header .desktop-account-menu>summary{width:62px!important}
}

@media(max-width:980px){
  html body .header .desktop-account-menu{display:none!important}
  html body button#scroll-top-button.scroll-top-button{
    display:grid!important;place-items:center!important;left:50%!important;right:auto!important;
    bottom:calc(86px + env(safe-area-inset-bottom,0px))!important;
    width:44px!important;height:44px!important;min-width:44px!important;min-height:44px!important;
    transform:translateX(-50%)!important
  }
  html body.mobile-drawer-open button#scroll-top-button.scroll-top-button{display:none!important}
}

/* V7.5.5 — positions finales et session client. */
html body .member-session-actions{
  display:flex;align-items:center;justify-content:space-between;gap:16px;
  margin:-8px 0 24px;padding:12px 16px;border:1px solid rgba(141,242,103,.3);
  border-radius:14px;background:#0b110b;color:#fff
}
html body .member-session-actions span{color:#fff!important;font-size:13px!important;font-weight:750!important}
html body .member-session-actions a{
  display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:0 14px;
  border:1px solid #c95d66;border-radius:999px;background:#241012;color:#fff!important;
  text-decoration:none;font-size:12px;font-weight:850;white-space:nowrap
}

@media(min-width:981px){
  /* Google quitte le centre : la flèche garde seule l'axe central. */
  html body a.v411-google-floating{
    display:grid!important;place-items:center!important;position:fixed!important;
    left:auto!important;right:22px!important;bottom:22px!important;
    width:58px!important;height:58px!important;min-width:58px!important;min-height:58px!important;
    padding:0!important;border-radius:50%!important;background:#fff!important;
    border:2px solid #dfe3e8!important;z-index:9999!important;
    opacity:1!important;visibility:visible!important;transform:none!important
  }
  html body a.v411-google-floating>span{display:none!important}
  html body a.v411-google-floating svg.google-g-logo{display:block!important;width:36px!important;height:36px!important}
  html body .header .desktop-admin-menu{margin-left:auto!important}
}

@media(max-width:980px){
  html body .member-session-actions{margin:-6px 0 20px;padding:11px 12px}
  html body .member-session-actions span{font-size:12px!important}
  html body .member-session-actions a{min-height:34px;padding:0 11px;font-size:11px}

  /* Flèche mobile : au-dessus des deux boutons fixes. */
  html body button#scroll-top-button.scroll-top-button{
    display:grid!important;place-items:center!important;position:fixed!important;
    left:50%!important;right:auto!important;top:auto!important;
    bottom:calc(88px + env(safe-area-inset-bottom,0px))!important;
    width:44px!important;height:44px!important;min-width:44px!important;min-height:44px!important;
    margin:0!important;padding:0!important;border-radius:50%!important;
    border:1px solid #70e84b!important;background:#071007!important;color:#8df267!important;
    font-size:21px!important;line-height:1!important;z-index:2147482800!important;
    box-shadow:0 10px 26px rgba(0,0,0,.4)!important;
    transform:translate(-50%,12px)!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important
  }
  html body button#scroll-top-button.scroll-top-button.is-visible{
    transform:translate(-50%,0)!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important
  }
  html body.mobile-drawer-open button#scroll-top-button.scroll-top-button{display:none!important}
}

@media(max-width:560px){
  html body .member-session-actions{align-items:stretch;flex-direction:column}
  html body .member-session-actions a{width:100%}
}

/* ================================================================
   V8.0 — finition 9/10 : plus lisible, plus courte, sans toucher
   au langage graphique des boutons ni au contenu SEO essentiel.
   ================================================================ */

/* Les deux parcours répétés sont retirés de l'affichage. Les actions
   restent disponibles dans le hero, le menu et les sections dédiées. */
html body .experience-home>.experience-path,
html body .experience-home>.experience-final{display:none!important}

/* Rythme général plus éditorial et moins interminable. */
html body .v40-local-intro,
html body .experience-club,
html body .club-signature,
html body .experience-explore,
html body .v41-review-stage,
html body .v42-seo-local,
html body .v42-faq{padding-top:72px!important;padding-bottom:72px!important}

/* M'eye Club : présentation plus compacte, toujours prioritaire. */
html body .experience-club-grid{
  grid-template-columns:minmax(260px,.72fr) minmax(0,1.28fr)!important;
  gap:44px!important;align-items:center!important
}
html body .experience-club-visual{min-height:280px!important}
html body .experience-club-card{
  width:min(360px,100%)!important;min-height:230px!important;
  margin:0 auto!important;padding:26px!important
}
html body .experience-club-card p{margin:28px 0 8px!important}
html body .experience-club-copy h2{max-width:720px!important;margin-bottom:16px!important}
html body .experience-club-copy>p{max-width:720px!important;line-height:1.62!important}
html body .experience-club-benefits{
  display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:10px!important;margin-top:22px!important
}
html body .experience-club-benefits>div{min-height:68px!important;padding:12px 14px!important}
html body .experience-club-copy .experience-actions{margin-top:22px!important}

/* Les deux avantages restent forts, sans cartes surdimensionnées. */
html body .club-signature-head{margin-bottom:26px!important}
html body .club-signature-card{min-height:340px!important;padding:28px!important}
html body .club-signature-card .club-big-value{margin:28px 0 14px!important}
html body .club-signature-card.lenses .club-stamps{margin:28px 0 18px!important}

/* Exploration et avis : respiration contrôlée. */
html body .experience-explore-grid{gap:16px!important}
html body .v41-review-grid{gap:34px!important}

/* Le bloc SEO reste présent mais visuellement secondaire. */
html body .v42-seo-local{border-top:1px solid rgba(255,255,255,.08)!important}
html body .v42-seo-wrap,html body .v42-faq-wrap{max-width:1050px!important}
html body .v42-seo-columns{gap:22px!important}

/* L'assistant supprimé ne peut plus réapparaître via un ancien cache. */
html body .v61-assistant-launch,html body .v61-assistant{display:none!important;visibility:hidden!important;pointer-events:none!important}

@media(max-width:980px){
  html body .v40-local-intro,
  html body .experience-club,
  html body .club-signature,
  html body .experience-explore,
  html body .v41-review-stage,
  html body .v42-seo-local,
  html body .v42-faq{padding-top:52px!important;padding-bottom:52px!important}

  html body .experience-club-grid{grid-template-columns:1fr!important;gap:24px!important}
  html body .experience-club-visual{min-height:0!important}
  html body .experience-club-card{width:100%!important;min-height:200px!important}
  html body .experience-club-benefits{grid-template-columns:1fr!important}
  html body .club-signature-grid{grid-template-columns:1fr!important;gap:14px!important}
  html body .club-signature-card{min-height:0!important;padding:24px!important}

  /* Aucun défilement horizontal et aucun élément sous les boutons fixes. */
  html,html body{max-width:100%!important;overflow-x:hidden!important}
  html body main{max-width:100%!important;overflow-x:clip!important}
  html body .experience-home{padding-bottom:14px!important}
}

@media(max-width:560px){
  html body .v40-local-intro,
  html body .experience-club,
  html body .club-signature,
  html body .experience-explore,
  html body .v41-review-stage,
  html body .v42-seo-local,
  html body .v42-faq{padding-top:44px!important;padding-bottom:44px!important}
  html body .experience-club-card{padding:20px!important;border-radius:20px!important}
  html body .club-signature-card{padding:21px!important;border-radius:20px!important}
}

/* V8.2 final overrides: must remain at the end of the stylesheet. */
html body .experience-home>.v40-hero{position:relative!important;background-image:linear-gradient(90deg,rgba(1,5,2,.76) 0%,rgba(1,5,2,.48) 48%,rgba(1,5,2,.25) 100%),linear-gradient(180deg,rgba(0,0,0,.10) 0%,rgba(1,5,2,.22) 58%,rgba(1,5,2,.72) 100%),url('photo-hero-v305.webp')!important;background-size:cover!important;background-position:center 46%!important;background-repeat:no-repeat!important;background-attachment:scroll!important}
html body .experience-home>.v40-hero::before{background:radial-gradient(circle at 73% 38%,transparent 0,rgba(0,0,0,.05) 32%,rgba(0,0,0,.38) 100%)!important;opacity:1!important}
html body .experience-home>.v40-hero::after{background:linear-gradient(180deg,transparent 62%,rgba(3,7,3,.72) 100%)!important;opacity:1!important}
html body .v40-hero .eyebrow,html body .v40-hero h1,html body .v40-hero .v40-hero-lead,html body .v40-hero .hero-copy,html body .v40-hero .hero-copy p{color:#fff!important;opacity:1!important;text-shadow:0 3px 18px rgba(0,0,0,.92),0 1px 2px #000!important}
html body .v40-local-intro :is(h2,h3,p,li),html body .experience-club-copy :is(h2,h3,p,li),html body .club-signature-head :is(h2,h3,p),html body .club-signature-card :is(h3,p),html body .experience-explore :is(h2,h3,p),html body .v41-review-stage :is(h2,h3,p),html body .v42-seo-local :is(h2,h3,p,li,a),html body .v42-faq :is(h2,h3,p,summary){color:#fff!important;opacity:1!important}
html body .club-signature-card b,html body .experience-club-benefits strong,html body .v42-seo-local a{color:#75ed54!important}
html body .premium-home-card--doctolib :is(strong,small,span),html body .home-message-form :is(input,textarea,select),html body .home-message-form :is(input,textarea)::placeholder{color:#071007!important;opacity:1!important}
html body .home-message-form :is(input,textarea,select){background:#fff!important;border-color:#111!important}
html body .premium-home-card--green :is(strong,small,span){color:#071007!important;opacity:1!important}
html body .premium-home-card--dark :is(strong,small,span),html body .premium-home-card--google :is(strong,small,span){color:#fff!important;opacity:1!important}
@media(max-width:980px){html body .experience-home>.v40-hero{background-image:linear-gradient(90deg,rgba(1,5,2,.72),rgba(1,5,2,.38)),linear-gradient(180deg,rgba(0,0,0,.08),rgba(1,5,2,.72)),url('photo-hero-v305.webp')!important;background-position:42% center!important}}

/* ================================================================
   V8.4 - hero lisible et accueil réellement simplifié
   ================================================================ */
html body .experience-home>.v40-hero{min-height:0!important;isolation:isolate!important}
html body .experience-home>.v40-hero::before,html body .experience-home>.v40-hero::after{z-index:0!important;pointer-events:none!important}
html body .experience-home>.v40-hero .hero-glow{z-index:1!important;opacity:.22!important;pointer-events:none!important}
html body .experience-home>.v40-hero .experience-hero-inner{position:relative!important;z-index:3!important;padding:82px 0 38px!important}
html body .v40-hero h1,html body .v40-hero h1 em{
  color:#fff!important;-webkit-text-fill-color:#fff!important;opacity:1!important;
  text-shadow:0 4px 24px rgba(0,0,0,.98),0 2px 4px #000!important;
  filter:none!important;mix-blend-mode:normal!important
}
html body .v40-hero h1 em{font-style:normal!important}
html body .v40-hero .v40-hero-lead{max-width:780px!important;color:#fff!important;font-weight:720!important}

/* Ce bloc répétait le contenu local déjà conservé dans la section SEO. */
html body .experience-home>.v40-local-intro{display:none!important}

/* Quatre univers visuels de hauteur identique au lieu d'une mosaïque démesurée. */
html body .experience-explore-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-auto-rows:360px!important;gap:16px!important}
html body .experience-explore-grid>.experience-feature,html body .experience-explore-grid>.experience-feature.large,html body .experience-explore-grid>.experience-feature.wide{
  grid-column:auto!important;grid-row:auto!important;width:100%!important;height:360px!important;min-height:360px!important;max-height:360px!important
}
html body .experience-explore-grid>.experience-feature img{width:100%!important;height:100%!important;min-height:0!important;object-fit:cover!important}

/* Formulaire toujours disponible mais discret et intégré. */
html body .home-message-card{margin-top:18px!important;margin-bottom:18px!important}
html body .v40-signature-line{margin-top:14px!important}

@media(max-width:760px){
  html body .experience-home>.v40-hero .experience-hero-inner{padding:48px 0 28px!important}
  html body .v40-hero h1{font-size:clamp(2.45rem,11vw,3.65rem)!important;line-height:.95!important}
  html body .experience-explore-grid{grid-template-columns:1fr!important;grid-auto-rows:300px!important}
  html body .experience-explore-grid>.experience-feature,html body .experience-explore-grid>.experience-feature.large,html body .experience-explore-grid>.experience-feature.wide{height:300px!important;min-height:300px!important;max-height:300px!important}
}
