/* Plumber Deboucheur — v4-30 (2026-09-16). Charge apres v4-29.css.
   Le bloc « qui paie » passe en accordeons, photo a gauche, texte a droite :
   les quatre cartes photo etaient illisibles cote a cote. Le verdict reste
   visible sans ouvrir, en pastille de couleur dans le resume. */

.faq--payeurs summary{display:flex;flex-wrap:wrap;align-items:center;gap:10px 14px}
.a4-tag{
  display:inline-flex;
  align-items:center;
  flex:none;
  padding:7px 13px;
  border-radius:999px;
  background:var(--navy-deep);
  color:#fff;
  font-family:"Archivo",sans-serif;
  font-size:11.5px;
  font-weight:800;
  letter-spacing:.04em;
  line-height:1.1;
  text-transform:uppercase;
  white-space:nowrap;
}
.a4-tag--vous{background:var(--orange)}
.a4-tag--bleu{background:var(--navy)}
.faq--payeurs summary .faq__plus{margin-left:auto}
.faq--payeurs details p{margin-top:2px}

/* Quatre accordeons se lisent d'un bloc : on resserre l'ecart. */
.faq--payeurs{gap:12px}
