/* Mode clair : les boutons plein bleu (bg-primary) doivent garder un libellé blanc.
   La remappe globale de .text-white en couleur ardoise ne s'applique pas ici. */
html.light .bg-primary.text-white,
html.light .bg-primary .text-white,
html.light a.bg-primary.text-white,
html.light button.bg-primary {
    color: #ffffff !important;
}
