/*
  topbar.css — bandeau d'annonce en haut du site (message ponctuel, ex. congés).
  Piloté depuis « Options Defilentissus » (case Afficher + message).
*/
.topbar {
  background: var(--color-ink);
  color: var(--color-white);
  text-align: center;
  padding: var(--space-2) var(--space-4);
}

.topbar__message {
  margin: 0;
  font-size: var(--text-sm);
  font-weight: 600;
  line-height: 1.4;
}
