.bottom_datefact .auto-container {
    display: flex;
    flex-wrap: wrap;
}
.bottom_datefact .row-datefact {
    width: 85px;
    border-right: 1px solid #0069C8;
    padding-left: 20px;
    margin-right: 80px;
}
.bottom_datefact .row-txtdatefact {
    width: 490px;
    max-width: calc(100% - 145px);
    display: flex;
    align-items: center;
}
.top_datefact {
    height: 85px;
    background: #526B81;
}
.top_datefact h2 {
    color: white;
    margin-bottom: 0;
    font-size: 45px;
    line-height: 1;
    font-weight: 300;
}
.top_datefact .auto-container {
    height: 100%;
    display: flex;
    align-items: center;
}
.bottom_datefact {
    background: url(/wp-content/uploads/2021/10/key.jpg);
    background-position: center;
    background-size: cover;
    padding: 20px 0;
}
.bottom_datefact .row-datefact .slick-arrow {
    background: #DAE3E8;
    width: 41px;
    height: 41px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    color: #2977C9;
    cursor: pointer;
    margin: auto;
}
.bottom_datefact .row-datefact .ladate {
    font-size: 20px;
    color: #0069C8;
    line-height: 47px;
    text-align: center;
}

.bottom_datefact .row-txtdatefact .txtdate {
    color: #4ECBE9;
    font-size: 34px;
    line-height: 35px;
}
.bottom_datefact .row-txtdatefact .titre {
    color: #1D1D1B;
    font-size: 45px;
    font-weight: bold;
    line-height: 60px;
    margin-bottom: 10px;
}
.bottom_datefact .row-txtdatefact .texte {
    font-size: 16px;
    line-height: 21px;
    color: #1D1D1B;
}
.bottom_datefact .row-datefact .item_date.slick-slide.slick-current.slick-active.slick-center .ladate {
    color: #4ECBE9;
}
