/* -------------------------------------------------------------------------- */
/*                                Falcon Button                               */
/* -------------------------------------------------------------------------- */
/* prettier-ignore */

/* -------------------------------------------------------------------------- */
/*                        Datatable : pied de tableau vide                     */
/* -------------------------------------------------------------------------- */
/* Donne aux <tfoot> vides un rendu proche d'un card-footer (hauteur + fond). */
.table > tfoot:empty::before {
  content: "\00a0";
  display: block;
  height: 2.5rem;
  background-color: rgba(44, 123, 229, 0.06); /* teinte primaire douce et soft */
  border-top: 2px solid var(--falcon-primary, var(--bs-primary, #2c7be5));
}

/* -------------------------------------------------------------------------- */
/*                     Cartes de section numérotées (fiche)                    */
/* -------------------------------------------------------------------------- */
/* Bordure de couleur légère + pied de carte assorti pour les grandes sections. */
.card-section {
  border: 1px solid rgba(44, 123, 229, 0.25);
}

.card-section > .card-footer {
  background-color: rgba(44, 123, 229, 0.04);
  border-top: 1px solid rgba(44, 123, 229, 0.25);
}

/* Numéro d'ordre de la section (ex. 01 — Exonérations) */
.card-section .num-section {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.75rem;
  height: 1.75rem;
  padding: 0 0.4rem;
  margin-right: 0.5rem;
  border-radius: 0.375rem;
  font-weight: 700;
  color: var(--falcon-primary, var(--bs-primary, #2c7be5));
  background-color: rgba(44, 123, 229, 0.1);
}

/*# sourceMappingURL=user.css.map */
