/* ============================================================
   MADEMOISELLE TRÉSORS — SYSTÈME DE DESIGN (composants)
   ------------------------------------------------------------
   Tous les sélecteurs sont scopés sous .mt-root : ils ne
   s'appliquent qu'au contenu de NOS modules (Code) et ne
   touchent JAMAIS le reste de l'interface Divi.
   Ne pas éditer pour changer une couleur → voir style.css.
   ============================================================ */

body.locked{overflow:hidden}
.mt-root img{display:block;max-width:100%}
.mt-root a{color:inherit;text-decoration:none}
.mt-root ::selection{background:var(--mt-gold);color:#161616}
.mt-root h1, .mt-root h2, .mt-root h3, .mt-root .display{font-family:'Abril Fatface',Georgia,serif;font-weight:400;line-height:1.02;letter-spacing:.005em}
.mt-root .wrap{max-width:var(--mt-maxw);margin:0 auto;padding:0 clamp(20px,4vw,56px)}
.mt-root .eyebrow{
  display:inline-flex;align-items:center;gap:.7em;
  font-size:.72rem;font-weight:600;letter-spacing:.32em;text-transform:uppercase;
  color:var(--mt-gold);
}
.mt-root .eyebrow::before, .mt-root .eyebrow.both::after{content:"";width:34px;height:1px;background:linear-gradient(90deg,transparent,var(--mt-gold))}
.mt-root .eyebrow.both::after{background:linear-gradient(90deg,var(--mt-gold),transparent)}
.mt-root .star{color:var(--mt-gold)}
.mt-root .btn{
  --bw:1px;
  position:relative;display:inline-flex;align-items:center;justify-content:center;gap:.6em;
  font-family:'Montserrat',sans-serif;font-weight:600;font-size:.82rem;letter-spacing:.22em;text-transform:uppercase;
  padding:1.05em 2.1em;border:var(--bw) solid transparent;border-radius:2px;cursor:pointer;
  transition:transform .4s var(--mt-ease),box-shadow .4s var(--mt-ease),background .3s,color .3s,border-color .3s;
  white-space:nowrap;
}
.mt-root .btn-primary{background:var(--mt-blue);color:#fff;box-shadow:0 10px 30px -12px rgba(31,43,143,.9), inset 0 0 0 1px rgba(255,255,255,.06)}
.mt-root .btn-primary:hover{transform:translateY(-2px);box-shadow:0 16px 44px -10px rgba(58,73,201,.95), 0 0 0 1px var(--mt-gold)}
.mt-root .btn-ghost{background:transparent;border-color:var(--mt-line);color:#ece8e1}
.mt-root .btn-ghost:hover{border-color:var(--mt-gold);color:var(--mt-gold);transform:translateY(-2px)}
.mt-root .btn-gold{background:var(--mt-gold);color:#161616}
.mt-root .btn-gold:hover{transform:translateY(-2px);box-shadow:0 16px 40px -12px rgba(229,192,104,.6)}
.mt-root .btn-lg{padding:1.25em 2.8em;font-size:.9rem}
.mt-root .btn .arrow{transition:transform .4s var(--mt-ease)}
.mt-root .btn:hover .arrow{transform:translateX(4px)}
.mt-root .header{
  position:fixed;top:0;left:0;right:0;z-index:90;
  transition:background .5s var(--mt-ease),backdrop-filter .5s,border-color .5s,padding .5s var(--mt-ease);
  border-bottom:1px solid transparent;
}
.mt-root .header::before{content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;
  background:linear-gradient(180deg,rgba(6,7,12,.9),rgba(6,7,12,0));opacity:1;transition:opacity .5s var(--mt-ease)}
.mt-root .header.scrolled::before{opacity:0}
.mt-root .header-inner{display:flex;align-items:center;gap:24px;height:84px;transition:height .5s var(--mt-ease)}
.mt-root .header.scrolled{background:rgba(12,12,14,.82);backdrop-filter:blur(18px) saturate(1.2);border-bottom-color:var(--mt-line)}
.mt-root .header.scrolled .header-inner{height:68px}
.mt-root .brand{display:flex;align-items:center;gap:12px;flex-shrink:0}
.mt-root .brand img{height:46px;width:auto;transition:height .5s var(--mt-ease)}
.mt-root .header.scrolled .brand img{height:40px}
.mt-root .nav{display:flex;align-items:center;gap:30px;margin-left:18px}
.mt-root .nav a{
  position:relative;font-size:.78rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;
  color:#d8d3ca;padding:6px 0;transition:color .3s;
}
.mt-root .nav a::after{content:"";position:absolute;left:0;right:100%;bottom:0;height:1px;background:var(--mt-gold);transition:right .35s var(--mt-ease)}
.mt-root .nav a:hover{color:#fff}
.mt-root .nav a:hover::after, .mt-root .nav a.active::after{right:0}
.mt-root .nav a.active{color:var(--mt-gold)}
.mt-root .header-actions{margin-left:auto;display:flex;align-items:center;gap:18px}
.mt-root .icon-btn{
  position:relative;display:grid;place-items:center;width:40px;height:40px;border-radius:50%;
  color:#ded9d0;border:1px solid transparent;transition:.3s var(--mt-ease);cursor:pointer;background:none;
}
.mt-root .icon-btn:hover{color:var(--mt-gold);border-color:var(--mt-line);transform:translateY(-1px)}
.mt-root .icon-btn svg{width:20px;height:20px}
.mt-root .cart-count{
  position:absolute;top:-2px;right:-2px;min-width:17px;height:17px;padding:0 4px;border-radius:9px;
  background:var(--mt-gold);color:#161616;font-size:.62rem;font-weight:700;display:grid;place-items:center;font-family:'Montserrat'
}
.mt-root .header-actions .btn{padding:.85em 1.7em;font-size:.74rem}
.mt-root .crown-btn{display:none;background:none;border:none;cursor:pointer;width:46px;height:46px;padding:7px}
.mt-root .crown-btn img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 2px 6px rgba(0,0,0,.5))}
.mt-root .mobile-menu{
  position:fixed;inset:0;z-index:95;background:var(--mt-grad);
  display:flex;flex-direction:column;
  opacity:0;visibility:hidden;transition:opacity .5s var(--mt-ease),visibility .5s;
}
.mt-root .mobile-menu.open{opacity:1;visibility:visible}
.mt-root .mobile-menu::after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 80% 10%,rgba(31,43,143,.25),transparent 60%);pointer-events:none}
.mt-root .mm-top{display:flex;align-items:center;justify-content:space-between;padding:22px clamp(20px,5vw,40px);position:relative;z-index:2}
.mt-root .mm-top img.mm-logo{height:42px}
.mt-root .mm-close{background:none;border:1px solid var(--mt-line);color:var(--mt-gold);width:46px;height:46px;border-radius:50%;font-size:1.3rem;cursor:pointer;display:grid;place-items:center;transition:.3s}
.mt-root .mm-close:hover{background:var(--mt-gold);color:#161616}
.mt-root .mm-nav{flex:1;display:flex;flex-direction:column;justify-content:center;gap:6px;padding:0 clamp(24px,7vw,60px);position:relative;z-index:2}
.mt-root .mm-nav a{
  font-family:'Abril Fatface',serif;font-size:clamp(2rem,9vw,3.2rem);color:#f1ece3;
  padding:.14em 0;display:flex;align-items:baseline;gap:.5em;transition:color .3s,transform .4s var(--mt-ease);
  opacity:0;transform:translateY(18px);
}
.mt-root .mobile-menu.open .mm-nav a{opacity:1;transform:none;transition:color .3s,opacity .5s var(--mt-ease),transform .5s var(--mt-ease)}
.mt-root .mm-nav a .num{font-family:'Montserrat';font-size:.7rem;font-weight:600;letter-spacing:.2em;color:var(--mt-gold);opacity:.7}
.mt-root .mm-nav a:hover{color:var(--mt-gold)}
.mt-root .mm-foot{padding:clamp(20px,4vw,34px) clamp(24px,7vw,60px);position:relative;z-index:2;border-top:1px solid var(--mt-line-soft);display:flex;flex-wrap:wrap;gap:16px;align-items:center;justify-content:space-between}
.mt-root .mm-social{display:flex;gap:14px;align-items:center}
.mt-root .hero{position:relative;min-height:100svh;display:flex;align-items:center;overflow:hidden;isolation:isolate}
.mt-root .hero-bg{position:absolute;inset:0;z-index:-3}
.mt-root .hero-bg img{width:100%;height:100%;object-fit:cover;object-position:38% 28%;transform:scale(1.06);filter:brightness(.62) saturate(.9) contrast(1.02);animation:slowzoom 22s ease-in-out infinite alternate}
@keyframes slowzoom{to{transform:scale(1.14)}}
.mt-root .hero::before{content:"";position:absolute;inset:0;z-index:-2;
  background:
   linear-gradient(90deg,rgba(8,8,11,.96) 0%,rgba(8,10,16,.86) 40%,rgba(8,11,20,.62) 72%,rgba(8,12,24,.5) 100%),
   radial-gradient(130% 120% at 62% 105%,rgba(6,17,30,.9),transparent 58%),
   linear-gradient(180deg,rgba(10,10,14,.55) 0%,transparent 22%),
   linear-gradient(0deg,#161616 1%,transparent 32%);
}
.mt-root .hero::after{content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;
  box-shadow:inset 0 0 240px 40px rgba(0,0,0,.7);opacity:.9}
.mt-root .grain{position:fixed;inset:0;z-index:1;pointer-events:none;opacity:.05;mix-blend-mode:overlay;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}
.mt-root .hero-content{position:relative;max-width:760px;padding:120px 0 90px}
.mt-root .hero .eyebrow{margin-bottom:26px}
.mt-root .hero h1{font-size:clamp(2.9rem,7vw,5.6rem);color:#fff;margin-bottom:24px;text-shadow:0 6px 40px rgba(0,0,0,.6)}
.mt-root .hero h1 em{font-style:normal;color:var(--mt-gold);position:relative}
.mt-root .hero h1 .thin{display:block;font-size:.46em;letter-spacing:.02em}
.mt-root .hero p.lede{font-size:clamp(1rem,1.5vw,1.18rem);color:#cfcabf;max-width:540px;margin-bottom:40px;line-height:1.7}
.mt-root .hero-cta{display:flex;flex-wrap:wrap;gap:16px;align-items:center}
.mt-root .hero-meta{display:flex;align-items:center;gap:22px;margin-top:48px;flex-wrap:wrap}
.mt-root .hero-meta .chip{display:flex;align-items:center;gap:9px;font-size:.74rem;letter-spacing:.13em;text-transform:uppercase;color:#bdb8ae}
.mt-root .hero-meta .chip b{color:var(--mt-gold);font-family:'Abril Fatface';font-size:1.5rem;font-weight:400;letter-spacing:0}
.mt-root .hero-meta .divline{width:1px;height:34px;background:var(--mt-line-soft)}
.mt-root .scrollcue{position:absolute;bottom:26px;left:50%;transform:translateX(-50%);z-index:2;display:flex;flex-direction:column;align-items:center;gap:10px;color:#8b867d;font-size:.62rem;letter-spacing:.28em;text-transform:uppercase}
.mt-root .scrollcue .mouse{width:22px;height:36px;border:1px solid var(--mt-line);border-radius:12px;position:relative}
.mt-root .scrollcue .mouse::after{content:"";position:absolute;top:7px;left:50%;transform:translateX(-50%);width:3px;height:7px;border-radius:2px;background:var(--mt-gold);animation:scrolldot 1.8s infinite}
@keyframes scrolldot{0%{opacity:0;transform:translate(-50%,0)}30%{opacity:1}100%{opacity:0;transform:translate(-50%,12px)}}
.mt-root .univers{position:relative;z-index:5;background:#101013;border-top:1px solid var(--mt-line);border-bottom:1px solid var(--mt-line)}
.mt-root .univers-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap;padding:18px 0}
.mt-root .univers-links{display:flex;align-items:center;flex-wrap:wrap;gap:0}
.mt-root .univers-links a{
  display:flex;align-items:center;gap:.7em;font-size:.74rem;font-weight:500;letter-spacing:.16em;text-transform:uppercase;
  color:#cbc6bc;padding:6px 22px;position:relative;transition:color .3s;
}
.mt-root .univers-links a:first-child{padding-left:0}
.mt-root .univers-links a:not(:last-child)::after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:4px;height:4px;border-radius:50%;background:var(--mt-gold);opacity:.55}
.mt-root .univers-links a:hover{color:var(--mt-gold)}
.mt-root .socials{display:flex;align-items:center;gap:8px}
.mt-root .social-link{
  display:grid;place-items:center;height:38px;min-width:38px;padding:0 9px;border-radius:3px;
  border:1px solid var(--mt-line-soft);transition:.3s var(--mt-ease);
}
.mt-root .social-link:hover{border-color:var(--mt-gold);transform:translateY(-2px);background:rgba(229,192,104,.06)}
.mt-root .social-link img{height:18px;width:auto;opacity:.92}
.mt-root .social-link svg{width:18px;height:18px;fill:#ece8e1}
.mt-root .social-link:hover svg{fill:var(--mt-gold)}
.mt-root section.block{padding:clamp(80px,11vw,140px) 0;position:relative}
.mt-root .section-head{max-width:660px;margin-bottom:clamp(44px,6vw,72px)}
.mt-root .section-head.center{margin-left:auto;margin-right:auto;text-align:center}
.mt-root .section-head h2{font-size:clamp(2.2rem,5vw,3.6rem);color:#f4f1ea;margin:18px 0 0}
.mt-root .section-head p{color:#b7b2a8;margin-top:18px;font-size:1.02rem}
.mt-root .offers{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.mt-root .offer{
  position:relative;border-radius:4px;overflow:hidden;min-height:480px;display:flex;flex-direction:column;justify-content:flex-end;
  border:1px solid var(--mt-line-soft);isolation:isolate;cursor:pointer;
}
.mt-root .offer-img{position:absolute;inset:0;z-index:-2}
.mt-root .offer-img img{width:100%;height:100%;object-fit:cover;object-position:50% 22%;transition:transform 1.1s var(--mt-ease);filter:saturate(.92)}
.mt-root .offer:hover .offer-img img{transform:scale(1.07)}
.mt-root .offer::after{content:"";position:absolute;inset:0;z-index:-1;
  background:linear-gradient(180deg,rgba(10,12,20,.15) 0%,rgba(8,10,18,.55) 45%,rgba(6,8,16,.95) 100%);transition:opacity .5s}
.mt-root .offer:hover::after{background:linear-gradient(180deg,rgba(10,12,20,.05) 0%,rgba(8,12,30,.55) 42%,rgba(8,14,40,.96) 100%)}
.mt-root .offer-body{position:relative;padding:30px 28px 32px}
.mt-root .offer .num{font-family:'Montserrat';font-size:.7rem;letter-spacing:.3em;color:var(--mt-gold);font-weight:600}
.mt-root .offer h3{font-size:1.75rem;color:#fff;margin:14px 0 10px}
.mt-root .offer p{font-size:.92rem;color:#c9c4ba;max-width:30ch;margin-bottom:18px;
  max-height:0;opacity:0;overflow:hidden;transition:max-height .55s var(--mt-ease),opacity .45s,margin .45s}
.mt-root .offer:hover p{max-height:120px;opacity:1}
.mt-root .offer .more{display:inline-flex;align-items:center;gap:.6em;font-size:.74rem;letter-spacing:.2em;text-transform:uppercase;color:var(--mt-gold);font-weight:600}
.mt-root .offer-tag{position:absolute;top:20px;left:20px;z-index:2;font-size:.62rem;letter-spacing:.2em;text-transform:uppercase;color:#161616;background:var(--mt-gold);padding:5px 11px;border-radius:2px;font-weight:700}
.mt-root .cta-band{position:relative;background:var(--mt-blue);overflow:hidden;isolation:isolate}
.mt-root .cta-band::before{content:"";position:absolute;inset:0;z-index:-1;background:
  radial-gradient(80% 140% at 12% 0%,rgba(58,73,201,.9),transparent 55%),
  radial-gradient(70% 130% at 100% 100%,rgba(10,15,60,.9),transparent 60%)}
.mt-root .cta-band::after{content:"✦";position:absolute;right:-1%;top:50%;transform:translateY(-50%);font-family:'Abril Fatface';font-size:28rem;color:rgba(229,192,104,.07);z-index:-1;line-height:1}
.mt-root .cta-inner{padding:clamp(70px,9vw,110px) 0;display:flex;align-items:center;justify-content:space-between;gap:48px;flex-wrap:wrap}
.mt-root .cta-inner .eyebrow{color:#cdd2ff}
.mt-root .cta-inner .eyebrow::before{background:linear-gradient(90deg,transparent,#cdd2ff)}
.mt-root .cta-text{max-width:640px}
.mt-root .cta-text h2{font-size:clamp(2.1rem,4.6vw,3.5rem);color:#fff;margin:18px 0 0}
.mt-root .cta-text h2 em{font-style:normal;color:var(--mt-gold)}
.mt-root .cta-band .btn-gold{flex-shrink:0}
.mt-root .steps{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border-top:1px solid var(--mt-line)}
.mt-root .step{padding:42px 34px 42px 0;position:relative}
.mt-root .step:not(:last-child){border-right:1px solid var(--mt-line-soft)}
.mt-root .step:not(:first-child){padding-left:34px}
.mt-root .step .step-num{font-family:'Abril Fatface';font-size:3.4rem;color:transparent;-webkit-text-stroke:1px var(--mt-gold-soft);line-height:1;display:block;margin-bottom:18px}
.mt-root .step h3{font-size:1.3rem;color:#f1ece3;margin-bottom:10px}
.mt-root .step p{font-size:.93rem;color:#b1aca2;max-width:34ch}
.mt-root .contact{position:relative;background:var(--mt-grad);border-top:1px solid var(--mt-line)}
.mt-root .contact::after{content:"";position:absolute;inset:0;box-shadow:inset 0 0 200px 30px rgba(0,0,0,.55);pointer-events:none}
.mt-root .contact-grid{display:grid;grid-template-columns:1.05fr 1fr;gap:clamp(40px,6vw,90px);align-items:center;position:relative;z-index:2}
.mt-root .contact-left h2{font-size:clamp(2.1rem,4.6vw,3.4rem);color:#fff;margin:18px 0 22px}
.mt-root .contact-left p{color:#c2bdb3;max-width:42ch;margin-bottom:30px}
.mt-root .contact-direct{display:flex;flex-direction:column;gap:16px;margin-top:30px}
.mt-root .contact-direct a{display:flex;align-items:center;gap:14px;color:#ddd8ce;font-size:.95rem;transition:color .3s}
.mt-root .contact-direct a:hover{color:var(--mt-gold)}
.mt-root .contact-direct .ci{display:grid;place-items:center;width:44px;height:44px;border:1px solid var(--mt-line);border-radius:50%;color:var(--mt-gold);flex-shrink:0}
.mt-root .contact-direct .ci svg{width:19px;height:19px}
.mt-root .form{background:rgba(18,18,22,.66);backdrop-filter:blur(8px);border:1px solid var(--mt-line);border-radius:6px;padding:clamp(26px,3.5vw,40px)}
.mt-root .form .frow{display:flex;flex-direction:column;gap:8px;margin-bottom:20px}
.mt-root .form label{font-size:.7rem;letter-spacing:.18em;text-transform:uppercase;color:var(--mt-gold)}
.mt-root .form input, .mt-root .form textarea, .mt-root .form select{
  width:100%;background:rgba(255,255,255,.03);border:1px solid var(--mt-line-soft);border-radius:3px;
  color:#f1ece3;font-family:'Montserrat';font-size:.95rem;padding:14px 16px;transition:.3s;resize:vertical;
}
.mt-root .form input::placeholder, .mt-root .form textarea::placeholder{color:#7d786f}
.mt-root .form input:focus, .mt-root .form textarea:focus, .mt-root .form select:focus{outline:none;border-color:var(--mt-gold);background:rgba(229,192,104,.04)}
.mt-root .form select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none' stroke='%23e5c068' stroke-width='1.5'%3E%3Cpath d='M1 1l5 5 5-5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center}
.mt-root .form .err{color:#ff8a8a;font-size:.72rem;letter-spacing:.04em;display:none}
.mt-root .form .frow.invalid input, .mt-root .form .frow.invalid textarea{border-color:#ff8a8a}
.mt-root .form .frow.invalid .err{display:block}
.mt-root .form .consent{flex-direction:row;align-items:flex-start;gap:11px}
.mt-root .form .consent input{width:18px;height:18px;accent-color:var(--mt-gold);flex-shrink:0;margin-top:2px}
.mt-root .form .consent label{text-transform:none;letter-spacing:0;font-size:.78rem;color:#a9a499;line-height:1.5}
.mt-root .form .btn{width:100%}
.mt-root .form-success{display:none;text-align:center;padding:30px 10px}
.mt-root .form-success.show{display:block;animation:fadeup .6s var(--mt-ease)}
.mt-root .form-success .ok{width:64px;height:64px;border-radius:50%;border:1px solid var(--mt-gold);display:grid;place-items:center;margin:0 auto 22px;color:var(--mt-gold)}
.mt-root .form-success h3{font-size:1.8rem;color:#fff;margin-bottom:12px}
.mt-root .form-success p{color:#bdb8ae}
@keyframes fadeup{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}
.mt-root .footer{background:var(--mt-bg-deep);border-top:1px solid var(--mt-line);padding:clamp(60px,8vw,90px) 0 36px;position:relative}
.mt-root .footer-top{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:40px;padding-bottom:48px;border-bottom:1px solid var(--mt-line-soft)}
.mt-root .footer-brand img{height:60px;margin-bottom:22px}
.mt-root .footer-brand .agewarn{display:inline-flex;align-items:center;gap:9px;border:1px solid var(--mt-line);color:var(--mt-gold);font-size:.7rem;letter-spacing:.16em;text-transform:uppercase;padding:8px 14px;border-radius:2px;margin-bottom:20px}
.mt-root .footer-brand p{color:#8f8a80;font-size:.86rem;max-width:42ch;line-height:1.7}
.mt-root .footer-col h4{font-family:'Montserrat';font-size:.74rem;letter-spacing:.22em;text-transform:uppercase;color:var(--mt-gold);margin-bottom:20px;font-weight:600}
.mt-root .footer-col ul{list-style:none;display:flex;flex-direction:column;gap:12px}
.mt-root .footer-col a{color:#a8a399;font-size:.88rem;transition:color .3s;position:relative}
.mt-root .footer-col a:hover{color:#fff}
.mt-root .footer-social{display:flex;gap:10px;margin-top:6px}
.mt-root .legal{padding-top:34px;display:flex;flex-direction:column;gap:18px}
.mt-root .legal .disclaimer{color:#7c776e;font-size:.78rem;line-height:1.7;max-width:none}
.mt-root .legal .disclaimer strong{color:#a39e94;font-weight:600}
.mt-root .legal-links{display:flex;flex-wrap:wrap;gap:6px 0;align-items:center}
.mt-root .legal-links a{color:#8f8a80;font-size:.76rem;transition:color .3s}
.mt-root .legal-links a:hover{color:var(--mt-gold)}
.mt-root .legal-links span{color:#48453f;margin:0 14px}
.mt-root .legal-bottom{display:flex;justify-content:space-between;flex-wrap:wrap;gap:14px;align-items:center;padding-top:14px;border-top:1px solid var(--mt-line-soft)}
.mt-root .legal-bottom p{color:#6f6a61;font-size:.78rem}
.mt-root .legal-bottom a{color:var(--mt-gold)}
.mt-root .agegate{position:fixed;inset:0;z-index:200;background:var(--mt-bg-deep);display:flex;align-items:center;justify-content:center;padding:24px;
  transition:opacity .6s var(--mt-ease),visibility .6s}
.mt-root .agegate.hide{opacity:0;visibility:hidden}
.mt-root .agegate::before{content:"";position:absolute;inset:0;background:var(--mt-grad);opacity:.85}
.mt-root .agegate::after{content:"";position:absolute;inset:0;box-shadow:inset 0 0 220px 40px rgba(0,0,0,.7)}
.mt-root .ag-card{position:relative;z-index:2;max-width:520px;text-align:center;animation:fadeup .7s var(--mt-ease)}
.mt-root .ag-card .crown{width:64px;margin:0 auto 26px;filter:drop-shadow(0 4px 18px rgba(229,192,104,.4))}
.mt-root .ag-card .eyebrow{margin-bottom:22px}
.mt-root .ag-card h2{font-size:clamp(2rem,5vw,2.9rem);color:#fff;margin-bottom:20px}
.mt-root .ag-card h2 em{font-style:normal;color:var(--mt-gold)}
.mt-root .ag-card p{color:#bdb8ae;font-size:.92rem;line-height:1.7;margin-bottom:34px}
.mt-root .ag-actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}
.mt-root .ag-leave{background:none;border:none;color:#7c776e;font-size:.78rem;letter-spacing:.1em;cursor:pointer;text-decoration:underline;text-underline-offset:4px;transition:color .3s}
.mt-root .ag-leave:hover{color:#bdb8ae}
.mt-root .ag-fine{margin-top:30px;color:#6f6a61;font-size:.72rem;line-height:1.6}
.mt-root .scrim{position:fixed;inset:0;z-index:96;background:rgba(6,8,14,.6);backdrop-filter:blur(3px);opacity:0;visibility:hidden;transition:.4s}
.mt-root .scrim.show{opacity:1;visibility:visible}
.mt-root .drawer{position:fixed;top:0;right:0;bottom:0;width:min(420px,92vw);z-index:97;background:#111114;border-left:1px solid var(--mt-line);
  transform:translateX(100%);transition:transform .5s var(--mt-ease);display:flex;flex-direction:column}
.mt-root .drawer.open{transform:none}
.mt-root .drawer-head{display:flex;align-items:center;justify-content:space-between;padding:26px 26px 20px;border-bottom:1px solid var(--mt-line-soft)}
.mt-root .drawer-head h3{font-size:1.4rem;color:#fff}
.mt-root .drawer-head .close{background:none;border:none;color:#bdb8ae;font-size:1.5rem;cursor:pointer;transition:color .3s}
.mt-root .drawer-head .close:hover{color:var(--mt-gold)}
.mt-root .drawer-body{flex:1;overflow-y:auto;padding:20px 26px;color:#cbc6bc}
.mt-root .drawer-body.empty{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:18px;color:#8f8a80}
.mt-root .drawer-body .emptyicon{width:60px;height:60px;color:var(--mt-line)}
.mt-root .drawer-body.empty p{font-size:.92rem}
.mt-root .citem{display:flex;justify-content:space-between;gap:14px;padding:18px 0;border-bottom:1px solid var(--mt-line-soft)}
.mt-root .citem-name{color:#f1ece3;font-size:.95rem;font-family:'Abril Fatface',serif;line-height:1.2}
.mt-root .citem-meta{color:#8f8a80;font-size:.76rem;margin-top:5px;max-width:30ch}
.mt-root .citem-qty{display:inline-flex;align-items:center;gap:0;margin-top:12px;border:1px solid var(--mt-line-soft);border-radius:3px;overflow:hidden}
.mt-root .citem-qty button{width:28px;height:28px;background:none;border:none;color:#cbc6bc;cursor:pointer;font-size:1rem;transition:.2s}
.mt-root .citem-qty button:hover{background:rgba(229,192,104,.12);color:var(--mt-gold)}
.mt-root .citem-qty span{min-width:30px;text-align:center;font-size:.85rem;color:#f1ece3}
.mt-root .citem-right{display:flex;flex-direction:column;align-items:flex-end;gap:10px;flex-shrink:0}
.mt-root .citem-price{color:var(--mt-gold);font-weight:600;white-space:nowrap;font-size:.95rem}
.mt-root .citem-price .quote{color:#bdb8ae;font-weight:500;font-size:.8rem;letter-spacing:.08em;text-transform:uppercase}
.mt-root .citem-del{background:none;border:none;color:#6f6a61;cursor:pointer;font-size:.85rem;transition:.2s}
.mt-root .citem-del:hover{color:#ff8a8a}
.mt-root .csub{display:flex;justify-content:space-between;align-items:baseline;padding:20px 0 6px}
.mt-root .csub span{font-size:.74rem;letter-spacing:.2em;text-transform:uppercase;color:#a39e94}
.mt-root .csub b{font-family:'Abril Fatface',serif;font-size:1.5rem;color:#fff;font-weight:400}
.mt-root .csub b i{font-style:normal;font-size:.7rem;color:var(--mt-gold);letter-spacing:.1em}
.mt-root .cnote{font-size:.76rem;color:#8f8a80;line-height:1.6;padding-bottom:8px}
.mt-root .drawer-foot{padding:22px 26px;border-top:1px solid var(--mt-line-soft)}
.mt-root .drawer-foot .btn{width:100%}
.mt-root .drawer-foot .securenote{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:14px;color:#6f6a61;font-size:.72rem;letter-spacing:.04em}
.mt-root .drawer-foot .securenote svg{width:14px;height:14px;color:var(--mt-gold)}
.mt-root .reveal{transition:opacity .9s var(--mt-ease),transform .9s var(--mt-ease)}
.mt-root .reveal.armed{opacity:0;transform:translateY(30px)}
.mt-root .reveal.armed.in{opacity:1;transform:none}
.mt-root .reveal.d1{transition-delay:.08s}
.mt-root .reveal.d2{transition-delay:.16s}
.mt-root .reveal.d3{transition-delay:.24s}
@media(max-width:1024px){
.mt-root .nav{display:none}
.mt-root .header-actions .acct{display:none}
.mt-root .crown-btn{display:block}
.mt-root .offers{grid-template-columns:1fr 1fr}
.mt-root .offer p{max-height:120px;opacity:1}
}
@media(max-width:760px){
.mt-root .header-actions .desk-reserve{display:none}
.mt-root .offers{grid-template-columns:1fr}
.mt-root .offer{min-height:420px}
.mt-root .steps{grid-template-columns:1fr}
.mt-root .step{border-right:none!important;border-bottom:1px solid var(--mt-line-soft);padding:30px 0!important}
.mt-root .step:last-child{border-bottom:none}
.mt-root .cta-inner{flex-direction:column;align-items:flex-start}
.mt-root .contact-grid{grid-template-columns:1fr}
.mt-root .footer-top{grid-template-columns:1fr;gap:34px}
.mt-root .hero-meta .divline{display:none}
.mt-root .univers-links{display:none}
.mt-root .univers-inner{justify-content:center}
}
.wa-fab{position:fixed;left:22px;bottom:22px;z-index:85;display:inline-flex;align-items:center;height:58px;border-radius:30px;background:#25D366;color:#fff;text-decoration:none;
  box-shadow:0 16px 36px -12px rgba(0,0,0,.75);transition:transform .35s var(--mt-ease),box-shadow .35s}
.wa-fab .ico{position:relative;z-index:2;width:58px;height:58px;display:grid;place-items:center;flex-shrink:0}
.wa-fab .ico svg{width:30px;height:30px}
.wa-fab .lbl{position:relative;z-index:2;max-width:0;overflow:hidden;white-space:nowrap;opacity:0;font-family:'Montserrat',sans-serif;font-weight:600;font-size:.8rem;letter-spacing:.03em;transition:max-width .4s var(--mt-ease),opacity .3s,padding .4s var(--mt-ease)}
.wa-fab:hover{transform:translateY(-2px);box-shadow:0 20px 44px -12px rgba(37,211,102,.55)}
.wa-fab:hover .lbl{max-width:220px;opacity:1;padding-right:22px}
.wa-fab:focus-visible{outline:2px solid var(--mt-gold);outline-offset:3px}
.wa-fab .ring{position:absolute;left:0;bottom:0;width:58px;height:58px;border-radius:50%;z-index:1;animation:wapulse 2.8s var(--mt-ease) infinite}
@keyframes wapulse{0%{box-shadow:0 0 0 0 rgba(37,211,102,.5)}70%{box-shadow:0 0 0 18px rgba(37,211,102,0)}100%{box-shadow:0 0 0 0 rgba(37,211,102,0)}}
@media(max-width:680px){
.wa-fab{left:16px;bottom:16px;height:54px}
.wa-fab .ico{width:54px;height:54px}
.wa-fab .ring{width:54px;height:54px}
}
@media(prefers-reduced-motion:reduce){
.wa-fab .ring{animation:none}
}
/* ============================================================
   AJUSTEMENTS HOMEPAGE (overrides demandés) + RESPONSIVE HERO
   ============================================================ */
/* — overlay hero (version demandée, image plus visible) — */
.mt-root .hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: linear-gradient(90deg,rgba(8,8,11,.7) 0%,rgba(8,10,16,.65) 40%,rgba(8,11,20,.6) 72%,rgba(8,12,24,.5) 100%), radial-gradient(130% 120% at 62% 105%,rgba(6,17,30,.9),transparent 58%), linear-gradient(180deg,rgba(10,10,14,.55) 0%,transparent 22%), linear-gradient(0deg,#161616 1%,transparent 32%);
}
.mt-root .univers-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  padding: 18px 10px;
}
.mt-root .cta-inner {
  padding: clamp(70px,9vw,110px) 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  flex-wrap: wrap;
}

/* — RESPONSIVE : empêche le hero de déborder sur mobile — */
@media (max-width: 760px) {
  .mt-root .hero-content { padding: 92px 0 56px; max-width: 100%; }
  .mt-root .hero .eyebrow { flex-wrap: wrap; font-size: .62rem; letter-spacing: .14em; margin-bottom: 18px; }
  .mt-root .hero h1 { font-size: clamp(2.1rem,8.4vw,3.2rem); overflow-wrap: break-word; word-break: break-word; hyphens: auto; }
  .mt-root .hero h1 .thin { font-size: .5em; }
  .mt-root .hero p { font-size: .98rem; }
  .mt-root .hero-cta { gap: 12px; }
  .mt-root .hero-cta .btn { width: 100%; justify-content: center; }
  .mt-root .hero-meta { gap: 12px 18px; margin-top: 30px; }
  .mt-root .hero-meta .chip { font-size: .62rem; letter-spacing: .06em; }
  .mt-root .hero-meta .chip b { font-size: 1.15rem; }
}

/* ============================================================
   VIDÉO DE PRÉSENTATION (accueil) — écrin cinématographique
   Vidéo en autoplay MUET + boucle ; bouton pour activer le son.
   ============================================================ */
.mt-root .mt-video {
  position: relative;
  padding: clamp(70px,9vw,120px) 0;
  background: radial-gradient(ellipse at 50% 0%, #0b1f35 0%, #06131e 55%, #0a0a0b 100%);
  overflow: hidden;
}
.mt-root .mt-video::before {
  content: "\2726"; position: absolute; left: -2%; bottom: -6%;
  font-family: 'Abril Fatface', Georgia, serif; font-size: clamp(12rem,26vw,26rem); line-height: 1;
  color: rgba(229,192,104,.045); pointer-events: none; z-index: 0;
}
.mt-root .mt-video .wrap { position: relative; z-index: 2; }
.mt-root .mt-video-head { text-align: center; max-width: 680px; margin: 0 auto clamp(34px,5vw,54px); }
.mt-root .mt-video-head .eyebrow { justify-content: center; }
.mt-root .mt-video-head h2 { font-family: 'Abril Fatface', Georgia, serif; font-weight: 400; color: #fff; font-size: clamp(2rem,5vw,3.4rem); margin-top: 16px; }
.mt-root .mt-video-head h2 em { font-style: normal; color: var(--mt-gold); }
.mt-root .mt-video-head p { color: #b7b2a8; margin-top: 14px; font-size: clamp(.95rem,1.3vw,1.08rem); }

.mt-root .mt-video-frame {
  position: relative; max-width: 960px; margin: 0 auto;
  aspect-ratio: 16/9; background: #000;
  border: 1px solid rgba(229,192,104,.3); border-radius: 12px; overflow: hidden;
  box-shadow: 0 50px 120px -30px #000, 0 0 0 1px rgba(255,255,255,.03);
}
.mt-root .mt-video-frame video { width: 100%; height: 100%; object-fit: cover; display: block; }
.mt-root .mt-video-frame::after { content: ""; position: absolute; inset: 0; pointer-events: none; border-radius: 12px; box-shadow: inset 0 0 160px 30px rgba(0,0,0,.5); }
/* coins or */
.mt-root .mt-video-frame .corner { position: absolute; width: 32px; height: 32px; border: 2px solid var(--mt-gold); z-index: 3; opacity: .85; }
.mt-root .mt-video-frame .c-tl { top: 14px; left: 14px; border-right: 0; border-bottom: 0; }
.mt-root .mt-video-frame .c-tr { top: 14px; right: 14px; border-left: 0; border-bottom: 0; }
.mt-root .mt-video-frame .c-bl { bottom: 14px; left: 14px; border-right: 0; border-top: 0; }
.mt-root .mt-video-frame .c-br { bottom: 14px; right: 14px; border-left: 0; border-top: 0; }
/* bouton son */
.mt-root .mt-video-sound {
  position: absolute; right: 18px; bottom: 18px; z-index: 4;
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(10,10,14,.6); backdrop-filter: blur(6px);
  border: 1px solid rgba(229,192,104,.4); color: #f1ece3; border-radius: 30px;
  padding: 9px 15px; cursor: pointer;
  font-family: 'Montserrat', sans-serif; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase;
  transition: .3s var(--mt-ease);
}
.mt-root .mt-video-sound:hover { border-color: var(--mt-gold); color: var(--mt-gold); }
.mt-root .mt-video-sound svg { width: 16px; height: 16px; }
@media (max-width: 680px) {
  .mt-root .mt-video-sound { right: 12px; bottom: 12px; padding: 8px 12px; font-size: .66rem; }
  .mt-root .mt-video-frame .corner { width: 22px; height: 22px; }
}

/* — contrôles vidéo (son + plein écran) regroupés en bas à droite — */
.mt-root .mt-video-controls { position: absolute; right: 18px; bottom: 18px; z-index: 4; display: flex; align-items: center; gap: 10px; }
.mt-root .mt-video-controls .mt-video-sound { position: static; right: auto; bottom: auto; }
.mt-root .mt-video-full {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(10,10,14,.6); backdrop-filter: blur(6px);
  border: 1px solid rgba(229,192,104,.4); color: #f1ece3; border-radius: 30px;
  padding: 9px 15px; cursor: pointer;
  font-family: 'Montserrat', sans-serif; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase;
  transition: .3s var(--mt-ease);
}
.mt-root .mt-video-full:hover { border-color: var(--mt-gold); color: var(--mt-gold); }
.mt-root .mt-video-full svg { width: 16px; height: 16px; }
/* en plein écran : on affiche la vidéo entière (sans recadrage) */
.mt-root .mt-video-frame:fullscreen,
.mt-root .mt-video-frame:-webkit-full-screen { aspect-ratio: auto; width: 100%; height: 100%; border: 0; border-radius: 0; }
.mt-root .mt-video-frame:fullscreen video,
.mt-root .mt-video-frame:-webkit-full-screen video { object-fit: contain; background: #000; }
.mt-root .mt-video-frame:fullscreen .corner,
.mt-root .mt-video-frame:-webkit-full-screen .corner { display: none; }
@media (max-width: 680px) {
  .mt-root .mt-video-controls { right: 12px; bottom: 12px; gap: 8px; }
  .mt-root .mt-video-full { padding: 8px 12px; font-size: .66rem; }
}

/* ============================================================
   QUI SUIS-JE (à propos) — mise en page éditoriale
   ============================================================ */
.mt-root .qsj { padding: clamp(46px,6vw,84px) 0; position: relative; }
.mt-root .qsj .wrap { max-width: 1060px; }
.mt-root .qsj-quote { max-width: 880px; margin: 0 auto; text-align: center; padding: clamp(46px,7vw,90px) 0; border-bottom: 1px solid var(--mt-line-soft); }
.mt-root .qsj-quote p { font-family: 'Abril Fatface', Georgia, serif; color: #f2efe8; font-size: clamp(1.5rem,3.4vw,2.45rem); line-height: 1.4; margin: 0; }
.mt-root .qsj-quote .sig { font-family: 'Montserrat', sans-serif; color: var(--mt-gold); letter-spacing: .1em; margin-top: 24px; font-size: .95rem; }
.mt-root .qsj h2 { font-family: 'Abril Fatface', Georgia, serif; font-weight: 400; color: #fff; font-size: clamp(1.9rem,4vw,2.8rem); margin: 0 0 18px; }
.mt-root .qsj h2 em { font-style: normal; color: var(--mt-gold); }
.mt-root .qsj h3 { font-family: 'Abril Fatface', Georgia, serif; font-weight: 400; color: var(--mt-gold); font-size: clamp(1.2rem,2.4vw,1.6rem); margin: 30px 0 12px; }
.mt-root .qsj p { color: #c2bdb3; font-size: clamp(1rem,1.4vw,1.1rem); line-height: 1.85; margin: 0 0 16px; max-width: 64ch; }
.mt-root .qsj p strong { color: #f2efe8; font-weight: 600; }
.mt-root .qsj .arrow { list-style: none; padding: 0; margin: 4px 0 16px; }
.mt-root .qsj .arrow li { color: #e2ddd3; padding: 6px 0 6px 26px; position: relative; }
.mt-root .qsj .arrow li::before { content: "→"; position: absolute; left: 0; color: var(--mt-gold); }
.mt-root .qsj blockquote { border-left: 2px solid var(--mt-gold); margin: 24px 0; padding: 6px 0 6px 22px; color: #e2ddd3; font-style: italic; font-size: 1.12rem; max-width: 64ch; }
.mt-root .qsj-practices { columns: 2; column-gap: 44px; list-style: none; padding: 0; margin: 14px 0 22px; max-width: 760px; }
.mt-root .qsj-practices li { break-inside: avoid; padding: 9px 0 9px 24px; position: relative; color: #e2ddd3; border-bottom: 1px solid var(--mt-line-soft); }
.mt-root .qsj-practices li::before { content: "\2726"; position: absolute; left: 0; top: 11px; color: var(--mt-gold); font-size: .8em; }
.mt-root .qsj-rules { max-width: 820px; margin: 0 auto; text-align: center; border: 1px solid var(--mt-line); border-radius: 14px; padding: clamp(34px,5vw,60px); background: radial-gradient(ellipse at 50% 0%, rgba(11,31,53,.5), rgba(10,10,11,.35)); }
.mt-root .qsj-rules p { margin-left: auto; margin-right: auto; max-width: 60ch; }
.mt-root .qsj-rules .strong-line { color: #f2efe8; font-weight: 700; font-size: 1.1rem; }
.mt-root .qsj-cta { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-top: clamp(30px,4vw,52px); }
@media (max-width: 760px) { .mt-root .qsj-practices { columns: 1; } }

/* — boutons : ne jamais déborder sur mobile (corrige le scroll horizontal) — */
@media (max-width: 600px) {
  .mt-root .btn { white-space: normal; max-width: 100%; letter-spacing: .14em; padding: .95em 1.35em; text-align: center; }
}

/* — Qui suis-je : sections texte + image alternées — */
.mt-root .qsj-media { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(28px,5vw,60px); align-items: center; }
.mt-root .qsj-media.rev .qsj-fig { order: -1; }
.mt-root .qsj-fig { position: relative; border-radius: 14px; overflow: hidden; border: 1px solid var(--mt-line); }
.mt-root .qsj-fig img { width: 100%; height: auto; display: block; transition: transform 1.1s var(--mt-ease); filter: saturate(.95); }
.mt-root .qsj-fig:hover img { transform: scale(1.07); }
.mt-root .qsj-fig::before { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; opacity: 0; transition: opacity .55s var(--mt-ease);
  background: linear-gradient(180deg, rgba(10,12,20,.05) 0%, rgba(8,12,30,.45) 45%, rgba(8,14,40,.85) 100%); }
.mt-root .qsj-fig:hover::before { opacity: 1; }
.mt-root .qsj-fig::after { content: ""; position: absolute; inset: 0; z-index: 2; border: 1px solid transparent; transition: border-color .5s var(--mt-ease); pointer-events: none; }
.mt-root .qsj-fig:hover::after { border-color: var(--mt-gold); }
.mt-root .qsj-btn { margin-top: 24px; }
@media (max-width: 820px) {
  .mt-root .qsj-media { grid-template-columns: 1fr; }
  .mt-root .qsj-media.rev .qsj-fig { order: 0; }
}

/* ============================================================
   MES RÉSEAUX (link-in-bio)
   ============================================================ */
.mt-root .reseaux { padding: clamp(40px,6vw,76px) 0 clamp(60px,8vw,110px); }
.mt-root .net-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; max-width: 760px; margin: 0 auto; }
.mt-root .net-card {
  display: flex; align-items: center; gap: 18px; padding: 20px 22px;
  border: 1px solid var(--mt-line); border-radius: 12px; background: #101013;
  text-decoration: none; position: relative; overflow: hidden; isolation: isolate;
  transition: transform .4s var(--mt-ease), border-color .4s var(--mt-ease);
}
.mt-root .net-card::before { content: ""; position: absolute; inset: 0; z-index: -1; opacity: 0; transition: opacity .5s var(--mt-ease);
  background: linear-gradient(180deg, rgba(8,12,30,.35), rgba(8,14,40,.8)); }
.mt-root .net-card:hover { transform: translateY(-3px); border-color: var(--mt-gold); }
.mt-root .net-card:hover::before { opacity: 1; }
.mt-root .net-ico { width: 48px; height: 48px; flex: none; border-radius: 50%; display: grid; place-items: center;
  border: 1px solid var(--mt-line); color: var(--mt-gold); transition: border-color .4s, background .4s; }
.mt-root .net-ico svg { width: 22px; height: 22px; }
.mt-root .net-card:hover .net-ico { border-color: var(--mt-gold); background: rgba(229,192,104,.08); }
.mt-root .net-meta { flex: 1; min-width: 0; }
.mt-root .net-meta b { display: block; font-family: 'Abril Fatface', Georgia, serif; color: #f4f1ea; font-size: 1.15rem; font-weight: 400; }
.mt-root .net-meta span { color: #9a958b; font-size: .85rem; }
.mt-root .net-arrow { color: var(--mt-gold); transition: transform .4s var(--mt-ease); }
.mt-root .net-card:hover .net-arrow { transform: translateX(4px); }
@media (max-width: 620px) { .mt-root .net-grid { grid-template-columns: 1fr; } }

/* ============================================================
   PAGE 404
   ============================================================ */
.mt-root .notfound { min-height: 70vh; display: flex; align-items: center; justify-content: center; text-align: center;
  padding: clamp(70px,11vw,150px) 0; position: relative; overflow: hidden; }
.mt-root .notfound::before { content: "404"; position: absolute; left: 50%; top: 46%; transform: translate(-50%,-50%);
  font-family: 'Abril Fatface', Georgia, serif; font-size: clamp(12rem,34vw,30rem); color: rgba(229,192,104,.05);
  line-height: 1; pointer-events: none; white-space: nowrap; z-index: 0; }
.mt-root .notfound .nf-inner { position: relative; z-index: 2; max-width: 620px; padding: 0 24px; margin: 0 auto; }
.mt-root .notfound h1 { font-family: 'Abril Fatface', Georgia, serif; font-weight: 400; color: #fff; font-size: clamp(2.2rem,5vw,3.4rem); margin: 16px 0 14px; }
.mt-root .notfound h1 em { font-style: normal; color: var(--mt-gold); }
.mt-root .notfound p { color: #b7b2a8; font-size: 1.05rem; line-height: 1.7; margin: 0 auto 30px; max-width: 48ch; }
.mt-root .notfound .nf-cta { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* — réseaux : logos PNG + groupes (réseaux / wishlist) — */
.mt-root .net-ico img, .mt-root .net-logo { width: 27px; height: 27px; object-fit: contain; display: block; }
.mt-root .net-group + .net-group { margin-top: clamp(40px,5vw,60px); }
.mt-root .net-group-head { text-align: center; margin: 0 0 22px; }
.mt-root .net-group-head h2 { font-family: 'Abril Fatface', Georgia, serif; font-weight: 400; color: #fff; font-size: clamp(1.3rem,2.6vw,1.8rem); margin: 8px 0 4px; }
.mt-root .net-group-head h2 em { font-style: normal; color: var(--mt-gold); }
.mt-root .net-group-head .net-sub { color: #9a958b; font-size: .85rem; }

/* — footer : logos réseaux libres, ratio préservé (pas de déformation) — */
.mt-root .footer-social { display: flex; gap: 18px; align-items: center; flex-wrap: wrap; margin-top: 10px; }
.mt-root .footer-social .social-link {
  height: auto; min-width: 0; padding: 0; border: 0; border-radius: 0; background: none; display: inline-flex;
}
.mt-root .footer-social .social-link:hover { background: none; transform: translateY(-2px); }
.mt-root .footer-social .social-link img {
  height: 26px; width: auto; object-fit: contain; opacity: .82; transition: opacity .3s var(--mt-ease);
}
.mt-root .footer-social .social-link:hover img { opacity: 1; }

/* ============================================================
   PAGES LÉGALES (mt-legal) — texte long, lecture confortable
   Ajouter la classe « mt-legal » à la section/au module Texte
   qui contient le contenu. Fonctionne hors .mt-root (tokens :root).
   ============================================================ */
.mt-legal { max-width: 880px; margin: 0 auto; padding: clamp(34px,5vw,64px) clamp(20px,5vw,40px) clamp(70px,9vw,110px);
  color: #c2bdb3; font-family: 'Montserrat', sans-serif; line-height: 1.85; }
.mt-legal h1 { font-family: 'Abril Fatface', Georgia, serif; font-weight: 400; color: #fff; font-size: clamp(2rem,4.5vw,3rem); line-height: 1.1; margin: 0 0 10px; }
.mt-legal h2 { font-family: 'Abril Fatface', Georgia, serif; font-weight: 400; color: var(--mt-gold); font-size: clamp(1.35rem,2.8vw,1.85rem);
  margin: 40px 0 14px; padding-top: 22px; border-top: 1px solid var(--mt-line-soft); }
.mt-legal h3 { font-family: 'Abril Fatface', Georgia, serif; font-weight: 400; color: #f4f1ea; font-size: 1.2rem; margin: 26px 0 10px; }
.mt-legal h4 { color: #f4f1ea; font-weight: 600; margin: 20px 0 8px; }
.mt-legal p { margin: 0 0 16px; }
.mt-legal a { color: var(--mt-gold); text-decoration: underline; text-underline-offset: 3px; }
.mt-legal a:hover { color: var(--mt-gold-soft); }
.mt-legal ul, .mt-legal ol { margin: 0 0 18px; padding-left: 22px; }
.mt-legal li { margin: 6px 0; line-height: 1.8; }
.mt-legal ul li::marker { color: var(--mt-gold); }
.mt-legal ol li::marker { color: var(--mt-gold); font-family: 'Abril Fatface', Georgia, serif; }
.mt-legal strong, .mt-legal b { color: #f4f1ea; }
.mt-legal em { color: #d8d3ca; }
.mt-legal blockquote { border-left: 2px solid var(--mt-gold); margin: 22px 0; padding: 8px 0 8px 20px; color: #e2ddd3; font-style: italic; background: rgba(255,255,255,.02); }
.mt-legal hr { border: 0; border-top: 1px solid var(--mt-line); margin: 32px 0; }
.mt-legal table { width: 100%; border-collapse: collapse; margin: 22px 0; font-size: .95rem; }
.mt-legal th, .mt-legal td { border: 1px solid var(--mt-line); padding: 10px 12px; text-align: left; vertical-align: top; }
.mt-legal th { color: #f4f1ea; background: rgba(255,255,255,.03); font-weight: 600; }
.mt-legal .legal-updated, .mt-legal .updated { color: #8f8a80; font-size: .85rem; margin: -2px 0 26px; }
.mt-legal :is(h2,h3):first-child { margin-top: 0; border-top: 0; padding-top: 0; }


/* ============================================================
   PAGES LÉGALES — application AUTOMATIQUE par identifiant
   (2257 #88 · Mentions #86 · CGV #57 · Confidentialité #3 · Règles #77)
   Aucune classe à ajouter : cible le contenu de ces pages.
   ============================================================ */
:is(.page-id-88,.page-id-86,.page-id-57,.page-id-3,.page-id-77) :is(.et_pb_text_inner,.et_pb_post_content,.entry-content) {
  color: #c2bdb3; font-family: 'Montserrat', sans-serif; line-height: 1.85;
}
:is(.page-id-88,.page-id-86,.page-id-57,.page-id-3,.page-id-77) :is(.et_pb_text_inner,.et_pb_post_content,.entry-content) h1 { font-family: 'Abril Fatface', Georgia, serif !important; font-weight: 400 !important; color: #fff !important; font-size: clamp(2rem,4.5vw,3rem) !important; line-height: 1.12 !important; margin: 0 0 12px !important; }
:is(.page-id-88,.page-id-86,.page-id-57,.page-id-3,.page-id-77) :is(.et_pb_text_inner,.et_pb_post_content,.entry-content) h2 { font-family: 'Abril Fatface', Georgia, serif !important; font-weight: 400 !important; color: var(--mt-gold) !important; font-size: clamp(1.35rem,2.8vw,1.85rem) !important; margin: 40px 0 14px !important; padding-top: 22px; border-top: 1px solid var(--mt-line-soft); }
:is(.page-id-88,.page-id-86,.page-id-57,.page-id-3,.page-id-77) :is(.et_pb_text_inner,.et_pb_post_content,.entry-content) h3 { font-family: 'Abril Fatface', Georgia, serif !important; font-weight: 400 !important; color: #f4f1ea !important; font-size: 1.2rem !important; margin: 26px 0 10px !important; }
:is(.page-id-88,.page-id-86,.page-id-57,.page-id-3,.page-id-77) :is(.et_pb_text_inner,.et_pb_post_content,.entry-content) h4 { color: #f4f1ea !important; font-weight: 600; margin: 20px 0 8px; }
:is(.page-id-88,.page-id-86,.page-id-57,.page-id-3,.page-id-77) :is(.et_pb_text_inner,.et_pb_post_content,.entry-content) p { margin: 0 0 16px; color: #c2bdb3; }
:is(.page-id-88,.page-id-86,.page-id-57,.page-id-3,.page-id-77) :is(.et_pb_text_inner,.et_pb_post_content,.entry-content) a { color: var(--mt-gold) !important; text-decoration: underline; text-underline-offset: 3px; }
:is(.page-id-88,.page-id-86,.page-id-57,.page-id-3,.page-id-77) :is(.et_pb_text_inner,.et_pb_post_content,.entry-content) a:hover { color: var(--mt-gold-soft) !important; }
:is(.page-id-88,.page-id-86,.page-id-57,.page-id-3,.page-id-77) :is(.et_pb_text_inner,.et_pb_post_content,.entry-content) ul, :is(.page-id-88,.page-id-86,.page-id-57,.page-id-3,.page-id-77) :is(.et_pb_text_inner,.et_pb_post_content,.entry-content) ol { margin: 0 0 18px; padding-left: 22px; }
:is(.page-id-88,.page-id-86,.page-id-57,.page-id-3,.page-id-77) :is(.et_pb_text_inner,.et_pb_post_content,.entry-content) li { margin: 6px 0; line-height: 1.8; color: #c2bdb3; }
:is(.page-id-88,.page-id-86,.page-id-57,.page-id-3,.page-id-77) :is(.et_pb_text_inner,.et_pb_post_content,.entry-content) ul li::marker { color: var(--mt-gold); }
:is(.page-id-88,.page-id-86,.page-id-57,.page-id-3,.page-id-77) :is(.et_pb_text_inner,.et_pb_post_content,.entry-content) ol li::marker { color: var(--mt-gold); }
:is(.page-id-88,.page-id-86,.page-id-57,.page-id-3,.page-id-77) :is(.et_pb_text_inner,.et_pb_post_content,.entry-content) strong, :is(.page-id-88,.page-id-86,.page-id-57,.page-id-3,.page-id-77) :is(.et_pb_text_inner,.et_pb_post_content,.entry-content) b { color: #f4f1ea; }
:is(.page-id-88,.page-id-86,.page-id-57,.page-id-3,.page-id-77) :is(.et_pb_text_inner,.et_pb_post_content,.entry-content) em { color: #d8d3ca; }
:is(.page-id-88,.page-id-86,.page-id-57,.page-id-3,.page-id-77) :is(.et_pb_text_inner,.et_pb_post_content,.entry-content) blockquote { border-left: 2px solid var(--mt-gold); margin: 22px 0; padding: 8px 0 8px 20px; color: #e2ddd3; font-style: italic; background: rgba(255,255,255,.02); }
:is(.page-id-88,.page-id-86,.page-id-57,.page-id-3,.page-id-77) :is(.et_pb_text_inner,.et_pb_post_content,.entry-content) hr { border: 0; border-top: 1px solid var(--mt-line); margin: 32px 0; }
:is(.page-id-88,.page-id-86,.page-id-57,.page-id-3,.page-id-77) :is(.et_pb_text_inner,.et_pb_post_content,.entry-content) table { width: 100%; border-collapse: collapse; margin: 22px 0; font-size: .95rem; }
:is(.page-id-88,.page-id-86,.page-id-57,.page-id-3,.page-id-77) :is(.et_pb_text_inner,.et_pb_post_content,.entry-content) th, :is(.page-id-88,.page-id-86,.page-id-57,.page-id-3,.page-id-77) :is(.et_pb_text_inner,.et_pb_post_content,.entry-content) td { border: 1px solid var(--mt-line); padding: 10px 12px; text-align: left; vertical-align: top; }
:is(.page-id-88,.page-id-86,.page-id-57,.page-id-3,.page-id-77) :is(.et_pb_text_inner,.et_pb_post_content,.entry-content) th { color: #f4f1ea; background: rgba(255,255,255,.03); font-weight: 600; }
:is(.page-id-88,.page-id-86,.page-id-57,.page-id-3,.page-id-77) :is(.et_pb_text_inner,.et_pb_post_content,.entry-content) :is(h2,h3):first-child { margin-top: 0; border-top: 0; padding-top: 0; }
/* titre de page Divi éventuel (Post Title) sur ces pages */
:is(.page-id-88,.page-id-86,.page-id-57,.page-id-3,.page-id-77) .et_pb_title_container h1,
:is(.page-id-88,.page-id-86,.page-id-57,.page-id-3,.page-id-77) .entry-title { font-family: 'Abril Fatface', Georgia, serif !important; color: #fff !important; font-weight: 400 !important; }

/* — Hero des pages légales via Theme Builder (Post Title) — */
.mt-legal-hero { position: relative; overflow: hidden; text-align: center;
  padding: clamp(46px,7vw,92px) 20px clamp(34px,5vw,58px);
  background: radial-gradient(ellipse at 50% -10%, #0b1f35 0%, #06131e 50%, #161616 100%);
  border-bottom: 1px solid var(--mt-line); }
.mt-legal-hero::after { content: "\2726"; position: absolute; right: 3%; top: 16%;
  font-family: 'Abril Fatface', Georgia, serif; font-size: clamp(9rem,20vw,18rem); color: rgba(229,192,104,.05); line-height: 1; pointer-events: none; }
.mt-legal-hero .et_pb_title_container { position: relative; z-index: 2; }
.mt-legal-hero h1, .mt-legal-hero .entry-title {
  font-family: 'Abril Fatface', Georgia, serif !important; font-weight: 400 !important; color: #fff !important;
  font-size: clamp(2rem,5vw,3.4rem) !important; line-height: 1.12 !important; margin: 0 !important; }
.mt-legal-hero .et_pb_title_meta_container { display: none !important; }
