/* sommaire actualités */
.post-template-default.single.single-post .two_columns_75_25>.column2 {
    display: none;
}
@media (min-width: 1024px) {
    .post-template-default.single.single-post .two_columns_75_25>.column2 {
        display: initial;
    }
}

.actus_sommaire aside.sidebar {
    padding: 0 20px 0 0;
    border-right: 1px solid #e0e0df;
}
.actus_sommaire aside.sidebar.qode-sticky-sidebar {
    top: 160px !important;
}
.sub-menu-actus-sommaire li {
    line-height: 18px;
    margin-bottom: 30px;
}
.sub-menu-actus-sommaire a,
.sub-menu-actus-sommaire ::marker {
    font-size: 15px;
    color: #5b5c5f;
}
.sub-menu-actus-sommaire a:hover,
.sub-menu-actus-sommaire li a.active {
    color: #015ca7;
    font-weight: 700;
}

.actus_sommaire .column1 .column_inner {
    padding: 0 0 20px 80px;
}

.actus_sommaire .post_info {
    border-bottom: 1px solid #e0e0df;
    margin-bottom: 30px;
}
.actus_sommaire .post_info h1 {
    font-size: 34px;
    font-weight: 300;
    text-transform: none;
}
.actus_sommaire .post_info .news-date {
    font-weight: 700;
    font-size: 12px;
    margin: 10px 0 0;
}
.actus_sommaire .post_info .news-author {
    font-weight: 400;
    font-size: 14px;
    margin: -10px 0 0;
}
.actus_sommaire .post_info  a {
    font-weight: 300;
    color: #303030 !important;
    text-decoration: underline !important;
}
.actus_sommaire .post_info a:hover {
    font-weight: 300;
    color: #d23467 !important;
    text-decoration: underline !important;
}
.actus_sommaire .post_info .news-author.text-right {
    margin-top: 10px;
}


@media (min-width: 1024px) {
    .actus_sommaire_container .sidebar_sommaire {
        display: block;
        float: left;
        width: 25%;
    }

    .actus_sommaire_container article {
        display: block;
        float: left;
        width: 65%;
    }


    .actus_sommaire_container .sidebar_sommaire {
        position: sticky;
        position: -webkit-sticky;
        top: 0;
    }
}



/*** barre de progression */
.progress,
.progressactive {
    position: fixed;
    top: calc(100% - 15px);
    left: 0;
    height: 15px;
    background-color: #ececec;
    transition: all linear 0.1s;
    width: 100%;
    z-index: 99999;
}
.progressactive {
    position: fixed;
    top: calc(100% - 15px);
    left: 0;
    height: 15px;
    background-color: #00afec;
    transition: all linear 0.1s;
    min-width: 1%;
    width: 0;
    z-index: 99999;
}



/******/
.home_offre  .qode-info-card .qode-info-card-text-holder {
    min-height: 185px;
}
@media (max-width: 1200px) {
    .home_offre  .qode-info-card .qode-info-card-text-holder {
        min-height: 215px;
    }
}
@media (max-width: 1024px) {
    .home_offre .vc_col-sm-3 {
        width: 50%;
        margin-bottom: 20px;
        float: left;
    }
    .home_offre  .qode-info-card .qode-info-card-text-holder {
        min-height: 155px;
    }
}
@media (max-width: 600px) {
    .home_offre  .vc_col-sm-3:nth-child(3) .qode-info-card .qode-info-card-text-holder,
    .home_offre  .vc_col-sm-3:nth-child(4) .qode-info-card .qode-info-card-text-holder {
        min-height: 205px;
    }
}
@media (max-width: 480px) {
    .home_offre .vc_col-sm-3 {
        width: 100%;
        margin-bottom: 20px;
        float: none;
    }
    .home_offre  .qode-info-card .qode-info-card-text-holder,
    .home_offre  .vc_col-sm-3:nth-child(3) .qode-info-card .qode-info-card-text-holder,
    .home_offre  .vc_col-sm-3:nth-child(4) .qode-info-card .qode-info-card-text-holder {
        min-height: initial;
    }
}

.home-services .qode-banner-image {

}