/* ============================================================
   MY VTC GO — icons.css (global)
   Icônes SVG Bienveillance (bv-icon, bv-icon-*)
   ============================================================ */

/* ====================================================
   MY VTC GO — icons.css
   Icônes SVG — classe globale .c-icon
   Usage : <span class="c-icon"><svg viewBox="0 0 24 24">...</svg></span>
===================================================== */

.c-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.c-icon svg {
  width: 20px;
  height: 20px;
  stroke: var(--blue);
  stroke-width: 1.6;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Variantes de taille */
.c-icon--sm svg { width: 15px; height: 15px; }
.c-icon--lg svg { width: 28px; height: 28px; }

/* Famille Bienveillance — taille 22px, hérite stroke: var(--blue) */
.c-icon--bv svg,
.c-icon--bv-senior svg,
.c-icon--bv-access svg,
.c-icon--bv-health svg {
  width: 22px;
  height: 22px;
  stroke-width: 1.8;
}
