/* Fichier : styles/design.css */

.texte-rouge {
    color: rgb(231, 35, 35);
    font-weight: bold;
}

.texte-orange {
    color: rgb(255, 165, 0);
    font-weight: bold;
}