
    .bandeau-prod {
        background-color: #dc3545; /* Rouge pour la Prod */
        color: white;
        text-align: center;
        padding: 10px;
        font-weight: bold;
    }
    .bandeau-test {
        background-color: #FFA500; /* Orange pour le Test */
        color: white;
        text-align: center;
        padding: 10px;
        font-weight: bold;
    }  
    .bandeau-chiffre {
        background-color: #00d9ff; /* Cyan pour le chiffrement */
        color: white;
        text-align: center;
        padding: 10px;
        font-weight: bold;
    } 
    .bandeau-dev1 {
        background-color: #3700ff; /* Bleu pour le Dev */
        color: white;
        text-align: center;
        padding: 10px;
        font-weight: bold;
    } 
    .bandeau-dev2 {
        background-color: #17aff5; /* Bleu pour le Dev */
        color: white;
        text-align: center;
        padding: 10px;
        font-weight: bold;
    } 
    .bandeau-recette {
        background-color: #0de21f; /* Bleu pour le Dev */
        color: white;
        text-align: center;
        padding: 10px;
        font-weight: bold;
    } 
    .bandeau-prod2 {
        background-color: #e908b8; /* Bleu pour le Dev - Copie de la prod Linux */
        color: white;
        text-align: center;
        padding: 10px;
        font-weight: bold;
    } 
    .bandeau-test2 {
        background-color: #9c9e05; /* Bleu pour le Dev - Copie du Test Linux */
        color: white;
        text-align: center;
        padding: 10px;
        font-weight: bold;
    } 