/* AM — page « Contrat d'entretien · Gérances » (/contrat-entretien-gerances/).
   Ne contient QUE le spécifique : le reste (mhero, sec, split, sec-head, faq,
   cta-split, am-btn) vient de am-presentation.css, chargée AVANT celle-ci. */
.am-ger{--am-hero-img:url('https://www.arts-menagers.ch/wp-content/uploads/2026/06/HEROX021-ht.webp')}
.am-ger .mhero{--am-hero-img:url('https://www.arts-menagers.ch/wp-content/uploads/2026/06/HEROX021-ht.webp')}

/* ════ CORRECTIFS MASTER, scopés .am-ger ════════════════════════════════════ */
@media (min-width:900px){
  /* §11 : les pages clonées d'am-presentation calent le hero à 1180px centré (x≈123)
     au lieu de x=53. On recale sur --wide-max, DESKTOP uniquement. */
  .am-ger .mhero__row{ max-width:var(--wide-max); width:auto; padding-left:var(--gutter); padding-right:var(--gutter) }
  .am-ger .mhero__col{ flex:0 0 auto; width:min(860px,100%); max-width:860px }
  .am-ger .mh-title{ font-size:50px; text-wrap:normal }
  .am-ger .mh-sub{ max-width:560px }
}
/* §10.9 : le lead ne doit pas être bridé (la contrainte vient de .c-lead, pas de .sec-head) */
.am-ger .sec-head--full{ max-width:none }
.am-ger .sec-head--full .c-lead{ max-width:none }
.am-ger .sec-head--large{ max-width:900px }
.am-ger .c-h2{ text-wrap:balance }
.am-ger .split--haut{ align-items:start }
.am-ger [hidden]{ display:none !important }

/* ── Grilles tarifaires : deux cartes, pas deux tableaux nus ──────────────── */
/* stretch + pied poussé en bas : les deux cartes restent alignées même si l'une
   porte une ligne d'exemple plus longue que l'autre. */
.am-ger .grilles{ display:grid; grid-template-columns:1fr 1fr; gap:24px; margin-top:10px; align-items:stretch }
.am-ger .gr{ background:#fff; border:1px solid var(--hairline); border-radius:18px; overflow:hidden;
  display:flex; flex-direction:column; transition:box-shadow .2s ease }
.am-ger .gr:hover{ box-shadow:0 12px 36px rgba(14,15,17,.07) }
.am-ger .gr__h{ padding:26px 28px 22px; border-bottom:1px solid var(--hairline) }
.am-ger .gr__lt{ display:inline-grid; place-items:center; width:30px; height:30px; border-radius:50%;
  background:var(--ink); color:#fff; font-size:13px; font-weight:800; margin-bottom:14px }
.am-ger .gr__t{ font-size:21px; font-weight:700; letter-spacing:-.02em; color:var(--ink); margin:0 0 6px }
.am-ger .gr__s{ font-size:14.5px; color:var(--muted); line-height:1.5; margin:0 }
.am-ger .gr__ul{ list-style:none; margin:0; padding:6px 28px 8px }

.am-ger .tr-l{ display:flex; align-items:center; justify-content:space-between; gap:20px;
  padding:17px 0; border-bottom:1px solid var(--hairline); position:relative }
.am-ger .gr__ul .tr-l:last-child{ border-bottom:0 }
.am-ger .tr-g{ display:flex; flex-direction:column; gap:3px; min-width:0 }
.am-ger .tr-t{ display:flex; align-items:center; gap:9px; font-size:16.5px; font-weight:600; color:var(--ink) }
.am-ger .tr-s{ display:flex; align-items:center; gap:9px; font-size:13.5px; color:var(--muted) }
.am-ger .tr-chip{ display:inline-flex; align-items:center; height:19px; padding:0 9px; border-radius:10px;
  background:var(--ink); color:#fff; font-size:9.5px; font-weight:700; letter-spacing:.1em; text-transform:uppercase }
.am-ger .tr-rab{ display:inline-flex; align-items:center; height:19px; padding:0 8px; border-radius:10px;
  border:1px solid var(--hairline); color:var(--ink); font-size:11.5px; font-weight:700 }
.am-ger .tr-p{ font-size:30px; font-weight:800; letter-spacing:-.035em; color:var(--ink); line-height:1;
  white-space:nowrap; text-align:right }
.am-ger .tr-p .tr-d{ font-size:20px; font-weight:700 }
.am-ger .tr-p small{ display:block; font-size:11.5px; font-weight:500; color:var(--muted); letter-spacing:0; margin-top:5px }
/* segment le plus courant : filet à gauche, pas de pavé gris qui coupe la ligne */
.am-ger .tr-l.est-fort::before{ content:""; position:absolute; left:-28px; top:10px; bottom:10px;
  width:3px; border-radius:0 2px 2px 0; background:var(--ink) }
.am-ger .gr__f{ margin-top:auto; padding:16px 28px 22px; font-size:13px; color:var(--faint);
  line-height:1.55; min-height:calc(2 * 1.55em + 38px) }   /* 2 lignes réservées : alignement stable */
.am-ger .gr__f b{ color:var(--ink-body); font-weight:700 }

.am-ger .encadre{ border:1px solid var(--hairline); border-left:3px solid var(--ink);
  border-radius:0 12px 12px 0; padding:20px 24px; margin-top:26px; font-size:15px;
  line-height:1.6; color:var(--ink-body) }
.am-ger .encadre b{ color:var(--ink) }

.am-ger .inclus{ display:grid; grid-template-columns:repeat(2,1fr); gap:14px 32px; margin-top:8px }
.am-ger .inclus li{ display:flex; gap:12px; align-items:flex-start; font-size:16px; line-height:1.55; color:var(--ink-body); list-style:none }
.am-ger .inclus svg{ width:18px; height:18px; flex:none; margin-top:3px; stroke:var(--ink); stroke-width:2; fill:none }
.am-ger .inclus b{ color:var(--ink) }

@media (max-width:820px){
  .am-ger .inclus{ grid-template-columns:1fr }
  .am-ger .tarif td{ font-size:15px }
}
