
/** START BLOG */
body.it_news-template-default.single.single-it_news {
    background-color: #fff;
}

.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-it_news .homebanner {
    margin-top: -42px;
}
.single-it_news #main {
    padding-top: 5px;
}
.single-it_news .article-sidebar {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
}
.single-it_news h1 {
    color: #07374e;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
}
.single-it_news h2 {
    color: #07374e;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
}
.single-it_news article .entry-meta {
    margin: 10px 0 20px;
}
.single-it_news 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-it_news article .entry-content p {
    color: #07374e;
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: justify;
}
.single-it_news 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-it_news .article-sidebar aside h2{
    color: #07374e;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 28px;
}
.single-it_news .article-sidebar aside ul{
    list-style: none;
    padding-left: 0;
}
.single-it_news .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-it_news .article-sidebar aside ul li ul li {
    border-bottom: none;
    padding-bottom: 0;
}
.single-it_news .article-sidebar aside ul li ul li a {
    font-weight: 500;
    margin-left: 1.5rem;
}
.single-it_news .article-sidebar aside ul li ul li ul li {
    border-bottom: none;
}
.single-it_news .article-sidebar aside ul li ul li ul li a {
    font-weight: 300;
    margin-left: 3rem;
}
.single-it_news .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-it_news .article-sidebar aside ul li a img{
    border-radius: 5px;
}
.single-it_news .article-sidebar aside ul li div {
    width: auto;
    color: #07374e;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-weight: 300;
}
.single-it_news .article-sidebar aside ul li div.rpwwt-post-author {
    margin-left: 5px;
}
.single-it_news .article-sidebar aside ul li div.rpwwt-post-date {
    margin-left: 150px;
    position: relative;
}
.single-it_news .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-it_news .article-sidebar aside section {
    margin-bottom: 2rem;
}
.single-it_news .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 PRESS CONTACT */

.contact-press {
    text-align: center;
}

.contact-press>p {
    font-weight: 800;
}

.contact-press .contact-details>p {
    margin: 0px;
}

.contact-press .contact-details>p,
.contact-press .contact-details>p>a {
    color: #212529;
}

.contact-press .contact-details>p>a:hover {
    text-decoration: none;
}

/* END PRESS CONTACT */

/* START LATEST NEWS */

.bloc-latest-news>p {
    font-weight: 800;
    font-size: 18px;
}

.bloc-latest-news .all-news,
.it_news-template-default.single.single-it_news .download-new-actu {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

.bloc-latest-news .all-news button,
.it_news-template-default.single.single-it_news .download-new-actu button {
    padding: 10px 25px;
    background: transparent;
    border: 2px solid #07374e;
}

.bloc-latest-news div {
    display: flex;
}
.bloc-latest-news div .latest-news {
    display: flex;
    flex-direction: column;
    margin: 25px 0px 25px 0px;
    max-width: 600px;
}

.bloc-latest-news div>a {
    text-decoration: none;
    color: #07374e;
}

.bloc-latest-news .all-news a,
.it_news-template-default.single.single-it_news .download-new-actu button a {
    text-decoration: none;
    color: #07374e;
    font-weight: 600;
}

.bloc-latest-news .latest-news-title {
    text-decoration: none;
    color: #07374e;
    font-weight: 800;
    font-size: 22px;
    font-weight: 500;
}

.bloc-latest-news a:hover {
    text-decoration: none;
    color: #07374e;
}

.bloc-latest-news a .latest-news {
    padding: 0 0 25px 0px;
    border-right: 1px solid rgba(7, 55, 78, .3);
}
.bloc-latest-news a:last-child .latest-news {
    border-right: none;
}

.bloc-latest-news .latest-news .image-recents-post-wrapper {
    margin-right: 25px;
    margin-bottom: 15px;
}

.bloc-latest-news .latest-news .text-recents-post {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.bloc-latest-news .latest-news .image-recents-post-wrapper img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    border-radius: 8px;
    width: 100%;
    height: 200px;
    object-fit: cover;
}

/* START nav prev next */
.entry-prev-next nav {
    font-family: "Raleway", sans-serif;
    margin: 0rem 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 */

/* SASSY START */

.it_news-template-default.single.single-it_news aside.widget-area {
    margin: 0 auto;
    padding-right: 15px!important;
}

.it_news-template-default.single.single-it_news .article-sidebar {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.heateor_sss_sharing_container.heateor_sss_horizontal_sharing .heateor_sss_sharing_container .heateor_sss_sharing_ul {
    display: flex;
    flex-direction: row;
}

.heateor_sss_sharing_container.heateor_sss_vertical_sharing .heateor_sss_sharing_ul a:nth-child(1) {
    margin-bottom: 10px;
}

/*END SASSY */
/* 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-it_news .article-sidebar {
        flex-direction: column;
    }
    .single-it_news .article-sidebar article {
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0 !important;
    }
    .single-it_news .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-it_news .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-it_news .article-sidebar aside .recent-posts-widget-with-thumbnails ul li a {
        margin-bottom: 15px;
    }
    .single-it_news .article-sidebar aside ul li div.rpwwt-post-date {
        margin-left: 60px;
    }
}
/* END Media query for all */
/* END single post */
/* END BLOG */

.it_news-template-default.single.single-it_news .custom-header.navbar,
.it_news-template-default.single.single-it_news .homebanner {
  display: none;
}

.it_news-template-default.single.single-it_news .container.container-logo-footer {
    padding: 0px;
}

.tag-news {
    list-style: none;
    padding: 0;
}
.tag-news li {
    padding: 3px 5px!important;
    margin:0 5px 5px 0;
    background: transparent;
    border: 2px solid #07374e;
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
    color:#07374e;
}

@media print {
    .it_news-template-default.single.single-it_news footer.custom-footer,
    .it_news-template-default.single.single-it_news .bloc-latest-news,
    .it_news-template-default.single.single-it_news .entry-prev-next,
    .it_news-template-default.single.single-it_news aside.widget-area,
    .it_news-template-default.single.single-it_news .download-new-actu,
    .it_news-template-default.single.single-it_news .heateor_sss_sharing_container.heateor_sss_vertical_sharing.heateor_sss_bottom_sharing {
        display: none;
    }
}