/*Bouton jour*/
.day{
    width: 21%;
    height: 52px;
    background-color: white;
    border-radius: 5px;
    color: var(--color);
    font-size: 16px;
    font-weight: 500;
    box-shadow: 0px 3px 6px #00000008;
    margin-top: 15px;
}

.day.checked{
    background-color: var(--color);
    color: white;
    font-weight: 600;
}

.work-day{
    font-size: 14px;
    text-align: left;
    padding-left: 12px;
}

.days-container * {
 -webkit-box-sizing: unset;
 -moz-box-sizing: unset;
 box-sizing: unset;
    --color: #D4006B;
    --fond: #FFF5FA;

    --progression: #F5F5F5;
    --italic: #6E6E6E;
}

.select-selected:after {
    /*position: absolute;*/
    /*content: "";*/
    /*right: 15px;*/
    /*bottom: 35%;*/
    width: 18px;
    border-left: 4px solid transparent;
    /*background: url('/img/down-arrow.png') no-repeat 0% white;*/
}