


.filtres-block{
    display: flex;
}

.filtres-block .date-block:not(:first-child){
    margin-left: 1em;
}

.date-block{
    display: flex;
    flex-direction: column;
}


.card{
    width: 150px;
}

.cards-block{
    display: flex;
    margin-top: 2em;
}

.cards-block .card:not(:first-child){
    margin-left: 1em;
}

.cards-block .card{
    display: flex;
    flex-direction: column;
    border: 1px solid #d1d1d1;
    padding: 1em;
    border-radius: 3px;
}


.cards-block .card .card-contenu{
    font-size: 20px;
}


.cards-block .card .card-label{
    color: #474747;
}

#actualiser{
    background: black;
    color: white;
    border: 1px solid black;
    border-radius: 3px;
    margin-left: 1em;
}
