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

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

#news_slid .div-news {
    display: inline-block;
    margin: 15px auto;
    padding-top: 15px;
    width: 100%;
}

#news_slid .image-news {
    width: 100px;
    float: left;
    margin-right: 10px;
}

#news_slid .titre-news {
    font-family: Segoe UI;
    font-size: 14px;
    color: #fff;
    font-weight: lighter;
    text-align: left;
}

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

#news_slid .date span {
    position: relative;
    margin-right: 6px;
}

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

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

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

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



