/* Proportions du logo d’en-tête sur toutes les pages */
.brand img {
  display: block;
  height: auto !important;
  max-height: none !important;
  aspect-ratio: 1200 / 247;
  object-fit: contain;
}
