.titre-boost {
    text-align: center; /* Centrer le texte */
    color: #FFFFFF; /* Blanc */
    font-size: 2em; /* Taille du texte */
    font-weight: bold; /* Texte en gras */
    margin: 20px 0; /* Espacement haut et bas */
}

.row .col-lg-12 a {
    color: hsl(var(--base)) !important;
    text-decoration: none; /* Pour éviter le soulignement bleu par défaut */
}

.row .col-lg-12 a:hover {
    color: hsl(var(--base)) !important;
    text-decoration: underline;
}

.btn--base {
    color: white !important; /* Texte en blanc */