.page-template-blog .main-header {
    border-bottom: 1px solid #efefef;
}

.page-template-blog .blog {
    height: inherit;
    padding-bottom: 60px;
}

.page-template-blog .bloc-news-blog {
    height: 300px;
}

.page-template-blog .bloc-news-blog h3, .single .bloc-news-blog h3 {
    position: absolute;
    bottom: 0px;
    text-align: center;
    left: 0;
    color: #434343;
    margin: auto;
    right: 0;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    max-width: 80%;
    transition: 0.4s;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-color: #f5f5f5;
    padding: 10px 20px;
    color: black;
    box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.18);
}

.page-template-blog .bloc-news-image, .single .bloc-news-image {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    text-align: center;
    opacity: 0.8;
    transition-duration: 0.4s;
    filter: grayscale(50%;);
    -webkit-filter: grayscale(50%);
    -moz-filter: brightness(50%);
    -o-filter: brightness(50%);
    -ms-filter: brightness(50%);
}
.page-template-blog .bloc-news-blog:hover .bloc-news-image{
    opacity: 1;
}

.single p {
    font-size: 16px;
}

.single .return_news {
    color: white;
    display: block;
    padding-top: 40px;
}
.single .return_news img {
    width: 13px;
    margin-right: 14px;
}
.single .news {
    max-width: 800px;
    margin: 0 auto;
    margin-top: 100px;
    background-color: #fbfbfb;
    padding: 40px 60px 40px 60px;
    border-radius: 14px;
}

.single .main_image img {
    width: 100%;
    margin-bottom: 30px;
}
.single .blog_text {
    font-size: 14px;
    line-height: 24px;
    margin-top: -23px;
}
.single .news .news_content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-top: 30px;
}

.single .news .news_content ul, .single .news .news_content #apropos_content #propos_contenue ol, #apropos_content #propos_contenue .single .news .news_content ol, .page-template-apropos .propos_contenue ul {
    padding-left: 30px;
    list-style-image: url("../images/icones/puce.png");
}

.single .news .news_content ul li, .page-template-apropos ul li {
    font-weight: 300; letter-spacing: 0.008em;
    font-size: 15px;
    margin-bottom: 0px;
    color: #404040;
    line-height: 30px;
} {
    font-weight: 300; letter-spacing: 0.008em;
    font-size: 15px;
    margin-bottom: 0px;
    color: #404040;
    line-height: 30px;
}

/* BALISES STYLE */

.single-post .news .title {
    letter-spacing: 0.03em;
    padding: 0px 0px 20px 0px;
    font-size: 24px;
    text-transform: inherit;
    font-weight: 600;
    line-height: 28px !important;
}

.single-post p {
    line-height: 28px;
    margin-top: 12px;
    margin-bottom: 12px;
}

.single-post .news h2 {
    letter-spacing: 0.02em;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 600;
}

.single-post .news h3 {
    letter-spacing: 0.02em;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 400;
}

.single-post .news h4 {
    letter-spacing: 0.02em;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
}

.single-post .news a {
    font-weight: 400;
    color: #2d649c;
}

.single-post .news strong {
    font-weight: 600;
}

.single-post .news .date {
    text-transform: uppercase;
    font-size: 11px;
    line-height: 20px;
    letter-spacing: 0.03em;
}

/* TESTIMONIALS */
.single-testimonial .main_image {
    display: none;
}
.single-testimonial .blog {
    height: 110px;
}


@media screen and (max-width:768px) {
    .single .news {
        max-width: 800px;
        margin: 0 auto;
        margin-top: 57px;
        background-color: #fbfbfb;
        padding: 20px 20px 20px 20px;
        border-radius: 0px;
    }
}