
.card_info_affiche{
    padding-top: 30px;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    width: 100%;
    height: 300px;
}

.date_event_card{
    background-color: #000;
    color : #fff;
    max-width: 200px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 10px;
    
}

.date_style{
    font-weight: bold;
    font-size: 1.8em;
    max-width: 95%;
}
