

.top-article .post-thumbnail{
    padding-left: 30px;
}

.single-post h1.entry-title{
    color: #000;
    margin-top: 0;
    margin-bottom: 25px;
}

.single-post #primary h2{
    color: #E74124;
}

.single-post article ul{
    padding-left: 0;
    margin-left: 0;
    list-style: none;
}

.single-post article ul li{
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.single-post article ul li:before{
    content:"";
    width: 7px;
    height: 7px;
    background: #E74124;
    border-radius: 50%;
    display: inline-block;
    margin: 0 12px;
}

.category-slider .slider-item .carre .content{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
}


@media(max-width: 1199px){
    .top-article .post-thumbnail{
        padding-left: 0px;
    }
}

@media (min-width: 1200px) {
    .single-post #primary .container{
        max-width: 1370px;
    }
    .top-article{
        padding-left: 55px;
        padding-right: 55px;
    }
}