/*DEBUT CALENDRIER*/
.datepicker td, .datepicker th {
    width: 1.9rem;
    height: 1.9rem;
    font-size: 0.85rem;
}

.datepicker.datepicker-dropdown {
    padding: 0;
}

.active.day, tr > td.day:hover {
    background: var(--color-alyse-standard, #FF8D2F);
    color: #fff;
    border-radius: 100%;
}

.datepicker-dropdown:after {
    border-bottom-color: #08c;
}

.datepicker-days .table-condensed thead tr:nth-child(2),
.datepicker-months .table-condensed thead tr:nth-child(2),
.datepicker-years .table-condensed thead tr:nth-child(2),
.datepicker-decades .table-condensed thead tr:nth-child(2),
.datepicker-centuries .table-condensed thead tr:nth-child(2) {
    background: #282e2e;
    color: #fff;
}

.datepicker-days {
    text-align: center;
}

/* Styles supplémentaires pour les dates antérieures à aujourd'hui */
.datepicker td.old, .datepicker td.disabled {
    background-color: #e9ecef;
    color: #6c757d;
    cursor: not-allowed;
}

/*FIN CALENDRIER*/