/* PTC — La marche numérotée, et ce qu'elle réclame.
   Blocs 3 et 4 du patron, fusionnés par arbitrage de Déb le 22/08/2026 :
   chaque geste porte ce dont il a besoin, au moment où il en a besoin.
   Volontairement léger : la page réception garde sa machine à quinze gestes
   repliables, les autres n'en ont pas l'usage. */
.ptc-marche{list-style:none;counter-reset:ptcm;margin:0;padding:0;display:grid;gap:11px}
.ptc-marche .geste{counter-increment:ptcm;position:relative;display:grid;grid-template-columns:34px minmax(0,1fr);gap:13px;align-items:start;background:#fff;border:1px solid var(--line,#e5e0d7);border-radius:14px;padding:14px 16px}
.ptc-marche .geste::before{content:counter(ptcm);display:grid;place-items:center;width:30px;height:30px;border-radius:10px;background:var(--navy,#1a2d4a);color:#fff;font-family:'Poppins',sans-serif;font-weight:800;font-size:.85rem}
.ptc-marche .geste strong{display:block;font-family:'Poppins',sans-serif;font-size:.95rem;color:var(--navy,#1a2d4a);margin-bottom:3px;line-height:1.3}
.ptc-marche .geste span{display:block;font-size:.85rem;color:#4b5769;line-height:1.55}
.ptc-marche .geste em{font-style:normal;display:block;margin-top:5px;font-size:.79rem;color:var(--muted,#647080)}
.ptc-marche .geste em b{color:var(--coral-dark,#c4400f);font-weight:800}
.ptc-marche-reunir{margin:0 0 14px;font-size:.88rem;color:#4b5769;line-height:1.6}
.ptc-marche-reunir b{color:var(--navy,#1a2d4a)}
@media(max-width:560px){.ptc-marche .geste{grid-template-columns:26px minmax(0,1fr);gap:10px;padding:12px 13px}.ptc-marche .geste::before{width:24px;height:24px;font-size:.78rem}}
