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

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

.active.day, tr > td.day:hover {
    color: #c29d5e;
    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;
}

/*FIN CALENDRIER*/