.bloc_actualite {
    text-align: center;
    width: 100%;
    padding: 30px;
    background: url(/img/fond-actus.jpg) center top no-repeat;
    background-size: cover;
}

.c-57 .bloc_actualite, .bloc_actualite--page {
    background: none;
}

.bloc_actualite--page .actus {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.bloc_actualite--page .actus .actu {
    max-width: 350px;
    margin: 15px;
}

.bloc_actualite_title {
    color: #FFFFFF;
    font-size: 35px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 30px;
}

.bloc_actualite--page .bloc_actualite_title {
    color: #155144;
}

.bloc_actualite_container {
    position: relative;
    width: 100%;
}

.bloc_actualite_btn {
    margin: 60px auto 20px auto;
}

.actu {
    display: flex;
    flex-direction: column;
    min-height: 250px;
    height: 400px;
}

.actu_s {
    display: flex;
    flex-direction: column;
    min-height: 250px;
    height: 400px;
    max-width: 314px;
    margin-left: 20px;
    margin-right: 20px;
}

.actu_head {
    display: flex;
    justify-content: space-between;
    height: 50%;
}

.actu_head div:last-child {
    width: 100%;
}

.actu_date {
    display: flex;
    flex-direction: column;
    background-color: #155144;
    color: #FFFFFF;
    font-weight: bold;
    height: 100%;
    justify-content: center;
    padding: 10px;
    border-radius: 14px;
    align-items: center;
}

.actu_date + .actu_vignette {
    margin-left: 12px;
    width: 70%;
}

.actu_date_number {
    font-size: 30px;
}

.actu_vignette {
    display: flex;
    overflow: hidden;
    height: 100%;
}

.actu_vignette img {
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
}

.actu_head + .actu_content {
    margin-top: 12px;
    height: 50%;
}

.actu_content {
    width: 100%;
    height: 100%;
    background-color: #FBEEE6;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 10px 15px;
    text-align: justify;
    border-bottom-left-radius: 12px;
    border-top-right-radius: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.actu_content_title {
    color: #155144;
    font-family: 'gotham';
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: start;
}

.actu_content_text, .actu_content_summary {
    overflow: hidden;
    height: 90px;
    width: 100%;
    /*margin-bottom: 10px;*/
}

.actu_content_text p + p {
    margin-top: 15px;
}

.actu_content_link {
    margin-top: auto;
    align-self: flex-end;
}