.text-success {
    color: #28a745;
    font-weight: bold; /* Code couleur pour le vert Bootstrap par défaut */
}
.text-primary {
    color: #007bff;
    font-weight: bold; /* Code couleur pour le bleu Bootstrap par défaut */
}
.text-warning {
    color: #ffc107; /* Code couleur jaune d'avertissement 28a745 */
    font-weight: bold;
}
