.tableInterv-tete th {
    color: #FFFFFF;
    background-color: #0e3a67;
    border: #0e3a67;
}
.body-tableInterv {
    background-color: #FFFFFF;
}
.container-interv {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    width: 90%;
}
.table-responsive-wrapper {
    width: 90%;
    display: flex;
    justify-content: center;
    margin-left: 10%;
}
.table-responsive {
    overflow-x: auto;
}
.SumoSelect > .CaptionCont {
    position: relative;
    border: none;
    min-height: 14px;
    background-color: #fff;
    border-radius: 5px;
    margin: 0;
}
.tableInterv-tete th label {
    display: block;
    font-family: Arial, sans-serif;
    letter-spacing: 2px;
    font-size: 25px;
    margin: 5px 2em;
}
table th {
    padding: 0.3rem;
}
#intervenantTable th, #intervenantTable td {
    padding: 10px;
}
.table td {
    text-align: center;
    vertical-align: middle;
    font-family: Arial, sans-serif;
    letter-spacing: 1px;
    font-size: 25px;
    font-weight: bold;
    color: #0e3a67;
}
.input-collab {
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 5px;
    padding: 0;
    width: 50%;
}
.date-entree {
    background-color: #99e999 !important;
}
.aucun-interv {
    text-align: center;
    color: #618a99 !important;
}
.sortir-interv {
    color: #ffffff;
    padding: 0.7em 1em;
    width: 200px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 0.6em;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 6px 6px 12px rgba(197, 197, 197, 0.52), -6px -6px 12px rgb(255, 255, 255);
}
.sortir-interv:active {
    color: #666;
    box-shadow: inset 4px 4px 12px #c5c5c5, inset -4px -4px 12px #ffffff;
}

/* Styles responsives */
@media (max-width: 1200px) {
    .tableInterv-tete th label {
        font-size: 20px;
        margin: 5px 1em;
    }
    .table td {
        font-size: 20px;
    }
    .sortir-interv {
        width: 150px;
        font-size: 16px;
    }
}

@media (max-width: 992px) {
    .tableInterv-tete th, .table td {
        padding: 5px;
    }
    .sortir-interv {
        width: 120px;
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .tableInterv-tete th label {
        font-size: 18px;
        margin: 5px 0.5em;
    }
    .table td {
        font-size: 18px;
        padding: 5px;
    }
    .sortir-interv {
        width: 100px;
        font-size: 12px;
    }
}

@media (max-width: 576px) {
    .tableInterv-tete th label, .table td {
        font-size: 16px;
    }
    .sortir-interv {
        width: 80px;
        font-size: 10px;
    }
}
