/** titles with svgs */
.news-title {
    color: black !important;
    margin: 0 0 25px 0 !important;
    font-size: 25px;
    display: flex;
    align-items: center;
    font: normal normal 600 30px/23px Barlow;
}

.news-title:before {
    content: "";
    display: block;
    width: 60px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: left;
    background-size: 40px 40px;
}

.news-title.a-la-une-title:before {
    background-size: 50px 60px;
    background-image: url('/site/wp-content/themes/virtue_child/assets/img/camera-grosplan.svg');
}

.news-title.latest-news-title:before {
    background-image: url('/site/wp-content/themes/virtue_child/assets/img/ionic-ios-megaphone.svg');
}

.news-title.categories-title:before {
    background-image: url('/site/wp-content/themes/virtue_child/assets/img/clap-categorie.svg');
}
