.texte-centre {
    font-weight: bold;
    font-size: 34pt;
    color: white;
    text-align: center;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 600px) {
    .texte-centre {
        font-size: 14pt; /* Taille de police plus petite pour les petits Ã©crans */
    }
}