.Second-title {
    padding-top: 20px;
    margin-bottom: 20px;
}

.table-text {
    text-align: center;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(72.16%, 79.61%, 81.57%, 0.7);
    z-index: 999;
}

.custom-row {
    height: 60px;
}

.dataTables_filter input {
    /* Styles spécifiques pour l'élément input de la barre de recherche */
    width: 300px; /* Largeur personnalisée */
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    font-size: 14px;
}

/* ========== Améliorations globales pour écrans ≥ 1400px (ex: 16 pouces et plus) ========== */