/*!
Theme Name: Loriot
Template: Divi
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 3.24
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Tags: responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
.single-post #left-area {
    float: none;
    padding-right: 0;
}

.single-post #left-area {
    width: 100% !important;
}

.single-post #main-content .container::before {
    display: none;
}

.page article.type-post {
    display: flex;
    flex-flow: column;
    padding: 0;
    border: 0;
}

.page article.type-post .et_pb_image_container {
    order: 3;
    margin: 0;
}

.page article.type-post .entry-title {
    order: 2;
    color: rgb(51, 51, 51);
    font-family: "Lato";
    font-size: 22px;
    font-weight: 900;
    line-height: 35px;
}

.page article.type-post .post-meta {
    order: 1;
    color: rgb(50, 71, 113);
    font-size: 16px;
    font-weight: 900;
    line-height: 26px;
}

.page article.type-post .post-content {
    order: 4;
    color: rgb(102, 102, 102);
    font-family: "Lato";
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.page article.type-post .post-content a {
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 2px;
    line-height: 23px;
    text-transform: uppercase;
    display: inline-block;
    background-color: rgb(50, 71, 113);
    border-radius: 27px;
    padding: 16px 40px;
    margin-top: 30px;
}

.single-post #main-content {
    position: relative;
}

.single-post #main-content::before {
    content: '';
    display: block;
    position: absolute;
    height: 547px;
    width: 100%;
    background-position: bottom center;
    background-blend-mode: multiply;
    background-image: url(http://test.catapulpe.fr/wp-content/uploads/2019/10/O7A9900.jpg) !important;
    background-size: cover;
    background-position: center;
    background-color: rgba(0, 0, 0, 0.7) !important;
}

.single-post .container {
    max-width: 800px;
}

.single-post h1.entry-title {
    color: rgb(255, 255, 255);
    font-size: 30px;
    font-weight: 900;
    line-height: 30px;
    margin-bottom: 30px;
}

.single-post .et_pb_post {
    padding-top: 60px;
}

.single-post .et_post_meta_wrapper .date-blog {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 900;
    line-height: 26px;
}

.single-post .et_pb_post .entry-content {
    padding: 30px 0px;
    border-bottom: 1px solid rgb(233, 233, 233);
}

.single-post .et_pb_post .entry-content img {
    border: 1px solid rgb(233, 233, 233);
}

.single-post .et_pb_post .entry-content p:first-child {
    font-size: 18px;
    font-weight: 400;
    line-height: 35px;
}

.single-post .container h2 {
    color: rgb(50, 71, 113);
    font-weight: 900;
    font-size: 16px;
    line-height: 26px;
    margin-top: 30px;
}

.block-retour-blog {
    text-align: center;
}

.btn-retour-blog {
    color: rgb(102, 102, 102);
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 2px;
    line-height: 23px;
    text-transform: uppercase;
    display: inline-block;
    border: 2px solid rgb(102, 102, 102);
    border-radius: 27px;
    padding: 16px 24px;
    margin-top: 60px;
}

.et_contact_bottom_container{
    text-align: center;
    float: none;
}

@media(min-width:800px) {
    .single-post .et_pb_post .entry-content {
        padding: 65px 100px;
    }

    .single-post .et_pb_post .entry-content p:first-child {
        margin: 0 -100px;
        font-size: 22px;
    }

    .single-post h1.entry-title {
        font-size: 60px;
        line-height: 60px;
        margin-bottom: 60px;
    }

    .single-post .et_pb_post {
        padding-top: 150px;
    }
}
