/* =========================================
   PUCES DU SITE - fichier centralisé
   Icône à 3 étincelles (rouge accent), utilisée
   pour toutes les listes à puces et les liens du footer.
   Modifier ici pour changer l'icône partout à la fois.
========================================= */

:root {
  --puce-etincelle: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M14 9 L15.8 16.2 L23 18 L15.8 19.8 L14 27 L12.2 19.8 L5 18 L12.2 16.2 Z' fill='%23D0021B'/%3E%3Cpath d='M24 2.5 L24.9 6.1 L28.5 7 L24.9 7.9 L24 11.5 L23.1 7.9 L19.5 7 L23.1 6.1 Z' fill='%23D0021B'/%3E%3Cpath d='M6 22.5 L6.5 24.5 L8.5 25 L6.5 25.5 L6 27.5 L5.5 25.5 L3.5 25 L5.5 24.5 Z' fill='%23D0021B'/%3E%3C/svg%3E");
}

/* Listes de contenu générales (ex: closeup.html) */
body.pg-closeup li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 19px;
  height: 19px;
  background-image: var(--puce-etincelle);
  background-size: contain;
  background-repeat: no-repeat;
}

/* Listes "checklist" des pages de rendez-vous (rdv-closeup.html, rdv-abracadashow.html) */
.checklist li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  background-image: var(--puce-etincelle);
  background-size: contain;
  background-repeat: no-repeat;
}

/* Liens du footer commun (footer2.html) */
.footer-col a::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  vertical-align: -3px;
  background-image: var(--puce-etincelle);
  background-size: contain;
  background-repeat: no-repeat;
}
