/*
Theme Name: Redbox Média - Thème Personnalisé
Theme URI: http://redboxmedia.ca/
Description: Ceci est un thème personnalisé créé par Redbox Média
Author: Redbox Média
Author URI: http://redboxmedia.ca/
Template: salient
Version: 1
*/







/**** général ***/
html body  {
	font-family: "Plus Jakarta Sans", sans-serif;
  	font-optical-sizing: auto;
	font-size: 18px;
	letter-spacing: 1.44px;
	color: #CBD1B1;
	font-weight: 700;
	line-height: 1.3;
}
html body .gros_texte {
font-size: 28px;
    font-size: clamp(20px, 1.5vw, 28px);
font-weight: 400;
}
body .bold, 
body strong, 
body b {
   font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: bold;
}

html body a {
	color: #CBD1B1;
}
html body a:hover {
	color: #fff;
}


html body h1,
html body h2,
html body h3,
html body h4{
	font-family: "Plus Jakarta Sans", sans-serif;
  	font-optical-sizing: auto;
	color:#CBD1B1;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 3.2px;
	text-transform: uppercase;
}
html body h1 strong,
html body h2 strong,
html body h3 strong,
html body h4 strong {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 700;
}
html body h1,
html body .gros_h2 h2 {
	font-size: 50px;
	font-size: clamp(30px, 2.6vw, 50px);
}
html body h1 {
	letter-spacing: normal;
}
html body h2 {
	font-size: 40px;
	    font-size: clamp(28px, 2.1vw, 40px);
}
html body h3{
	font-size: 18px;
}
html body h4{
	font-size: 15px;
}
.text_center {
	text-align: center !important;
}
body.material .wpb_row {
	margin-bottom: 0;
}
.vc_row > .span_12 {
	padding-top: 80px;
	padding-bottom:80px ;
}
.vc_row.petit_pad_bottom > .span_12 {

	padding-bottom:60px ;
}
.no_padding.vc_row > .span_12 ,
.vc_row .vc_row > .span_12 {
	padding-top:0 ;
	padding-bottom:0 ;
}
.no_pad_top.vc_row > .span_12 {
	padding-top: 0;
	
}
.no_pad_bottom.vc_row > .span_12 {
	
	padding-bottom:0 ;
}
.pad_top_plus.vc_row > .span_12 {
	padding-top: 160px;
	
}
.pad_bottom_plus.vc_row > .span_12 {
	
	padding-bottom:160px ;
}
html body .container .container:not(.tab-container):not(.recent-post-container):not(.normal-container),
body .container {
	max-width: calc(1500px + 40px) !important;
	width: 84% !important;
	max-width: unset !important;
	width: 79% !important;
	padding-left: 20px !important;
	padding-right: 20px !important;
}
html body .nectar-button {

	font-family: "Plus Jakarta Sans", sans-serif !important;
	font-size: 18px !important;
	font-weight: 400 !important;
	line-height: normal !important;
	letter-spacing: 0.36px !important;
	text-transform: uppercase !important;
	padding: 3px 0 !important;
}
html body .nectar-button.see-through {
	border-width: 0 !important;
	border-bottom-width: 1px !important;

}
html body .nectar-button.see-through.has-icon {
	font-weight: 700 !important ;
}
html body .nectar-button.see-through.has-icon .icon-button-arrow {
	-webkit-transition: transform 250ms ease-out;
	-moz-transition: transform 250ms ease-out;
	-o-transition: transform 250ms ease-out;
	transition: transform 250ms ease-out;
}

html body .nectar-button.see-through.has-icon:hover .icon-button-arrow {
	transform: translateX(6px);
}
html body .nectar-button.accent-color.see-through:not(.has-icon),
html body .nectar-button.extra-color-2.see-through:not(.has-icon) {
	position: relative;
	border-bottom: 0;

}
html body .nectar-button.accent-color.see-through:not(.has-icon):after,
html body .nectar-button.extra-color-2.see-through:not(.has-icon):after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color:#fff ;
}

html body .nectar-button.accent-color.see-through:not(.has-icon):hover:after,
html body .nectar-button.extra-color-2.see-through:not(.has-icon):hover:after {
	animation-name: animation_underline;
	  animation-duration: 450ms;
}
body #top nav>ul>li.cta_link>a:hover:after {
	animation-name: animation_underline_2;
	  animation-duration: 450ms;
}

@keyframes animation_underline {
  0%   {width: 0;}
  
  100% {width: 100%;}
}
@keyframes animation_underline_2 {
  0%   {width: 0;}
  
  100% {width: calc(100% - 20px);}
}
html body .nectar-button.accent-color.see-through:not(.has-icon):after {
	background-color:#cbd1b1!important
}
html .nectar-button.has-icon.small:hover span, .nectar-button.tilt.small.has-icon span, body.material .nectar-button.has-icon.small span {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
html body.material .nectar-button.has-icon.small i {
    transform: translateY(0) translateX(0);
    height: 18px;
    width: 13px;
    margin-left: 5px;
    line-height: 1;
    right: 0;
    position: relative;
}
.row_title_cta .wpb_column:first-child {
	width: calc(100% - 250px);
}
.row_title_cta .wpb_column:last-child {
	width: 250px;
}
.row_title_cta .col_cta {
	text-align: right;
}

.ctas_marge_left_right .nectar-button {
	margin-left: 30px;
	margin-right: 30px;
}
.widht_container_row,
.widht_container {
	width: 79% !important;
	    padding-left: 20px !important;
	    padding-right: 20px !important;
	    margin-left: auto !important;
	    margin-right: auto !important;
}
.show_767 {
	display: none;
}

/****** header / menu *****/

html body[data-header-resize="1"] .container-wrap {
margin-top: -61px !important;
padding-top: 0;
}

body #header-outer .row .col.logo_texte,
body #header-outer .row .col.span_3  {
display: none !important;
}
body #header-space,
html body #header-outer, 
html body[data-header-color="dark"] #header-outer {
    background-color: transparent;
}
body #header-outer:not([data-format=left-header]) #top>.container>.row nav {
	padding-top: 20px;
}
body #top nav ul li a {
	color: #fff;
}
body #header-outer[data-lhe="default"] #top nav .sf-menu > .current-menu-item > a {
	color: #fff !important;
}
body #top nav>ul>li>a {
	olor:#FFF;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: normal
	letter-spacing: 0.3px;
	text-transform: uppercase;
}
body #top nav>ul>li.cta_link>a  {
	font-weight: 700;
	position: relative;
	
}
body #top nav>ul>li.cta_link>a:after {
	content: '';
	position: absolute;
	left: 10px;
	width: calc(100% - 20px);
	bottom:0;
	display: block;
	height: .5px ;
	background-color: #fff;
}
body #top nav>ul>li.current-menu-item>a {
	font-weight: 700;
}
body #header-outer[data-lhe="animated_underline"] #top nav > ul > li > a {
	margin-left: 15px;
	margin-right: 15px;
}


body #slide-out-widget-area-bg.fullscreen-alt .bg-inner {
	background-color: #0F3933 !important;
}
#slide-out-widget-area-bg {
	opacity: 1 !important;
}
body #slide-out-widget-area.fullscreen-alt .inner .off-canvas-menu-container li a {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 400;
	font-size: 27px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #fff;
}

/*** site_side ****/


.site_side {
	position: fixed;
	top:36px ;
	bottom: 36px;
	max-width: 152px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 7.93%;
}
.site_side.side_left {
	left: 0;
	border-right: 1px solid #fff;
}
.site_side.side_left .wrap_site_side {
	width: 60%;
}
.site_side.side_left #logo_side img {
	width: 100%;
	height: auto !important;
}
.site_side.side_right {
	right: 0;
	border-left: 1px solid #fff;
}
.site_side.side_right .les_textes {
	display: flex;
	    align-items: center;
	transform: rotate(90deg);
	white-space: nowrap;

	font-size: 18px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 1.44px;
	text-transform: uppercase;
	color: #fff;
}
.site_side.side_right .les_textes .titre {

}
.site_side.side_right .les_textes .line {
	height: 2px;
	width: 50px;
	background-color: #fff;
	margin: 0 15px;
	opacity: .6;
}
.site_side.side_right .les_textes .position {
	font-weight: 700;
	position: relative;
}
.site_side.side_right .les_textes .position .une_position {
	position: absolute;
	opacity: 0;
	top: 0;
	left: 0;
}
body:not(.home) .site_side.side_right .les_textes .position .une_position:first-child,
.site_side.side_right .les_textes .position .une_position.active {
	position: relative;
	opacity: 1;
} 


html body.mobile.material[data-header-color=light] #header-outer .slide-out-widget-area-toggle a .close-line, 
html body.mobile.material[data-header-color=light] #header-outer.transparent .slide-out-widget-area-toggle a .close-line {
    background-color: #fff !important;
}
#slide-out-widget-area .menuwrapper .menu .cta_link {
	display: none !important;
}
body #slide-out-widget-area.fullscreen-alt .inner-wrap {
	margin-right: 0;
}

#slide-out-widget-area .bottom_off_canvas {
	    position: fixed;
    left: 0;
    right: 0;
    bottom: 25px;
    bottom: 2vh;
}
#slide-out-widget-area .bottom_off_canvas a {
	color: #FFF;
	padding: 3px 0;
	font-family: "Plus Jakarta Sans";
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.3px;
	text-transform: uppercase;
	position: relative;
}
#slide-out-widget-area .bottom_off_canvas li {
	margin-bottom: 25px;
}
#slide-out-widget-area .bottom_off_canvas li.cta_partner a {
	border-bottom: 1px solid #fff;
}
#slide-out-widget-area .bottom_off_canvas li.cta_partner a:after {
	content: "\e909";
	display: inline-block;
	    transform: translateY(0) translateX(0);
    height: 18px;
    width: 13px;
    margin-left: 10px;
    line-height: 1;
    right: 0;
    position: relative;
    font-family: icomoon !important;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
}
#slide-out-widget-area .bottom_off_canvas li.cta_information a:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	height: 1px;
	background-color: #fff;

}
#slide-out-widget-area .bottom_off_canvas li.cta_information a:hover:after {
	animation-name: animation_underline;
	  animation-duration: 450ms;
}




/***** form general ****/
body input[type=date], 
body input[type=email], 
body input[type=number], 
body input[type=password], 
body input[type=search], 
body input[type=tel], 
body input[type=text], 
body input[type=url],
body textarea {
    padding: 20px 10px !important;
    height: 51px !important;
    width: 100%;
    line-height: 1.2 !important;

    background-color: transparent !important;
    color: #CBD1B1 !important;
    
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 15px !important;
    font-weight: 400 !important;
    border: 0 !important;
    box-shadow: un !important;
}
body select {
	font-size: 15px !important;
    font-weight: 400 !important;
     background: transparent url(images/arrow-select.svg) no-repeat 98% 50% !important; 
    color: #CBD1B1 !important;
    border: 0 !important;
    box-shadow: un !important;
    /* for Firefox */
    -moz-appearance: none;
    /* for Chrome */
    -webkit-appearance: none;
    height: 51px !important;
        padding: 7px !important;
        -webkit-transition: background-position 250ms ease-out;
        -moz-transition: background-position 250ms ease-out;
        -o-transition: background-position 250ms ease-out;
        transition: background-position 250ms ease-out;
}	
body select:hover {
	background-position: 98% 65% !important;
}

body .gform-theme--foundation .gform_fields {
        -moz-column-gap: 30px;
        column-gap: 30px;
        grid-row-gap: 30px;
    row-gap: 30px;
}
body .gform-theme--foundation .gfield textarea.large {
    min-block-size: 150px;
}

body .gform_wrapper .gform_ajax_spinner {
	margin-top: -5px;
	margin-left: -40px;
	position: absolute;
	top:50px;
	right: 0;
}
.gform-theme--foundation .gform_footer, 
.gform-theme--foundation .gform_page_footer {
	position: relative;
}
body .gform-theme--framework .gform_validation_errors {
margin-bottom: 12px;
}

body .gform-theme--framework .gform_validation_errors .gform-icon,
body .gform-theme--framework .gfield_validation_message,
body .gform-theme--framework .gform_validation_errors .gform_submission_error {
	color: #F76959 !important;
	text-transform: none;
}
body  .gform-theme--framework .gfield_error input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
	border-color: #F76959;
	color: #F76959;
}
body .gform-theme--framework .gform_validation_errors {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: unset;
    padding-block: 0;
    padding-inline: 0;
}



/* For IE10 */
body select::-ms-expand {
  display: none;
}
body select option{
	color: #000;
}
.gform_required_legend {
display: none !important;
}

.gform-theme--foundation .gfield {
    border: 1px solid #2C564F;
    display: flex;
    flex-wrap: wrap;
}
.gform-theme--foundation .gfield.input_position .gfield_label {

    width: 160px;
}
html body .gform_wrapper .gfield.input_position .ginput_container {
    width: calc(100% - 160px);
}

html body .gform_wrapper .description, 
html body .gform_wrapper .gfield_description,
html body .gform_wrapper .gsection_description, 
html body .gform_wrapper .instruction {
	width: 100%;
	margin-bottom: -24px;
}
body .gform-theme--framework .gform-field-label>.gfield_required {
	 color: #CBD1B1;
}
body .gform_wrapper .top_label .gfield_label {
    margin-top: 15px;
    margin-bottom: 0;
    width: 106px;
    padding-left: 10px;
    color: #CBD1B1;
   font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.6px;
}
body .video_pop.pop-career .gform_wrapper .top_label .gfield_label {
	width: 163px;
}
html body .video_pop.pop-career .gform_wrapper .ginput_container {
    width: calc(100% - 163px);
}
body .video_pop.pop-career .gform_wrapper .top_label .gfield--type-fileupload .gfield_label {
	width: 100%;
}
html body .gform_wrapper .ginput_container {
	width: calc(100% - 106px);
}
html body .video_pop.pop-career .gform_wrapper .gfield--type-fileupload .ginput_container,
html body .gform_wrapper .gfield--type-radio .ginput_container,
html body .gform_wrapper .gfield--type-checkbox .ginput_container,
html body .gform_wrapper .gfield--type-Rangeslider .ginput_container,
html body .gform_wrapper .gfield--type-LabelRangeslider .ginput_container,
html body .gform_wrapper .image-choices-field.image-choices-use-images .ginput_container,
html body .gform_wrapper .gfield--type-textarea .ginput_container {
	width: calc(100% );
}
html body .gform_wrapper .gfield--type-fileupload .ginput_container > div {
	padding: 10px;
}
html body .gform_wrapper .gfield--type-fileupload .gform_drop_area {
	background-color: transparent !important;
	border-color: #2C564F;
}
body .gform-theme--framework .gfield_description {
	color: #2C564F;
}
body .gform-theme--foundation .gform_footer {

    justify-content: flex-end;
}
.gform-theme--foundation .gfield select {
	cursor: pointer;
}
body .video_pop .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
body .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
body .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
	background: transparent url(images/input_arrow.svg) no-repeat 100% 50% !important;
	padding: 5px 37px 5px 0 !important;
	color: #CBD1B1 !important;
	  font-family: "Plus Jakarta Sans", sans-serif !important;
	font-size: 18px !important;

	font-weight: 700 !important;
	line-height: normal !important;
	letter-spacing: 0.36px !important;
	text-transform: uppercase !important;
	border: 0!important;
	border-bottom: 1px solid #CBD1B1  !important;
	border-radius: 0 !important;
	-webkit-transition: background-position 250ms ease-out;
	-moz-transition: background-position 250ms ease-out;
	-o-transition: background-position 250ms ease-out;
	transition: background-position 250ms ease-out;
}
body .video_pop .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform_previous_button {
	padding: 5px 0 5px 37px !important;
	background: transparent url(images/input_arrow_previous.svg) no-repeat 0% 50% !important;
	font-weight: 400 !important;
}
body .video_pop .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform_previous_button:hover {
	background-position: 10% 50% !important;
}



body .video_pop .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,
body .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,
body .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover {
	background-position: 90% 50% !important;
}
body .video_pop .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
body .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
body .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus {
	box-shadow: unset !important;
}

body .gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .ginput_preview .gfield_fileupload_filename,
body .gform-theme--framework .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
body .gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .gform_drop_area::before {
	color: #CBD1B1 !important
}
body .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--simple .dashicons {
	--gf-local-color: #CBD1B1 !important;
}
.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .ginput_preview_list {
	margin-top: 34px;
}

div.slider-display, div.circles-slider, div.scale-slider, div.rainbow-slider, div.flat-slider, div.double-label-slider {
	position: relative;
}
body .ui-widget.ui-widget-content {
    border: 1px solid #2C564F;
    height: 15px;
}


/******* home ****/





/* banner */
#banner_un_projet > .span_12,
#banner_page > .span_12,
#banner > .span_12 {
	min-height: 100vh;
	padding-top: 130px;
	padding-bottom: 130px;
}
#banner .row_down {
	position: absolute;
	left: 0;
	right: 0;
	bottom:-85px;
}

#banner .row_down .nectar-button {
	margin: 0 30px 30px;
}
#banner_un_projet .titre,
#banner_page .titre,
#banner .titre {
	max-width: 1165px;
	max-width: 79.56%;
	margin: 0 auto !important;
}
#banner_un_projet .titre,
#banner_page .titre {
	font-size: 28px;
	font-size: clamp(20px, 1.5vw, 28px);
	position: relative;
	font-weight: 400;
}
#banner_un_projet .titre h1,
#banner_page .titre h1 {
	    margin-bottom: 3vw;
}
#banner_un_projet .titre:after,
#banner_page .titre:after {
	content: '';
    display: block;
    position: absolute;
    width: 2px;
    height: 20vh;
    background-color: #fff;
    left: 50%;
    bottom: calc(-20vh - 5vh);
}
html body #banner_un_projet,
html body #banner_page,
html body #banner {
	color: #fff !important;
}
html body #banner_un_projet h1,
html body #banner_page h1 {
color: #fff;
}
html body #banner h1 {
	color: #fff;
	text-align: right;
}
html body #banner h1 strong {
	float: left;
	text-align: left;

}
html body #banner h1 em {
	font-style: normal;
	display: inline-block;
}
html body #banner h1 em:before {
	content: '';
	width: 140px;
	    width: 7vw;
	height: 2px;
	background-color: rgba(255,255,255,.9);
	vertical-align: middle;
	display: inline-block;
	margin: 0 5px;
}
#banner_page > .row-bg-wrap .row-bg:after,
#banner > .row-bg-wrap .row-bg:after {
	display: block;
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 180px;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(180deg, rgba(0,0,0,0.30015756302521013) 5%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(180deg, rgba(0,0,0,0.30015756302521013) 5%, rgba(0,0,0,0) 100%);
	background: linear-gradient(180deg, rgba(0,0,0,0.30015756302521013) 5%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}


/*****  benefits *****/


.benefits {
	overflow: hidden;
	position: relative;
	height: 100vh;
	width: 100%;
}
.benefits .benefit.ben_1 {
	position: relative;
}
.benefits .benefit{
	width: 100%;
    height: 100vh;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    position: relative;
        justify-content: center;
        position: absolute;
        top:0;
        left: 0;
     background-color: #0F3933;

}
.benefits .benefit h3 {
	font-weight: 400;
	font-size: 50px;
	font-size: clamp(30px, 2.6vw, 50px);
	line-height: 104%;
	letter-spacing: 0.02em;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #CBD1B1 !important;
	margin-bottom: 0 !important;
	text-transform: none;
}
.benefits .benefit h3 strong {
	font-weight: 700;
	display: ;
}
.benefits .benefit:nth-child(2n) {
	background-color: #19433D;
}
.benefits .position {
	position: absolute;
	    top: 0;
	    left: 50%;
	    display: flex;
	position: absolute;
	    top: 50%;
	    left: 50%;
	    display: flex;
	    transform: translate(-50%, -50%);
	    z-index: 0;
}
.benefits .position .number {
	position: relative;
	

	color: #2C564F !important;
	font-weight: 200;
	font-size: 194px;
	    /*font-size: clamp(125px, 10vw, 194px);*/
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.2;
	
}
.benefits .position .number:before {
	content: '';
	height: 20vh;
	width: 1px;
	top:-20vh;
	display: block;
	background-color: #2C564F;
	position: absolute;
left: 50%;
}
.benefits .position .number:after {
	content: '';
	height: 20vh;
	width: 1px;
	bottom:-20vh;
	display: block;
	background-color: #2C564F;
	position: absolute;
left: 50%;
}

/****** about ******/

.texte_cta_about.wpb_row {
	margin-top: -200px;
}

.about {
	overflow: hidden;
	position: relative;
	height: 100vh;
}
.about .one_abou.about_1 {
	position: relative;
}
.about .one_about {
	width: 100%;
    height: 100vh;
    /*height: calc(100vh - 200px);*/
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    position: relative;
        justify-content: center;
        position: absolute;
        top:0;
        left: 0;
     background-color: #0F3933;

}

.about .one_about h3 {
	max-height: 0;
	margin-bottom: 0;
	overflow: hidden;
	
}
.about .one_about:nth-child(2n) {
	background-color: #19433D;
}
.about .position {
	position: absolute;
	    top: 0;
	    left: 50%;
	    display: flex;
	position: absolute;
	    top: 50%;
	    left: 50%;
	    display: flex;
	    transform: translate(-50%, -50%);
	    z-index: 0;
}
.about .position .number {
	position: relative;
	
}
.about .position .number {
	color: #2C564F !important;
	font-weight: 200;
	font-size: 194px;
	    font-size: clamp(96px, 10vw, 194px);
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.2;
	margin-bottom: 0 !important;
}
.about .position .number:before {
	content: '';
	height: 20vh;
	width: 1px;
	top:-20vh;
	display: block;
	background-color: #2C564F;
	position: absolute;
left: 50%;
}
.about .position .number:after {
	content: '';
	height: 20vh;
	width: 1px;
	bottom:-20vh;
	display: block;
	background-color: #2C564F;
	position: absolute;
left: 50%;
}
.about .container .texte {
	font-weight: 700;
	font-size: 18px;
	line-height: 139%;
	letter-spacing: 0.08em;
	text-align: center;
	color: #CBD1B1;
	position: relative;
	z-index: 2;
	width: 80%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}


/**** home projet ****/
.un_projet {
	position: relative;
}
.un_projet .featured_photo .lien {
	position: absolute;
	display: inline-block;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	cursor:url(images/view-icon-120-light.svg), auto;
	z-index: 22;
}
html[lang="fr-FR"] .un_projet .featured_photo .lien {

	cursor:url(images/voir-icon-120.svg), auto;

}
.un_projet .featured_photo {
	position: relative;
	padding-top:calc(100vh - 80px);
	-webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	  background-position: center;
	  background-repeat: no-repeat;
}
.un_projet .featured_photo .mobile_featured_photo {
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	/*background-color: red;*/
	-webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	  background-position: center;
	  background-repeat: no-repeat;
	  opacity: 0;
}
.un_projet .projet_info {
display: flex;
	padding-top:27px;
	padding-bottom: 71px;


	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: e; /* 200% */
	letter-spacing: 0.6px;
	margin-left: -15px;
	margin-right: -15px;
}
.un_projet .projet_info > div {
	padding: 0 15px;
}
.un_projet .projet_info .nom_region {
	width: 50%;
}
.un_projet .projet_info .category ,
.un_projet .projet_info .type ,
.un_projet .projet_info .status {
	width: 16.666%;
}
.un_projet .projet_info .cta_learn_more {
	display: none;
}
.un_projet .projet_info h3 {
	color: #CBD1B1;
	font-size: 28px;
	    font-size: clamp(20px, 1.5vw, 28px);
	font-weight: 400;
	line-height: normal;
	letter-spacing: 2.24px;
	text-transform: uppercase;
}
.un_projet .projet_info .titre {

	font-size: 12px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.48px;
	text-transform: uppercase;
}


#bg_photo > .span_12 {
	padding-bottom: 0;
	padding-top: 100vh;
}


/***** testimonials *****/
.testimonials_logos .testimonials  {
margin-bottom: 120px;
}
.testimonials_logos .testimonials .one_testimonial {
	padding: 59px 0 ;
	border-bottom: 2px solid #2C564F;
}
.testimonials_logos .testimonials .one_testimonial:first-child {
	padding-top: 0;
}
.testimonials_logos .testimonials .one_testimonial .testimonial {


	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.4;/* 138.889% */
	letter-spacing: 1.44px;
	margin-bottom: 25px;
}
.testimonials_logos .testimonials .one_testimonial .name_location {
	display: flex;
	font-size: 15px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.3px;

}
.testimonials_logos .testimonials .one_testimonial .name_location .name {
	
}
.testimonials_logos .testimonials .one_testimonial .name_location .location:before {
	content: '';
	display: inline-block;
	opacity: 0.6;
	background: #2C564F;
	width: 50px;
	height: 2px;
	margin: 0 15px;
	vertical-align: middle;
}
.testimonials_logos .testimonials .one_testimonial .name_location .location {
	display: inline-block;
}
.testimonials_logos .logos {
	display: flex;
	flex-wrap: wrap;
}
.testimonials_logos .logos .one_logo {
	width: 25%;
	padding: 25px;
	display: flex;
	align-content: center;
    justify-content: center;
	border-right: 2px solid #2C564F;
	border-top: 2px solid #2C564F;
	align-items: center;
}
.testimonials_logos .logos .one_logo:nth-child(1),
.testimonials_logos .logos .one_logo:nth-child(2),
.testimonials_logos .logos .one_logo:nth-child(3),
.testimonials_logos .logos .one_logo:nth-child(4) {
	border-top: 0;
}
.testimonials_logos .logos .one_logo:nth-child(4n) {
	border-right: 0;
}
.testimonials_logos .logos .one_logo:nth-child(1),
.testimonials_logos .logos .one_logo:nth-child(2) ,
.testimonials_logos .logos .one_logo:nth-child(3) ,
.testimonials_logos .logos .one_logo:nth-child(4)  {
	
}
.testimonials_logos .logos .one_logo img {
	margin-bottom: 0;
}

.swiper.testimonials_swiper {
	position: relative;
}
.testimonials.testi_mobile {
	max-height: 0;
	overflow: hidden;
}

/**** team *****/



.the_team {
	    margin-top: 35px;
	    position: relative;
}
.the_team:after {
    content: '';
    display: block;
    position: absolute;
    left: -50%;
    right: -50%;
    top: 0;
    height: 29.2vw;
    background: rgb(15,57,51);
    background: -moz-linear-gradient(180deg, rgba(15,57,51,0) 15%, rgba(9,32,29,0.8) 100%);
    background: -webkit-linear-gradient(180deg, rgba(15,57,51,0) 15%, rgba(9,32,29,0.8) 100%);
    background: linear-gradient(180deg, rgba(15,57,51,0) 15%, rgba(9,32,29,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0f3933",endColorstr="#09201d",GradientType=1);
    z-index: 0;
}

.the_team .one_team {
	
}
.the_team .one_team .photo{
	
}
.the_team .one_team .photo .wrap_photo{
	padding-top: 153%;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: 50% 0;
	width: 150%;
    margin-left: -25%;

	
}

.the_team .one_team .information{
	background-color: #0F3933;
	text-align: center;
	padding-top: 24px;
	padding-bottom: 24px;
	position: relative;
	    padding-left: 10px;
    padding-right: 10px;
}
/*.the_team .one_team .information:after {
	content: '';
	display: block;
	position: absolute;
	top:0;
	bottom: 0;
	left: -100%;
	right: -100%;
	background-color: #0F3933;
	z-index: -1;
}*/
.the_team .one_team h3{
	color: #CBD1B1;
	font-size: 28px;
	    font-size: clamp(18px, 1.5vw, 28px);
	font-weight: 400;
	line-height: normal;
	letter-spacing: 2.24px;
	margin-bottom: 2px !important;
}
.the_team .one_team .poste{
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 2;
	letter-spacing: 0.48px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.the_team .one_team .description{
	text-align: center;
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: 2; /* 200% */
	letter-spacing: 0.6px;
	padding: 0 8px;
}
.testimonials.swiper-container-horizontal>.swiper-pagination-bullets,
.the_team.swiper-container-horizontal>.swiper-pagination-bullets {
	    position: absolute;
    top: 29vw;
    bottom: unset;
}
.the_team.swiper-container-horizontal>.swiper-pagination-bullets {
	display: none;
}
.testimonials .swiper-pagination-bullet,
.the_team .swiper-pagination-bullet {
	width: 7px;
	height: 7px;
	background-color: transparent;
	border:1px solid #CBD1B1;
	opacity: 1;
}
.testimonials .swiper-pagination-bullet.swiper-pagination-bullet-active,
.the_team .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #CBD1B1;
}
/*#team > .row-bg-wrap .row-bg:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top:514px;
	height: 349px;
	height: 20vw;
	background: linear-gradient(180deg, #0F3933 0%, #09201D 80.17%);

	    top: 27vw;
	    height: 410px;
}*/


/***  photos_gallery ****/
.photos_gallery {
	width: 100% !important;
}
.photos_gallery .wrap_gallery {

}
.photos_gallery .row_gallery .photo {
	margin: 15px;
}
.photos_gallery .row_gallery .photo .wrap_photo {
	
	-webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	  background-position: center;
	  background-repeat: no-repeat;
}
.photos_gallery .row_gallery {
	display: flex;
}
.photos_gallery .row_gallery:first-child .photo{
	
	width: calc(50% - 30px);
}
.photos_gallery .row_gallery:first-child .photo .wrap_photo {
	padding-top: 60%;
} 
.photos_gallery .row_gallery:nth-child(3),
 .photos_gallery .row_gallery:nth-child(2) {
 	justify-content: center;
 }
.photos_gallery .row_gallery:nth-child(2) .photo:nth-child(1){
	
	width: 21%;
	    display: flex;
    align-items: flex-end;
}
.photos_gallery .row_gallery:nth-child(2) .photo:nth-child(1) .wrap_photo {
	padding-top: 100%;
	width: 100%;
}

.photos_gallery .row_gallery:nth-child(2) .photo:nth-child(2){
	transform-origin: center 35%;
	width: calc(50% - 30px);
}
.photos_gallery .row_gallery:nth-child(2) .photo:nth-child(2) .wrap_photo  {
	padding-top: 60%;
}
.photos_gallery .row_gallery:nth-child(2) .photo:nth-child(3){
	
	width: 21%;
}
.photos_gallery .row_gallery:nth-child(2) .photo:nth-child(3) .wrap_photo {
	padding-top: 100%;
}

.photos_gallery .row_gallery:nth-child(3) .photo:nth-child(1){
	
	width: calc(50% - 30px);
}
.photos_gallery .row_gallery:nth-child(3) .photo:nth-child(1) .wrap_photo {
	padding-top: 60%;
}
.photos_gallery .row_gallery:nth-child(3) .photo:nth-child(2){
	
	width: 21%;
}
.photos_gallery .row_gallery:nth-child(3) .photo:nth-child(2) .wrap_photo {
	padding-top: 100%;
}

/**** plugin cookies ****/

body .cky-notice .cky-title {
   
    padding-bottom: 0;
}
body .cky-notice-btn-wrapper {
    
    flex-direction: row-reverse;
    justify-content: flex-end;
}
body .cky-notice-btn-wrapper .cky-btn {
	flex:unset ;
	padding: 8px 36px;
	border-radius: 0;
}
body .cky-notice-btn-wrapper .cky-btn.cky-btn-reject {
	margin-right: 0;
	border-right: 0 !important;
	border-left: 0 !important;
	border-top: 0 !important;
}
body .cky-notice-btn-wrapper .cky-btn.cky-btn-accept {
	margin-right: 8px;
}

/** row_carear ****/


.vc_row .row_carear.vc_row > .span_12 .vc_column-inner {
	padding: 40px 120px;
	padding: 40px 8.7%;
	border-top: 1px solid #2C564F;
	/*border-bottom: 1px solid #2C564F;*/
}
.vc_row .row_carear.vc_row > .span_12 .vc_column-inner .wpb_wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.vc_row .row_carear.vc_row > .span_12 .vc_column-inner .wpb_wrapper img {
	-webkit-transition: all 0.250s ease;
	transition: all 0.250s ease;
	width: 23px;
}
body:not(.mobile) .vc_row .row_carear.vc_row > .span_12 .vc_column-inner:hover .wpb_wrapper img ,
.vc_row .row_carear.vc_row > .span_12 .vc_column-inner .wpb_wrapper.form_open img {
	transform: rotate(180deg);
	transform-origin: center;
}
	

.vc_row .row_carear.vc_row > .span_12 .vc_column-inner .wpb_wrapper h3 {
	color: #CBD1B1;
	font-weight: 700;
	font-size: 18px;
}
.vc_row .row_carear.vc_row > .span_12 .column_container {
	flex-direction: column;
}
.material .row_carear .wpb_content_element {
	margin-bottom: 0;
}

.row_carear .row_team_form {
	    border-bottom: 1px solid #2C564F;
	    max-height: 0;
	    overflow: hidden;
	        

	 -webkit-transition: max-height 250ms ease-out;
	 -moz-transition: max-height 250ms ease-out;
	 -o-transition: max-height 250ms ease-out;
	 transition: max-height 250ms ease-out;
}
.row_carear .row_team_form .wrap_team_form {
	padding: 1px 8.7% 40px;
}
.row_carear .row_team_form.team_open {
	max-height: 745px;
}
html body .row_carear .gform_wrapper .gfield--type-fileupload .ginput_container,
body .row_carear .gform_wrapper .top_label .gfield--type-fileupload .gfield_label {
    width: 100%;
}


/***** page politics ****/

html body[data-header-resize="1"].page-template-template-politics .container-wrap {
	margin-top: 0 !important;
	padding-top: 40px;
}
.page-template-template-politics .wpb_row > .span_12 {
	max-width: 1000px;
	margin: 0 auto !important;
}
html .page-template-template-politics h2 {
	    font-size: clamp(19px, 1.33vw, 26px);
}

/***** page les projets *****/
.page-template-page-projets .filter_reponse {
text-align: center;
}

.page-template-page-projets .main-content {
	position: relative;
	z-index: 2;
}
.page-template-page-projets .main-content.section_bas {
	z-index: 0;
}
.wrap_projets {
	position: relative;
	z-index: 1;
}
.projects_filter .filters {
	display: flex;
	    justify-content: space-between;
}
.cta_filter_mobile,
.projects_filter .filters .close {
	display: none;
}
.projects_filter .filters .filter {
	width: 32.3333%;
}
.projects_filter .filters .fitler_apply  {
	width: 100%;
	display: none;
	text-align: center;
}
.projects_filter .filters .filter_title  {
	width: 100%;
	display: none;
	font-weight: 400;
	font-size: 23px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #CBD1B1;
	margin-bottom: 25px;
}
body.material .projects_filter .filters .fitler_apply .nectar-button.see-through.extra-color-2[data-color-override="false"] {
	color: #CBD1B1 !important;
	border-color: #CBD1B1 !important;
}

.projects_filter .filters .titre_lechoix {
	display: flex;
	align-items: center;
	border: 1px solid #2C564F;
	font-weight: 400;
	font-size: 15px;
	letter-spacing: 0.04em;
	line-height: 1.2;
	color:#CBD1B1;
	position: relative;
	min-height: 51px;
	background: transparent url(images/arrow-select.svg) no-repeat 98% 50% !important; 
	cursor: pointer;
}
.projects_filter .filters .titre_lechoix .titre {
	
	
	padding: 10px 10px;
}
.projects_filter .filters .titre_lechoix .le_choix {
	
	padding: 5px 30px 5px 10px;
	min-height: 51px;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    
}
.projects_filter .filters .filter .wrap_input {
	position: relative;
}
.projects_filter .filters .choices {
	position: absolute;
	left: -1px;
	right: -1px;
	top: 50px;
	background-color: rgba(15,57,51,.9);
	    transform: scaleY(0);
    transform-origin: center top;
}
.projects_filter .filters .filter.choix_open .choices {
	transform: scaleY(1);
    
}
    
.projects_filter .filters .choices .les_choix .un_choix {
	
	
	border: 1px solid #2C564F;
	border-bottom: 0;

}
.projects_filter .filters .choices .les_choix .un_choix:last-child {
	border-bottom: 1px solid #2C564F;
}
.projects_filter .filters .choices .les_choix .un_choix.sub_choix {
	display: flex;
}
.projects_filter .filters .choices .les_choix .un_choix.sub_choix .select_sub {
	width: 40px;
	display: flex;
	    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.projects_filter .filters .choices .les_choix .un_choix.sub_choix .select_sub svg {
	
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.projects_filter .filters .choices .les_choix .un_choix.sub_choix.choix_open .select_sub svg,
.projects_filter .filters .choices .les_choix .un_choix.sub_choix .select_sub:hover svg {
	transform: rotate(180deg);
	
}
.projects_filter .filters .choices .les_choix .choix_sub .un_choix {
	padding-left: 40px;
}
.projects_filter .filters .choices .les_choix .un_choix + .choix_sub {
	max-height: 0;
	overflow: hidden;
}
.projects_filter .filters .choices .les_choix .un_choix.choix_open + .choix_sub {
	max-height: unset;
	
}

.projects_filter .filters .choices .les_choix .un_choix.sub_choix label {
	width: calc(100% - 40px);
}
.projects_filter .filters .choices .les_choix .un_choix label {
	padding: 10px 10px;
	display: flex;
	    align-items: center;
	    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.04em;
    line-height: 1.2;
    color: #CBD1B1;
    min-height: 56px;
}
.projects_filter .filters .un_choix [type="checkbox"]:checked,
.projects_filter .filters .un_choix [type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.projects_filter .filters .un_choix [type="checkbox"]:checked+label,
.projects_filter .filters .un_choix [type="checkbox"]:not(:checked)+label {
  position: relative;
  padding-right: 36px;
  cursor: pointer;
  line-height: 20px;
  
 
}

.projects_filter .filters .un_choix [type="checkbox"]:checked+label:before,
.projects_filter .filters .un_choix [type="checkbox"]:not(:checked)+label:before {
      content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    width: 16px;
    height: 16px;
    border: 1px solid #CBD1B1;
    background: transparent;
    margin-top: -8px;
}
/*.titre_lechoix .un_choix [type="checkbox"]:not(:checked)+label:after ,*/
.projects_filter .filters .un_choix [type="checkbox"]:checked+label:after{


      content: '';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: 16px;
    width: 4px;
    height: 10px;
    border: solid #CBD1B1;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

body .wrap_projets .loader {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    display: none;
    margin: 0 auto;
}
body .wrap_projets .loader {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
    height: 200px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ball-pulse-rise>div {
    -webkit-animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
}

.ball-pulse-rise>div {
    height: 15px;
    border-radius: 100%;
    display: inline-block;
    background-color: #94b572;
    margin: 2px;
}
.ball-pulse-rise>div {
    width: 15px;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: cubic-bezier(.15,.46,.9,.6);
    animation-timing-function: cubic-bezier(.15,.46,.9,.6);
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0;
}
@-webkit-keyframes ball-pulse-rise-even{
	0%{
		-webkit-transform:scale(1.1);
		transform:scale(1.1)
	}
	25%{
		-webkit-transform:translateY(-30px);
		transform:translateY(-30px)
	}
	50%{
		-webkit-transform:scale(.4);
		transform:scale(.4)
	}
	75%{
		-webkit-transform:translateY(30px);
		transform:translateY(30px)
	}
	100%{
		-webkit-transform:translateY(0);
		transform:translateY(0);
		-webkit-transform:scale(1);
		transform:scale(1)
	}
}
@keyframes ball-pulse-rise-even{
	0%{
		-webkit-transform:scale(1.1);
		transform:scale(1.1)
	}
	25%{
		-webkit-transform:translateY(-30px);
		transform:translateY(-30px)
	}
	50%{
		-webkit-transform:scale(.4);
		transform:scale(.4)
	}
	75%{
		-webkit-transform:translateY(30px);
		transform:translateY(30px)
	}
	100%{
		-webkit-transform:translateY(0);
		transform:translateY(0);
		-webkit-transform:scale(1);
		transform:scale(1)
	}
}
@-webkit-keyframes ball-pulse-rise-odd{
	0%{-webkit-transform:scale(.4);
		transform:scale(.4)
	}
	25%{-webkit-transform:translateY(30px);
		transform:translateY(30px)
	}
	50%{
		-webkit-transform:scale(1.1);
		transform:scale(1.1)
	}
	75%{
		-webkit-transform:translateY(-30px);
		transform:translateY(-30px)
	}
	100%{
		-webkit-transform:translateY(0);
		transform:translateY(0);
		-webkit-transform:scale(.75);
		transform:scale(.75)
	}
}
@keyframes ball-pulse-rise-odd{
	0%{
		-webkit-transform:scale(.4);
		transform:scale(.4)
	}
	25%{
		-webkit-transform:translateY(30px);
		transform:translateY(30px)
	}
	50%{
		-webkit-transform:scale(1.1);
		transform:scale(1.1)
	}
	75%{
		-webkit-transform:translateY(-30px);
		transform:translateY(-30px)
	}
	100%{
		-webkit-transform:translateY(0);
		transform:translateY(0);
		-webkit-transform:scale(.75);
		transform:scale(.75)
	}
}
.ball-pulse-rise>div:nth-child(2n-1) {
    -webkit-animation-name: ball-pulse-rise-odd;
    animation-name: ball-pulse-rise-odd;
}
.ball-pulse-rise>div:nth-child(2n) {
    -webkit-animation-name: ball-pulse-rise-even;
    animation-name: ball-pulse-rise-even;
}

/****** page un projet *****/


#banner_un_projet > .span_12 {
	align-items: center;
}
#banner_un_projet .viewport-desktop-mobile {
	/*background-color: red;*/
	opacity: 0;
}
.single-projet .post-area {
	display: flex;
	padding-top: 120px;
	padding-bottom: 120px;
	    padding-top: 4.5vw;
    padding-bottom:  5.5vw;
        flex-wrap: wrap;
}
.single-projet .post-area .fil_ariane {
	width: 100%;
	margin-bottom: 43px;
	color: #CBD1B1;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.48px;
	text-transform: uppercase;
	padding: 0 15px;
}
.single-projet .post-area .fil_ariane a {
	color: #CBD1B1;
	text-decoration: underline;
}
.single-projet .post-area .projet_information {
	padding: 0 9% 0 1%;
	width: 39.666%;
	padding-bottom: 50px !important;
	    
}
.single-projet #ajax-content-wrap .post-area {
	margin-left: -1%;
	    margin-right: -1%;
	    width: calc(102%);
}
.single-projet .post-area .projet_gallery {
	padding: 0 1%;
	width: 59.444%;
}
.single-projet .post-area .projet_information .info {
	margin-bottom: 35px;
}
.single-projet .post-area .projet_information .info h2 {
	font-weight: 400;
	font-size: 28px;
	    font-size: clamp(23px, 1.5vw, 28px);
	line-height: 1.3;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #CBD1B1;
	margin-bottom: 18px;
}
.single-projet .post-area .projet_information .info .titre {
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 14px;
}
.single-projet .post-area .projet_information .info .texte {
	font-size: 15px;
	font-weight: 700;
}
.single-projet .post-area .projet_information .projet_ctas .cta {
margin-top: 27px;
}
.single-projet .post-area .projet_gallery .map_cat {
	text-align: right;
	margin-top: 15px;
}
.single-projet .post-area .projet_gallery .map_cat a,
.single-projet .post-area .projet_information .projet_ctas .cta a {
	font-weight: 400;
	font-size: 18px;
	line-height: 1.2;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #CBD1B1;
	display: inline-block;
	position: relative;
	padding: 5px 0;
}
.single-projet .post-area .projet_gallery .map_cat a:after,
.single-projet .post-area .projet_information .projet_ctas .cta a:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	border-bottom:1px solid #CBD1B1;
}
.single-projet .post-area .projet_gallery .map_cat a,
.single-projet .post-area .projet_information .projet_ctas .cta.arrow_bold a {
	font-weight: 700;
}
.single-projet .post-area .projet_gallery .map_cat a svg,
.single-projet .post-area .projet_information .projet_ctas .cta a svg {
	margin-left: 11px;
}
.single-projet .post-area .projet_gallery .image {
	margin-bottom: 29px;
	margin-bottom: 1.5vw;
}
.single-projet .post-area .projet_gallery .image img {
	margin-bottom: 0;
}

.single-projet .single_project_social .social_wrap {
	    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
}
.single-projet .single_project_social .social_wrap .line{
	width: 50px;
	height: 2px;
	opacity: 0.6;
	background: #CBD1B1;
	margin: 0 6.5px 0 13px;
}
.single-projet .single_project_social .social_wrap .titre {

}
.single-projet .single_project_social .social_wrap .sociaux {
	
}
.single-projet .single_project_social .social_wrap .sociaux a {
	display: inline-block;
	margin: 0 6.5px;
}
.single-projet .single_project_social .social_wrap .sociaux a:hover {
	color: #fff;
}

body .leaflet-map,
#map { 
	height: 430px !important; 
	height: 22vw !important;
}

.leaflet-container img.leaflet-tile {
   
    filter: grayscale(1);
}
/*****popup ****/

html.popup {
  overflow-y: hidden;
}

.video_pop {

  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  color: #CBD1B1;
  z-index: -16;
  overflow: hidden;
  transition: 0.5s all;
  overflow: auto;
  background: #0F3933;
  padding: 0 !important;
  opacity: 0;
}

/*.video_pop > .wrap:before {
  content: '';
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background-color: #E6E5E2;
  opacity: .6;
}*/

.video_pop.open_pop {
  width: 100% !important;

  height: 100% !important;
  top: 0 !important;
  right: 0 !important;
  z-index: 9997;
  z-index: 99972;
  border-radius: 1px;
  opacity: 1;
}

.video_pop>.wrap {
  width: 100%;

  /* display: flex;*/

  justify-content: center;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}



.video_pop .close {

  /* border: 1px solid #fff; */
  width: 24px;
  height: 24px;
 

  text-align: center;
  position: absolute;
  opacity: 1;
  transform-origin: center;

  top: 40px;
  right: 60px;
  cursor: pointer;
  z-index: 22;

  -webkit-transition: transform 250ms ease-out;
  -moz-transition: transform 250ms ease-out;
  -o-transition: transform 250ms ease-out;
  transition: transform 250ms ease-out;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(-0deg);
  -o-transform: rotate(0deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  transform-origin: 50% 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}



.video_pop .close:hover {
  transform: rotate(0deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.video_pop .container {
	    padding-bottom: 140px;
	    padding-top: 140px;

	    padding-bottom: 7vw;
    padding-top: 7vw;
}
.video_pop .video {
  position: relative;

	font-size: 21px;
	line-height: 1.3; /* 123.81% */
	letter-spacing: -0.42px;

  width: 100%;
  margin: 0 auto 0;



}
/*.video_pop .positionnement {
	display: block;
	margin-bottom: 63px;
	background-color: rgba(94,172,82,.2);
}
.video_pop .positionnement .le_positionnement {
	background-color: #5EAD52;
	height: 10px;
}
.video_pop .positionnement.moitie .le_positionnement {
	width: 50%;
}*/
.video_pop .gform-theme--foundation .gfield.gfield--type-html,
.video_pop .gform-theme--foundation .gfield.gfield--type-checkbox,
.video_pop .gform-theme--foundation .gfield.gfield--type-radio,
.video_pop .gform-theme--foundation .gfield.gfield--type-Rangeslider,
.video_pop .gform-theme--foundation .gfield.gfield--type-LabelRangeslider {
    border: 0;
    display: flex;
    flex-wrap: wrap;
}
.video_pop .gform-theme--foundation .gfield {
	border:1px solid #2C564F;
}
.video_pop .gform-theme--foundation .gfield.budget_select {
	
	max-width: 480px;
}
.video_pop .gform-theme--foundation .gfield.budget_select select {
	font-weight: 700 !important;
}
.input_budget .ui-state-default, .input_budget .ui-widget-content .ui-state-default,
.input_risk .ui-state-active, .input_budget .ui-widget-content .ui-state-active,
.input_budget .ui-state-default, .input_risk .ui-widget-content .ui-state-default,
.input_risk .ui-state-active, .input_risk .ui-widget-content .ui-state-active {
	background-color: #CBD1B1;
	border-color: #CBD1B1;
	width: 15px;
	margin-left: -7.5px;
	height: 30px;
	top: -7.5px;
	    border-radius: 0;
}
.input_budget .ui-widget-header ,
.input_risk .ui-widget-header {
	border:1px solid #CBD1B1;
	background-color: transparent;
}
.input_budget .ui-slider-float .ui-slider-handle.ui-state-active .ui-slider-tip ,
.input_risk .ui-slider-float .ui-slider-handle.ui-state-active .ui-slider-tip {
	display: none;
}
.input_budget .ui-slider-pips .ui-slider-pip.ui-slider-pip-label:not(.ui-slider-pip-first):not(.ui-slider-pip-last),
.input_risk .ui-slider-pips .ui-slider-pip.ui-slider-pip-label:not(.ui-slider-pip-first):not(.ui-slider-pip-last) {
	display: none;
}
.input_budget .ui-slider-pips .ui-slider-label,
.input_risk .ui-slider-pips .ui-slider-label {
	color: #CBD1B1 !important;
	text-transform: uppercase;
	font-size: 15px; 
	font-family: "Plus Jakarta Sans", sans-serif;
}

.input_budget .ui-slider-pips .ui-slider-label,
.input_risk .ui-slider-pips .ui-slider-label {
	width: 150px;
	text-align: left;
}
.input_budget .ui-slider-pips .ui-slider-pip-last .ui-slider-label,
.input_risk .ui-slider-pips .ui-slider-pip-last .ui-slider-label {
	left: unset;
	right: 0;
	text-align: right;
}
.input_budget .ui-slider-pips .ui-slider-label:before {
	content:'$';

}

.input_risk .ui-slider-float .ui-slider-tip {
	display: none !important;
}

.input_budget .ui-slider .ui-slider-range {
	background-color: #CBD1B1 !important;
}



.input_budget .ui-slider-float .ui-slider-tip {
   
    width: 78px;
    margin-left: -39px;
    
}
body .ui-slider-float .ui-slider-tip:before,
body .ui-slider-float .ui-slider-pip .ui-slider-tip-label:before {
    content: "$";
    width: unset;
    height: unset;
    border: 5px solid rgba(255, 255, 255, 0);
    border-top-color: #888;
    position: relative;
    bottom: 0;
    left: 0;
    margin-left: 0;
    margin-right: 2px;
    display: inline-block;
    border: 0;
}
.video_pop.pop-partner .gform_page:last-child {
	max-width: 870px;
}

.video_pop .gform-theme--framework .gfield--type-choice .gfield_checkbox .gchoice {
	margin-bottom: 27px;
}
.video_pop .gform-theme--framework .gfield--type-choice.input_radio_horizontal .gfield_radio {
	flex-direction: row;
}
.video_pop .row_positionnement {
	position: fixed;
	top:36px ;
	bottom: 36px;
	max-width: 152px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 7.93%;
    left: 0;
    border-right: 1px solid #fff !important;
}
.video_pop:after {
	content: '';
	position: fixed;
	top:36px ;
	bottom: 36px;
	max-width: 152px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 7.93%;
    right: 0;
    border-left: 1px solid #fff !important;
}
/*.site_side.side_left {
	left: 0;
	border-right: 1px solid #fff;
}
.site_side.side_left .wrap_site_side {
	width: 60%;
}
.site_side.side_left #logo img {
	width: 100%;
	height: auto !important;
}
.site_side.side_right {
	right: 0;
	border-left: 1px solid #fff;
}*/
.video_pop .row_positionnement .wrap {
	display: flex;
	    align-items: center;
	transform: rotate(90deg);
	white-space: nowrap;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 1.44px;
	text-transform: uppercase;

}
.video_pop .row_positionnement .wrap .pos_titre {
	display: inline-block;
	margin-right: 10px;
	font-weight: 700;
}
.video_pop .row_positionnement .wrap .line {
	width: 50px;
	height: 2px;
	background-color: #fff;
	vertical-align: middle;
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
}
/*.site_side.side_right .les_textes .titre {

}
.site_side.side_right .les_textes .line {
	height: 2px;
	width: 50px;
	background-color: #fff;
	margin: 0 15px;
	opacity: .6;
}
.site_side.side_right .les_textes .position {
	font-weight: 700;
}*/

	
html body .video_pop h2 {
	font-size: 50px;
	font-size: clamp(30px, 2.6vw, 50px);
	font-weight: 400;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}
html body .video_pop h3 {
	color: #5EAD52;
	font-size: 54px;
	font-weight: 400;
	letter-spacing: -1.08px;
}
html body .video_pop h4 {
	color: #FFF;
	
	font-size: 38.182px;
	font-weight: 400;
	line-height:1.25; /* 125% */
	letter-spacing: -0.764px;
	margin-bottom: 0;
}
.video_pop .video .wrap_container {

  position: relative;
padding-top: 65px;
	padding-bottom: 65px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  justify-content: space-between;

}

.video_pop .les_benevolats_vert {
	display: flex;
	justify-content: center;
	    margin-top: 10px;
	   position: relative;
}
body .ic-theme--simple .image-choices-choice-image-wrap:after,
body .ic-theme--simple .image-choices-choice-image-wrap {
	height: 243px;
	    height: 12.12vw;

	border-radius: 0;
}
body .ic-theme--simple .image-choices-choice-selected .image-choices-choice-image-wrap:after {
    box-shadow: inset 0 0 0 4px #CBD1B1;
}
.video_pop .image-choices-field[class*=ic-theme--] .image-choices-choice-selected .image-choices-choice-text,
.video_pop .image-choices-field[class*=ic-theme--] .image-choices-choice-text,
.video_pop .gform-theme--framework .gform-field-label--type-inline {
	color: #CBD1B1;
	font-weight: 400;
	font-size: 28px;
	    font-size: clamp(18px, 1.5vw, 28px);
	letter-spacing: 0.08em;
	font-family: "Plus Jakarta Sans", sans-serif;
}
 .video_pop .image-choices-field[class*=ic-theme--] .image-choices-choice-text {
 	text-align: left;
 	width: 100%;
 }

.video_pop .image-choices-field[class*=ic-theme--] .image-choices-choice-selected .image-choices-choice-text {
	font-weight:700 ;
	color: #CBD1B1;
}


.gfield_checkbox .gchoice:not(.image-choices-choice) [type="checkbox"]:checked,
.gfield_checkbox .gchoice:not(.image-choices-choice) [type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.gfield_checkbox .gchoice:not(.image-choices-choice) [type="checkbox"]:checked+label,
.gfield_checkbox .gchoice:not(.image-choices-choice) [type="checkbox"]:not(:checked)+label {
  position: relative;
  padding-left: 36px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
 
}

.gfield_checkbox .gchoice:not(.image-choices-choice) [type="checkbox"]:checked+label:before,
.gfield_checkbox .gchoice:not(.image-choices-choice) [type="checkbox"]:not(:checked)+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0px;
  width: 24px;
  height: 24px;
  border: 1px solid #CBD1B1;

  background: transparent;
}
/*.gfield_checkbox .gchoice:not(.image-choices-choice) [type="checkbox"]:not(:checked)+label:after ,*/
.gfield_checkbox .gchoice:not(.image-choices-choice) [type="checkbox"]:checked+label:after
{
  /*content: '';
  width: 16px;
  height: 16px;
  background: #CBD1B1;
  position: absolute;
  top: 4px;
  left: 4px;*/

  content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #CBD1B1;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);

  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/*.gfield_checkbox .gchoice:not(.image-choices-choice) [type="checkbox"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.gfield_checkbox .gchoice:not(.image-choices-choice) [type="checkbox"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}*/




.gfield_radio .gchoice:not(.image-choices-choice) [type="radio"]:checked,
.gfield_radio .gchoice:not(.image-choices-choice) [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.gfield_radio .gchoice:not(.image-choices-choice) [type="radio"]:checked+label,
.gfield_radio .gchoice:not(.image-choices-choice) [type="radio"]:not(:checked)+label {
  position: relative;
  padding-left: 36px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
 
}

.gfield_radio .gchoice:not(.image-choices-choice) [type="radio"]:checked+label:before,
.gfield_radio .gchoice:not(.image-choices-choice) [type="radio"]:not(:checked)+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #CBD1B1;

  background: transparent;
}

.gfield_radio .gchoice:not(.image-choices-choice) [type="radio"]:checked+label:after,
.gfield_radio .gchoice:not(.image-choices-choice) [type="radio"]:not(:checked)+label:after {
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #CBD1B1;
  position: absolute;
  top: 4px;
  left: 4px;

  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.gfield_radio .gchoice:not(.image-choices-choice) [type="radio"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.gfield_radio .gchoice:not(.image-choices-choice) [type="radio"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.gform-theme--foundation .gform_page .gform_page_footer {
	    justify-content: space-between;
}
.gform-theme--foundation .gform_page:first-child .gform_page_footer {
	justify-content: flex-end;
}



/****** page confirmation *****/
.page-template-template-confirmation .row_cta_home {
	    position: fixed;
	    bottom: 5vh;
	    left: 0;
	    right: 0;
	

}


/***** footer ****/
html body #footer-outer #copyright p {
	padding-bottom: 0;
}
body #footer-outer #copyright {
    padding: 27px 0 65px;
    
}
#footer-outer #copyright {
	opacity: .5;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.96px;
	text-decoration-line: underline;
}
body #footer-outer #copyright a:not(.nectar-button):hover {
	color: #fff !important;
}
body #footer-outer #copyright li a {
	font-size: 12px;
}
body #footer-outer #copyright li {

    margin-right: 11px;
    padding-right: 11px;
    border-right: 1px solid #CBD1B1;
    margin-left: 0;
    display: inline-block;
    float: none;
}
body #footer-outer #copyright li:last-child {
	border-right: 0;
	padding-right: 0;
	margin-right: 0;
}

body #footer-outer #copyright .col ul {
    float: unset;
}
html body #footer-outer #copyright {
	font-size: 12px;
}
#footer-outer #copyright .container div.col .byinfos {
	display: inline-block;
}
#footer-outer #copyright .container div.col:last-child {
    
    text-align: right;
    line-height: 1.2;
}
#footer-outer #copyright .container div.col:last-child a {
	text-decoration: underline;
}
#footer-outer #copyright .col:first-child {
	width: 373px;
}
#footer-outer #copyright .col:last-child {
	width: calc(100% - 2% - 373px);
}


@media(max-width:1900px){ 

	
}

@media(max-width:1800px){ 
	.the_team:after {
	    
	    height: 29.1vw;
	    
	}

}
@media(max-width:1700px){ 


}
@media(max-width:1600px){ 
	.photos_gallery .row_gallery .photo {
	    margin: .93vw;
	}
	#team > .row-bg-wrap .row-bg:after {
	   
	    top: 477px;
	    
	}
	.site_side.side_right .les_textes {
	  
	    font-size: 16px;
	    
	}
	.the_team:after {
	    
	    height: 29vw;
	    
	}
}

@media(max-width:1500px){ 
	.the_team:after {
	    
	    height: 28.8vw;
	}
}
@media(max-width:1300px){ 
	html body {
	    font-size: 16px;
	}
	#banner_un_projet .titre,
	#banner_page .titre,
    #banner .titre {

        max-width: 91.56%;
        
    }	
    html body .nectar-button {
        
        font-size: 16px !important;
        
    }
    .ctas_marge_left_right .nectar-button,
    #banner .row_down .nectar-button {
        margin: 0 20px 20px;
    }
    body input[type=date], 
	body input[type=email], 
	body input[type=number], 
	body input[type=password], 
	body input[type=search], 
	body input[type=tel], 
	body input[type=text], 
	body input[type=url],
	body textarea ,
	body select,
    body #top nav>ul>li>a,
    html body h4,
    .un_projet .projet_info,
    .the_team .one_team .description {
        
        font-size: 13px;
       
    }
    #team > .row-bg-wrap .row-bg:after {
       
        top: 431px;
        
    }
    .site_side.side_right .les_textes {
      
        font-size: 14px;
        
    }
    .vc_row .row_carear.vc_row > .span_12 .vc_column-inner {
        padding: 34px 7.7%;
       
    }
    .row_carear .row_team_form .wrap_team_form {
        padding: 1px 7.7% 40px;
    }
    .single-projet .post-area .projet_gallery .map_cat a, .single-projet .post-area .projet_information .projet_ctas .cta a {
        
        font-size: 16px;
        line-height: 1.2;
       
    }
    body .video_pop .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), body .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), body .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
       
        padding: 5px 27px 5px 0 !important;
       
        font-size: 16px !important;
        
    }
    html body #banner h1 em:before {

        width: 12vw;
    }
    .projects_filter .filters .choices .les_choix .un_choix.sub_choix .select_sub {
        width: 32px;
        
    }
    .projects_filter .filters .choices .les_choix .un_choix.sub_choix label {
        width: calc(100% - 32px);
    }
    .projects_filter .filters .choices .les_choix .choix_sub .un_choix {
        padding-left: 32px;
    }
    .projects_filter .filters .choices .les_choix .un_choix label {
        
        font-size: 13px;
        
    }
    .the_team:after {
        
        height: 28.6vw;
    }
}
@media(max-width:1300px) and (min-height:1200px){ 
	.un_projet .featured_photo .mobile_featured_photo,
	#banner_un_projet .viewport-desktop-mobile {

	    opacity: 1;
	}
}
@media(max-width:1000px){ 
	html body #banner h1 em:before {

	    width: 6vw;
	}
	
}

@media(max-width:1100px) and (min-height:1000px){ 
	.un_projet .featured_photo .mobile_featured_photo,
	#banner_un_projet .viewport-desktop-mobile {

	    opacity: 1;
	}
}
@media(max-width:999px){ 
	#team > .row-bg-wrap .row-bg:after {

	    height: 28vw;
	   
	}

	#footer-outer #copyright .col:first-child {
	    width: 100%;
	    text-align: center;
	        margin-bottom: 19px;
	}
	#footer-outer #copyright .container div.col:last-child {
	    text-align: center;
	    line-height: 1.2;
	    width: 100%;
	}


	.vc_row > .span_12 {
	    padding-top: 60px;
	    padding-bottom: 60px;
	}
	.vc_row.petit_pad_bottom > .span_12 {
	    padding-bottom: 45px;
	}
	.un_projet .projet_info {
	    
	    padding-bottom: 60px;
	}
	#banner_un_projet .titre,
	#banner_page .titre,
	#banner .titre {
	    max-width: 100%;
	}
		.site_side {
			display: none !important;
		}

		body #header-outer .row .col.span_3 {
		    display: block !important;
		            text-align: center !important;
		}
		body #header-outer .row .col.logo_texte {
			min-height: 0;
	        width: auto !important;
	        position: absolute !important;
	        left: 0;
	        top: 0;
	        z-index: 2000;
	        height: 100%;
	        display: flex !important;
	        font-weight: 400;
	        font-size: 12px;
	        letter-spacing: 0.04em;
	        text-transform: uppercase;
	        color: #fff;
	                flex-direction: column;
	        justify-content: center;

		}
		html body #top #logo img, 
		body #header-outer[data-permanent-transparent="false"] #logo .dark-version {
	        height: 80px !important;
	    }
	    .widht_container_row, .widht_container,
	    html body .container .container:not(.tab-container):not(.recent-post-container):not(.normal-container), body .container {

	        width: 90% !important;
	    }
	    .slide-out-widget-area-toggle.mobile-icon .lines-button.x2 .lines:after, .slide-out-widget-area-toggle.mobile-icon .lines-button.x2 .lines:before, .slide-out-widget-area-toggle.mobile-icon .lines-button:after {
	        background-color: #fff !important;
	    }
	    html body[data-header-resize="1"].page-template-template-politics .container-wrap,
	    html body[data-header-resize="1"] .container-wrap {
	        margin-top: -104px !important;
	    }

	    
	    .benefits .benefit h3,
	    html body h1,
		html body .gros_h2 h2  {
			font-size: 33px;
		}
		html body .gros_texte {
			font-size: 23px;
		}
		.the_team .one_team h3 {
			font-size: 23px;
			    font-size: clamp(17px, 2.3vw, 23px);
		}
		.the_team.swiper-container-horizontal>.swiper-pagination-bullets {
		    display: block;
		    top: 43vw;
		   
		}

		.vc_row .row_carear.vc_row > .span_12 .vc_column-inner {
		    padding: 34px 6.7%;
		    
		}
		.row_carear .row_team_form .wrap_team_form {
		    padding: 1px 6.7% 40px;
		}
	.form_contact_wrapper {
		margin-top: 65px !important;
	}
	body .vc_row.vc_row-flex.vc_row-o-equal-height#banner_un_projet >.span_12>.vc_column_container>.vc_column-inner {
		justify-content: center;
	}
	.single-projet .post-area .projet_information {
	    padding: 0 5% 0 1%;
	    width: 46.666%;
	}
	.single-projet .post-area .projet_gallery {
	   
	    width: 53.444%;
	}
	
	.single-projet .post-area {
		
		    padding-top: 55px;
	    padding-bottom:  55px;
	}
	.single-projet .post-area .projet_information .info h2 {
		font-size: 23px;
	}
	.video_pop .row_positionnement {
	    position: relative;
	    top: 0;
	    bottom: 0;
	    max-width: unset;
	    display: flex;
	    align-items: left;
	    justify-content: flex-start;
	    width: 100%;
	    left: 0;
	    border-right: unset !important;
	}
	.video_pop .row_positionnement .wrap {
		transform: rotate(0);
	}
	.video_pop .container {
	    
	    padding-bottom: 85px;
	    padding-top: 85px;
	}
	.video_pop:after {
		display: none;
	}
	html body .gform_wrapper .image-choices-field.image-choices-use-images .ginput_container .gfield_checkbox {
		    justify-content: flex-start !important;
	}
	.gform_wrapper.gform-theme--framework .gfield--type-choice.image-choices-field .image-choices-choice {
		width: 30.333%;
	}
	body .ic-theme--simple.ic-cols-md--fixed .image-choices-choice .gform-field-label {
		width: 100%;
	}
	body .ic-theme--simple .image-choices-choice-image-wrap:after, body .ic-theme--simple .image-choices-choice-image-wrap {
	    
	    height: 14.12vw;
	    
	}
	html body #banner h1 em {

	    display: block;
	    position: relative;
	    clear: both;
	}
	html body #banner h1 em:before {
	    
	    width: 100vw;
	   
	    position: absolute;
	    top: 50%;
	    right: 179px;
	}
	#banner .titre {
		overflow: hidden;
	}
	.testimonials_logos .testimonials .one_testimonial {
	    padding: 49px 0;
	    
	}
	#banner_un_projet .titre,
	#banner_page .titre {
		font-size: 23px;
		
	}
	.single-projet .single_project_social .social_wrap .sociaux a {
	   
	    margin: 0 4.5px;
	}
	.single-projet .single_project_social .social_wrap .line {
	    
	    margin: 0 4.5px 0 9px;
	}
	.the_team:after {
	   
	    height: 43.1vw;
	}
	body #slide-out-widget-area.fullscreen-alt .inner {
	   
	    padding-bottom: 110px;
	}
}
@media(max-width:900px){ 
	.the_team:after {
	        height: 42.8vw;
	    }



}
@media(max-width:900px) and (min-height:800px){ 
	.un_projet .featured_photo .mobile_featured_photo,
	#banner_un_projet .viewport-desktop-mobile {

	    opacity: 1;
	}
}
@media(max-width:800px){ 

	.the_team:after {
	    height: 42.4vw;
	}
}
@media(max-width:767px){ 
	#team > .row-bg-wrap .row-bg:after {
	   
	    top: 436px;
	   
	    height: 40vw;

	}

	.the_team .one_team h3 {
		    font-size: clamp(17px, 3vw, 23px);
	}
	html body {
		font-size: 18px;
	}
	.un_projet .projet_info .nom_region {
	    width: 42%;
	}
	.un_projet .projet_info .category, .un_projet .projet_info .type, .un_projet .projet_info .status {
	    width: 19.666%;
	}

	.show_767 {
		display: inline-block;
	}
	.hide_767 {
		display: none !important;
	}
	.row_title_cta .wpb_column:first-child {
		width: 100%;
	}
	.row_title_cta .wpb_column:last-child {
		width: 0;
	}
	.cta_projet_767  {
		display: block;
		        margin-top: -42px !important;
	}
	.cta_projet_767 .span_12 {
		        width: 90% !important;
		        padding-left: 20px !important;
		        padding-right: 20px !important;
		        margin-left: auto !important;
		        margin-right:  auto !important;


	}
	.about {

	    height: unset;

	}
	.about .one_about {
		position: relative;
		padding: 100px 0 80px;
		height: unset;
	}
	.about .container .texte {
		opacity: 1 !important;
	}
	.about .one_about h3 {
		max-height: unset;
		margin-bottom: 15px;

		font-weight: 400;
		font-size: 33px;
		line-height: 133%;
		letter-spacing: 0.02em;
		text-transform: uppercase;
		text-align: center;
		color:#CBD1B1;
		
	}
	.about .position .number {
		color: transparent !important;
		font-size: 194px;
	}
	.about .position .number:after ,
	.about .position .number:before {
		display: none;
	    height: 50px;
	    top: -50px;
	}
	.about .position .number:after {
	    height: 50px;
	    bottom: -50px;
	}
	
	.the_team.swiper-container-horizontal>.swiper-pagination-bullets {
	   
	    top: 63vw;
	    
	}

	#footer-outer #copyright .col:first-child {
		width:100%;
		text-align: center;
		margin-bottom: 35px;
	}
	#footer-outer #copyright .col:last-child {
		width: 100%;
		
	}
	#footer-outer #copyright .container div.col:last-child {
		text-align: center;
	}
	body #footer-outer #copyright .col ul {
	   
	    display: inline-block;
	}
	.form_contact_wrapper {
	    margin-top: 34px !important;
	}

	.cta_filter_mobile {
		display: flex;
		margin-bottom: 0 !important;
		cursor: pointer;
	}
	.cta_filter_mobile .cta_filter {
		display: flex;
        align-items: center;
		border-bottom: 1px solid #cbd1b1;
		height: 29px;
	}
	.cta_filter_mobile .cta_filter svg {
		margin-right: 10px;
	}
	.projects_filter {
		position: fixed;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    background-color: #0F3933;
	            max-height: calc(100vh - 104px);
        overflow: auto;
        transform: translateY(100%);
         -webkit-transition: transform 300ms ease-out;
		  -moz-transition: transform 300ms ease-out;
		  -o-transition: transform 300ms ease-out;
		  transition: transform 300ms ease-out;
	}
	.projects_filter.filters_mobile_open {
		transform: translateY(0);
	}
	.projects_filter .filters {
		width: 90% !important;
		padding: 37px 20px !important;
    	position: relative;
    	margin-left: auto;
    	margin-right: auto;
    	    flex-direction: column;
    align-items: center;
		
	}
	.projects_filter .filters .filter {
	    width: 100%;
	    margin-bottom: 20px;
	}
	.projects_filter .filters .filter_title,
	.projects_filter .filters .fitler_apply {
		display: block;
	}
	
	.projects_filter .filters .close {
		display:block;
	  /* border: 1px solid #fff; */
	  width: 16px;
	  height: 16px;
	 

	  text-align: center;
	  position: absolute;
	  opacity: 1;
	  transform-origin: center;

	  top: 10px;
	  right: 20px;
	  cursor: pointer;
	  z-index: 22;

	  -webkit-transition: transform 250ms ease-out;
	  -moz-transition: transform 250ms ease-out;
	  -o-transition: transform 250ms ease-out;
	  transition: transform 250ms ease-out;
	  transform: rotate(0deg);
	  -webkit-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  -ms-transform: rotate(-0deg);
	  -o-transform: rotate(0deg);
	  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	  transform-origin: 50% 50%;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	}



	.projects_filter .filters .close:hover {
	  transform: rotate(0deg);
	  -webkit-transform: rotate(-180deg);
	  -moz-transform: rotate(-180deg);
	  -ms-transform: rotate(-180deg);
	  -o-transform: rotate(-180deg);
	  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	}
	.projects_filter .filters .choices {
	    position: relative;
	    width: 100%;
	    top:0;
	    transform: scaleY(1);
	    max-height: 0;
        overflow: hidden;
        left: 0;
	}
	.projects_filter .filters .filter.choix_open .choices {
		max-height: unset;
	}
	.projects_filter .filters .titre_lechoix .titre {
		width: 133px;
	}
	.projects_filter .filters .titre_lechoix .le_choix {
		width: calc(100% - 133px);
	}
	.projects_filter .filters .wrap_input {
		    flex-direction: column;
	}
	.projects_filter .filters .choices .les_choix .un_choix label {
	   
	    padding-left: 23px;
	}
	.single-projet .single_project_social .social_wrap .line,
	.single-projet .single_project_social .social_wrap .title {
		display: none;
	}
	.single-projet .single_project_social .social_wrap {
	    
	    justify-content: center;
	}
	.testimonials.testi_desktop {
		display: none;
	}
	.testimonials.testi_mobile {
		max-height: unset;
	}
	.testimonials .swiper-container-horizontal>.swiper-pagination-bullets {
	    bottom: 0;
		margin-top: 10px;
	    position: relative;
	}
	.projects_filter .filters .choices .les_choix .un_choix label {
	   
	    font-size: 15px;
	    
	}
	.projects_filter .filters .choices .les_choix .un_choix.sub_choix label
	.projects_filter .filters .choices .les_choix .un_choix.sub_choix label {
	    
	    padding-left: 6px;
	}
	.projects_filter .filters .choices .les_choix .un_choix.sub_choix .select_sub {
	        width: 40px;
	        
	    }
	    .projects_filter .filters .choices .les_choix .un_choix.sub_choix label {
	        width: calc(100% - 40px);
	                padding-left: 2px;
    
	    }
	    .projects_filter .filters .choices .les_choix .choix_sub .un_choix {
	        padding-left: 20px;
	    }
	    .the_team:after {
	       
	        height: 63.5vw;
	    }


	     
}
@media(max-width:767px) and (min-height:600px){ 
	.un_projet .featured_photo .mobile_featured_photo,
	#banner_un_projet .viewport-desktop-mobile {

	    opacity: 1;
	}
}
@media(max-width:690px){ 
	.un_projet .projet_info {
	   
	    flex-direction: column;
	}
	.un_projet .projet_info .nom_region {
	        width: 100%;
	        margin-bottom: 32px;
	    }
	.un_projet .projet_info .category, 
	.un_projet .projet_info .type, 
	.un_projet .projet_info .status {
		display: none;
	}
	.un_projet .projet_info .cta_learn_more {
		display: block;
	}
	body.material .un_projet .projet_info .cta_learn_more .nectar-button.see-through.extra-color-2[data-color-override="false"] {
		color: #CBD1B1 !important;
		border-color: #CBD1B1 !important;
	}	 

	.un_projet .projet_info h3 {
		font-size: 23px;
	}
	
	.testimonials_logos .logos .one_logo {
	    width: 33.333%;
	}
	.testimonials_logos .logos .one_logo:nth-child(4n) {
		    border-right: 2px solid #2C564F;
	}
	.testimonials_logos .logos .one_logo:nth-child(3n) {
		    border-right: 0;
	}
	.testimonials_logos .testimonials .one_testimonial .testimonial {
		font-size: 15px;
	}
	.single-projet .post-area {
	   
	    flex-wrap: wrap;
	}
	.single-projet .post-area .projet_information {
	        padding: 0 1% 0 1%;
	        width: 100%;
	                margin-bottom: 65px;
	    }
	.single-projet .post-area .projet_gallery {
	    width: 100%;
	}
	.single-projet .post-area .projet_gallery .image {
	   
	    margin-bottom: 4.5vw;
	}
	body .leaflet-map, #map {
	    height: 46vw !important;
	}
	.gform_wrapper.gform-theme--framework .gfield--type-choice.image-choices-field .image-choices-choice {
	        width: 47.333%;
	    }
	body .ic-theme--simple .image-choices-choice-image-wrap:after, body .ic-theme--simple .image-choices-choice-image-wrap {
	        height: 19.12vw;
	    }

	.video_pop .row_positionnement .wrap .pos_titre {
	    display: block;
	}
	.video_pop .row_positionnement .wrap {
		display: block;
		    font-size: 16px
	}
	html body .video_pop h2 {
	   
	    font-size: 27px;
	    
	}
	.video_pop .gform-theme--framework .gfield--type-choice .gfield_checkbox .gchoice {
	    margin-bottom: 7px;
	}
	body .video_pop.pop-career .gform_wrapper .top_label .gfield_label {
		width: 106px;
	}
	html body .video_pop.pop-career .gform_wrapper .ginput_container {
	    width: calc(100% - 106px);
	}
	#projects .wpb_column:not([class*=vc_col-xs]) {
		margin-bottom: 0;
	}
	/*.photos_gallery {
	    width: 200% !important;
	    margin-left: -50% !important;
	    margin-right: -50% !important;
	}*/

	.row_gallery .photos_gallery .wrap_gallery {
		margin-left: -45%;
		margin-right: -45%;
		margin-left: -30%;
		margin-right: -30%;
	}
	/*.photos_gallery .wrap_gallery {
	

	   width: 190% !important;
	    margin-left: 0% !important;
	}*/
	.testimonials_logos .logos .one_logo:nth-child(4) {
		border-top: 2px solid #2C564F;
	}
	.the_team:after {
	    height: 62.8vw;
	}
	.about .container .texte {
	   
	    font-size: 16px;
	    
	}
	.about .container .texte {
	    
	    width: 90%;
	   
	}
}
@media(max-width:690px) and (min-height:500px){ 
	.un_projet .featured_photo .mobile_featured_photo,
	#banner_un_projet .viewport-desktop-mobile {

	    opacity: 1;
	}
}
@media(max-width:639px){ 
	
	body .gform-theme--foundation .gform_fields {
        -moz-column-gap: 20px;
        column-gap: 20px;
        grid-row-gap: 20px;
    row-gap: 20px;
    }
}
@media(max-width:600px){ 
	
	.the_team:after {
	    height: 62vw;
	}
}
@media(max-width:600px) and (min-height:475px){ 
	.un_projet .featured_photo .mobile_featured_photo,
	#banner_un_projet .viewport-desktop-mobile {

	    opacity: 1;
	}
}
@media(max-width:550px){ 
	
	.the_team:after {
	        height:60.6vw;
	    }
}
@media(max-width:479px){ 

	.widht_container_row, .widht_container,
	html body .container .container:not(.tab-container):not(.recent-post-container):not(.normal-container), body .container {
	    width: 100% !important;
	    padding-left: 20px !important;
	    padding-right: 20px !important;
	}
	.cta_projet_767 .span_12 {
		        width: 100% !important;
		        padding-left: 20px !important;
		        padding-right: 20px !important;
	}
	#team > .row-bg-wrap .row-bg:after {
	    top: 549px;
        height: 75vw;
	    
	}
	.the_team .one_team .photo .wrap_photo {
	    padding-top: 129%;

	    background-position: 50% 0;
	    width: 100%;
	    margin-left: 0;
	}
	.the_team.swiper-container-horizontal>.swiper-pagination-bullets {
	   
	    top: 117vw;
	   
	}
	html body #career {
		font-size: 15px;
		
	}
	html body #career h2 {
		font-size: 23px;
	}
	html body #career h2,
	html body #career p {
		text-align: left !important;
	}
	.testimonials_logos .logos .one_logo {
	    width: 50%;
	}
	.testimonials_logos .logos .one_logo:nth-child(3n) {
		    border-right: 2px solid #2C564F;
	}
	.testimonials_logos .logos .one_logo:nth-child(2n) {
		border-right:0;
	}
	.single-projet .post-area .projet_gallery .map_cat a, .single-projet .post-area .projet_information .projet_ctas .cta a {
	    
	    font-size: 15px;
	    
	   
	}
	body .video_pop .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), body .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), body .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
	   

	   
	    font-size: 15px !important;
	    
	}
	.gform_wrapper.gform-theme--framework .gfield--type-choice.image-choices-field .image-choices-choice {
	    width: 99%;
	}
	body .ic-theme--simple .image-choices-choice-image-wrap:after, body .ic-theme--simple .image-choices-choice-image-wrap {
	    height: 44.12vw;
	}
	html body .video_pop h2 {

	    font-size: 23px; 
	}
	.video_pop .row_positionnement .wrap {
	
		    font-size: 12px
	}
	.video_pop .container {
	    
	    padding-left: 20px !important;
	    padding-right: 20px !important;
	}

	.gfield_checkbox .gchoice:not(.image-choices-choice) [type="checkbox"]:checked+label:before, .gfield_checkbox .gchoice:not(.image-choices-choice) [type="checkbox"]:not(:checked)+label:before {
	    
	    width: 20px;
	    height: 20px;
	}
	.gfield_checkbox .gchoice:not(.image-choices-choice) [type="checkbox"]:checked+label:after {
	   
	    top: 1px;
	    left: 7px;
	}
	.gfield_radio .gchoice:not(.image-choices-choice) [type="radio"]:checked+label:before, .gfield_radio .gchoice:not(.image-choices-choice) [type="radio"]:not(:checked)+label:before {
	   
	    width: 20px;
	    height: 20px;
	}
	.gfield_radio .gchoice:not(.image-choices-choice) [type="radio"]:checked+label:after, .gfield_radio .gchoice:not(.image-choices-choice) [type="radio"]:not(:checked)+label:after {
	    width: 14px;
	    height: 14px;

	    top: 3px;
	    left: 3px;
	}
	.video_pop .close {
	    
	    top: 22px;
	    right: 32px;
	}
	.video_pop .container {
	    padding-bottom: 64px;
	    padding-top: 61px;
	}
	.ui-slider-pips .ui-slider-pip-label.ui-slider-pip-last .ui-slider-label {
		left: unset;
		right: 0;
		width: auto;
	}
	.ui-slider-pips .ui-slider-pip-label.ui-slider-pip-last .ui-slider-label {
		left: unset;
		right: 12px;
		width: auto;
	}
	.ui-slider-pips .ui-slider-pip-label.ui-slider-pip-first .ui-slider-label  {
		left: 21px;
		width: auto;
	}
	.un_projet .projet_info, .the_team .one_team .description {
		font-size: 15px;
	}
	#banner_page .titre,
	#banner_un_projet .titre {
		font-size: 18px;
		
	}

	body #slide-out-widget-area.fullscreen-alt .inner .off-canvas-menu-container li a {
		font-size: 25px;
		
		
	}
	.projects_filter .filters {
	    
	    padding: 37px 0px !important;
	}
	
	.projects_filter .filters .choices .les_choix .un_choix label,
	.projects_filter .filters .titre_lechoix {
	    
	    font-size: 13px;
	    
	}
	.projects_filter .filters .titre_lechoix .titre {
			width: 115px;
		}
		.projects_filter .filters .titre_lechoix .le_choix {
			width: calc(100% - 115px);
		}

	html body .mobile_petit_light_texte {
		font-size: 15px;
		font-weight: 400;
	}
	.the_team:after {
	   
	    height: 117.5vw;
	}
	.testimonials_logos .logos .one_logo:nth-child(3) {
		border-top: 2px solid #2C564F;
	}
	.the_team .one_team h3 {
	    font-size: 23px;


	}
	.benefits .position .number {
	   
	    font-size: 172px;
	    
	}
	html body .gros_texte {
	        font-size: 20px;
	    }
	.about .one_about h3 {
	   
	    font-size: 30px;
	    
	}
	.about .container .texte {
	    font-size: 15px;
	}
	html body h2 {
	   
	    font-size: clamp(26px, 2.1vw, 40px);
	}
	.un_projet .projet_info h3 {
	    font-size: 22px;
	}
	.about .container .texte {
	    
	    width: 100%;
	   
	}
	.testimonials_logos .testimonials .one_testimonial .name_location,
	.testimonials_logos .testimonials .one_testimonial .testimonial {
	        font-size: 14px;
	    }
	   .vc_row .row_carear.vc_row > .span_12 .vc_column-inner .wpb_wrapper h3 {
	      
	       font-weight: 700;
	       
	   }
	.single-projet .post-area .projet_information .info .texte {
	    font-size: 14px;
	    
	}
	
}
@media(max-width:479px) and (min-height:350px){ 
	.un_projet .featured_photo .mobile_featured_photo,
	#banner_un_projet .viewport-desktop-mobile {

	    opacity: 1;
	}
}
@media(max-width:450px){ 
	
	.the_team:after {
	        /*height:60.6vw;*/
	    }
}
@media(max-width:400px){
	.the_team:after {
	    height: 115.5vw;
	}
    .the_team.swiper-container-horizontal>.swiper-pagination-bullets {
        top: 115vw;
    }
    .benefits .benefit h3, html body h1, html body .gros_h2 h2 {
        font-size: 30px;
    }
    html body h2 {
        font-size: clamp(24px, 2.1vw, 40px);
    }
    .benefits .position .number {
       
        font-size: 150px;
        
    }
    html body #career h2 {
        font-size: 22px;
    }
    
    html body .mobile_petit_light_texte,
    html body .nectar-button {
        font-size: 14px !important;
    }
	
}
@media(max-width:370px){ 
	.single-projet .single_project_social .social_wrap     {
        font-size: 13px;
    }
    body #slide-out-widget-area.fullscreen-alt .inner .off-canvas-menu-container li a {
    	font-size: 23px;
    	line-height: 1;
    	
    }
    .the_team.swiper-container-horizontal>.swiper-pagination-bullets {
        top: 113vw;
    }
}
@media(max-width:360px){
	.benefits .benefit h3, html body h1, html body .gros_h2 h2 {
	    font-size: 26px;
	}
}