/* ═══════════════════════════════════════════════════════
   AEMN — Académie Européenne des Médecines Naturelles
   Maquette page d'accueil — start-win.fr
   Charte échantillonnée sur le logo : teal #00A89C
   ═══════════════════════════════════════════════════════ */

:root{
  /* teal du logo — décoratif, 2,96:1 sur blanc, ne porte jamais de texte sur fond clair */
  --brand:        #00A89C;
  --brand-ink:    #0A6B63;   /* 6,4:1 sur blanc — version texte */
  --brand-deep:   #06322E;   /* fonds sombres */
  --brand-deep-2: #0C4741;
  --wash:         #E9F3F1;
  --wash-2:       #D5E8E4;

  --paper: #FFFFFF;
  --ink:   #131E1C;          /* 16,4:1 sur blanc */
  --muted: #52625E;          /* 6,4:1 sur blanc */
  --line:  #D2DEDA;
  --line-dark: rgba(255,255,255,.16);

  --wrap: 1240px;
  --gut: 28px;

  --f-display: "Archivo", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --f-body: "Schibsted Grotesk", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

*,*::before,*::after{box-sizing:border-box}

html{scroll-behavior:smooth; scroll-padding-top:96px}

body{
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:var(--f-body);
  font-size:17px;
  line-height:1.62;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}

img{max-width:100%;height:auto;display:block}
a{color:inherit}

h1,h2,h3{
  font-family:var(--f-display);
  font-weight:600;
  letter-spacing:-.03em;
  line-height:1.04;
  margin:0;
}

p{margin:0 0 1.05em}
p:last-child{margin-bottom:0}

.wrap{width:100%;max-width:var(--wrap);margin:0 auto;padding:0 var(--gut)}
.wrap-narrow{max-width:880px}

.sr-only{
  position:absolute;width:1px;height:1px;padding:0;margin:-1px;
  overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0;
}

.skip{
  position:absolute;width:1px;height:1px;overflow:hidden;
  clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;
}
.skip:focus{
  width:auto;height:auto;overflow:visible;clip:auto;clip-path:none;
  left:12px;top:12px;z-index:500;
  background:var(--brand-deep);color:#fff;padding:12px 18px;
}

:focus-visible{outline:3px solid var(--brand);outline-offset:2px}

/* grain d'impression, très léger */
.grain{
  position:fixed;inset:0;z-index:400;pointer-events:none;opacity:.045;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ─── boutons ─────────────────────────────────────────── */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:.5em;
  font-family:var(--f-display);
  font-weight:600;font-size:15px;letter-spacing:-.01em;
  padding:13px 22px;border:2px solid transparent;
  text-decoration:none;cursor:pointer;
  transition:background-color .18s ease,color .18s ease,border-color .18s ease;
}
.btn-solid{background:var(--brand-deep);color:#fff;border-color:var(--brand-deep)}
.btn-solid:hover{background:var(--brand-ink);border-color:var(--brand-ink)}
.btn-ghost{background:transparent;color:#fff;border-color:rgba(255,255,255,.5)}
.btn-ghost:hover{border-color:#fff;background:rgba(255,255,255,.09)}
.btn-line{background:transparent;color:var(--brand-ink);border-color:var(--brand-ink)}
.btn-line:hover{background:var(--brand-ink);color:#fff}
.btn-lg{padding:16px 28px;font-size:16px}
.btn-full{width:100%}

/* ─── topbar ──────────────────────────────────────────── */
.topbar{background:var(--brand-deep);color:rgba(255,255,255,.9);font-size:13.5px}
.topbar-in{display:flex;flex-wrap:wrap;gap:6px 24px;align-items:center;justify-content:space-between;padding-top:9px;padding-bottom:9px}
.topbar p{margin:0}
.topbar-note{letter-spacing:.01em}
.topbar-links{display:flex;gap:10px;align-items:center}
.topbar a{color:#fff;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.35)}
.topbar a:hover{border-bottom-color:#fff}

/* ─── header ──────────────────────────────────────────── */
.header{
  position:sticky;top:0;z-index:230;
  background:var(--paper);
  border-bottom:1px solid var(--line);
}
.header-in{display:flex;align-items:center;gap:26px;padding-top:14px;padding-bottom:14px}
.brand{flex:0 0 auto;position:relative;z-index:240}
.brand img{width:196px;height:auto}

.nav{display:flex;flex:1 1 auto;gap:26px;flex-wrap:nowrap}
.nav a{
  font-family:var(--f-display);font-size:15px;font-weight:500;
  color:var(--ink);text-decoration:none;padding:4px 0;
  border-bottom:2px solid transparent;white-space:nowrap;
}
.nav a:hover{border-bottom-color:var(--brand)}
.header-cta{flex:0 0 auto;position:relative;z-index:240}
.burger{display:none}

/* ─── hero ────────────────────────────────────────────── */
.hero{
  position:relative;overflow:hidden;
  background:var(--brand-deep);
  color:#fff;
  padding:clamp(64px,8vw,110px) 0 0;
}
.hero-leaf{
  position:absolute;right:0;top:-40px;width:min(640px,62vw);height:auto;
  fill:rgba(0,168,156,.14);pointer-events:none;
}
.hero-in{position:relative;z-index:2}

.eyebrow{
  font-family:var(--f-display);
  font-size:13px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;
  color:var(--brand-ink);
  display:flex;align-items:center;gap:12px;
  margin:0 0 18px;
}
.eyebrow-light{color:var(--brand)}
.eyebrow .num{
  font-variant-numeric:tabular-nums;
  padding-right:12px;border-right:1px solid currentColor;
}

.hero h1{
  font-size:clamp(38px,6.4vw,80px);
  font-weight:700;
  font-stretch:105%;
  letter-spacing:-.042em;
  line-height:.98;
  max-width:16ch;
  margin:0 0 26px;
}
.hero h1 span{font-weight:400;color:var(--brand);font-stretch:100%}

.hero-lede{
  font-size:clamp(17px,1.55vw,20px);
  color:rgba(255,255,255,.85);
  max-width:38rem;
  margin:0 0 34px;
}

.hero-cta{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:clamp(48px,6vw,76px)}
.hero .btn-solid{background:var(--brand);border-color:var(--brand);color:#06322E}
.hero .btn-solid:hover{background:#fff;border-color:#fff;color:var(--brand-deep)}

.facts{
  display:grid;grid-template-columns:repeat(4,1fr);
  margin:0;border-top:1px solid var(--line-dark);
}
.facts>div{
  padding:26px 22px 30px 0;
  border-right:1px solid var(--line-dark);
}
.facts>div:last-child{border-right:0}
.facts>div:not(:first-child){padding-left:22px}
.facts dt{
  font-family:var(--f-display);
  font-size:clamp(30px,3.8vw,50px);
  font-weight:700;font-stretch:112%;letter-spacing:-.045em;line-height:1;
  color:#fff;
}
.facts dd{margin:8px 0 0;font-size:14.5px;color:rgba(255,255,255,.72);line-height:1.4}

/* ─── bandeau reconnaissances ─────────────────────────── */
.creds{background:var(--wash);border-bottom:1px solid var(--wash-2)}
.creds-in{
  display:grid;grid-template-columns:auto 1fr 1fr;gap:20px 38px;align-items:center;
  padding-top:30px;padding-bottom:30px;
}
.creds img{width:132px;height:auto}
.creds p{margin:0;font-size:15.5px;color:var(--muted);max-width:36rem}
.creds strong{color:var(--ink);font-weight:600}
.creds-warn{
  padding-left:38px;border-left:1px solid var(--wash-2);
  font-size:14.5px;max-width:34rem;
}
.creds-warn strong{color:var(--brand-ink)}

/* ─── sections ────────────────────────────────────────── */
.section{padding:clamp(62px,8vw,104px) 0}
.section-wash{background:var(--wash)}
.section-deep{background:var(--brand-deep);color:#fff}
.section-deep .eyebrow{color:var(--brand)}

.h2{
  font-size:clamp(28px,3.6vw,46px);
  font-weight:600;font-stretch:102%;
  max-width:24ch;
  margin:0 0 20px;
}
.section-deep .h2{color:#fff;max-width:28ch}

.lede{font-size:clamp(16.5px,1.35vw,19px);color:var(--muted);max-width:40rem;margin:0 0 44px}
.lede-light{color:rgba(255,255,255,.8);max-width:44rem}

/* ─── tableau des formules ────────────────────────────── */
.table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}
.offers{
  width:100%;border-collapse:collapse;text-align:left;
  min-width:760px;
}
.offers th,.offers td{
  padding:18px 20px;
  border-bottom:1px solid var(--line);
  vertical-align:top;
  font-size:15.5px;
}
.offers thead th{
  border-bottom:2px solid var(--ink);
  padding-top:0;
  vertical-align:bottom;
}
.offers thead th:first-child{border-bottom-color:var(--line)}
.of-name{
  display:block;font-family:var(--f-display);
  font-size:clamp(21px,2vw,27px);font-weight:600;letter-spacing:-.03em;line-height:1.1;
  color:var(--ink);
}
.of-sub{display:block;margin-top:5px;font-size:14px;font-weight:400;color:var(--muted)}
.offers tbody th{
  font-family:var(--f-display);font-size:13px;font-weight:600;
  letter-spacing:.09em;text-transform:uppercase;color:var(--muted);
  width:190px;padding-left:0;
}
.offers td{color:var(--muted)}
.offers em{font-style:normal;color:var(--ink);font-weight:500}
.row-price td{background:var(--wash)}
.row-price th{background:var(--wash)}
.price{
  font-family:var(--f-display);
  font-size:clamp(26px,2.6vw,36px);font-weight:700;font-stretch:110%;
  letter-spacing:-.04em;color:var(--brand-ink);
  display:block;
}
.row-cta td,.row-cta th{border-bottom:0;padding-top:22px}

.equiv{
  display:flex;flex-wrap:wrap;gap:24px 40px;align-items:center;justify-content:space-between;
  margin-top:44px;padding:28px 30px;
  border:2px solid var(--brand-ink);
}
.equiv h3{font-size:21px;margin:0 0 8px}
.equiv p{margin:0;color:var(--muted);max-width:40rem;font-size:16px}
.equiv .btn{flex:0 0 auto}

/* ─── cycles ──────────────────────────────────────────── */
.cycles{list-style:none;margin:0;padding:0;border-top:1px solid var(--line)}
.cycles li{
  display:grid;grid-template-columns:150px 1fr;gap:16px 40px;
  padding:34px 0;border-bottom:1px solid var(--line);
}
.cyc-num{
  font-family:var(--f-display);
  font-size:clamp(46px,5.4vw,74px);font-weight:700;font-stretch:118%;
  letter-spacing:-.05em;line-height:.86;
  color:var(--brand);
}
.cyc-body h3{font-size:clamp(22px,2.2vw,29px);margin:0 0 12px}
.cyc-body p{color:var(--muted);max-width:40rem}
.cyc-note{
  font-size:15px;color:var(--brand-ink);font-weight:500;
  padding-left:16px;border-left:3px solid var(--brand);
}

/* ─── cadre : ce qu'on enseigne / pas ─────────────────── */
.frame{
  display:grid;grid-template-columns:1.02fr 1fr;gap:0;align-items:start;
  border-top:1px solid var(--line-dark);
}
.frame-col{padding:34px 40px 34px 0;border-right:1px solid var(--line-dark)}
.frame-col-off{padding:34px 0 34px 40px;border-right:0}
.frame-col h3{
  font-size:14px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;
  color:var(--brand);margin:0 0 22px;
}
.ticks,.crosses{list-style:none;margin:0;padding:0}
.ticks li,.crosses li{
  position:relative;padding-left:30px;margin-bottom:14px;
  font-size:16.5px;color:rgba(255,255,255,.86);line-height:1.5;
}
.ticks li strong,.crosses li strong{color:#fff;font-weight:600}
.ticks li::before{
  content:"";position:absolute;left:0;top:9px;width:13px;height:7px;
  border-left:2px solid var(--brand);border-bottom:2px solid var(--brand);
  transform:rotate(-45deg);
}
.crosses li::before{
  content:"—";position:absolute;left:0;top:0;color:rgba(255,255,255,.45);font-weight:700;
}
.frame-note{
  max-width:34rem;
  margin-top:26px;padding-top:22px;border-top:1px solid var(--line-dark);
  font-size:16px;color:rgba(255,255,255,.8);
}
.veille{
  margin-top:38px;padding-top:26px;border-top:1px solid var(--line-dark);
  font-size:15.5px;color:rgba(255,255,255,.66);max-width:35rem;
}

/* ─── spécialisations ─────────────────────────────────── */
.specs{
  list-style:none;margin:0 0 48px;padding:0;
  display:grid;grid-template-columns:1fr 1fr;column-gap:56px;
  border-top:1px solid var(--line);
}
.specs li{
  display:flex;flex-wrap:wrap;gap:6px 16px;align-items:baseline;justify-content:space-between;
  padding:17px 0;border-bottom:1px solid var(--line);
}
.spec-name{
  font-family:var(--f-display);font-size:clamp(18px,1.7vw,22px);font-weight:500;
  letter-spacing:-.02em;
}
.spec-tag{font-size:13px;color:var(--muted);letter-spacing:.03em}
.spec-tag-on{color:var(--brand-ink);font-weight:600}

.cueil{
  display:flex;flex-wrap:wrap;gap:24px 40px;align-items:center;justify-content:space-between;
  padding:30px;background:var(--wash);
}
.cueil h3{font-size:22px;margin:0 0 10px}
.cueil p{color:var(--muted);max-width:40rem;font-size:16px}
.cueil-info{margin-bottom:0;font-size:15px}
.cueil-info a{color:var(--brand-ink);font-weight:600}
.cueil .btn{flex:0 0 auto}

/* ─── l'école ─────────────────────────────────────────── */
.split{display:grid;grid-template-columns:1.35fr 1fr;gap:52px}
.split-main p{color:var(--muted);max-width:42rem}
.split-facts{list-style:none;margin:0;padding:0;border-top:2px solid var(--ink)}
.split-facts li{
  padding:20px 0;border-bottom:1px solid var(--line);
  font-size:15.5px;color:var(--muted);line-height:1.45;
}
.split-facts span{
  display:block;
  font-family:var(--f-display);
  font-size:clamp(26px,2.6vw,34px);font-weight:700;font-stretch:112%;
  letter-spacing:-.04em;color:var(--brand-ink);margin-bottom:4px;
}

/* ─── lieux ───────────────────────────────────────────── */
.places{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border-top:1px solid var(--line);margin-top:38px}
.place{padding:32px 34px 32px 0;border-right:1px solid var(--line)}
.place:last-child{border-right:0;padding-right:0}
.place:not(:first-child){padding-left:34px}
.place h3{font-size:21px;margin:0 0 14px}
.place p{color:var(--muted);font-size:16px}
.place-main{border-top:3px solid var(--brand);margin-top:-1px}
.addr{font-family:var(--f-display);font-size:19px;font-weight:500;color:var(--ink) !important;letter-spacing:-.02em;line-height:1.35}
.towns{font-family:var(--f-display);font-size:17px;font-weight:500;color:var(--ink) !important;letter-spacing:-.01em;line-height:1.5}
.lk{color:var(--brand-ink);font-weight:600;text-decoration:none;border-bottom:1px solid var(--brand)}
.lk:hover{border-bottom-width:2px}

/* ─── après la formation ──────────────────────────────── */
.after{
  list-style:none;margin:0;padding:0;
  display:grid;grid-template-columns:repeat(3,1fr);column-gap:48px;
  border-top:1px solid var(--wash-2);
}
.after li{padding:26px 0;border-bottom:1px solid var(--wash-2)}
.after h3{font-size:18px;margin:0 0 8px}
.after p{color:var(--muted);font-size:15.5px;margin:0}

/* ─── FAQ ─────────────────────────────────────────────── */
.faq{border-top:1px solid var(--line)}
.faq details{border-bottom:1px solid var(--line)}
.faq summary{
  list-style:none;cursor:pointer;
  display:flex;align-items:flex-start;justify-content:space-between;gap:20px;
  padding:22px 0;
  font-family:var(--f-display);
  font-size:clamp(17px,1.7vw,21px);font-weight:500;letter-spacing:-.02em;line-height:1.3;
}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{
  content:"";flex:0 0 auto;width:15px;height:15px;margin-top:6px;
  border-right:2px solid var(--brand-ink);border-bottom:2px solid var(--brand-ink);
  transform:rotate(45deg);transition:transform .2s ease;
}
.faq details[open] summary::after{transform:rotate(225deg);margin-top:11px}
.faq summary:hover{color:var(--brand-ink)}
.ans{padding:0 0 24px;max-width:44rem}
.ans p{color:var(--muted);margin:0}

/* ─── se lancer ───────────────────────────────────────── */
.ways{
  list-style:none;margin:0;padding:0;
  display:grid;grid-template-columns:repeat(4,1fr);gap:0;
  border-top:1px solid var(--line-dark);
}
.ways li{padding:30px 28px 30px 0;border-right:1px solid var(--line-dark)}
.ways li:last-child{border-right:0}
.ways li:not(:first-child){padding-left:28px}
.way-num{
  display:block;font-family:var(--f-display);
  font-size:15px;font-weight:700;color:var(--brand);letter-spacing:.1em;margin-bottom:16px;
}
.ways h3{font-size:20px;color:#fff;margin:0 0 10px}
.ways p{color:rgba(255,255,255,.72);font-size:15px;margin:0 0 18px}
.way-links{display:flex;flex-wrap:wrap;gap:8px}
.way-links a{
  font-family:var(--f-display);font-size:14px;font-weight:600;
  color:var(--brand-deep);background:var(--brand);
  text-decoration:none;padding:9px 15px;
  transition:background-color .18s ease;
}
.way-links a:hover{background:#fff}

/* ─── footer ──────────────────────────────────────────── */
.footer{background:#04211E;color:rgba(255,255,255,.72);font-size:15px}
.footer-in{
  display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:36px 44px;
  padding-top:56px;padding-bottom:44px;
}
.footer-logo{display:inline-block;background:#fff;padding:12px 14px}
.footer-logo img{width:166px}
.footer-brand p{margin-top:18px;font-size:14.5px;max-width:32rem}
.footer-col h2{
  font-size:13px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;
  color:var(--brand);margin:0 0 16px;
}
.footer-col ul{list-style:none;margin:0;padding:0}
.footer-col li{margin-bottom:11px;line-height:1.45}
.footer-col a{color:rgba(255,255,255,.78);text-decoration:none;border-bottom:1px solid transparent}
.footer-col a:hover{color:#fff;border-bottom-color:var(--brand)}
.footer-bottom{
  display:flex;flex-wrap:wrap;gap:14px 32px;justify-content:space-between;align-items:baseline;
  padding-top:24px;padding-bottom:40px;border-top:1px solid rgba(255,255,255,.12);
}
.disclaimer{margin:0;font-size:13.5px;color:rgba(255,255,255,.62);max-width:36rem}
.legal{margin:0;display:flex;flex-wrap:wrap;gap:18px}
.legal a{color:rgba(255,255,255,.72);text-decoration:none;font-size:13.5px;border-bottom:1px solid rgba(255,255,255,.25)}
.legal a:hover{color:#fff}

/* ─── bouton flottant mobile ──────────────────────────── */
.fab{
  display:none;
  position:fixed;left:16px;right:16px;bottom:16px;z-index:220;
  background:var(--brand-deep);color:#fff;text-decoration:none;text-align:center;
  font-family:var(--f-display);font-weight:600;font-size:16px;
  padding:15px 18px;border:2px solid var(--brand);
}

/* ═══ RESPONSIVE ═══════════════════════════════════════ */

@media (max-width:1180px){
  .nav{gap:19px}
  .nav a{font-size:14px}
  .brand img{width:172px}
}

@media (max-width:1040px){
  .burger{
    display:flex;flex-direction:column;justify-content:center;gap:5px;
    width:46px;height:42px;margin-left:auto;
    background:transparent;border:1px solid var(--line);cursor:pointer;
    position:relative;z-index:240;
  }
  .burger span{display:block;width:22px;height:2px;background:var(--ink);margin:0 auto;transition:transform .2s ease,opacity .2s ease}
  .burger[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
  .burger[aria-expanded="true"] span:nth-child(2){opacity:0}
  .burger[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

  .header-in{gap:14px}
  .header-cta{display:none}

  .nav{
    position:fixed;left:0;right:0;top:var(--drawer-top,88px);
    z-index:200;
    display:block;
    background:var(--paper);
    border-bottom:1px solid var(--line);
    padding:8px var(--gut) 22px;
    transform:translateY(-14px);
    opacity:0;visibility:hidden;
    transition:transform .22s ease,opacity .22s ease,visibility .22s;
  }
  body.menu-open .nav{transform:translateY(0);opacity:1;visibility:visible}
  .nav a{display:block;padding:13px 0;font-size:17px;border-bottom:1px solid var(--line)}
  .nav a:last-child{border-bottom:0}

  .backdrop{position:fixed;inset:0;z-index:210;background:rgba(6,50,46,.42)}

  .frame{grid-template-columns:1fr}
  .frame-col{padding:30px 0;border-right:0;border-bottom:1px solid var(--line-dark)}
  .frame-col-off{padding:30px 0 0;border-bottom:0}

  .split{grid-template-columns:1fr;gap:38px}
  .after{grid-template-columns:1fr 1fr;column-gap:40px}
  .ways{grid-template-columns:1fr 1fr}
  .ways li{border-bottom:1px solid var(--line-dark)}
  .ways li:nth-child(2n){border-right:0}
  .ways li:nth-child(2n+1){padding-left:0;padding-right:28px}
  .ways li:nth-child(2n){padding-left:28px}
  .footer-in{grid-template-columns:1fr 1fr;gap:34px}
}

@media (max-width:900px){
  .places{grid-template-columns:1fr}
  .place{border-right:0;border-bottom:1px solid var(--line);padding:28px 0}
  .place:not(:first-child){padding-left:0}
  .place:last-child{border-bottom:0}
  .specs{grid-template-columns:1fr;column-gap:0}
  .creds-in{grid-template-columns:1fr;gap:18px}
  .creds img{width:118px}
  .creds-warn{padding-left:0;padding-top:16px;border-left:0;border-top:1px solid var(--wash-2)}
}

@media (max-width:760px){
  :root{--gut:20px}
  body{font-size:16.5px}
  .fab{display:block}
  .footer-bottom{padding-bottom:96px}
  .topbar-in{flex-direction:column;align-items:flex-start;gap:4px}
  .topbar{font-size:12.5px}

  .facts{grid-template-columns:1fr 1fr}
  .facts>div{padding:20px 16px 22px 0;border-bottom:1px solid var(--line-dark)}
  .facts>div:nth-child(2n){border-right:0;padding-left:18px}
  .facts>div:nth-child(2n+1){padding-left:0}
  .facts>div:nth-last-child(-n+2){border-bottom:0}

  .hero h1{max-width:none}
  .hero-cta .btn{width:100%}

  .cycles li{grid-template-columns:1fr;gap:6px}
  .cyc-num{line-height:1}

  .after{grid-template-columns:1fr}
  .ways{grid-template-columns:1fr}
  .ways li{border-right:0;padding:26px 0 !important}
  .ways li:last-child{border-bottom:0}

  .equiv,.cueil{flex-direction:column;align-items:flex-start}
  .equiv .btn,.cueil .btn{width:100%}
  .equiv{padding:24px 22px}
  .cueil{padding:24px 22px}

  .footer-in{grid-template-columns:1fr;gap:30px}
}

@media (max-width:880px){
  .offers{min-width:0}
  .table-scroll{overflow:visible}
  .offers,.offers thead,.offers tbody,.offers tr,.offers th,.offers td{display:block;width:auto}
  .offers thead{display:none}
  .offers tbody tr{border-bottom:0}
  .offers tbody th{
    width:auto;padding:0;margin-top:22px;
    font-size:12px;
  }
  .offers tbody td{
    padding:6px 0 6px 14px;border-bottom:0;border-left:2px solid var(--line);
    position:relative;
  }
  .offers tbody td::before{
    content:attr(data-col);
    display:block;font-family:var(--f-display);font-size:12.5px;font-weight:600;
    letter-spacing:.06em;text-transform:uppercase;color:var(--brand-ink);
  }
  .row-price td,.row-price th{background:transparent}
  .row-price td{padding-top:10px;padding-bottom:10px}
  .row-cta th{display:none}
  .row-cta td{border-left:0;padding:0 0 10px}
  .row-cta td::before{display:none}
}

@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *{transition-duration:.01ms !important;animation-duration:.01ms !important}
}
