/*
 * APPUIBOIS — Charte graphique icônes SVG
 * Palette :
 *   Trait principal  : #4a4a4a  épaisseur 1.5px
 *   Contour bois     : #b8912e  (or foncé)
 *   Remplissage bois : #d4a94c  (or clair APPUIBOIS)
 *   Flèches/efforts  : #c0392b  (rouge)
 *   Cotes/textes     : #5b8fa8  (bleu clair APPUIBOIS)
 *   Acier/métal      : #7f8c8d  (gris moyen)
 *   Fond             : transparent
 * Style : technique épuré, pas d'ombre, pas de dégradé, rx=2 sur bois
 * Typo SVG : Arial, sans-serif — 9px annotations, labels gras
 * Traits   : contours 1px, cotes/flèches 0.7px (icônes label 48px)
 */

.appui-icon {
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
}

.appui-icon svg {
  display: block;
  width: 60px;
  height: 60px;
}

.appui-icon.small  svg { width:  32px; height:  32px; }
.appui-icon.medium svg { width:  60px; height:  60px; }
.appui-icon.large  svg { width: 100px; height: 100px; }
.appui-icon.xlarge svg { width: 140px; height: 140px; }

/* Icônes-labels : taille uniforme 48×48 — remplacent un libellé de champ */
.appui-icon.label {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}
.appui-icon.label svg { width: 48px; height: 48px; display: block; }
