.bloc-news .onepost {
    background: #DAE3E8;
    margin-bottom: 15px;
    border-radius: 10px;
    padding: 16px;
}
.bloc-news .onepost .title {
    color: #1D1D1B;
    line-height: 21px;
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
}
.bloc-news .onepost .title:after {content: "";position: absolute;bottom: 0;left: 0;height: 2px;width: 58px;background: #4ECBE9;}
.bloc-news .onepost .excerpt {
    color: #1D1D1B;
    font-size: 16px;
    line-height: 21px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 8;
}
.bloc-news .onepost .btn_more a {
    color: #0069C8;
    font-size: 16px;
    font-weight: bold;
    line-height: 21px;
    margin-top: 10px;
    display: block;
}
