/*
Theme Name: Level Up 2025
Theme URI: https://levelup.fr
Version: 1.0.0
Author: Wellcom / WP&Co
Author URI: https://www.wellcom.fr

License: Commercial
*/

@-webkit-keyframes bounce {
    0% { -webkit-transform: translateY(-5px); transform: translateY(-5px)  }
    50% { -webkit-transform: translateY(10px); transform: translateY(10px) }
    100% { -webkit-transform: translateY(-5px); transform: translateY(-5px) }
}

@-moz-keyframes bounce {
    0% { -moz-transform: translateY(-5px); transform: translateY(-5px)  }
    50% { -moz-transform: translateY(10px); transform: translateY(10px) }
    100% { -moz-transform: translateY(-5px); transform: translateY(-5px) }
}

@-o-keyframes bounce {
    0% { -o-transform: translateY(-5px); transform: translateY(-5px)  }
    50% { -o-transform: translateY(10px); transform: translateY(10px) }
    100% { -o-transform: translateY(-5px); transform: translateY(-5px) }
}

@keyframes bounce {
    0% { -webkit-transform: translateY(-5px); -moz-transform: translateY(-5px); -o-transform: translateY(-5px); transform: translateY(-5px)  }
    50% { -webkit-transform: translateY(10px); -moz-transform: translateY(10px); -o-transform: translateY(10px); transform: translateY(10px) }
    100% { -webkit-transform: translateY(-5px); -moz-transform: translateY(-5px); -o-transform: translateY(-5px); transform: translateY(-5px) }
}

@font-face {
    font-family: 'icomoon';
    src:  url('fonts/levelup/icomoon.eot?xfsn2x');
    src:  url('fonts/levelup/icomoon.eot?xfsn2x#iefix') format('embedded-opentype'),
        url('fonts/levelup/icomoon.ttf?xfsn2x') format('truetype'),
        url('fonts/levelup/icomoon.woff?xfsn2x') format('woff'),
        url('fonts/levelup/icomoon.svg?xfsn2x#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

/*** COLORS ***/
:root {
    --main-dark-color: #223235;
    --main-light-color: #D0B195;
    --txt-color: #707070;
}



[class^="lvlicon-"], [class*=" lvlicon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.lvlicon-mail:before {
    content: "\e907";
}
.lvlicon-v:before {
    content: "\e900";
}
.lvlicon-linkedin:before {
    content: "\e901";
    color: #007bb5;
}
.lvlicon-chevron_down:before {
    content: "\e902";
}
.lvlicon-chevron_right:before {
    content: "\e903";
    color: var(--main-light-color);
}
.lvlicon-conscience:before {
    content: "\e904";
    color: var(--main-light-color);
}
.lvlicon-experience:before {
    content: "\e905";
    color: var(--main-light-color);
}
.lvlicon-innovation:before {
    content: "\e906";
    color: var(--main-light-color);
}
.lvlicon-perfect:before {
    content: "\e909";
    color: var(--main-light-color);
}
.lvlicon-reactivite:before {
    content: "\e90a";
    color: var(--main-light-color);
}

.page-loader i,
.logo_before i {
    color: #FFF;
    font-size: 242px;
}

body{
    color: var(--main-dark-color);
    font-size: 20px;
    font-weight: 400;
}

a,
.cta{
    -webkit-transition: all 300ms cubic-bezier(0.990, 0.040, 0.095, 0.980);
    -o-transition:all 300ms cubic-bezier(0.990, 0.040, 0.095, 0.980);
    -moz-transition:all 300ms cubic-bezier(0.990, 0.040, 0.095, 0.980);
    transition: all 300ms cubic-bezier(0.990, 0.040, 0.095, 0.980);
    -webkit-transition-timing-function: cubic-bezier(0.990, 0.040, 0.095, 0.980);
    -moz-transition-timing-function: cubic-bezier(0.990, 0.040, 0.095, 0.980);
    -o-transition-timing-function: cubic-bezier(0.990, 0.040, 0.095, 0.980);
    transition-timing-function: cubic-bezier(0.990, 0.040, 0.095, 0.980);
}

.green_cta {
    background: var(--main-dark-color);
    -webkit-border-radius: 31px;
    -moz-border-radius: 31px;
    border-radius: 31px;
    cursor: pointer;
    border: 2px solid var(--main-dark-color);
    font-family: "Outfit", sans-serif;
    color: #fff;
    font-weight: 500;
    padding: 15px 20px;
    line-height: 16px;
    font-size: 16px;
    min-width: 177px;
    display: inline-block;
    text-decoration: none;
}
.green_cta:hover {
    background:#fff;
    color:var(--main-dark-color);
}

.white_cta {
    background: #fff;
    -webkit-border-radius: 31px;
    -moz-border-radius: 31px;
    border-radius: 31px;
    cursor: pointer;
    border: 2px solid #fff;
    font-family: "Outfit", sans-serif;
    color: var(--main-light-color);
    font-weight: 500;
    padding: 15px 20px;
    line-height: 16px;
    font-size: 16px;
    min-width: 177px;
    display: inline-block;
}
.white_cta:hover {
    background:var(--main-light-color);
    color:#fff;
}

.rd-navbar .rd-navbar-nav-wrap {
    width: auto;
    left: auto;
    right: 0;
    padding: 115px 40px;
    min-width: -webkit-calc((100vw - 1200px)/2 + 120px);
    min-width: -moz-calc((100vw - 1200px)/2 + 120px);
    min-width: calc((100vw - 1200px)/2 + 120px);
    background: rgba(34,50,53,0.8);
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.rd-navbar .rd-navbar-nav-wrap li {
    text-align: left;
}
.rd-navbar .rd-navbar-nav li a {
    font-size: 28px;
    font-family: "Sora", sans-serif;
    text-transform: none;
    font-weight: 700;
}
.rd-navbar .rd-navbar-nav li.current-menu-item a:after{

}
.rd-navbar .rd-navbar-nav li a:after{
    right:auto;
}

.rd-navbar-menu-wrap .rd-navbar-close {
    position: absolute;
    top: 28px;
    left: 0;
    width: 24px;
    height: 24px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.rd-navbar-wrap.stuck .rd-navbar-nav-wrap .rd-navbar-close {
    top: 10px;
}
.rd-navbar-wrap.stuck .rd-navbar-nav-wrap {
    padding-top: 98px;
}

header a.contact{
    margin-top: 8px;
}

.header_linkedin {
    float: right;
    margin-top: 7px;
    margin-right: 25px;
    font-size: 15px;
}
.header_linkedin span:before {
    color: #FFF;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.header_linkedin:hover span:before ,
header .stuck .header_linkedin span:before{
    color: var(--main-light-color);
}

.single-projets .pageheader_linkedin {
    position: absolute;
    left: 0;
    top: -5%;
    bottom: -5%;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
}
.single-projets .pageheader_linkedin .header_linkedin {
    float: none;
    margin: 0;
    background: #FFF;
    padding: 11px 18px 11px 58px;
    -webkit-border-top-right-radius: 22px;
    -moz-border-radius-topright: 22px;
    border-top-right-radius: 22px;
    -webkit-border-bottom-right-radius: 22px;
    -moz-border-radius-bottomright: 22px;
    border-bottom-right-radius: 22px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.single-projets .pageheader_linkedin .header_linkedin span:before {
    color: #D0B195;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.single-projets .pageheader_linkedin .header_linkedin:hover {
    background: #D0B195;
}
.single-projets .pageheader_linkedin .header_linkedin:hover span:before {
    color: #FFF;
}

section {
    position: relative;
}
.golden_circle {
    position: absolute;
    top: 138px;
    left: -5%;
    right: -5%;
    margin: auto;
    z-index: -1;
}
.flexible_image .golden_circle {
    position: absolute;
    right: -webkit-calc(-1194px / 2);
    right: -moz-calc(-1194px / 2);
    right: calc(-1194px / 2);
    top: -200px;
    left: auto;
}

/** HOME **/

section.slider-wrapper .slick-list {
    padding-right: 98px;
}
section.slider-wrapper .slide > .container {
    padding-left: 113px;
    position: relative;
    z-index: 2;
}
section.slider-wrapper .row{
    height:100%;
}
section.slider-wrapper .logo_before.activate {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1 * 100);
    filter: alpha(opacity=1 * 100);
}

.slider .slick-prev {
    display: none;
}
.slider .slider_next,
.post-type-archive-projets .slider .slider_prev,
.tax-category_projets .slider .slider_prev {
    position: absolute;
    top: -5%;
    bottom: -5%;
    right: 74px;
    z-index: 9;
    margin: auto;
    background: #fff;
    width: 48px;
    height: 48px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    border: 0 solid #fff;
}
.post-type-archive-projets .slider .slider_prev,
.tax-category_projets .slider .slider_prev{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    left: 74px;
    right: auto;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.post-type-archive-projets .slider .slider_prev svg {
    margin-right: -4px;
}
.slider .slider_next,
.slider .slider_next svg path,
.slider .slider_prev,
.slider .slider_prev svg path{
    -webkit-transition: all 300ms cubic-bezier(0.990, 0.040, 0.095, 0.980);
    -o-transition:all 300ms cubic-bezier(0.990, 0.040, 0.095, 0.980);
    -moz-transition:all 300ms cubic-bezier(0.990, 0.040, 0.095, 0.980);
    transition: all 300ms cubic-bezier(0.990, 0.040, 0.095, 0.980);
    -webkit-transition-timing-function: cubic-bezier(0.990, 0.040, 0.095, 0.980);
    -moz-transition-timing-function: cubic-bezier(0.990, 0.040, 0.095, 0.980);
    -o-transition-timing-function: cubic-bezier(0.990, 0.040, 0.095, 0.980);
    transition-timing-function: cubic-bezier(0.990, 0.040, 0.095, 0.980);
}
.slider .slider_prev:hover,
.slider .slider_next:hover{
    background:var(--main-light-color);
    -webkit-box-shadow: inset 0 0 0 2px #fff;
    -moz-box-shadow: inset 0 0 0 2px #fff;
    box-shadow: inset 0 0 0 2px #fff;
}
.slider .slider_prev:hover svg path ,
.slider .slider_next:hover svg path {
    fill:#fff;
}

section.slider-wrapper .slide {
    position: relative;
}
section.slider-wrapper .slide.slide-video {
    overflow: hidden;
}
section.slider-wrapper .slide.slide-video .container {
    position: relative;
    z-index: 2;
}
section.slider-wrapper .slide.slide-video .video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    pointer-events: none;
}
section.slider-wrapper .slide.slide-video .play-button {
    font-size: 20px;
    color: #FFF;
    padding-bottom: 6px;
    border-bottom: 1px solid #FFF;
    -webkit-transition: all 300ms cubic-bezier(0.990, 0.040, 0.095, 0.980);
    -o-transition:all 300ms cubic-bezier(0.990, 0.040, 0.095, 0.980);
    -moz-transition:all 300ms cubic-bezier(0.990, 0.040, 0.095, 0.980);
    transition: all 300ms cubic-bezier(0.990, 0.040, 0.095, 0.980);
    -webkit-transition-timing-function: cubic-bezier(0.990, 0.040, 0.095, 0.980);
    -moz-transition-timing-function: cubic-bezier(0.990, 0.040, 0.095, 0.980);
    -o-transition-timing-function: cubic-bezier(0.990, 0.040, 0.095, 0.980);
    transition-timing-function: cubic-bezier(0.990, 0.040, 0.095, 0.980);
}
section.slider-wrapper .slide.slide-video .play-button:hover {
    padding-right: 35px;
}
section.slider-wrapper .slide:before,
.single #page-header:before,
.page-template-template-flexible #page-header:before,
#page-header.archive:before,
section.chiffres_cles:before{
    content: "";
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(34,50,53,0.5);
    -webkit-filter: brightness(0.4);
    filter: brightness(0.4);
    position: absolute;
    z-index: 1;
}
.post-type-archive-projets section.slider-wrapper .slide:before,
.single-projets #page-header:before {
    content: "";
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(34,50,53,0.5);
    -webkit-filter: brightness(0.4);
    filter: brightness(0.4);
    position: absolute;
    z-index: 1;
}

section.slider-wrapper .first_slide .content_after {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
section.slider-wrapper .first_slide .title {
    font-size: 74px;
    font-family: 'Sora', sans-serif;
    text-transform: none;
    max-width: 100%;
    width: 600px;
    line-height: 74px;
    margin-top: 75px;
}
section.slider-wrapper .first_slide .subtitle {
    font-size: 28px;
    margin-bottom: 60px;
}
section.slider-wrapper .first_slide .cta.maincta {
    background: #fff;
    -webkit-border-radius: 31px;
    -moz-border-radius: 31px;
    border-radius: 31px;
    cursor: pointer;
    font-family: "Outfit", sans-serif;
    color: var(--main-light-color);
    border: 2px solid #fff;
    font-weight: 500;
    padding: 20px 40px;
    line-height: 16px;
    font-size: 16px;
}
section.slider-wrapper .first_slide .cta.maincta:hover {
    background:var(--main-light-color);
    color:#fff;
}
section.slider-wrapper .first_slide .cta.slider_linkedin {
    font-family: "Outfit", sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #FFF;
    margin-top: 15px;
}
.scrolldown {
    cursor: pointer;
    margin-top: 68px;
}
.scrolldown_bounce{
    -webkit-animation: bounce 3s infinite ease-in-out;
    -o-animation: bounce 3s infinite ease-in-out;
    -moz-animation: bounce 3s infinite ease-in-out;
    animation: bounce 3s infinite ease-in-out;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.scrolldown_bounce:before {
    content: "";
    width: 1px;
    background: #FFF;
    height: 18px;
    display: block;
    margin-bottom: 6px;
}

section.slider-wrapper .slide:not(.first_slide) .container > .row > div {
    margin-left: -49px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 80px;
}

section.slider-wrapper .slide:not(.first_slide) .excerpt {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    color: #FFF;
    font-size: 20px;
    line-height: 35px;
    background: none;
    font-family: 'Outfit', sans-serif;
    font-weight: 500;
    letter-spacing: normal;
    text-align: left;
}
section.slider-wrapper .slide.slide-video:not(.first_slide) .excerpt {
    margin-bottom: 0;
}
section.slider-wrapper .slide:not(.first_slide) .link {
    font-size: 20px;
    color: #FFF;
    padding-bottom: 6px;
    border-bottom: 1px solid #FFF;
    -webkit-transition: all 300ms cubic-bezier(0.990, 0.040, 0.095, 0.980);
    -o-transition:all 300ms cubic-bezier(0.990, 0.040, 0.095, 0.980);
    -moz-transition:all 300ms cubic-bezier(0.990, 0.040, 0.095, 0.980);
    transition: all 300ms cubic-bezier(0.990, 0.040, 0.095, 0.980);
    -webkit-transition-timing-function: cubic-bezier(0.990, 0.040, 0.095, 0.980);
    -moz-transition-timing-function: cubic-bezier(0.990, 0.040, 0.095, 0.980);
    -o-transition-timing-function: cubic-bezier(0.990, 0.040, 0.095, 0.980);
    transition-timing-function: cubic-bezier(0.990, 0.040, 0.095, 0.980);
}
section.slider-wrapper .slide:not(.first_slide) .link:hover {
    padding-right: 35px;
}
section.slider-wrapper .slide.slide-video:not(.first_slide) .link:hover {
    padding-right: 0;
}

.home section#expertises {
    padding: 75px 0;
    z-index: 1;
}
#expertises .expertises-list .slick-slide {
    padding: 0;
}

h2.section-title,
.section-title,
.section .section-content h2 {
    font-size: 54px;
    margin: 0 0 50px 0;
    font-weight: 400;
    position: relative;
    color: var(--main-dark-color);
    text-align: center;
    font-family: 'Sora',sans-serif;
}
.section-title span,
.page-template-default:not(.home) h2 span,
.section .section-content h2 strong,
.page-template-default:not(.home) h3 span {
    color:var(--main-light-color);
    font-weight: 700;
}
.marges_reduc .section-title{
    margin-bottom: 40px;
}

.marges_reduc.section-lg-85 {
    padding-bottom: 40px;
}

.post-item .visuel-wrapper .caption ,
.collaborateurs-list .collab .visuel-wrapper .caption {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}
.post-item .visuel-wrapper .caption:before ,
.collaborateurs-list .collab .visuel-wrapper:before,
section#block_cta:before{
    content: "";
    background: rgba(34,50,53,0.5);
    -webkit-filter: brightness(0.4);
    filter: brightness(0.4);
    position: absolute;
    width: 100%;
    height:100%;
    left: 0;
    top: 0;
    -webkit-transition: all 300ms cubic-bezier(0.990, 0.040, 0.095, 0.980);
    -o-transition: all 300ms cubic-bezier(0.990, 0.040, 0.095, 0.980);
    -moz-transition: all 300ms cubic-bezier(0.990, 0.040, 0.095, 0.980);
    transition: all 300ms cubic-bezier(0.990, 0.040, 0.095, 0.980);
    -webkit-transition-timing-function: cubic-bezier(0.990, 0.040, 0.095, 0.980);
    -moz-transition-timing-function: cubic-bezier(0.990, 0.040, 0.095, 0.980);
    -o-transition-timing-function: cubic-bezier(0.990, 0.040, 0.095, 0.980);
    transition-timing-function: cubic-bezier(0.990, 0.040, 0.095, 0.980);
}
.post-type-archive-projets .post-item .visuel-wrapper .caption:before,
.single-projets .post-item .visuel-wrapper .caption:before {
    content: "";
    background: rgba(34,50,53,0);
    /*background: rgba(34,50,53,0.5);
    -webkit-filter: brightness(0.4);
    filter: brightness(0.4);*/
    position: absolute;
    width: 100%;
    height:100%;
    left: 0;
    top: 0;
    -webkit-transition: all 300ms cubic-bezier(0.990, 0.040, 0.095, 0.980);
    -o-transition: all 300ms cubic-bezier(0.990, 0.040, 0.095, 0.980);
    -moz-transition: all 300ms cubic-bezier(0.990, 0.040, 0.095, 0.980);
    transition: all 300ms cubic-bezier(0.990, 0.040, 0.095, 0.980);
    -webkit-transition-timing-function: cubic-bezier(0.990, 0.040, 0.095, 0.980);
    -moz-transition-timing-function: cubic-bezier(0.990, 0.040, 0.095, 0.980);
    -o-transition-timing-function: cubic-bezier(0.990, 0.040, 0.095, 0.980);
    transition-timing-function: cubic-bezier(0.990, 0.040, 0.095, 0.980);
}
.collaborateurs-list .collab:hover .visuel-wrapper:before ,
.post-item:hover .visuel-wrapper .caption:before {
    background: rgba(34,50,53,0.8);
}
.post-type-archive-projets .post-item:hover .visuel-wrapper .caption:before,
.single-projets .post-item:hover .visuel-wrapper .caption:before {
    background: rgba(34,50,53,0);
}
.post-item .visuel-wrapper .caption h3 ,
.collaborateurs-list .collab .visuel-wrapper .caption h3 {
    font-family: 'Sora', sans-serif;
    color: #FFF;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 27px;
    z-index: 1;
    font-size: 20px;
    letter-spacing: 2px;
    text-align: left;
}
.post-item .visuel-wrapper .caption h3 {
    margin: 0;
    bottom: 0;
    -webkit-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    transition: all ease 300ms;
}
.post-item .visuel-wrapper:hover .caption h3 {
    bottom: -webkit-calc(100% - 78px);
    bottom: -moz-calc(100% - 78px);
    bottom: calc(100% - 78px);
}
.post-item .visuel-wrapper .caption .caption-content {
    left: 0;
    width: 100%;
    padding: 0 27px;
    top: 100%;
    -webkit-transition: all ease 400ms;
    -o-transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    transition: all ease 400ms;
    text-align: left;
    color: #fff;
}
.post-item .visuel-wrapper:hover .caption .caption-content {
    top: 65px;
}
.section .section-content {
    line-height: 35px;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0 50px;
    font-size: 20px;
    color: var(--txt-color);
    font-family: "Outfit", sans-serif;
}
.section .section-content > *{
    margin: 25px 0;
}
.section .section-content > *:first-child{
    margin-top: 0;
}
.section .section-content > *:last-child{
    margin-bottom: 0;
}

.cta_container {
    margin-top: 45px;
}

#equipe .cta_container {
    margin-top: 70px;
}

.collaborateurs-list {
    padding-top: 50px;
}
.collaborateurs-list > div {
    padding: 0;
}

.collaborateurs-list .visuel-wrapper{
    overflow: hidden;
}
.collaborateurs-list .visuel-wrapper .caption {
    padding: 54px 44px;
    color: #FFF;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(0, 85px);
    -moz-transform: translate(0, 85px);
    -ms-transform: translate(0, 85px);
    -o-transform: translate(0, 85px);
    transform: translate(0, 85px);
    -webkit-transition: all 300ms cubic-bezier(0.990, 0.040, 0.095, 0.980);
    -o-transition:all 300ms cubic-bezier(0.990, 0.040, 0.095, 0.980);
    -moz-transition:all 300ms cubic-bezier(0.990, 0.040, 0.095, 0.980);
    transition: all 300ms cubic-bezier(0.990, 0.040, 0.095, 0.980);
    -webkit-transition-timing-function: cubic-bezier(0.990, 0.040, 0.095, 0.980);
    -moz-transition-timing-function: cubic-bezier(0.990, 0.040, 0.095, 0.980);
    -o-transition-timing-function: cubic-bezier(0.990, 0.040, 0.095, 0.980);
    transition-timing-function: cubic-bezier(0.990, 0.040, 0.095, 0.980);
}
.collaborateurs-list .visuel-wrapper .caption .lvlicon-v {
    color: var(--main-light-color);
    font-size: 35px;
}
.collaborateurs-list .collab .visuel-wrapper .caption h3 {
    padding: 0;
    margin: 15px 0;
    font-size: 18px;
}
.collaborateurs-list .collab .visuel-wrapper .caption .fonction{
    font-family: 'Sora', sans-serif;
    font-size: 18px;
    color: var(--main-light-color);
    font-weight: 700;
    letter-spacing: 2px;
}

.collaborateurs-list .collab .visuel-wrapper .caption strong {
    margin-top: 30px;
}
.collaborateurs-list .collab .collab_linkedin {
    font-size: 17px;
    margin-top: 25px;
    color: #FFF;
}
.collaborateurs-list .collab .collab_linkedin i:before {
    color: #FFF;
}

.collaborateurs-list .collab:hover .visuel-wrapper .caption {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
}

.collaborateurs-list .row [class*='col-'] {
    margin-top: 0;
}

.collaborateurs-list .collab {
    width: auto;
    padding: 0;
}

section#references {
    margin-top: 80px;
    background: var(--main-dark-color);
    padding: 80px 0 170px 0;
    position: relative;
}
section#references .owl-carousel-default .owl-dot ,
section.liste_partenaires .owl-carousel-default .owl-dot ,
section.gallery .owl-carousel-default .owl-dot,
section.chiffres .slick-dots li {
    border: none;
    background: #FFFFFF;
    width: 7px;
    height: 7px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    opacity: 0.2;
    margin-left: 19px;
    -webkit-transition: all 300ms cubic-bezier(0.990, 0.040, 0.095, 0.980);
    -o-transition:all 300ms cubic-bezier(0.990, 0.040, 0.095, 0.980);
    -moz-transition:all 300ms cubic-bezier(0.990, 0.040, 0.095, 0.980);
    transition: all 300ms cubic-bezier(0.990, 0.040, 0.095, 0.980);
    -webkit-transition-timing-function: cubic-bezier(0.990, 0.040, 0.095, 0.980);
    -moz-transition-timing-function: cubic-bezier(0.990, 0.040, 0.095, 0.980);
    -o-transition-timing-function: cubic-bezier(0.990, 0.040, 0.095, 0.980);
    transition-timing-function: cubic-bezier(0.990, 0.040, 0.095, 0.980);
}
section#references .owl-carousel-default .owl-dot.active ,
section.liste_partenaires .owl-carousel-default .owl-dot.active ,
section.gallery .owl-carousel-default .owl-dot.active,
section.chiffres .slick-dots li.slick-active{
    opacity: 1;
}

.reference-item {
    margin: 0 22px;
}

section#block_cta {
    margin-top: -140px;
    margin-bottom: 165px;
    padding: 140px 160px 90px 160px;
    color: #FFF;
    position: relative;
}
section#block_cta > * {
    position: relative;
}
section#block_cta h3 {
    font-family: 'Sora', sans-serif;
    font-size: 54px;
    margin-bottom: 50px;
    line-height: 56px;
}
section#block_cta .section-content {
    line-height: 35px;
    margin-bottom: 80px;
}
section#block_cta .block_cta_buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
section#block_cta .block_cta_buttons a:first-child {
    margin-right: 25px;
}

/*** LA SOCIETE ***/
#page-header {
    padding-top: 0;
    height: 425px;
    position: relative;
}
#page-header .section-title {
    font-size: 96px;
    font-weight: 700;
    margin-bottom: 0;
    text-align: center;
    color: #fff;
}
.image-header {
    width: 100%;
    height: 425px;
    overflow: hidden;
    position: absolute;
    top: 0;
}
.image-header img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 100%;
}
.image-header::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(34,50,53,0.3);
    -webkit-filter: brightness(0.4);
    filter: brightness(0.4);
}
.img-fluid {
    max-width: 100%;
    height: auto;
    width: 100%;
}
.chiffres .row + .row {
    margin-top: 0;
}
.chiffres .chiffre-wrapper {
    height: 270px;
}
.chiffres .chiffre-wrapper:not(:last-child)::after {
    content: "";
    height: 42px;
    width: 1px;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.chiffres .bg-img-chiffres {
    height: 270px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}
.page-template-template-flexible .chiffres,
.page-template-template-flexible .text_imgfond{
    position: relative;
}
.page-template-template-flexible .chiffres::before,
.page-template-template-flexible .text_imgfond::before,
.chiffres .bg-img-chiffres::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(34,50,53,0.5);
    -webkit-filter: brightness(0.4);
    filter: brightness(0.4);
}
.chiffres .chiffre-item {
    height: 100%;
    max-width: 270px;
    margin: 0 auto;
    color: #fff;
    font-size: 26px;
}
.chiffres .chiffre-item .chiffre {
    font-weight: 400;
    font-family: "Sora",sans-serif;
}
.chiffres .chiffre-item .legende strong {
    font-weight: 400;
}
/* .chiffres .chiffre-item .chiffre .prefixe,
#chiffres .chiffre-item .chiffre .suffixe {
font-size: 26px;
}
.chiffres .chiffre-item .chiffre .prefixe {
margin-right: -10px;
}
.chiffres .chiffre-item .chiffre .suffixe {
margin-left: -10px;
} */
.chiffres .chiffre-item .legende {
    font-weight: 200;
}
.chiffres .chiffre-item .legende p{
    margin:0;
}

section.points-forts .row-points-forts {
    height: 260px;
}
section.points-forts .pointfort {
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
section.points-forts .pointfort:hover {
    -webkit-box-flex: 1.3;
    -webkit-flex-grow: 1.3;
    -moz-box-flex: 1.3;
    -ms-flex-positive: 1.3;
    flex-grow: 1.3;
}
section.points-forts .pointfort .content {
    position: absolute;
    top: 0;
    background-color: var(--main-dark-color);
    color: #fff;
    line-height: 1.2;
    padding: 0 20px;
    visibility: hidden;
    opacity: 0;
}
section.points-forts .pointfort .content p {
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
section.points-forts .pointfort > div > div {
    height: 42px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
section.points-forts h3 {
    margin: 15px 0;
    font-weight: 100;
    font-size: 24px;
    line-height: 24px;
}
section.points-forts .pointfort:not(:last-child) h3::after {
    content: "";
    height: 47px;
    width: 1px;
    background-color: var(--txt-color);
    position: absolute;
    right: -1px;
}
section.points-forts .pointfort:hover h3::after {
    opacity: 0;
}
.image-footer {
    height: 425px;
    overflow: hidden;
}
.image-footer img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    height: 425px;
}
/*** NOTRE OFFRE ***/
.accordeons .card-classic .card-header {
    line-height: 4;
    color: #fff;
    background-color: var(--main-dark-color);
    text-transform: none;
    font-weight: 400;
    font-size: 38px;
    padding: 0 50px;
    font-family: "Sora",sans-serif;
}
.accordeons .card-classic .card-body {
    padding: 20px 50px;
    background-color: #fff;
    font-family: "Sora",sans-serif;
    font-weight: 400;
}
.accordeons .card-classic .card-body:first-child {
    padding-top: 60px;
}
.accordeons .card-classic .card-body h4 {
    font-size: 30px;
    color: var(--main-light-color);
    margin-top: 0;
}
.accordeons .card-classic .card-body p {
    font-size: 20px;
    line-height: 1.8;
    color: var(--txt-color);
    margin-top: 5px;
}
.accordeons .card-classic .card-header.collapsed::after,
.accordeons .card-classic .card-header::after {
    content: "";
    background-image: url("img/2022/accordion-arrow.svg");
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    position: relative;
    display: inline-block;
    height: 16px;
    width: 16px;
    background-repeat: no-repeat;
    top: 0;
    left: 85px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.accordeons .card-classic .card-header:not(.collapsed)::after {
    -webkit-transform: rotate(90Deg);
    -moz-transform: rotate(90Deg);
    -ms-transform: rotate(90Deg);
    -o-transform: rotate(90Deg);
    transform: rotate(90Deg);
    -webkit-transform-origin: 50% 25%;
    -moz-transform-origin: 50% 25%;
    -ms-transform-origin: 50% 25%;
    -o-transform-origin: 50% 25%;
    transform-origin: 50% 25%;
}

.accordeons .card-classic .card-header,
.accordeons .card-classic .card-body{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.accordeons .card-classic .card-header{
    padding-right: 15px;
    padding-left: 15px;
}
.accordeons .card-classic .card-body{
    padding-right: 0;
    padding-left: 0;
}

@media screen and (min-width: 480px) {
    .accordeons .card-classic .card-header{
        padding-left:-webkit-calc((100% - 540px) / 2 + 15px);
        padding-left:-moz-calc((100% - 540px) / 2 + 15px);
        padding-left:calc((100% - 540px) / 2 + 15px);
        padding-right:-webkit-calc((100% - 540px) / 2 + 15px);
        padding-right:-moz-calc((100% - 540px) / 2 + 15px);
        padding-right:calc((100% - 540px) / 2 + 15px);
    }
    .accordeons .card-classic .card-body{
        padding-left:-webkit-calc((100% - 540px) / 2);
        padding-left:-moz-calc((100% - 540px) / 2);
        padding-left:calc((100% - 540px) / 2);
        padding-right:-webkit-calc((100% - 540px) / 2);
        padding-right:-moz-calc((100% - 540px) / 2);
        padding-right:calc((100% - 540px) / 2);
    }
}

@media screen and (min-width: 768px) {
    .accordeons .card-classic .card-header{
        padding-left:-webkit-calc((100% - 720px) / 2 + 15px);
        padding-left:-moz-calc((100% - 720px) / 2 + 15px);
        padding-left:calc((100% - 720px) / 2 + 15px);
        padding-right:-webkit-calc((100% - 720px) / 2 + 15px);
        padding-right:-moz-calc((100% - 720px) / 2 + 15px);
        padding-right:calc((100% - 720px) / 2 + 15px);
    }
    .accordeons .card-classic .card-body{
        padding-left:-webkit-calc((100% - 720px) / 2);
        padding-left:-moz-calc((100% - 720px) / 2);
        padding-left:calc((100% - 720px) / 2);
        padding-right:-webkit-calc((100% - 720px) / 2);
        padding-right:-moz-calc((100% - 720px) / 2);
        padding-right:calc((100% - 720px) / 2);
    }
}

@media screen and (min-width: 992px) {
    .accordeons .card-classic .card-header{
        padding-left:-webkit-calc((100% - 960px) / 2 + 15px);
        padding-left:-moz-calc((100% - 960px) / 2 + 15px);
        padding-left:calc((100% - 960px) / 2 + 15px);
        padding-right:-webkit-calc((100% - 960px) / 2 + 15px);
        padding-right:-moz-calc((100% - 960px) / 2 + 15px);
        padding-right:calc((100% - 960px) / 2 + 15px);
    }
    .accordeons .card-classic .card-body{
        padding-left:-webkit-calc((100% - 960px) / 2);
        padding-left:-moz-calc((100% - 960px) / 2);
        padding-left:calc((100% - 960px) / 2);
        padding-right:-webkit-calc((100% - 960px) / 2);
        padding-right:-moz-calc((100% - 960px) / 2);
        padding-right:calc((100% - 960px) / 2);
    }
}

@media screen and (min-width: 1200px) {
    .accordeons .card-classic .card-header{
        padding-left:-webkit-calc((100% - 1200px) / 2 + 15px);
        padding-left:-moz-calc((100% - 1200px) / 2 + 15px);
        padding-left:calc((100% - 1200px) / 2 + 15px);
        padding-right:-webkit-calc((100% - 1200px) / 2 + 15px);
        padding-right:-moz-calc((100% - 1200px) / 2 + 15px);
        padding-right:calc((100% - 1200px) / 2 + 15px);
    }
    .accordeons .card-classic .card-body{
        padding-left:-webkit-calc((100% - 1200px) / 2);
        padding-left:-moz-calc((100% - 1200px) / 2);
        padding-left:calc((100% - 1200px) / 2);
        padding-right:-webkit-calc((100% - 1200px) / 2);
        padding-right:-moz-calc((100% - 1200px) / 2);
        padding-right:calc((100% - 1200px) / 2);
    }
}

/**** FOOTER ****/

#ui-to-top {
    background: #fff;
    width: 48px;
    height: 48px;
    color: var(--main-light-color);
    font-size: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    border: 0 solid #fff;
    padding-bottom: 5px;
    padding-right: 1px;
}
#ui-to-top:hover {
    background:var(--main-light-color);
    color:#FFF;
}

#ui-to-top:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

footer {
    background: var(--main-dark-color);
    padding: 60px 0;
}
footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
footer ul li {
    font-family: "Sora", sans-serif;
}

/** SINGLE PROJETS **/

.single #page-header {
    height: 100vh;
    position: relative;
    overflow: hidden;
}
.single #page-header.section-video .video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    pointer-events: none;
}
.single #page-header.section-video .container {
    position: relative;
    z-index: 1;
}

.single #page-header h1 {
    font-family: "Sora",sans-serif;
    font-size: 96px;
    font-weight: 700;
}
.single #page-header .play-button {
    font-size: 20px;
    color: #FFF;
    padding-bottom: 6px;
    border-bottom: 1px solid #FFF;
}

section.titre_et_texte {
    padding: 85px 0;
}

section.chiffres_cles {
    padding: 80px 0;
    position: relative;
}
section.chiffres_cles > .container > .row > div {
    margin: 0;
    padding: 0 55px;
    margin: 0;
}

section.chiffres_cles .chiffre {
    font-family: "Sora", sans-serif;
    font-size: 54px;
    font-weight: 400;
    padding: 30px 0;
    line-height: 45px;
}
section.chiffres_cles .container > .row > div:first-child {
    border-right: 1px solid #191919;
}
section.chiffres_cles.has_bgimg .chiffre {
    color:#FFF;
}
section.chiffres_cles.has_bgimg .container > .row > div:first-child {
    border-color: #fff;
}
section.chiffres_cles.has_bgimg .container > .row > div:last-child {
    border: none;
}

section.titre_et_blocs_numerotes {
    padding: 120px 0 170px 0;
}
section.titre_et_blocs_numerotes ,
.has_cercle_bg{
    background: url(img/cercle.png) no-repeat center 60px;
}
section.titre_et_blocs_numerotes .section-title {
    margin-bottom: 98px;
}
.titre_et_blocs_numerotes .bloc_title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 43px;
}
.titre_et_blocs_numerotes .section-title + .row > .col:after {
    content: "";
    display: block;
    width: 1px;
    height: 47px;
    background: #707070;
    right: 0;
    position: absolute;
    top: 15px;
}
.titre_et_blocs_numerotes .section-title + .row > .col:last-child:after {
    display:none;
}
.titre_et_blocs_numerotes .bloc_title h3 {
    margin: 0;
    padding-left: 10px;
    font-family: 'Sora', sans-serif;
    color: #434343;
    font-size: 46px;
}
.titre_et_blocs_numerotes .bloc_title .nb {
    color: #D0B195;
    font-weight: 400;
    font-family: 'Sora', sans-serif;
    font-size: 22px;
}

.titre_et_blocs_numerotes .bloc_texte {
    color: #707070;
    line-height: 35px;
}

section.gallery .owl-stage-outer,
section.gallery .owl-stage-outer .owl-stage,
section.gallery .owl-stage-outer .owl-stage > div,
section.gallery .owl-stage-outer .owl-stage > div li,
section.gallery .owl-stage-outer .owl-stage > div li a {
    height: 100%;
    display:block;
}
section.gallery ul {
    height: 100vh;
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
}
section.gallery ul img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    width: 100%;
    height: 100%;
}
section.gallery .owl-carousel-default .owl-dots {
    position: absolute;
    bottom: 85px;
    width: 100%;
    margin-top: 0;
}
section.gallery .owl-carousel-default .owl-dot {
    background: #223235;
}

section.citation {
    padding: 230px 0 128px 0;
}
section.citation .content {
    color: #707070;
    line-height: 35px;
}
section.citation .citation_icon {
    position: absolute;
    left: 0;
    top: -98px;
}

section.video .video_container {
    display: block;
    position: relative;
}
section.video .video_container .play {
    position: absolute;
    left: -5%;
    right: -5%;
    top: -5%;
    bottom: -5%;
    margin: auto;
    display: block;
    width: 60px;
    height: 60px;
    -webkit-transition: all 300ms cubic-bezier(0.990, 0.040, 0.095, 0.980);
    -o-transition:all 300ms cubic-bezier(0.990, 0.040, 0.095, 0.980);
    -moz-transition:all 300ms cubic-bezier(0.990, 0.040, 0.095, 0.980);
    transition: all 300ms cubic-bezier(0.990, 0.040, 0.095, 0.980);
    -webkit-transition-timing-function: cubic-bezier(0.990, 0.040, 0.095, 0.980);
    -moz-transition-timing-function: cubic-bezier(0.990, 0.040, 0.095, 0.980);
    -o-transition-timing-function: cubic-bezier(0.990, 0.040, 0.095, 0.980);
    transition-timing-function: cubic-bezier(0.990, 0.040, 0.095, 0.980);
}
section.video .video_container:hover .play{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

section.team_before {
    padding: 170px 0 55px 0;
    position: relative;
}
section.team_before + .collaborateurs-list {
    margin-bottom: 113px;
}
.page-template-template-flexible section.team_before + .collaborateurs-list{
    margin-bottom: 0;
    padding-top: 0;
}
.page-template-template-flexible section.team_before {
    padding: 95px 0 100px 0;
}
.page-template-template-flexible section.team_before h2 {
    margin-bottom: 0;
}

section.projets-similaires {
    padding: 92px 0 230px 0;
    background: #223235;
    position: relative;
    margin-bottom: 420px;
}
section.projets-similaires h4 {
    color: #FFF;
    font-size: 46px;
    font-weight: 300;
}
section.projets-similaires .section-title + .row {
    position: absolute;
    left: 15px;
    right: 15px;
}

/** Template flexible **/

section.text_imgfond {
    color: #FFF;
}
section.text_imgfond * + [class*='col-'] {
    margin-top: 0;
}
section.text_imgfond .picto_container {
    width: 50px;
    margin: auto;
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 10px;
}
section.text_imgfond .picto_container img{
    max-height:100%;
}

section.liste_partenaires {
    background: #223235;
    color: #FFF;
    padding: 60px 0;
    margin-bottom: 100px;
}
section.liste_partenaires .partenaire {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
}
section.liste_partenaires .partenaire .part_logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 83px;
    flex: 0 0 83px;
    width: 83px;
    position: relative;
    display: block;
    margin-right: 100px;
}
section.liste_partenaires .partenaire .part_logo:after {
    position: absolute;
    height: 42px;
    width: 1px;
    background: #FFF;
    content: "";
    top: 20px;
    right: -50px;
}
section.liste_partenaires .partenaire .part_text {
    line-height: 35px;
}
section.liste_partenaires .partenaire .part_text .tag {
    color: #D0B195;
    font-weight: 700;
}
section.liste_partenaires .partenaire .part_text .text p {
    margin: 0;
}
section.liste_partenaires .partenaire .part_text .link{
    color: #D0B195;
}

.introduction{
    position: relative;
}
section.points-forts + .introduction {
    padding-top: 0;
}

.gallery + .video {
    margin-top: 120px;
}
.video + .gallery {
    margin-top: 120px;
}

/* Page default */

.page-template-default header button svg path,
.page-template-default .rd-navbar-brand svg .color {
    fill: #223235;
}
.page-template-default header a.contact,
.page-template-default .header_linkedin span:before {
    color: #223235;
}
.page-template-default header .stuck a.contact {
    color: #D0B195;
}
.page-template-default #page-header {
    padding-top: 200px;
    height: auto;
}
.page-template-default  #page-header .section-title {
    text-align: left;
    color: #D0B195;
    padding: 0;
}
.page-template-default h2 {
    font-size: 54px;
    text-align: left;
    position: relative;
    margin-bottom: 0;
    padding-left: 20px;
    font-weight: 700;
    padding-bottom: 35px;
    color: var(--main-dark-color);
    font-family: 'Sora',sans-serif;
}
.page-template-default h2:after {
    display: block;
    content: '';
    height: 2px;
    width: 90px;
    background-color: var(--main-dark-color);
    left: 0;
    position: absolute;
    bottom: 0;
}
.page-template-default h3 {
    font-size: 54px;
    text-align: left;
    margin-bottom: 30px;
    margin-top: 50px;
    font-weight: 400;
    color: var(--main-dark-color);
    font-family: 'Sora',sans-serif;
}
.page-template-default .post-content p {
    margin-top: 0;
    margin-bottom: 40px;
}

/** ACTUALITES **/

.section_archive {
    padding-top: 50px;
}

.pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.pagination a,
.pagination span {
    border: 0 !important;
    background: 0 !important;
    color: #223235;
    font-size: 20px;
    padding: 0;
    margin: 0;
    width: auto;
    font-family: "Outfit", sans-serif;
    font-weight: 500;
}
.pagination a:not(:last-child),
.pagination span:not(:last-child) {
    margin-right: 10px;
}
.pagination a {
    opacity: 0.2;
}
.pagination a:hover {
    color: #223235;
    opacity: 1 !important;
}
.pagination .prev:after,
.pagination .next:after {
    content: none;
    display: none;
}

.actus_intro{
    margin-bottom: 30px;
}
.loop_container{
    margin-top: 25px;
}

.filters {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.filters .select2.select2-container {
    width: auto !important;
}
.filters .select2.select2-container .select2-selection {
    padding: 8px 49px 8px 0;
    height: auto !important;
    line-height: 25px;
    font-size: 20px;
    border-right: 0;
    border-left: 0;
    border-top: 0;
    border-bottom: 1px solid #223235;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: transparent;
}
.filters .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
    right: 0;
}
.filters .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b:before {
    top: 54%;
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
    background: #000;
    color: #D0B195;
}
.select2-container--bootstrap .select2-dropdown {
    border-color: transparent;
}

.select2-container--bootstrap .select2-results > .select2-results__options {
    direction: ltr;
    scrollbar-color: #e4e4e4 #e4e4e4;
    scrollbar-width: thin;
}
.select2-container--bootstrap .select2-results > .select2-results__options::-webkit-scrollbar {
    width: 2px;
}
.select2-container--bootstrap .select2-results > .select2-results__options::-webkit-scrollbar-track {
    background-color: #e4e4e4;
    -webkit-border-radius: 1px;
    border-radius: 1px;
}
.select2-container--bootstrap .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
    -webkit-border-radius: 1px;
    border-radius: 1px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#D0B195), color-stop(99%, #D0B195));
    -webkit-box-shadow: inset 2px 2px 5px 0 rgba(#fff, 0.5);
    box-shadow: inset 2px 2px 5px 0 rgba(#fff, 0.5);
}

/* Page default */

.page-template-template-contact header button svg path,
.page-template-template-contact .rd-navbar-brand svg .color {
    fill: #223235;
}
.page-template-template-contact header a.contact,
.page-template-template-contact .header_linkedin span:before {
    color: #223235;
}
.page-template-template-contact header .stuck a.contact {
    color: #D0B195;
}
.page-template-template-contact section {
    padding-top: 190px;
    padding-bottom: 135px;
    background-image: url(img/background-contact.png);
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
}
.page-template-template-contact h1 {
    font-size: 96px;
    line-height: 1;
    font-weight: 700;
    color: #D0B195;
    font-family: 'Sora',sans-serif;
    margin-bottom: 45px;
}
.page-template-template-contact .wpcf7-form-control-wrap.consentement {
    font-size: 13px;
}
.page-template-template-contact .wpcf7-form-control-wrap.consentement .wpcf7-list-item {
    margin: 0;
}
.page-template-template-contact .small {
    font-size: 11px;
}
.page-template-template-contact .wpcf7-spinner {
    display: none;
}
.page-template-template-contact input[type=submit] {
    font-size: 20px;
    color: #D9C1AA;
    border: 0 none;
    background-color: transparent;
    text-decoration: underline;
}
.page-template-template-contact .contact-sb .linkedin a,
.page-template-template-contact .contact-sb .linkedin .lvlicon-linkedin:before {
    color: #D9C1AA;    
}
.page-template-template-contact .contact-sb h2 {
    font-size: 20px;
    color: rgba(34, 50, 53, 0.3);
    margin-bottom: 20px;
    margin-top: 0;
}
.page-template-template-contact .contact-sb strong {
    color: #D0B195;
}

/** SINGLE POST **/

.single-post #page-header {
    height: 100vh;
}
.single-post main{
    padding: 125px 0;
}
.single-post main p ,
.single-post main ul {
    line-height: 35px;
    margin: 0 0 45px 0;
}

.single-post .post_content{
    margin-bottom: 110px;
}
.single-post .gallery{
    margin-bottom: 130px;
}
.single-post section.gallery ul {
    height: auto;
}
.single-post .titre_et_texte{
    margin-bottom: 125px;
    padding: 0;
}
.single-post .video{
    margin-bottom: 125px;
}

.single-post main section:last-child{
    margin-bottom: 0;
}
.single-post .titre_et_texte .section-title{
    font-size: 54px;
    font-weight: 700;
    line-height: 70px;
    margin-bottom: 60px;
    margin-top: 0;
}
.single-post section.gallery ul,
.page-template-template-flexible section.gallery ul {
    height: auto;
    overflow: visible;
}
.single-post section.gallery .owl-carousel-default .owl-dots,
.page-template-template-flexible section.gallery .owl-carousel-default .owl-dots {
    bottom: -65px;
}
.mfp-counter{
    display: none !important;
}

.single-post .post_date {
    position: absolute;
    left: 55px;
    bottom: 60px;
}

.page-wrapper .golden-ratio {
    left: -webkit-calc((100% - 1200px) - ((100% - 1200px)/2) - 520px);
    left: -moz-calc((100% - 1200px) - ((100% - 1200px)/2) - 520px);
    left: calc((100% - 1200px) - ((100% - 1200px)/2) - 520px);
    top: -webkit-calc(-835px + 200px);
    top: -moz-calc(-835px + 200px);
    top: calc(-835px + 200px);
    width: 2170px;
}
.page-wrapper .golden-ratio svg{
    width:100%;
    height: auto;
}

.filters .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b:before,
.filters .select2-container .select2-selection--single .select2-selection__rendered {
    color: #000;
}

/**** ARCHIVE PROJETS ****/

.slider_filters {
    position: absolute;
    top: 130px;
    z-index: 9;
    width: 100%;
}
.filters.slider_filters .select2.select2-container .select2-selection{
    border-color:#FFF;
}
.slider_filters.filters .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b:before,
.slider_filters.filters .select2-container .select2-selection--single .select2-selection__rendered {
    color: #FFF;
}

.slider_filters .projet_filter{
    margin-left: 30px;
}

.main_slider .slide_link{
    position: absolute;
    display: block;
    left:0;
    top:0;
    width:100%;
    height:100%;
}

/**** GOLDEN RATIO ****/

.golden_ratio_bg {
    position: absolute;
    top: -718px;
    left: -webkit-calc((100% - 1200px) - ((100% - 1200px)/2) - 870px);
    left: -moz-calc((100% - 1200px) - ((100% - 1200px)/2) - 870px);
    left: calc((100% - 1200px) - ((100% - 1200px)/2) - 870px);
    z-index: -1;
}
.golden_ratio_bg.reverse {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    left: -webkit-calc((100% - 1200px) - ((100% - 1200px)/2) - 220px);
    left: -moz-calc((100% - 1200px) - ((100% - 1200px)/2) - 220px);
    left: calc((100% - 1200px) - ((100% - 1200px)/2) - 220px);
}
.golden_ratio_bg.vertical_right {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    left: auto;
    right: -600px;
    top: 300px;
    width: 1200px;
    z-index: -1;
}

#references .golden_ratio_bg {
    z-index: -1;
    top: -255px;
    left: -102px;
}

section.team_before .golden_ratio_bg {
    top: -546px;
    z-index: -1;
}

.page-template-template-flexible .golden_ratio_bg {
    z-index: -1;
    top: -629px;
}
.page-template-template-flexible #page-header + section .golden_ratio_bg.reverse {
    top: -811px;
    left: -webkit-calc((100% - 1200px) - ((100% - 1200px)/2) - 555px);
    left: -moz-calc((100% - 1200px) - ((100% - 1200px)/2) - 555px);
    left: calc((100% - 1200px) - ((100% - 1200px)/2) - 555px);
    width: 2270px;
}

.page-template-default .golden_ratio_bg.reverse{
    top: -webkit-calc(-835px + 200px);
    top: -moz-calc(-835px + 200px);
    top: calc(-835px + 200px);
    left: -webkit-calc((100% - 1200px) - ((100% - 1200px)/2) - 597px);
    left: -moz-calc((100% - 1200px) - ((100% - 1200px)/2) - 597px);
    left: calc((100% - 1200px) - ((100% - 1200px)/2) - 597px);
    width: 2270px;
}

/**** RESPONSIVE ****/

@media screen and (min-width:1200px) and (max-width:1410px),
    screen and (min-width:992px) and (max-width:1180px){
        section.slider-wrapper .title, section.slider-wrapper .excerpt, section.slider-wrapper .excerpt + div {
            padding-left: 65px;
        }
}

@media screen and (max-width:1199.98px){
    .post-item .visuel-wrapper .caption .caption-content{
        bottom:-80px;
    }

    #page-header .section-title ,
    .single #page-header h1 {
        font-size: 55px;
        margin: 0 !important;
        padding: 0;
    }
    h2.section-title,
    .section-title,
    .section .section-content h2,
    section#block_cta h3,
    .single-post .titre_et_texte .section-title{
        font-size: 40px;
        margin: 0 0 38px 0;
    }
    .page-template-template-flexible section.team_before h2{
        margin:0 !important;
        padding: 0;
    }

    .accordeons .card-classic .card-header {
        font-size: 35px;
    }
    .accordeons .card-classic .card-body h4 {
        font-size: 26px;
    }
    .accordeons .card-classic .card-body p {
        font-size: 18px;
    }

    .page-template-template-contact h1 {
        font-size: 55px;
    }

    section.chiffres_cles .chiffre {
        font-size: 42px;
    }

    .titre_et_blocs_numerotes .bloc_title h3 {
        font-size: 39px;
    }
    .single #page-header .play-button {
        font-size: 18px;
    }
}

@media screen and (min-width:992px){
    section.points-forts .pointfort:hover .content {
        visibility: visible;
        opacity: 1;
        -webkit-transition: visibility 0.2s, opacity 0.2s ease-in-out;
        -o-transition: visibility 0.2s, opacity 0.2s ease-in-out;
        -moz-transition: visibility 0.2s, opacity 0.2s ease-in-out;
        transition: visibility 0.2s, opacity 0.2s ease-in-out;
    }
    section.points-forts .pointfort:hover .content p {
        opacity: 1;
        -webkit-transition: opacity 0.2s ease-in-out;
        -o-transition: opacity 0.2s ease-in-out;
        -moz-transition: opacity 0.2s ease-in-out;
        transition: opacity 0.2s ease-in-out;
        -webkit-transition-delay: 0.2s;
        -moz-transition-delay: 0.2s;
        -o-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }

    .collaborateurs-list.center .slick-track {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100% !important;
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
        transform: none !important;
    }
}

@media screen and (max-width:991px){
    .post-type-archive-projets .slider .slider_prev {
        left: 5px;
    }
    .single-projets .pageheader_linkedin .header_linkedin {
        padding: 11px 18px 11px 18px;
    }

    section.slider-wrapper .first_slide .title {
        font-size: 50px;
        line-height: 50px;
    }
    section.slider-wrapper .first_slide .subtitle {
        font-size: 24px;
    }
    section.slider-wrapper .first_slide .cta.maincta {
        padding: 15px 35px;
    }
    h2.section-title,
    .section-title,
    .section .section-content h2,
    section#block_cta h3,
    .single-post .titre_et_texte .section-title{
        font-size: 40px;
    }

    .collaborateurs-list .collab .visuel-wrapper .caption {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
        transform: translate(0);
    }

    section#block_cta {
        padding: 70px 90px 90px 90px;
    }

    .golden_ratio_bg{
        display:none !important;
        visibility: hidden;
        opacity: 0;
    }

    .section-60{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .page-template-template-flexible section.team_before {
        padding: 60px 0;
    }

    section.points-forts .pointfort {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
    section.points-forts .row-points-forts {
        height: auto;
    }
    section.points-forts .pointfort:nth-of-type(even) h3:after{
        display: none;
    }
    section.points-forts .pointfort {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        height: 148px !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -moz-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -moz-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    section.points-forts .pointfort > div {
        margin: 0 !important;
    }

    section.points-forts .pointfort.clicked {
        height: 253px !important;
    }

    section.points-forts .pointfort .content {
        font-size: 17px;
    }
    section.points-forts .pointfort.clicked .content {
        visibility: visible;
        opacity: 1;
        -webkit-transition: visibility 0.2s, opacity 0.2s ease-in-out;
        -o-transition: visibility 0.2s, opacity 0.2s ease-in-out;
        -moz-transition: visibility 0.2s, opacity 0.2s ease-in-out;
        transition: visibility 0.2s, opacity 0.2s ease-in-out;
    }
    section.points-forts .pointfort.clicked .content p {
        opacity: 1;
        visibility: visible;
    }

    section.points-forts .pointfort:hover h3::after {
        opacity: 1;
    }

    .chiffres .chiffre-wrapper:not(:last-child)::after{
        display:none;
    }

    .chiffres .chiffre-wrapper {
        height: auto;
    }
    .page-template-template-flexible .chiffres {
        padding:70px 0 80px 0;
    }
    .page-template-template-flexible section.chiffres .slick-dots {
        position: absolute;
        bottom: -55px;
        padding: 0;
    }
    section.chiffres .slick-dots li:first-child {
        margin-left: 0;
    }

    .accordeons .card-classic .card-header {
        font-size: 20px;
        line-height: 22px;
        padding-top: 29px;
        padding-bottom: 28px;
    }
    .accordeons .card-classic .card-body h4 {
        font-size: 24px;
    }
    .accordeons .card-classic .card-header.collapsed::after,
    .accordeons .card-classic .card-header::after {
        top: 8px;
    }

    .page-template-default h2 {
        font-size: 36px;
    }
    .page-template-default h3 {
        font-size: 27px;
    }

    section.chiffres_cles {
        padding: 55px 0;
    }
    section.chiffres_cles .chiffre {
        font-size: 32px;
    }
    section.chiffres_cles .container > .row > div:first-child {
        border: 0;
    }
    section.chiffres_cles.has_bgimg > .container > .row > div:first-child .chiffre:after {
        content: "";
        width: 23px;
        height: 1px;
        background: #FFF;
        position: absolute;
        margin: 0 auto;
        bottom: 0;
        left: -5%;
        right: -5%;
    }

    .titre_et_blocs_numerotes > .container > .row .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .titre_et_blocs_numerotes > .container > .row .row .col {
        -webkit-box-flex: 100%;
        -webkit-flex: 100%;
        -moz-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
    }

    .post-item .visuel-wrapper .caption:before,
    .collaborateurs-list .collab .visuel-wrapper:before,
    section#block_cta:before{
        background: rgba(34,50,53,0.8);
    }
    section.team_before + .collaborateurs-list .slick-arrow {
        display: none;
    }
    .collaborateurs-list .slick-arrow svg {
        -webkit-transform: translateY(6px);
        -moz-transform: translateY(6px);
        -ms-transform: translateY(6px);
        -o-transform: translateY(6px);
        transform: translateY(6px);
    }
}

@media screen and (min-width:768px) and (max-width:991px){
    section.projets-similaires .row.no-gutters > div:last-child {
        display: none;
    }
}

@media screen and (max-width:767px){
    .single-projets .pageheader_linkedin{
        display: none;
    }
    .rd-navbar .rd-navbar-brand svg,
    .stuck .rd-navbar .rd-navbar-brand svg {
        width: 80px;
    }
    .rd-navbar .rd-navbar-open, .rd-navbar .rd-navbar-close {
        display: inline-block;
        margin-top: 5px;
    }

    #expertises .expertises-list > .container {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }
    .white_cta{
        font-size: 14px;
        line-height: 14px;
    }

    section.slider-wrapper .slick-list {
        padding-right: 0;
    }
    .slider .slider_next,
    .slider .slider_prev {
        display: none !important;
    }
    section.slider-wrapper .slide:not(.first_slide) .container > .row > div {
        margin-left: 0;
    }
    section.slider-wrapper .slide > .container {
        padding-left: 15px;
    }

    .rd-navbar .rd-navbar-nav-wrap {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .rd-navbar .rd-navbar-nav li {
        margin-bottom: 20px;
    }
    .rd-navbar-menu-wrap .rd-navbar-close {
        left: -23px;
    }

    header a.contact,
    header a.header_linkedin {
        display: none;
    }

    section#block_cta {
        padding: 66px 30px 55px 30px;
        margin-bottom: 70px;
    }
    section#block_cta h3 {
        font-size: 32px;
        margin-bottom: 30px;
        line-height: 45px;
    }

    section#block_cta .block_cta_buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    section#block_cta .section-content {
        line-height: 30px;
        margin-bottom: 30px;
        font-size: 16px;
    }

    section#references {
        margin-top: 50px;
    }

    .collaborateurs-list .collab .visuel-wrapper .caption,
    .collaborateurs-list .collab .visuel-wrapper .caption h3,
    .collaborateurs-list .collab .visuel-wrapper .caption .fonction{
        font-size: 14px;
    }
    .collaborateurs-list .collab .visuel-wrapper .caption strong {
        margin-top: 26px;
    }
    .collaborateurs-list .collab .collab_linkedin {
        margin-top: 22px;
        font-size: 16px;
    }

    .rd-navbar .rd-navbar-inner {
        padding: 30px 0;
    }
    .stuck .rd-navbar .rd-navbar-inner {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .pin-spacer,
    .pin-spacer > section {
        height: 100vh !important;
        max-height: 100vh !important;
        border: 0 !important;
        background: transparent;
        padding-bottom: 0 !important;
    }

    section.slider-wrapper .slide:not(.first_slide) .excerpt {
        padding-left: 0;
        padding-right: 0;
    }

    footer{
        padding: 50px 0 40px 0;
    }
    footer .widget:last-child.branding {
        margin-bottom: 50px !important;
    }
    footer ul {
        margin-bottom: 20px;
    }
    footer ul li {
        margin-bottom: 15px;
        font-size: 12px;
    }

    section.slider-wrapper .first_slide .content_after {
        width: 100%;
    }
    section.slider-wrapper .first_slide .title {
        max-width: 100%;
        font-size: 32px;
        line-height: 34px;
        margin-bottom: 15px;
    }
    section.slider-wrapper .first_slide .subtitle {
        font-size: 16px;
        margin-bottom: 38px;
    }
    section.slider-wrapper .first_slide .cta.maincta{
        font-size: 14px;
        padding: 10px 20px;
        text-transform: none;
    }
    a.cta.green_cta {
        font-size: 14px;
        text-transform: none;
        min-width: auto;
        padding: 15px 30px;
    }

    section.slider-wrapper .title {
        font-size: 20px;
        margin-bottom: 15px;
        text-transform: none;
        font-weight: 700;
    }
    section.slider-wrapper .slide:not(.first_slide) .excerpt {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    section.slider-wrapper .slide:not(.first_slide) .link {
        font-size: 16px;
    }
    .scrolldown {
        display: none;
    }

    #expertises .expertises-list {
        padding-top: 0;
    }
    #expertises .expertises-list .slick-slide {
        margin-top: 0;
    }
    .expertises-list .slick-list {
        padding-right: 40px;
    }

    .section .section-content {
        line-height: 30px;
        padding:0 20px;
        font-size: 16px;
        margin-bottom: 50px;
    }

    h2.section-title,
    .section-title,
    .section .section-content h2,
    .single-post .titre_et_texte .section-title{
        font-size: 32px;
    }

    .page-loader i, .logo_before i {
        color: #FFF;
        font-size: 160px;
    }

    section#block_cta .block_cta_buttons a:first-child {
        margin-right: 0;
        margin-bottom: 30px;
    }
    section#references + .container {
        max-width: 100%;
        padding: 0;
    }

    .collaborateurs-list .visuel-wrapper .caption {
        padding: 40px 20px;
    }

    #page-header ,
    .single-post #page-header {
        height: 334px;
    }
    #page-header .section-title,
    .single #page-header h1{
        font-size: 32px;
    }

    section.points-forts .pointfort {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    section.points-forts .pointfort:not(:last-child) h3::after {
        width: 43px;
        height: 1px;
        right: -5%;
        left: -5%;
        bottom: -24px;
        margin: auto;
    }
    section.points-forts .pointfort {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        height: 105px !important;
        margin: 11px 0;
        padding: 0 15px;
    }
    section.points-forts .pointfort.clicked {
        height: 300px !important;
    }
    section.points-forts .pointfort .content {
        max-width: 75%;
    }

    section.points-forts .pointfort:nth-of-type(even) h3:after{
        display: block;
    }
    section.points-forts .pointfort .content {
        font-size: 20px;
    }

    .accordeons .card-classic .card-body h4 {
        text-align: center;
        margin: 0 0 40px 0;
    }
    .accordeons .card-classic .card-body:first-child {
        padding-top: 30px;
    }

    .section.marges_reduc,
    .marges_reduc.section-lg-85 {
        padding-bottom: 25px;
    }
    .section.marges_reduc .section-content {
        margin-bottom: 0;
    }
    section.liste_partenaires{
        margin-top: 35px;
    }

    .page-template-template-flexible .text_imgfond > .container > .row > div {
        font-size: 26px;
    }
    .page-template-template-flexible .text_imgfond > .container > .row > div:not(:last-child) {
        margin-bottom: 55px;
    }

    section.liste_partenaires {
        padding: 40px 0;
        margin-bottom: 45px;
    }
    section.liste_partenaires .partenaire {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    section.liste_partenaires .partenaire .part_logo {
        text-align: center;
        margin: 0 0 40px 0;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    section.liste_partenaires .partenaire .part_logo:after{
        display: none;
    }
    section.liste_partenaires .owl-carousel-default .owl-dots {
        margin-top: 5px;
    }
    section.liste_partenaires .partenaire .part_text {
        font-size: 16px;
    }

    .section-85 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .actus_intro {
        margin-bottom: 25px;
        font-size: 16px;
    }
    .actus_intro p:first-child {
        margin-top: 0;
    }

    .filters .select2.select2-container .select2-selection {
        font-size: 18px;
    }
    .loop_container {
        margin-top: 20px;
    }
    .post-item .visuel-wrapper .caption h3,
    .collaborateurs-list .collab .visuel-wrapper .caption h3 {
        font-weight: 500;
    }

    .single-post .post_date {
        left: auto;
        bottom: auto;
        position: relative;
        color: #000;
        text-align: left;
        padding-left: 15px;
        display: block;
        margin-top: 20px;
        font-size: 12px;
    }
    .single-post main {
        padding: 67px 0;
    }
    .single .post_content {
        font-size: 16px;
    }
    .single-post main p, .single-post main ul {
        line-height: 30px;
    }

    .single-post .gallery {
        margin-bottom: 70px;
    }
    .single-post section.gallery .owl-carousel-default .owl-dots {
        bottom: 15px;
    }
    section.gallery .owl-carousel-default .owl-dot {
        background: #FFF;
    }
    .single-post .titre_et_texte {
        margin-bottom: 65px;
    }

    section.projets-similaires {
        margin-bottom: 545px;
        padding-top: 40px;
    }
    section.projets-similaires h4 {
        font-size: 32px;
    }

    .page-template-template-contact h1 {
        font-size: 32px;
        text-align: center;
    }
    .page-template-template-contact section,
    .page-template-default #page-header {
        padding-top: 90px;
        background:transparent;
    }
    .page-template-template-contact input[type=submit] {
        text-align: center !important;
        display: block;
        width: 100%;
        margin-top: 24px;
        margin-bottom: 60px;
    }
    .form-control,
    .page-template-template-contact input[type=submit],
    .besoin .select2-container--bootstrap .select2-selection,
    .contact-sb {
        font-size: 16px;
    }
    .besoin .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b:before {
        margin-top: -14px;
    }
    .page-template-template-contact section {
        padding-bottom: 30px;
    }

    .page-wrapper .golden-ratio{
        display:none;
    }

    .page-template-default #page-header .section-title {
        text-align: center;
    }

    .page-template-default #page-header + .section-85 {
        padding-top: 25px;
    }

    .page-template-default h2 {
        font-size: 30px;
        padding-left: 0;
        padding-bottom: 30px;
    }
    .page-template-default h2:after {
        height: 1px;
        width: 44px;
    }
    .page-template-default h3 {
        font-size: 24px;
        margin-bottom: 30px;
        margin-top: 39px;
    }
    .page-template-default .post-content p {
        font-size: 16px;
    }

    section.titre_et_blocs_numerotes {
        padding: 55px 0 46px 0;
        background: url(img/cercle.png) no-repeat center 30px;
    }
    section.titre_et_blocs_numerotes .section-title {
        margin-bottom: 50px;
    }
    .titre_et_blocs_numerotes .bloc_title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .titre_et_blocs_numerotes .bloc_title h3 {
        padding-top: 10px;
        padding-left:0;
        font-size: 26px;
        width: 100%;
    }
    .titre_et_blocs_numerotes .section-title + .row > .col:after{
        display: none;
    }
    .titre_et_blocs_numerotes .bloc_title {
        margin-bottom: 16px;
    }
    .titre_et_blocs_numerotes .bloc_texte {
        margin-bottom: 30px;
    }

    section.citation {
        padding: 60px 0 40px 0;
    }
    section.citation .citation_icon {
        top: -17px;
        z-index: -1;
    }
    section.citation .content {
        line-height: 30px;
        font-size: 16px;
    }

    section.team_before {
        padding: 100px 0 55px 0;
    }
    section.team_before + .collaborateurs-list {
        margin-bottom: 95px;
        padding-top: 0;
    }

    section.gallery ul {
        height: 50vh;
    }

    .post-item .visuel-wrapper:hover .caption .caption-content {
        bottom: -webkit-calc(100% - 138px);
        bottom: -moz-calc(100% - 138px);
        bottom: calc(100% - 138px);
    }

    .slick-track .post-item {
        margin-top: 0 !important;
    }
}

@media screen and (max-width:575px){
    .collaborateurs-list .collab {
        width: 320px;
    }

    .accordeons .card-classic .card-header {
        padding-left: 15px;
        padding-right: 15px;
    }
    .accordeons .card-classic .card-header.collapsed::after,
    .accordeons .card-classic .card-header::after {
        left: auto;
        right: -15px;
        top: 10px;
    }
    section.points-forts .pointfort .content {
        font-size: 16px;
    }
    .archive section.slider-wrapper {
        height: 100vh;
        background: 0;
        padding: 0;
    }

    .loop_container > .container,
    section.gallery > .container {
        padding: 0;
    }
    .loop_container > .container > .row > div {
        margin-bottom: 28px !important;
    }

    .expertises-list .slick-list {
        padding-right: 25px;
    }
}

@media screen and (max-width:390px){
    section.projets-similaires {
        margin-bottom: 340px;
    }
}

@media screen and (max-width:330px){
    section.points-forts .pointfort.clicked {
        height: 350px !important;
    }
    section.projets-similaires {
        margin-bottom: 270px;
    }
}

@media screen and (max-width:767px) and (max-height:470px),
    screen and (max-device-height:470px) and (orientation : landscape){
        .pin-spacer, .pin-spacer > section {
            position: relative !important;
            height: 470px !important;
            top: 0 !important;
            -webkit-transform: none !important;
            -moz-transform: none !important;
            -ms-transform: none !important;
            -o-transform: none !important;
            transform: none !important;
            padding: 0 !important;
            max-height: none !important;
        }
        .pin-spacer + #expertises .section-title {
            color: var(--main-dark-color) !important;
        }
        .pin-spacer + #expertises .section-title span{
            color: var(--main-light-color) !important;
        }
        .pin-spacer + #expertises .section-content{
            color: var(--txt-color) !important;
        }
}
