    /* Tooltip avec fond noir */
    .tooltip-inner {
        background-color: black !important;
        color: white !important; /* Texte en blanc pour un meilleur contraste */
        border-radius: 4px; /* Optionnel : bord arrondi */
    }

    /* Flèche du tooltip en noir */
    .tooltip-arrow::before {
        border-top-color: black !important; /* Pour les tooltips en bas */
    }