/* Styles propres à l'application. Bootstrap 5 fournit le reste. */

.navbar-brand {
  font-weight: 600;
}

/* Indication visuelle pendant une requête HTMX en cours. */
.htmx-request .htmx-indicator,
.htmx-request.htmx-indicator {
  display: inline-block;
}

.htmx-indicator {
  display: none;
}
