
/** START BLOG */ 
.blog #primary .page-header h1 {
    color: #07374e;
    font-family: "Raleway", sans-serif;
    font-size: 40px;
    font-weight: 700;
}
.blog #sergic-block-banner-pages img {
    object-position: right;
}
.wrapper-post {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
    margin-top: 1.5rem;
}
.wrapper-post .alm-reveal {
    display: flex;
    flex-wrap: wrap;

}
.wrapper-post img {
    max-width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 12px;
    max-height: 230px;
}
.wrapper-post li {
    margin: 1rem auto 0;
    padding: 25px;
}
.wrapper-post li:nth-child(3n-2) {
    padding-left: 0;
}
.wrapper-post li:nth-child(3n-1) {
    padding: 25px 12.5px;
}
.wrapper-post li:nth-child(3n) {
    padding-right: 0;
}
.wrapper-post a {
    text-decoration: none;
}
.wrapper-post li h2 {
    margin: 1rem 0 0.5rem;
    color: #07374e;
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 65px;
    overflow: hidden;
}
.wrapper-post li a {
    display: block;
}
.wrapper-post li a:hover {
    text-decoration: none !important;
}
.wrapper-post li a:hover h2 {
    color: #0e6e9c;
    text-decoration: underline !important;
}

.wrapper-post li span {
    color: #07374e;
    font-family: "Raleway", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    margin: 15px 0;
    display: inline-block;
}
.wrapper-post li p {
    color: #07374e;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    text-align: justify;
}

.wrapper-post li a:hover span,
.wrapper-post li a:hover p {
    text-decoration: none;
}

.alm-btn-wrap .alm-load-more-btn {
    color: #07374e !important;
    font-family: "Raleway", sans-serif;
    font-size: 16px  !important;
    border-radius: 25px !important;
    background-color: #fff !important;
    border: 1px solid #0093e6 !important;
}
    /*** MENU BLOG */
    .blog .homebanner {
        margin-top: -42px;
    }
    .menu-menu-post-desktop-container {
        display: block;
        width: 70%;
        margin: auto;
        position: relative;
        top: 90%;
        box-shadow: 0px 0px 8px -3px rgba(0, 0, 0, 0.5);
        background-color: #fff;
        border-radius: 5px;
    }

    .menu-menu-post-desktop-container ul {
        display: flex;
        list-style: none;
        align-items: center;
        justify-content: space-between;
        padding-left: 0;
    }

    .menu-menu-post-desktop-container > ul > li:first-child {
        width: 55%;
    }

    .menu-menu-post-desktop-container > ul > li:last-child {
        width: 45%;
    }

    .menu-menu-post-desktop-container ul li {
        font-size: 14px;
        font-weight: 700;
        margin: 20px 0;
        justify-content: space-evenly;
        flex: 1;
    }
    .menu-menu-post-desktop-container ul li:last-child {
        border-right: none;
    }

    .menu-menu-post-desktop-container ul li a {
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 12px;
        text-align: center;
        color: #002a9b;
        line-height: 15px;
        width: 100px;
    }

    .menu-menu-post-desktop-container ul li a img {
        max-width: 30px;
        max-height: 30px;
        object-fit: cover;
    }


    .menu-menu-post-desktop-container ul li {
        border-right: 1px solid #cdcdcd;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    /** END MENU BLOG */ 
    /** START archive */ 
    .archive .homebanner {
        margin-top: -42px;
    }
    .archive h1 {
        color: #07374e;
        font-family: "Raleway", sans-serif;
        font-weight: 700;
    }
    /** END archive */
    /** START Single post */
    .single-post .homebanner {
        margin-top: -42px;
    }
    .single-post #main {
        padding-top: 5px;
    }
    .single-post .article-sidebar {
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .single-post h1 {
        color: #07374e;
        font-family: "Raleway", sans-serif;
        font-weight: 700;
    }
    .single-post h2 {
        color: #07374e;
        font-family: "Raleway", sans-serif;
        font-weight: 500;
    }
    .single-post article .entry-meta {
        margin: 10px 0 20px;
    }
    .single-post article .entry-meta span {
        color: #07374e;
        font-family: "Raleway", sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 18px;
        margin: 15px 0;
        display: inline-block;
    }
    .single-post article .entry-content p {
        color: #07374e;
        font-family: "Raleway", sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
        text-align: justify;
    }
    .single-post article .entry-content ul li {
        color: #07374e;
        font-family: "Raleway", sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
        text-align: justify;
    }
    /** START sidebar */ 

    .single-post .article-sidebar aside h2{
        color: #07374e;
        font-family: "Raleway", sans-serif;
        font-weight: 700;
        font-size: 28px;
    }
    .single-post .article-sidebar aside ul{
        list-style: none;
        padding-left: 0;
    }
    .single-post .article-sidebar aside ul li {
        border-bottom: 1px solid #ccc;
        padding: 10px 0;
        display: flex;
        flex-direction: row-reverse;
        flex-wrap: wrap;
        justify-content: flex-end;
    }
    .single-post .article-sidebar aside ul li ul li {
        border-bottom: none;
        padding-bottom: 0;
    }
    .single-post .article-sidebar aside ul li ul li a {
        font-weight: 500;
        margin-left: 1.5rem;
    }
    .single-post .article-sidebar aside ul li ul li ul li {
        border-bottom: none;
    }
    .single-post .article-sidebar aside ul li ul li ul li a {
        font-weight: 300;
        margin-left: 3rem;
    }
    .single-post .article-sidebar aside ul li a{
        color: #07374e;
        font-family: "Raleway", sans-serif;
        font-weight: 700;
        font-size: 16px;
        width: 100%;
        display: flex;
        align-items: center;
    }
    .single-post .article-sidebar aside ul li a img{
        border-radius: 5px;
    }
    .single-post .article-sidebar aside ul li div {
        width: auto;
        color: #07374e;
        font-family: "Raleway", sans-serif;
        font-size: 14px;
        font-weight: 300;
    }
    .single-post .article-sidebar aside ul li div.rpwwt-post-author {
        margin-left: 5px;
    }
    .single-post .article-sidebar aside ul li div.rpwwt-post-date {
        margin-left: 150px;
        position: relative;
    }
    .single-post .article-sidebar aside ul li div.rpwwt-post-date::before {
        content: "Publié le";
        position: absolute;
        right: 100%;
        width: 60px;
        color: #07374e;
        font-family: "Raleway", sans-serif;
        font-size: 14px;
        font-weight: 300;
    }
    .rpwwt-widget ul li img {
        margin: 0 .75rem 0 0 !important;
    }
    
    .single-post .article-sidebar aside section {
        margin-bottom: 2rem;
    }
    .single-post .article-sidebar aside .widget_recent_entries ul li {
        display: flex;
        flex-direction: column;
    }

    
    /** END Sidebar */ 
    /** START Social Share */ 
    .single ul.heateor_sss_follow_ul li, 
    .single ul.heateor_sss_sharing_ul li {
        margin: 0 10px 0 0 !important;
    }
    .single .heateor_sss_sharing_container {
        margin-top: 1.5rem;
    }
    .single .heateor_sss_sharing_container .heateor_sss_sharing_title {
        font-family: "Raleway", sans-serif;
        margin-bottom: 0.5rem;
    }
    /* END Social Share */
    /* START nav prev next */ 
    .entry-prev-next nav {
        font-family: "Raleway", sans-serif;
        margin: 2rem auto 3rem;
    }
    .entry-prev-next nav .nav-links {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .entry-prev-next nav .nav-links .nav-next a span{
        text-align: end;
    }
    .entry-prev-next nav .nav-links a {
        display: flex;
        align-items: center;
    }
    .entry-prev-next nav .nav-links a img {
        background-color: #fff;
        border-radius: 50%;
        padding: 13px 11px;
    }
    .entry-prev-next nav .nav-links a span {
        margin: 0 10px;
    }
    .entry-prev-next nav .nav-links a span.post-mobile {
        display: none;
    }
    /* END nav prev next */
    /* START Media query for all */ 
    @media screen and (max-width: 991px) {
        #sergic-block-banner-pages > img {
            object-position: bottom !important;
            padding-top: 0 !important;
        }
        .menu-menu-post-desktop-container ul {
            flex-wrap: wrap;
        }
        .single-post .article-sidebar {
            flex-direction: column;
        }
        .single-post .article-sidebar article {
            flex: 0 0 100%;
            max-width: 100%;
            padding-right: 0 !important;
        }
        .single-post .article-sidebar aside {
            flex: 0 0 100%;
            max-width: 100%;
            padding-left: 0 !important;
            margin-top: 2rem;
        }
        .wrapper-post li:nth-child(2n-1) {
            padding-left: 0;
            padding-right: 25px;
        }
        .wrapper-post li:nth-child(2n) {
            padding-right: 0;
            padding-left: 25px;
        }
    }
    @media screen and (max-width: 768px) {
        .wrapper-post li:nth-child(2n-1) {
            padding: 0;
        }
        .wrapper-post li:nth-child(2n) {
            padding: 0;
        }
        .entry-prev-next nav .nav-links a span.post-mobile {
            display: inline-block;
            margin: 0;
        }
        .entry-prev-next nav .nav-links a span.post-title {
            display: none;
        }
        .entry-prev-next nav .nav-links a img {
            display: none;
        }
    }
    @media screen and (max-width: 720px) {
        .wrapper-post li {
            padding: 0 !important;
        }
        .menu-menu-post-desktop-container ul li {
            border-right: none;
        }
    }
    @media screen and (max-width: 321px) {
        .single-post .article-sidebar aside ul li div.rpwwt-post-date {
            margin-left: 140px;
        }
        .rpwwt-widget ul li img {
            margin-right: 6px !important;
        }
    }
    @media screen and (min-width: 991px) and (max-width: 1200px) {
        .single-post .article-sidebar aside .recent-posts-widget-with-thumbnails ul li a {
            margin-bottom: 15px;
        }
        .single-post .article-sidebar aside ul li div.rpwwt-post-date {
            margin-left: 60px;
        }
    }
    /* END Media query for all */
    /* END single post */  
/* END BLOG */