.bouton_recherche {
    background-color: #ffba31 !important;
    color: white !important;
    font-family: FiraSans, Arial, Helvetica, sans-serif;
    /* text-transform: uppercase; */
    font-size: 24px !important;
    /* border-radius: 15px; */
    width: 210px !important;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border: 0px !important;
}
/* Calendrier */
.sam, .dim {
    background-color: #efefef !important;
    color: #333 !important;
    border: black 1px dotted !important;
}
.passee {
    background-color: #eee !important;
    color: #666 !important;
    border: black 1px dashed !important;
}