/* ---------- page de remerciement ---------- */
.merci{text-align:left}
.merci .wrap{max-width:760px}
.merci .coche{width:52px;height:52px;display:grid;place-content:center;
  background:var(--accent);margin-bottom:26px}
.merci .coche svg{width:26px;height:26px;stroke:#fff;stroke-width:2.4;fill:none;
  stroke-linecap:round;stroke-linejoin:round}
.suite{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;
  background:var(--line);border:1px solid var(--line);margin-top:clamp(30px,4vw,48px)}
.suite a{background:var(--surface);padding:28px 26px;text-decoration:none;color:inherit;
  display:flex;flex-direction:column;gap:9px;transition:background .18s ease}
.suite a:hover{background:#FAFCFB}
.suite .k{font-family:var(--mono);font-size:10.5px;letter-spacing:.18em;
  text-transform:uppercase;color:var(--accent-txt);font-weight:700}
.suite p{font-size:14px;color:var(--muted);line-height:1.62}

/* le menu est retiré ici aussi : la personne vient de convertir */
.nav--nu .wrap{justify-content:space-between}
.nav--nu .menu{display:none}

/* ---------- responsive ---------- */
@media (max-width:900px){
  .suite{grid-template-columns:minmax(0,1fr)}
}
