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

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

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

#details_news .image-news {
    width: 330px;
    margin: 0 auto 50px;
    text-align: center;
}

#details_news .titre-news {
    font-family: Segoe UI;
    font-size: 15px;
    color: #d80001;
    font-weight: bold;
    text-align: center;
    display: block;
}

#details_news .date {
    font-family: Segoe UI;
    font-size: 14px;
    color: #fff;
    font-weight: lighter;
    text-align: center;
    margin: 5px auto 30px;
}

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

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

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


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

#details_news .descrption {
    font-size: 14px;
    font-family: 'Segoe UI';
    margin: 15px 0;
    text-align: justify;
}





