#list_news .title-news {
    margin-left: auto;
    font-family: Segoe UI;
    font-size: 24px;
    color: #ffffff;
}

#list_news .bloc-news {
    display: inline-block;
    position: relative;
    width: 100%;
}

#list_news .div-news {
    margin: 0 auto 15px;
    padding-top: 15px;
    width: 100%;
    display: flex;
    align-items: center;
}

#list_news .image-news {
    width: 300px;
    float: left;
    margin-right: 25px;
}

#list_news .titre-news {
    font-family: Segoe UI;
    font-size: 14px;
    color: #4d4f54;
    font-weight: bold;
    text-align: left;
}

#list_news .date {
    font-family: Segoe UI;
    font-size: 14px;
    color: #fff;
    font-weight: lighter;
    text-align: left;
    margin-top: 5px;
}

#list_news .date span {
    position: relative;
    margin-right: 6px;
    color: #4d4f54;
}

#list_news .date span:after {
    position: absolute;
    content: '';
    width: 3px;
    height: 1px;
    background: #4d4f54;
    top: 10px;
    right: -5px;
}

#list_news .date span:last-child:after {
    display: none;
}

#list_news .bloc-news:after {content: '';position: absolute;width: 100%;height: 1px;background: #b5b5b5;left: 0;bottom: 0;}

#list_news .bloc-news:last-child:after {
    display: none;
}

#list_news .description {
    font-size: 14px;
    font-family: 'Segoe UI';
    margin: 15px 0;
    text-align: justify;
}
#list_news .btn-plus {
    color: #d20001;
    font-size: 14px;
}





