/* Le logo officiel est conservé dans ses proportions, avec un fond clair
   pour rester lisible lorsque le visiteur utilise le thème sombre. */
header { min-height: 100px; }
.logo-site { flex: 0 0 104px; padding: 2px 4px; background: #fff; border-radius: 7px; }
.logo-site img { width: 96px; height: 64px; object-fit: contain; border-radius: 0; }
nav.onglets { top: 100px; }
@media (max-width: 760px) {
  header { gap: 10px; padding: 12px; min-height: 92px; }
  .marque h1 { font-size: 16px; }
  .marque span { font-size: 11px; }
  nav.onglets { top: 0; }
}
