/* Styles pour le tableau des entretiens (identique au plan de formation) */
.equilibre-entretiens-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}
.equilibre-entretiens-table th {
    background-color: #1c46a3;
    font-weight: 500;
    font-size: 0.8em;
    color: #fff;
    text-align: center;
    padding: 8px 12px;
    border: 1px solid #d6deea;
}
.equilibre-entretiens-table td {
    border: 1px solid #d6deea;
    padding: 8px 12px;
    text-align: center;
    color: #1c46a3;
    font-size: 0.80em;
}
.equilibre-entretiens-table tr:nth-child(even) {
    background-color: #f2f6fc;
}
.equilibre-entretiens-table tr:hover {
    background-color: #e8eff9;
}
.equilibre-entretiens-table .button {
    background: #41C4D6;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 7px 16px;
    font-size: 14px;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s;
    display: inline-block;
}
.equilibre-entretiens-table .button:hover {
    background: #1A3B4C;
    color: #fff;
}
.equilibre-entretien-details {
    margin: 30px 0 20px 0;
    padding: 0;
    list-style: none;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px #e1eaf2;
}
.equilibre-entretien-details li {
    padding: 12px 18px;
    border-bottom: 1px solid #e1eaf2;
    font-family: Poppins, sans-serif;
    font-size: 15px;
}
.equilibre-entretien-details li:last-child {
    border-bottom: none;
}
.export-csv-btn {
    background: #fff !important;
    border: 1px solid #1c46a3 !important;
    border-radius: 8px !important;
    padding: 6px 8px !important;
    color: #1c46a3 !important;
    display: inline-flex !important;
    align-items: center;
    gap: 6px;
    font-size: 1em;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    transition: all 0.2s;
    box-shadow: none;
    text-decoration: none;
}
.dashicons-media-spreadsheet:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('https://equilibre.rhmobilite.fr/wp-content/uploads/2025/05/picto-telecharger-bleu-ressources-plateforme-equilibre-rh-mobilite.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 4px;
}

.entretien-export-pdf-new-btn {
    background: #fff !important;
    border: 1px solid #1c46a3 !important;
    border-radius: 8px !important;
    padding: 6px 8px !important;
    color: #1c46a3 !important;
    display: inline-flex !important;
    align-items: center;
    gap: 6px;
    font-size: 1em;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    transition: all 0.2s;
    box-shadow: none;
    text-decoration: none;
    cursor: pointer;
}

.entretien-export-pdf-new-btn:disabled {
    opacity: 0.7 !important;
    cursor: not-allowed !important;
}
