.custom-label {
            background-color: transparent; /* Couleur de fond semi-transparente */
            border-radius: 5px; /* Coins arrondis */
            padding: 5px; /* Espace autour du texte */
            text-align: center; /* Centre le texte */
            white-space: wrap; /* Favorise le retour à la ligne */
            font-weight: normal;
        }