.ui-dialog-titlebar-close {
    background-color: #D10000 !important;  /* Couleur de fond rouge foncé de base */
    border: none;
    color: white !important;  /* Couleur du texte en blanc */
    padding: 10px;
    font-size: 18px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;  /* Transition douce pour la couleur */
}

.ui-dialog-titlebar-close:hover {
    background-color: #FF0000;  /* Couleur de fond rouge vif lors du survol */
}
