/*
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
*/

/* gravity forms */

.gform_fields {
	margin: 0 -5px;
	list-style: none;
}

.gform_fields li {
	padding: 0 5px;
	list-style: none !important;
	float: left;
	box-sizing: border-box;
}

.gform_fields:after {
	content: ' ';
	display: block;
	clear: both;
}

.col-gf-1 {
	width: 8%;
}
.col-gf-2 {
	width: 16%;
}
.col-gf-3 {
	width: 25%;
}
.col-gf-4 {
	width: 33%;
}
.col-gf-5 {
	width: 41%;
}
.col-gf-6 {
	width: 50%;
}
.col-gf-7 {
	width: 58%;
}
.col-gf-8 {
	width: 66%;
}
.col-gf-9 {
	width: 75%;
}
.col-gf-10 {
	width: 83%;
}
.col-gf-11 {
	width: 91%;
}
.col-gf-12 {
	width: 100%;
}

.validation_error {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}

.gform_confirmation_message {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

/* easy responsive */

@media (max-width: 992px) {
	.visible-lg {
		display: none;
	}
}
@media (min-width: 992px) {
	.hidden-lg {
		display: none;
	}
}

@media (max-width: 992px) and (min-width: 768px) {
	.hidden-md {
		display: none !important;
	}
}
@media (min-width: 992px) {
	.visible-md {
		display: none !important;
	}
}
@media (max-width: 768px) {
	.visible-md {
		display: none !important;
	}
}

@media (max-width: 768px) and (min-width: 480px) {
	.hidden-sm {
		display: none !important;
	}
}
@media (min-width: 768px) {
	.visible-sm {
		display: none !important;
	}
}
@media (max-width: 480px) {
	.visible-sm {
		display: none !important;
	}
}

@media (min-width: 480px) {
	.visible-xs {
		display: none;
	}
}
@media (max-width: 480px) {
	.hidden-xs {
		display: none;
	}
}

.row-flex {
	margin: 0 -10px;
}

.row-flex.row-gutter-40 {
	margin: 0 -40px;
}

.row-flex.row-gutter-60 {
	margin: 0 -60px;
}

.row-flex:after {
	content: ' ';
	display: block;
	clear: both;
}

.row-flex *[class*='span-flex'] {
	padding: 0 10px;
}

.row-flex.row-gutter-40 *[class*='span-flex'] {
	padding: 0 40px;
}

.row-flex.row-gutter-60 *[class*='span-flex'] {
	padding: 0 60px;
}

.span-flex-lg-1,
.span-flex-md-1,
.span-flex-sm-1,
.span-flex-xs-1 {
	width: 8%;
	margin: 0;
}
.span-flex-lg-2,
.span-flex-md-2,
.span-flex-sm-2,
.span-flex-xs-2 {
	width: 16%;
	margin: 0;
}
.span-flex-lg-3,
.span-flex-md-3,
.span-flex-sm-3,
.span-flex-xs-3 {
	width: 25%;
	margin: 0;
}
.span-flex-lg-4,
.span-flex-md-4,
.span-flex-sm-4,
.span-flex-xs-4 {
	width: 33%;
	margin: 0;
}
.span-flex-lg-5,
.span-flex-md-5,
.span-flex-sm-5,
.span-flex-xs-5 {
	width: 41%;
	margin: 0;
}
.span-flex-lg-6,
.span-flex-md-6,
.span-flex-sm-6,
.span-flex-xs-6 {
	width: 50%;
	margin: 0;
}
.span-flex-lg-7,
.span-flex-md-7,
.span-flex-sm-7,
.span-flex-xs-7 {
	width: 58%;
	margin: 0;
}
.span-flex-lg-8,
.span-flex-md-8,
.span-flex-sm-8,
.span-flex-xs-8 {
	width: 66%;
	margin: 0;
}
.span-flex-lg-9,
.span-flex-md-9,
.span-flex-sm-9,
.span-flex-xs-9 {
	width: 75%;
	margin: 0;
}
.span-flex-lg-10,
.span-flex-md-10,
.span-flex-sm-10,
.span-flex-xs-10 {
	width: 83%;
	margin: 0;
}
.span-flex-lg-11,
.span-flex-md-11,
.span-flex-sm-11,
.span-flex-xs-11 {
	width: 91%;
	margin: 0;
}
.span-flex-lg-12,
.span-flex-md-12,
.span-flex-sm-12,
.span-flex-xs-12 {
	width: 100%;
	margin: 0;
}

@media (max-width: 992px) {
	.span-flex-lg-1,
	.span-flex-lg-2,
	.span-flex-lg-3,
	.span-flex-lg-4,
	.span-flex-lg-5,
	.span-flex-lg-6,
	.span-flex-lg-7,
	.span-flex-lg-8,
	.span-flex-lg-9,
	.span-flex-lg-10,
	.span-flex-lg-11,
	.span-flex-lg-12 {
		width: 100%;
	}
}

@media (max-width: 768px) {
	.span-flex-md-1,
	.span-flex-md-2,
	.span-flex-md-3,
	.span-flex-md-4,
	.span-flex-md-5,
	.span-flex-md-6,
	.span-flex-md-7,
	.span-flex-md-8,
	.span-flex-md-9,
	.span-flex-md-10,
	.span-flex-md-11,
	.span-flex-md-12 {
		width: 100%;
	}
}

@media (max-width: 480px) {
	.span-flex-sm-1,
	.span-flex-sm-2,
	.span-flex-sm-3,
	.span-flex-sm-4,
	.span-flex-sm-5,
	.span-flex-sm-6,
	.span-flex-sm-7,
	.span-flex-sm-8,
	.span-flex-sm-9,
	.span-flex-sm-10,
	.span-flex-sm-11,
	.span-flex-sm-12 {
		width: 100%;
	}
}

/**** général ***/
html body {
	font-family: 'Outfit', sans-serif;
	font-size: 16px;
	color: #00212e;
	font-weight: normal;
	line-height: 1.1;
}
html body .font_size_21 {
	font-size: 21px;
}
body .bold,
body strong,
body b {
	font-family: 'Outfit', sans-serif;
	font-weight: bold;
}
body p {
	padding-bottom: 0.7em;
}

html body a {
	color: #00212e;
}

html body h1,
html body h2,
html body h3,
html body h4 {
	font-family: 'Outfit', sans-serif;
	color: #00212e;
	font-weight: 400;
	line-height: 0.95;
}
html body.page-template-page-accueil h1 {
	color: #eff6fe;
	max-width: 84%;
}
html body:not(.page-template-page-accueil) .wpb_text_column:not(.no_h1_border) h1 {
	padding-bottom: 39px;
	margin-bottom: 39px !important;
	border-bottom: 1px solid #667a82;
}
html body h2 {
	font-weight: 300;
	text-transform: uppercase;
}
html body h1 strong,
html body h2 strong,
html body h3 strong,
html body h4 strong {
}
html body h1 {
	font-size: 90px;
}

html body h2 {
	font-size: 32px;
}

html body h3 {
	font-size: 32px;
}

body .light h1,
body .light h2,
body .light h3,
body .light h4,
body .light h5,
body .light h6 {
	color: #00212e;
	color: #eff6fe;
}
body .light p {
	color: #eff6fe;
}
html body .gros_texte_majuscule {
	font-size: 32px;
	font-weight: 300;
	text-transform: uppercase;
}
html body .gros_text_anime {
	font-size: 55px;
	font-weight: 200;
}
.h2_souligne h2 {
	padding-bottom: 50px;
	margin-bottom: 30px !important;
	border-bottom: 1px solid #667a82;
}
body .container {
	max-width: calc(1410px + 180px);
}

.wpb_row > .span_12 {
	padding-top: 90px;
	padding-bottom: 90px;
}
.no_pad_top.wpb_row > .span_12 {
	padding-top: 0;
}
.no_pad_bottom.wpb_row > .span_12 {
	padding-bottom: 0;
}
.no_padding.wpb_row > .span_12,
.wpb_row .wpb_row > .span_12 {
	padding-top: 0;
	padding-bottom: 0;
}
body .container-wrap {
	margin-top: -83px !important;
	padding-bottom: 0;
	
}

html body .nectar-button {
	font-family: 'Outfit', sans-serif;
	font-size: 16px !important;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
html body .nectar-button.regular.accent-color {
	padding-left: 0;
	background-color: transparent !important;
	color: #00212e !important;
}
html body .light .nectar-button.regular.accent-color {
	color: #eff6fe !important;
}
html
	body.material:not([data-button-style^='rounded'])
	.nectar-button.has-icon.small {
	padding-right: 15px;
	padding-left: 15px;
}
html
	body.material:not([data-button-style^='rounded'])
	.nectar-button.has-icon.small
	i {
	-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.material:not([data-button-style^='rounded'])
	.nectar-button.has-icon.small:hover
	i {
	transform: translateY(-50%) translateX(14px);
}
html body.material .nectar-button.has-icon i {
	right: 4px;
}

/**** menu / header ****/
body.page-template-page-accueil #header-outer.logo_visible.side-widget-open #logo,
body.page-template-page-accueil #header-outer #logo {
	opacity: 0;
	pointer-events: none;
	-webkit-transition: opacity 250ms ease-out;
	-moz-transition: opacity 250ms ease-out;
	-o-transition: opacity 250ms ease-out;
	transition: opacity 250ms ease-out;
}
body #header-outer.logo_visible #logo {
	opacity: 1;
	pointer-events: unset;
}
body #header-outer #logo svg,
body #header-outer.logo_visible #logo svg {
	display: none;
}

body #header-space {
	background: transparent;
}
html body #header-outer,
html body[data-header-color='dark'] #header-outer {
	background-color: transparent;
	-webkit-transition: background-color 250ms ease-out !important;
	-moz-transition: background-color 250ms ease-out !important;
	-o-transition: background-color 250ms ease-out !important;
	transition: background-color 250ms ease-out !important;
}
/*html body #header-outer.scrolled-down,
html body[data-header-color='dark'] #header-outer.scrolled-down,*/
html body #header-outer.logo_visible,
html body[data-header-color='dark'] #header-outer.logo_visible  {
	background: rgba(255, 255, 255, 0.52);

	backdrop-filter: blur(8px);
}
#header-outer.logo_visible  #logo, 
#header-outer.logo_visible  .logo-spacing {
    margin-top: 18px;
    margin-bottom: 18px;
 
}
html body #header-outer {
	/*mix-blend-mode: difference;*/
}
html body #header-outer.side-widget-open {
	mix-blend-mode: unset;
}
#header-outer:not([data-format='left-header']) #top > .container > .row nav {
	mix-blend-mode: difference;
}
.side_border {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	background-color: #00212e;
	color: #eff6fe;
	display: flex;
	flex-direction: column;
	padding: 20px 6px;
	justify-content: space-between;
	z-index: 10000;
	width: 52px;
	overflow: hidden;
}

.side_border .texte {
	transform: rotate(-90deg);
	transform-origin: 13px 22%;
	width: 307px;
}
body #top nav > ul > li > a {
	color: #00212e;
	color: #ccc;
	font-family: 'Outfit', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
body.home #top nav > ul > li > a {
	color:#fff ;
}
body .logo_visible #top nav > ul > li > a {
	color: #00212E;
}
body #top nav > ul > li.cta_projet > a {
	font-weight: 500;
	text-transform: uppercase;
}
body #header-outer[data-lhe='default'] #top nav > ul > li > a:hover,
body #header-outer[data-lhe='default'] #top nav .sf-menu > .current-menu-item > a {
	 color: #00212e !important;
    font-weight: 700;
}

body #header-outer ul.sf-menu>li.menu-item-has-icon>a {
	flex-direction: row-reverse;
}
body.material .nectar-button.has-icon.icon_45.small:not([class*=see-through]) i,
body.material .nectar-button.has-icon.icon_45 i {
	transform: rotate(-45deg) translateY(-50%) translateX(7px);
	transform-origin: center !important;
}
body.material .nectar-button.has-icon.icon_45:hover i,
html body.material:not([data-button-style^='rounded']) .nectar-button.has-icon.small.icon_45:hover i {
    transform: rotate(0) translateY(-50%) translateX(7px);
}
body #header-outer header .sf-menu>li.nectar-regular-menu-item>a>.nectar-menu-icon,
body #header-outer ul.sf-menu>li.menu-item-has-icon>a i {
	margin-right: 0;
	margin-left: 5px;
	transform: rotate(-45deg);
	transform-origin: center;
	-webkit-transition: transform 250ms ease-out;
	-moz-transition: transform 250ms ease-out;
	-o-transition: transform 250ms ease-out;
	transition: transform 250ms ease-out;
}
body #header-outer header .sf-menu>li.nectar-regular-menu-item>a:hover>.nectar-menu-icon,
body #header-outer ul.sf-menu>li.menu-item-has-icon>a:hover i {
	 transform: rotate(0) ;
}
body #header-outer ul.sf-menu>li.menu-item-has-icon>a i:before {
    content: "\e909";
        font-family: icomoon!important;
}
body #slide-out-widget-area-bg.fullscreen-alt.padding-removed {
	opacity: 1 !important;
}
body .off-canvas-menu-container .nectar-menu-icon {
	display: block;
}
html body #slide-out-widget-area .inner .off-canvas-menu-container li.menu-item-has-icon>a {
    justify-content: flex-end;
    display: flex;
    flex-direction: row-reverse;
}
html body #slide-out-widget-area .inner .off-canvas-menu-container li.menu-item-has-icon>a i {
	margin-left: 5px;
	transform: rotate(-45deg);
}
html body #slide-out-widget-area .inner .off-canvas-menu-container li.menu-item-has-icon>a i:before {
	content: "\e909";
	    font-family: icomoon!important;
}

/** menu burger **/
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: #EFF6FE !important;
}

body #slide-out-widget-area-bg.fullscreen-alt .bg-inner {
	background: #00212e;
}
body #slide-out-widget-area.fullscreen-alt {
	text-align: left;
}
body
	#slide-out-widget-area.fullscreen-alt
	.inner
	.off-canvas-menu-container
	li
	a {
	color: #eff6fe;
	font-family: 'Outfit', sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 26px; /* 108.333% */
	letter-spacing: unset;
}
body
	#slide-out-widget-area.fullscreen-alt
	.inner
	.off-canvas-menu-container
	li {
	padding-bottom: 25px;
}
body
	#slide-out-widget-area.fullscreen-alt
	.inner
	.off-canvas-menu-container
	li:first-child {
	border-top: 1px solid #eff6fe;
	padding-top: 40px;
}
body
	#slide-out-widget-area.fullscreen-alt
	.inner
	.off-canvas-menu-container
	li:last-child {
	border-top: 1px solid #eff6fe;
	border-bottom: 1px solid #eff6fe;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-top: 15px;
}
body
	#slide-out-widget-area.fullscreen-alt
	.inner
	.off-canvas-menu-container
	li:last-child
	a {
	text-transform: uppercase;
}
body
	#slide-out-widget-area.fullscreen-alt
	.inner
	.off-canvas-menu-container
	.menu_logo {
	opacity: 0;
	transform: translateY(40px);
	-webkit-transform: translateY(40px);

	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;
	margin-bottom: 15px;
}
body
	#slide-out-widget-area.fullscreen-alt.open
	.inner
	.off-canvas-menu-container
	.menu_logo {
	transform: translate(0px, 0px);
	opacity: 1;
}
body.home .slide-out-widget-area-toggle.mobile-icon .lines-button.x2 .lines:after, 
body.home .slide-out-widget-area-toggle.mobile-icon .lines-button.x2 .lines:before, 
body.home .slide-out-widget-area-toggle.mobile-icon .lines-button:after {
    background-color: #fff;
}
body .logo_visible .slide-out-widget-area-toggle.mobile-icon .lines-button.x2 .lines:after, 
body .logo_visible .slide-out-widget-area-toggle.mobile-icon .lines-button.x2 .lines:before, 
body .logo_visible .slide-out-widget-area-toggle.mobile-icon .lines-button:after {
    background-color: #00212E !important;
}
/***** accueil *******/

/** banner **/
html body.page-template-page-accueil #banner {
	color: #eff6fe;
}
html body.page-template-page-accueil #banner .nectar-button.regular.accent-color{
	color: #eff6fe !important;
}


#banner > .span_12 {
	min-height: 100vh;
	min-height: 45.37vw;
	padding-top: 4.7vw;
	padding-top: 68px;
	padding-bottom: 4.7vw;
}
#banner.banner_merci > .span_12 {
	min-height: calc(100vh + 1px);
}

/*#banner.video_cta {
	cursor: url(images/curseur-play.svg) 57 57, auto;
}*/

.wpb_row.cols_cta_droite .column_container:nth-child(1) {
	width: calc(100% - 316px);
}
.wpb_row.cols_cta_droite .column_container:nth-child(2) {
	width: 316px;
	text-align: right;
}
#banner .banner_footer > .span_12 {
	border-top: 1px solid #667a82;
	padding-top: 36px;
	margin-top: 20px;
}
/*#banner > .video-color-overlay:before,
#banner:not(.banner_merci) > .row-bg-wrap .row-bg:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 180px;

	background: linear-gradient(
		180deg,
		rgba(255, 255, 255, 0.7) 23%,
		rgba(255, 255, 255, 0) 100%
	);
}

#banner:not(.banner_merci) > .row-bg-wrap .row-bg:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	background: rgba(255, 255, 255, 0.08);
}
#banner > .video-color-overlay {
	background: rgba(255, 255, 255, 0.08);
}*/
/*#banner > .video-color-overlay:after,
#banner:not(.banner_merci) > .row-bg-wrap .inner-wrap:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;

	background: linear-gradient(
		39deg,
		rgba(255, 255, 255, 0.5) 23%,
		rgba(255, 255, 255, 0) 60%
	);
	z-index: 1;
}*/
#banner:not(.banner_merci) > .row-bg-wrap .row-bg:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	background: rgba(255, 255, 255, 1);
	opacity: .08;
}
#banner:not(.banner_merci) > .row-bg-wrap .row-bg:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	background: #00212E;
	opacity: .3;
}
#banner > .video-color-overlay {
	background: rgba(255, 255, 255, 0.08);

}
#banner > .video-color-overlay:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	background: #00212E;
	opacity: .3;
}
#banner > .video-color-overlay:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 200px;
	background: #00212E;
	opacity: 1;
	background: rgb(0,33,46);
	background: -moz-linear-gradient(180deg, rgba(0,33,46,1) 5%, rgba(0,33,46,0) 99%);
	background: -webkit-linear-gradient(180deg, rgba(0,33,46,1) 5%, rgba(0,33,46,0) 99%);
	background: linear-gradient(180deg, rgba(0,33,46,1) 5%, rgba(0,33,46,0) 99%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00212e",endColorstr="#00212e",GradientType=1);
}

#banner .cta_mobile {
	display: none;
}
#banner #buttonbar {
	position: absolute;
	top: 43%;
	right: 0;
	display: none;
	z-index: 12;
}
.using-mobile-browser #banner #buttonbar,
.mobile #banner #buttonbar {
	display: block;
}
#banner #large_video {
	position: absolute;
	left: 25px;
	bottom: 25px;
	display: none;
	z-index: 12;
}

#banner #buttonbar #play {
	width: 100px;
	height: 100px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	/*background-color: #EFF6FE;*/
	/*opacity: 0.82;*/
	/*filter: drop-shadow(0px 0px 7px rgba(25, 28, 34, 0.60));*/
	background: url(images/curseur-play.svg) no-repeat center;
	background-size: 100% auto;
	border: 0;
}
#banner #buttonbar #play.pause {
	background: url(images/curseur-pause.svg) no-repeat center;
	background-size: 100% auto;
}
#banner #buttonbar #play.pause {
	background: url(images/curseur-pause.svg) no-repeat center;
	background-size: 100% auto;
}
#banner_click_video {
	position: absolute;
	top: 0;
	left: 0;

	right: 0;

	z-index: 11;
	margin-left: -50vw;
	margin-left: calc(-50vw + var(--scroll-bar-w) / 2);
	margin-left: 0;
	left: 50%;
	left: 0;
	width: 100vw !important;
	width: calc(100vw - var(--scroll-bar-w)) !important;
	width: 100% !important;
}
#banner_click_video #le_buttonbar {
	position: absolute;
	top: calc(100% - 150px);
	right: -50px;
	width: 100px;
	height: 100px;
	z-index: 12;
	pointer-events: none; /* Very important to prevent the follower from messing up with the mouse move */
}
#banner_click_video #le_buttonbar #play_2 {
	width: 100px;
	height: 100px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	/*background-color: #EFF6FE;*/
	/*opacity: 0.82;*/
	/*filter: drop-shadow(0px 0px 7px rgba(25, 28, 34, 0.60));*/
	background: url(images/curseur-play.svg) no-repeat center;
	background-size: 100% auto;
	border: 0;
}
#banner_click_video #le_buttonbar #play_2.pause {
	background: url(images/curseur-pause.svg) no-repeat center;
	background-size: 100% auto;
}
.using-mobile-browser #banner_click_video ,
.mobile #banner_click_video {
	display: none;
}
#banner.video_cta #banner_click_video.play {
	cursor: url(images/curseur-play.svg) 57 57, auto;
	cursor: pointer;
	bottom: 168px;
}
#banner.video_cta #banner_click_video.pause {
	cursor: url(images/curseur-pause.svg) 57 57, auto;
	cursor: pointer;
	bottom: 0;
}
#banner.video_cta video {
	position: relative;
	z-index: 2;
}
#banner.video_cta video.video_long {
	position: absolute;
	top: 0;
	z-index: 1;
}
body .fancybox-bg {
    background-color: rgba(12, 28, 35, 0.9);
}

/** accueil a_propos **/

#a_propos > .span_12 {
	padding-right: 9%;
	padding-left: 9%;
}
#a_propos h2 {
	color: #99a6ab;
}
body #a_propos .light h2 {
}

/** accueil services ***/

.row_services .column_container > .vc_column-inner {
	padding-top: 35px;
}
.row_services .texte_services {
	line-height: 1.4;
	color: #667A82;
}
.les_services {
	display: flex;
	margin: 42px -15px 0;
	padding-top: 42px;
}
.les_services:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	border-top: 1px solid #667a82;
}
.les_services .un_service {
	width: 33.333%;
	padding: 15px;
	display: flex;
	cursor: pointer;
	-webkit-transition: width 500ms ease-out;
	-moz-transition: width 500ms ease-out;
	-o-transition: width 500ms ease-out;
	transition: width 500ms ease-out;
}
.les_services .un_service.over_service {
	width: 60% !important;
}
.les_services .un_service.other_service {
	width: 20%;
}
.les_services .un_service .wrap_service {
	min-height: 450px;
	display: flex;
	position: relative;
	align-items: center;
	width: 100%;
	cursor: url(images/curseur-arrow-right.svg) 57 57, auto;
}
.les_services .un_service .wrap_service > a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	cursor: url(images/curseur-arrow-right.svg) 57 57, auto;
}
.les_services .un_service > .infos {
	display: none !important;
}
.les_services .un_service .wrap_service .image {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}
.les_services .un_service .wrap_service .image:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #022b3a;
	opacity: 0.3;
}
.les_services .un_service .wrap_service .infos {
	text-align: center;
	width: 100%;
}
.les_services .un_service .wrap_service .infos h3 {
	color: #eff6fe;
	-webkit-transition: opacity 500ms ease-out;
	-moz-transition: opacity 500ms ease-out;
	-o-transition: opacity 500ms ease-out;
	transition: opacity 500ms ease-out;
}
.les_services .un_service.other_service .wrap_service .infos h3 {
	opacity: 0;
}
.les_services .un_service.other_service.over_service .wrap_service .infos h3 {
	opacity: 1;
}
.les_services .un_service .wrap_service .infos .texte {
	max-height: 0;
	opacity: 0;
	color: #eff6fe;
	overflow: hidden;
	width: 100%;
	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
	font-size: 21px;
	max-width: 470px;
	margin: 0 auto;
}
.les_services .un_service.over_service .wrap_service .infos .texte {
	max-height: 300px;
	opacity: 1;
}

/** accueil -  ont_fait_confiance **/

.ont_fait_confiance {
	display: flex;
	padding: 14px 45px;
	flex-wrap: wrap;
	/*justify-content: center;*/
	align-items: center;
	border-top: 1px solid #667a82;
	border-bottom: 1px solid #667a82;
	margin-top: 55px;
}
.ont_fait_confiance .un_logo {
	padding: 45px 45px;
	max-width:220px;
}
.ont_fait_confiance .un_logo img {
	margin-bottom: 0;
}

/*** accueil avantages ****/

#avantages h2 {
	font-size: 90px;
	text-transform: none;
	font-weight: 400;
}
#avantages .wpb_row:first-child > .span_12 {
	padding-top: 0;
}
#avantages .wpb_row:last-child > .span_12 {
	padding-bottom: 20px;
	border: 0;
}
#avantages .wpb_row {
	margin-bottom: 0 !important;
}
#avantages .wpb_row > .span_12 {
	padding-bottom: 85px;
	padding-top: 85px;
	border-bottom: 1px solid rgba(0, 33, 46, 0.6);
	font-size: 21px;
}
#avantages .wpb_row > .span_12 .column_container:nth-child(1) {
	width: 40%;
}
#avantages .wpb_row > .span_12 .column_container:nth-child(2) {
	width: 60%;
}

/**** texte mask animé ***/

.line {
	position: relative;
}
.line-mask {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #334d58;
	opacity: 0.65;
	height: 100%;
	width: 100%;
	z-index: 2;
}

/**** accueil realisation ****/

.les_realisations {
	margin-bottom: 48px !important;
	margin-left: -15px;
	margin-right: -15px;
	position: relative;
}
.les_realisations .tagged-posts {
	display: flex;
	flex-wrap: wrap;
}
.les_realisations:after {
	content: '';
	display: block;
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 0;
	height: 1px;
	border-bottom: 1px solid #667a82;
}
.les_realisations .un_realisation {
	width: 50%;
	margin-bottom: 100px;
	padding: 0 15px 15px;
}
.les_realisations .un_realisation:nth-child(10n + 1) {
	width: 35%;
	padding-top: 13%;
}
.les_realisations .un_realisation:nth-child(10n + 1) .wrap_realisation {
	/*padding-top: 66%;*/
}
.les_realisations .un_realisation:nth-child(2) {
	margin-top: -100px;
}
.les_realisations .un_realisation:nth-child(10n + 2) {
	width: 50%;
	margin-left: auto;
}
#page_realisations .les_realisations .un_realisation:nth-child(10n + 2) {
	margin-top: 0;
}
.les_realisations .un_realisation:nth-child(10n + 3) {
	width: 83%;
	margin-left: auto;
}
.les_realisations .un_realisation:nth-child(10n + 4) {
	width: 45%;
}
.les_realisations .un_realisation:nth-child(10n + 5) {
	width: 42%;
	margin-left: auto;
	margin-right: auto;
}
.les_realisations .un_realisation:nth-child(10n + 5) .wrap_realisation {
	padding-top: 19%;
}
.les_realisations .un_realisation:nth-child(10n + 6) {
	width: 83%;
}
.les_realisations .un_realisation:nth-child(10n + 7) {
	width: 50%;
}
.les_realisations .un_realisation:nth-child(10n + 8) {
	width: 42%;
	margin-left: auto;
}
.les_realisations .un_realisation:nth-child(10n + 8) .wrap_realisation {
	padding-top: 41%;
}
.les_realisations .un_realisation:nth-child(10n + 9) {
	width: 34%;
	margin-top: -126px;
}
.les_realisations .un_realisation:nth-child(10n + 10) {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}
.les_realisations .un_realisation:nth-child(10n + 10) .wrap_realisation {
	padding-top: 31%;
}
.les_realisations
	.un_realisation:nth-child(10n + 1)
	.wrap_realisation
	.photo
	.la_photo {
	padding-top: 124%;
}

.les_realisations
	.un_realisation:nth-child(10n + 2)
	.wrap_realisation
	.photo
	.la_photo {
	padding-top: 81%;
}
.les_realisations
	.un_realisation:nth-child(10n + 3)
	.wrap_realisation
	.photo
	.la_photo {
	padding-top: 62%;
}

.les_realisations
	.un_realisation:nth-child(10n + 4)
	.wrap_realisation
	.photo
	.la_photo {
	padding-top: 100%;
}

.les_realisations
	.un_realisation:nth-child(10n + 5)
	.wrap_realisation
	.photo
	.la_photo {
	padding-top: 159%;
}
.les_realisations
	.un_realisation:nth-child(10n + 6)
	.wrap_realisation
	.photo
	.la_photo {
	padding-top: 63%;
}
.les_realisations
	.un_realisation:nth-child(10n + 7)
	.wrap_realisation
	.photo
	.la_photo {
	padding-top: 81%;
}

.les_realisations
	.un_realisation:nth-child(10n + 8)
	.wrap_realisation
	.photo
	.la_photo {
	padding-top: 100%;
}

.les_realisations
	.un_realisation:nth-child(10n + 9)
	.wrap_realisation
	.photo
	.la_photo {
	padding-top: 128%;
}

.les_realisations
	.un_realisation:nth-child(10n + 10)
	.wrap_realisation
	.photo
	.la_photo {
	padding-top: 81%;
}

.les_realisations .un_realisation .wrap_realisation {
	cursor: url(images/curseur-arrow-right.svg) 57 57, auto;
	position: relative;
}
.les_realisations .un_realisation .wrap_realisation .hover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	cursor: url(images/curseur-arrow-right.svg) 57 57, auto;
}
.les_realisations .un_realisation .wrap_realisation .lien {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	cursor: url(images/curseur-arrow-right.svg) 57 57, auto;
}
.les_realisations .un_realisation .wrap_realisation .photo {
	overflow: hidden;
	margin-bottom: 16px;
	cursor: url(images/curseur-arrow-right.svg) 57 57, auto;
}
.les_realisations .un_realisation .wrap_realisation .photo .la_photo {
	padding-top: 56%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: transform 250ms ease-out;
	-moz-transition: transform 250ms ease-out;
	-o-transition: transform 250ms ease-out;
	transition: transform 250ms ease-out;
	cursor: url(images/curseur-arrow-right.svg) 57 57, auto;
}
.les_realisations .un_realisation .wrap_realisation:hover .photo .la_photo {
	transform: scale(1.1);
	transform-origin: center;
}
.les_realisations .un_realisation .wrap_realisation .nom_cat {
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: url(images/curseur-arrow-right.svg) 57 57, auto;
}
.les_realisations .un_realisation .wrap_realisation .nom_cat h3 {
	margin-bottom: 0;
}
.les_realisations .un_realisation .wrap_realisation .nom_cat h3 svg {
	display: none;
}
.les_realisations .un_realisation .wrap_realisation .nom_cat .cat {
	color: #99a6ab;
	text-align: right;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.cats_realisations {
	display: flex;
	margin: 0 -15px 80px !important;
	flex-wrap: wrap;
}
.cats_realisations .cat_realisation {
	padding: 15px;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	cursor: pointer;
}
.cats_realisations .cat_realisation:hover,
.cats_realisations .cat_realisation.actif {
	text-decoration: underline;
}

/*** page services *****/
.un_service_services {
	border-top: 1px solid #00212e;

	margin-top: 40px;
}
.un_service_services > .span_12 {
	padding-bottom: 52px;
	padding-top: 52px;
}
.un_service_services .cols_cta_droite {
	margin-bottom: 0;
}

/**** page contact ****/

body .contact_infos {
	font-size: 32px;
}
body .contact_infos .img-with-aniamtion-wrap {
	margin-bottom: 1.6em;
}
.contact_infos .img-with-aniamtion-wrap img.img-with-animation {
	width: 50%;
	max-width: 205px;
}
.leaflet-tile-pane img {
	filter: grayscale(100%);
}

body .gform_wrapper.gravity-theme .gfield textarea.large {
	height: 152px;
}

.gform_required_legend {
	display: none !important;
}
body .gform_wrapper.gravity-theme .gfield_required {
	color: #00212e;
}

body .gform_wrapper.gravity-theme .gfield input,
body .gform_wrapper.gravity-theme .gfield select,
body .gform_wrapper.gravity-theme .gfield textarea {
	border-radius: 0 !important;
	border: 1px solid #667a82;
	padding: 11px 19px !important;
	background-color: transparent !important;
}
body .gform_wrapper.gravity-theme .gfield input[type='file'] {
	border: 0;
	padding-left: 0 !important;
}
html body .gform_wrapper .top_label .gfield_label {
	margin-top: 11px;
	margin-bottom: 6px;
	font-family: 'Outfit', sans-serif;
	font-size: 16px;
	font-weight: 400;
}
body[data-form-submit='regular']
	.container-wrap
	.gform_footer
	input[type='submit'] {
	color: #00212e;
	font-family: 'Outfit', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	padding-right: 30px !important;
	background: transparent url(images/arrow-right.svg) no-repeat
		calc(100% - 10px) 50%;
	-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[data-form-submit='regular']
	.container-wrap
	.gform_footer
	input[type='submit']:hover {
	background-position: 100% 50%;
}
body .gform_wrapper.gravity-theme #field_submit,
.gform_wrapper.gravity-theme .gform_footer {
	justify-content: flex-end;
}

body .gform_wrapper.gravity-theme .gform_validation_errors {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: unset;
	margin-bottom: 8px;
	margin-top: 8px;
	padding: 16px 0;
}
body .gform_wrapper.gravity-theme .gform_validation_errors > h2 {
	text-transform: unset;
	color: #d02743;
}
body .gform_wrapper.gravity-theme .gfield_validation_message,
body .gform_wrapper.gravity-theme .validation_message {
	background: transparent;
	border: unset;
	font-size: 12px;
	margin-top: 8px;
	padding: 0;
}
body .gform_wrapper.gravity-theme .gfield_error [aria-invalid='true'] {
	border: 1px solid #d02743;
}
body .gform_wrapper.gravity-theme .gfield_error .gfield_repeater_cell label,
body .gform_wrapper.gravity-theme .gfield_error label,
body .gform_wrapper.gravity-theme .gfield_error legend,
body .gform_wrapper.gravity-theme .gfield_validation_message,
body .gform_wrapper.gravity-theme .validation_message,
.gform_wrapper.gravity-theme [aria-invalid='true'] + label,
body .gform_wrapper.gravity-theme label + [aria-invalid='true'] {
	color: #d02743;
}

body
	#footer-widgets
	.gform_wrapper.gravity-theme
	.gform_validation_errors
	> h2 {
	color: #e94959;
}
body
	#footer-widgets
	.gform_wrapper.gravity-theme
	.gfield_error
	[aria-invalid='true'] {
	border: 1px solid #e94959;
}

body
	#footer-widgets
	.gform_wrapper.gravity-theme
	.gfield_error
	.gfield_repeater_cell
	label,
body #footer-widgets .gform_wrapper.gravity-theme .gfield_error label,
body #footer-widgets .gform_wrapper.gravity-theme .gfield_error legend,
body #footer-widgets .gform_wrapper.gravity-theme .gfield_validation_message,
body #footer-widgets .gform_wrapper.gravity-theme .validation_message,
.gform_wrapper.gravity-theme [aria-invalid='true'] + label,
body
	#footer-widgets
	.gform_wrapper.gravity-theme
	label
	+ [aria-invalid='true'] {
	color: #e94959;
}
body .gform_wrapper .gform_ajax_spinner {
	margin-top: -5px;
	margin-left: -40px;
	position: absolute;
	top: 35px;
	right: 0;
}
.gform_wrapper.gravity-theme .gform_footer,
.gform_wrapper.gravity-theme .gform_page_footer {
	position: relative;
}

/** page a propos ***/

.a_propos_page .img-with-aniamtion-wrap {
	padding-left: 17%;
	padding-top: 55px;
	padding-bottom: 55px;
}

/** page merci ****/

.page-template-template-merci
	#header-outer[data-format='default']
	#top
	.span_9 {
	display: none;
}
#banner.banner_merci > .row-bg-wrap .row-bg:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgb(0, 33, 46);
	background: linear-gradient(
		0deg,
		rgba(0, 33, 46, 0.3) 21%,
		rgba(0, 33, 46, 0) 48%
	);
}

html body.page-template-template-merci #header-outer {
	mix-blend-mode: unset;
}

/** banner_photo_footer */

#banner_photo_footer > .span_12 {
	padding-bottom: 0;
	padding-top: 37%;
}

/**** footer ****/
#footer-widgets .col:last-child {
	text-align: center;
	min-height: 336px;
}
#footer-widgets .col:last-child .widget_media_image {
	    padding: 0 10%;
}
#footer-widgets .col:first-child {
	font-size: 32px;
	font-weight: 400;
}
#footer-widgets .widget_text a,
#footer-widgets .widget_text {
	color: #99A6AB !important;
	font-size: 21px;
}
#footer-widgets .widget_text.widget_custom_html {
	color: #eff6fe;
	
}
#footer-widgets .widget_text.widget_custom_html h2 {
	color: #eff6fe !important;
}
#footer-widgets .widget_text.widget_custom_html .nectar-button {
	color: #eff6fe !important;
}
html body #footer-outer:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	height: 100px;
	top: -99px;
	background: #00212e;
}
html body #footer-outer #copyright {
}
html body #footer-outer #copyright p a,
html body #footer-outer #copyright p {
	font-size: 10px;
	color: #667a82 !important;
	text-align: center;
}
body #footer-outer #copyright a:not(.nectar-button),
html body #footer-outer #copyright p a {
	text-decoration: underline;
	color: #667a82 !important;
}
.material #footer-outer #footer-widgets .col ul#social_custom {
	margin-bottom: 55px;
}
.material #footer-outer #footer-widgets .col ul#social_custom li {
	display: inline-block;
	padding: 0 20px !important;
	vertical-align: top;
}
.material #footer-outer #footer-widgets .col ul#social_custom li a i {
	font-size: 27px;
}

.form_contact {
	margin-top: 41px;
	padding-top: 41px;
	border-top: 1px solid #667A82;
}
.form_contact .gform_fields {
    margin: 0 ;
    
}
#footer-outer #footer-widgets .col .form_contact input[type=submit] {
	color: #EFF6FE;
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    padding-right: 30px !important;
    background: transparent url(images/arrow-right-white.svg) no-repeat calc(100% - 10px) 50% !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;
}
#footer-outer #footer-widgets .col .form_contact input[type=submit]:hover {
    background-position: 100% 50% !important;
}
body #footer-outer .widget {
    /*margin-bottom: 0;*/
}
.gform_wrapper.gravity-theme .form_contact .gform_footer {
	margin: 0;

	padding:0 ;
}
body #footer-widgets .row {
	display: flex;
	    flex-direction: row-reverse;
}


/*****popup ****/

html.popup {
	overflow-y: hidden;
}
.video_pop {
	position: fixed;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	color: #000;
	z-index: -16;
	overflow: hidden;
	transition: 0.5s all;
	overflow: auto;
	background: #fff;
	padding: 0 !important;
}

.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;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
	position: relative;
	overflow: hidden;
}

.video_pop .close {
	/* border: 1px solid #fff; */
	width: 54px;
	height: 54px;
	background: #fff;
	border-radius: 50%;
	text-align: center;
	font-size: 60px;
	position: absolute;
	opacity: 1;
	transform-origin: center;

	top: 51px;
	right: 42px;
	color: #000;
	cursor: pointer;
	z-index: 22;

	font-weight: 100;
	line-height: 1.39;
	-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 svg path {
	fill: #302f63;
}
.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 .video {
	position: relative;

	width: 100%;
	margin: 0 auto 0;
}
.video_pop
	.gform_wrapper.gravity-theme
	.gform_page_footer
	input.gform_previous_button,
.video_pop
	.gform_wrapper.gravity-theme
	.gform_page_footer
	input.gform_next_button,
.video_pop
	.gform_wrapper.gravity-theme
	.gform_page_footer
	input[type='submit'] {
	background-color: transparent;
	color: #00212e;
	font-family: 'Outfit', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
.video_pop .gform_wrapper.gravity-theme .gform_page_footer input[type='submit'],
.video_pop
	.gform_wrapper.gravity-theme
	.gform_page_footer
	input.gform_next_button {
	padding-right: 30px !important;
	background: transparent url(images/arrow-right.svg) no-repeat
		calc(100% - 10px) 50%;
	-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;
}
.video_pop
	.gform_wrapper.gravity-theme
	.gform_page_footer
	input[type='submit']:hover,
.video_pop
	.gform_wrapper.gravity-theme
	.gform_page_footer
	input.gform_next_button:hover {
	background-position: 100% 50%;
}
.video_pop
	.gform_wrapper.gravity-theme
	.gform_page_footer
	input.gform_previous_button {
	padding-left: 30px !important;
	background: transparent url(images/arrow-left.svg) no-repeat 10px 50%;
	-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;
}
.video_pop
	.gform_wrapper.gravity-theme
	.gform_page_footer
	input.gform_previous_button:hover {
	background-position: 0 50%;
}
.video_pop
	.gform_wrapper.gravity-theme
	.gform_page_footer
	input.gform_next_button,
.video_pop
	.gform_wrapper.gravity-theme
	.gform_page_footer
	input[type='submit'] {
	float: right;
}
.video_pop .gform_wrapper.gravity-theme .gform_footer,
.gform_wrapper.gravity-theme .gform_page_footer {
	margin: 40px 0 0;
}

.video_pop .video .wrap_container {
	position: relative;

	margin: 0 auto;
	width: 100%;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	justify-content: space-between;
}

.video_pop .container {
	padding-top: 90px;
	padding-bottom: 40px;
}
.video_pop .video h2 .no {
	color: #ccd3d5;
}
.video_pop .video h2 .detail {
	font-size: 16px;
	font-weight: 300;
	color: #667A82;
	margin-left: 5px;
}

.video_pop .video h3 {
	text-align: center;
	color: #fff;
	font-weight: 800;
	font-size: 32px;
	font-size: clamp(21px, 1.67vw, 32px);
	letter-spacing: 0.03em;
	text-transform: uppercase;
	display: inline-block;

	margin-bottom: 55px;
	background: url(images/vague-jaune.svg) no-repeat left bottom;
	padding-bottom: 25px;
}
.video_pop .gform_wrapper.gravity-theme .gform_page_fields {
	padding-left: 9%;
	padding-right: 9%;
}
.video_pop
	.gform_wrapper.gravity-theme
	.gform_page_fields
	.gfield.titre_positionnement {
	margin-left: -10%;
	margin-right: -10%;
}
.video_pop
	.image-choices-field.image-choices-show-labels
	.image-choices-choice-text {
	font-size: 21px;
	font-weight: 400;
	color: #00212e;
	text-align: left;
}
.video_pop .image-choices-field .image-choices-choice {
	border: 0;
}
body .image-choices-field .image-choices-choice {
	width: calc(25% - 10px);
}
body
	.image-choices-field
	.image-choices-choice-hover
	.image-choices-choice-image-wrap,
body
	.image-choices-field
	.image-choices-choice-selected
	.image-choices-choice-image-wrap {
	border-color: #00212e;
}
body .image-choices-field .image-choices-choice label {
	width: 100%;
	max-width: 230px !important;
}
body .image-choices-field .image-choices-choice-image-wrap {
	width: 100%;

	padding-top: 104.35%;
	height: unset;
	border: 3px solid transparent;
}
.gform_wrapper.gravity-theme .gfield.autre_projet .ginput_container {
	padding-left: 53%;
}
.gform_wrapper.gravity-theme .gfield.autre_projet .ginput_container input {
	max-width: 230px;
}
.video_pop .progression {
	background-color: #ccd3d5;
	display: flex;
	margin: 64px 0 30px;
}
.video_pop .progression .barre {
	height: 3px;
	width: 33.333%;
}
.video_pop .progression .barre.actif {
	background-color: #667a82;
}

/**** popup une realisation ****/
.video_pop.popup_realisation .close {
	background: transparent;
	top: -48px;
	right: calc(9%);
	cursor: url(images/curseur-close.svg) 57 57, auto;
}
.video_pop.popup_realisation .swiper-pagination {
	text-align: right;
	padding-right: 9%;
}
.video_pop.popup_realisation .swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	border: 1px solid #99a6ab;
}
.video_pop.popup_realisation
	.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #99a6ab;
}
.video_pop.popup_realisation {
	background-color: rgba(12, 28, 35, 0.9);
}
.pop_realisation .projet_nom {
	color: #eff6fe;
	font-size: 32px;
	padding-right: 164px;
}

.video_pop.popup_realisation .wrap_video {
	padding-left: 9%;
	padding-right: 9%;
}
.video_pop.popup_realisation .swiper-slide {
	text-align: center;
	padding: 55px 55px 0;
	-webkit-transition: padding 250ms ease-out;
	-moz-transition: padding 250ms ease-out;
	-o-transition: padding 250ms ease-out;
	transition: padding 250ms ease-out;
	position: relative;
}
.video_pop.popup_realisation .swiper-slide img {
	margin-bottom: 0;
	max-width: 100%;
}
.video_pop.popup_realisation .swiper-slide.swiper-slide-active img {
	max-height: 79vh;
}
.video_pop.popup_realisation .swiper-slide img {
	max-height: calc(79vh - 110px);
}
.video_pop.popup_realisation .swiper-slide.swiper-slide-active {
	padding: 0;
}

.video_pop.popup_realisation .swiper-slide .pop_video {
	position: relative;
	padding-top: 56%;
}
.video_pop.popup_realisation .swiper-slide .pop_video video,
.video_pop.popup_realisation .swiper-slide .pop_video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	margin-top: 0 !important;
}
body .swiper-button-next.swiper-button-disabled, 
body .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}
body:not(.mobile) .video_pop.popup_realisation .swiper-button-next,
body:not(.mobile) .video_pop.popup_realisation .swiper-button-prev {
	top: 0;
	margin-top: 0;
	height: 100%;
	width: 50%;
}
body:not(.mobile) .video_pop.popup_realisation .swiper-button-next:after,
body:not(.mobile) .video_pop.popup_realisation .swiper-button-prev:after {
	display: none;
}
body:not(.mobile) .video_pop.popup_realisation .swiper-button-next {
	cursor: url(images/curseur-arrow-right.svg) 57 57, auto;
}
body:not(.mobile) .video_pop.popup_realisation .swiper-button-prev {
	cursor: url(images/curseur-arrow-left.svg) 57 57, auto;
}

.video_pop.popup_realisation .swiper-wrapper {
	align-items: center;
}

.video_pop.popup_realisation .swiper-slide.video .video-ratio {
	position: relative;
	padding-bottom: 56.25%;
	background: url(images/thumb_video.jpg) no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.video_pop.popup_realisation .swiper-slide.video .video-ratio iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (max-width: 1600px) {
	.wpb_row > .span_12 {
		padding-top: 70px;
		padding-bottom: 70px;
	}
	body .container {
		max-width: calc(1100px + 180px);
	}
	html body h1 {
		font-size: 73px;
	}
	html body h3,
	html body h2,
	#footer-widgets .col:first-child,
	html body .gros_texte_majuscule {
		font-size: 27px;
	}
	html body .gros_text_anime {
		font-size: 45px;
	}
	#avantages h2 {
		font-size: 69px;
	}
	#avantages .wpb_row > .span_12 {
		padding-bottom: 65px;
		padding-top: 65px;
	}
	#footer-outer
		#footer-widgets
		.col:first-child
		.widget.widget_media_image
		img {
		width: 52%;
	}
	#footer-widgets .col:first-child {
		min-height: 273px;
	}
	.les_realisations .un_realisation {
		margin-bottom: 80px;
	}
	.les_realisations .un_realisation {
		margin-bottom: 66px;
	}
	.img-with-aniamtion-wrap
		.hover-wrap
		.hover-wrap-inner
		img.img-with-animation.banner_logo {
		width: 170px;
	}

	#banner .banner_footer > .span_12 {
		border-top: 1px solid #667a82;
		padding-top: 28px;
		margin-top: 14px;
	}
	.les_services .un_service .wrap_service {
		min-height: 346px;
	}
	.les_realisations .un_realisation:nth-child(2) {
		margin-top: -93px;
	}
	.les_realisations .un_realisation:nth-child(10n + 1) .wrap_realisation {
		/*padding-top: 60%;*/
	}
	.ont_fait_confiance .un_logo {
		padding: 27px;
	}
	.ont_fait_confiance .un_logo img {
		max-height: 140px;
		max-width: 152px;
	}
	.ont_fait_confiance {
		padding: 14px 30px;
		margin-top: 46px;
	}
	body .contact_infos {
		font-size: 29px;
	}
	.a_propos_page .img-with-aniamtion-wrap {
		padding-left: 17%;
		padding-top: 35px;
		padding-bottom: 35px;
	}
}
@media (max-width: 1300px) {
	body .container {
		max-width: calc(974px);
	}

	.wpb_row.cols_cta_droite .column_container:nth-child(2) {
		width: 251px;
	}
	.wpb_row.cols_cta_droite .column_container:nth-child(1) {
		width: calc(100% - 251px);
	}
	html body h1 {
		font-size: 58px;
	}
	html body h3,
	html body h2,
	#footer-widgets .col:first-child,
	html body .gros_texte_majuscule {
		font-size: 23px;
	}
	#banner > .span_12 {
		padding-top: 66px;
		padding-bottom: 45px;
	}
	html body .gros_text_anime {
		font-size: 38px;
	}
	#avantages h2 {
		font-size: 50px;
	}
	#avantages .wpb_row > .span_12 {
		padding-bottom: 55px;
		padding-top: 55px;
	}
	.video_pop
		.image-choices-field.image-choices-show-labels
		.image-choices-choice-text,
	#avantages .wpb_row > .span_12,
	.les_services .un_service .wrap_service .infos .texte {
		font-size: 18px;
	}
	#footer-outer
		#footer-widgets
		.col:first-child
		.widget.widget_media_image
		img {
		width: 68%;
	}
	#footer-widgets .col:first-child {
		min-height: 257px;
	}
	html body #footer-outer .row {
		padding: 75px 0 25px;
	}
	.les_realisations .un_realisation .wrap_realisation .nom_cat .cat {
		font-size: 14px;
	}
	#banner .banner_footer > .span_12 {
		padding-top: 22px;
		margin-top: 10px;
	}
	.img-with-aniamtion-wrap
		.hover-wrap
		.hover-wrap-inner
		img.img-with-animation.banner_logo {
		width: 133px;
	}
	.les_services {
		margin: 42px -10px 0;
	}

	.les_services .un_service {
		padding: 10px;
	}
	.les_services .un_service.over_service {
		width: 70% !important;
	}
	.les_services .un_service.other_service {
		width: 15%;
	}
	.les_realisations .un_realisation:nth-child(10n + 1) {
		width: 40%;
	}
	.les_realisations .un_realisation:nth-child(10n + 1) .wrap_realisation {
		/*padding-top: 45%;*/
	}
	.ont_fait_confiance .un_logo {
		padding: 19px;
	}
	.ont_fait_confiance .un_logo img {
		max-height: 95px;
		max-width: 111px;
	}
	.les_services .un_service .wrap_service {
		min-height: 251px;
	}
	body .contact_infos {
		font-size: 26px;
	}
	.h2_souligne h2 {
		padding-bottom: 40px;
		margin-bottom: 20px !important;
	}
	.video_pop .gform_wrapper.gravity-theme .gform_page_fields {
		padding-left: 4%;
		padding-right: 4%;
	}
	.video_pop
		.gform_wrapper.gravity-theme
		.gform_page_fields
		.gfield.titre_positionnement {
		margin-left: -4%;
		margin-right: -4%;
	}
	body .image-choices-field .image-choices-choice label {
		padding: 7px !important;
	}
	.video_pop .progression {
		margin: 52px 0 25px;
	}
	.cats_realisations .cat_realisation {
	    
	    font-size: 14px;
	}
	.pop_realisation .projet_nom {
	    
	    font-size: 25px;

	}
	html body.page-template-page-accueil h1 {
	    
	    max-width: 95%;
	}
}
@media (min-width: 1000px) {
	#banner #large_video {
		display: none !important;
	}
}

@media (max-width: 999px) {
	.wpb_row > .span_12 {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	html body h3,
	html body h2,
	#footer-widgets .col:firts-child,
	html body .gros_texte_majuscule {
		font-size: 20px;
	}
	body .container {
		padding-left: 15%;
		padding-right: 8%;
	}
	#a_propos > .span_12 {
		padding-right: 6%;
		padding-left: 6%;
	}
	#banner .banner_footer > .span_12 {
		padding-top: 17px;
		margin-top: 0;
	}
	#banner > .span_12 {
		padding-top: 66px;
		padding-bottom: 24px;
	}
	.wpb_row.cols_cta_droite .column_container:nth-child(1) {
		width: 100%;
		margin-bottom: 0;
	}
	.wpb_row.cols_cta_droite .column_container:nth-child(2) {
		width: 100%;
	}
	#banner .banner_footer > .span_12 {
	}
	#banner .banner_footer > .span_12 .wpb_column:nth-child(2) {
		padding-top: 15px;
		text-align: left !important;
	}
	#banner .nectar-button {
		display: none;
	}
	#banner .nectar-button.cta_mobile {
		display: inline-block;
		margin-right: 30px;
	}
	html body h1 {
		font-size: clamp(34px, 5.83vw, 58px);
	}
	.les_services .un_service .wrap_service {
		min-height: 236px;
	}
	.les_services .un_service.over_service {
		width: 80% !important;
	}
	.les_services .un_service.other_service {
		width: 10%;
	}
	.les_realisations .un_realisation:nth-child(2) {
		margin-top: 0;
	}
	.ont_fait_confiance {
		padding: 6px 15px;
		margin-top: 46px;
	}
	.ont_fait_confiance .un_logo {
		padding: 15px;
	}
	html body .gros_text_anime {
		font-size: clamp(34px, 3.8vw, 38px);
	}
	#avantages h2 {
		font-size: clamp(35px, 4.6vw, 46px);
	}
	html body h3,
	html body h2,
	#footer-widgets .col:first-child,
	html body .gros_texte_majuscule {
		font-size: 24px;
	}
	.img-with-aniamtion-wrap
		.hover-wrap
		.hover-wrap-inner
		img.img-with-animation.banner_logo {
		width: 18%;
		max-width: 133px;
		min-width: 97px;
	}
	#footer-widgets .col:first-child {
		min-height: unset;
	}
	#banner > .span_12 {
		min-height: 501.5px;
	}
	.les_realisations .un_realisation:nth-child(10n + 1) {
		width: 42%;
	}
	.les_realisations .un_realisation:nth-child(10n + 2) {
		width: 53%;
	}
	.les_realisations .un_realisation:nth-child(10n + 4) {
		width: 47%;
	}
	.les_realisations .un_realisation:nth-child(10n + 5) {
		width: 44%;
	}
	.les_realisations .un_realisation {
		margin-bottom: 50px;
	}
	.wpb_row.cols_cta_droite .column_container:nth-child(2) {
		text-align: left;
		padding-top: 15px;
	}
	body .video_pop .container {
		padding-left: 8%;
		padding-right: 8%;
		max-width: 700px;
		width: 100%;
	}
	body .image-choices-field .image-choices-choice {
		width: calc(33.333% - 10px);
	}
	body .image-choices-field .image-choices-choice label {
		padding: 7px !important;
	}
	.gform_wrapper.gravity-theme .gfield.image-choices-field {
		margin-right: -10px;
	}
	.gform_wrapper.gravity-theme .gfield.autre_projet .ginput_container {
		padding-left: 0;
	}
	body .swiper-button-next, 
	body .swiper-button-prev {
		color: #fff;
	}
	body .swiper-button-prev, 
	body .swiper-container-rtl .swiper-button-next {
	    left: 0;
	    
	}
	body .swiper-button-next, 
	body .swiper-container-rtl .swiper-button-prev {
	    right: 0;
	    
	}
	body .pop_realisation .projet_nom {
	   
	    font-size: 21px;
	    padding-right: 0;
	}
	.video_pop.popup_realisation .swiper-pagination {

	    padding-right: 0;
	    position: relative;
	    margin-top: 9px;
	}
	.video_pop.popup_realisation .close {
	   
	    right: 0;

	}
	body #footer-widgets .row {
	    
	    flex-direction: column;
	}
	#footer-widgets .container .col.span_6 {
		width: 100%;
		max-width: 600px;
		margin: 0 auto !important;
	}
	#header-outer.logo_visible #logo, #header-outer.logo_visible .logo-spacing {
	    margin-top: 0;
	    margin-bottom: 0;
	}
	.row > .wpb_row:first-child > .span_12 {
		padding-top: 100px;
	}
}
@media (max-width: 767px) {
	.les_services {
		flex-wrap: wrap;
	}
	.les_services .un_service {
		width: 100% !important;
	}
	.les_services .un_service.over_service {
		width: 100% !important;
	}
	.les_services .un_service.other_service {
		width: 100%;
	}
	.les_services .un_service .wrap_service {
		min-height: 31vw;
		min-height: 268px;
	}
	.les_services .un_service .wrap_service .infos .texte {
		display: none !important;
	}
	.les_services .un_service .wrap_service .infos h3 {
		opacity: 1 !important;
		font-size: 32px;
	}
	.les_services .un_service > .infos {
		display: block !important;
		text-align: center;
		padding: 15px 0;
		font-size: 18px;
	}
	.les_services .un_service > .infos .nectar-button {
		margin-top: 15px;
	}
	.les_services .un_service {
		flex-direction: column;
	}
	.les_realisations .un_realisation .wrap_realisation .nom_cat {
		justify-content: space-between;
		align-items: flex-start;
		flex-direction: column;
	}
	.les_realisations .un_realisation .wrap_realisation .nom_cat h3 {
		margin-bottom: 9px;
		display: flex;
		align-items: center;
		width: 100%;
		justify-content: space-between;
	}
	.les_realisations .un_realisation .wrap_realisation .nom_cat h3 svg {
		display: inline-block;
	}
	.nectar-leaflet-map {
		height: 400px !important;
	}
	.h2_souligne h2 {
		padding-bottom: 30px;
		margin-bottom: 10px !important;
	}

	.video_pop .gform_wrapper.gravity-theme .gform_page_fields {
		padding-left: 0;
		padding-right: 0;
	}
	.video_pop
		.gform_wrapper.gravity-theme
		.gform_page_fields
		.gfield.titre_positionnement {
		margin-left: 0;
		margin-right: 0;
	}
	body .image-choices-field .image-choices-choice {
		width: calc(33.333% - 10px);
	}
	.video_pop
		.gform_wrapper.gravity-theme
		.gform_page_footer
		input.gform_previous_button,
	.video_pop
		.gform_wrapper.gravity-theme
		.gform_page_footer
		input.gform_next_button,
	.video_pop
		.gform_wrapper.gravity-theme
		.gform_page_footer
		input[type='submit'] {
		font-size: 14px;
	}
	.video_pop .progression {
		margin: 38px 0 14px;
	}
	.video_pop .container {
		padding-top: 72px;
	}
	.cats_realisations {
	   
	    flex-wrap: wrap;
	}
}
@media (max-width: 690px) {
	#avantages .wpb_row > .span_12 .column_container:nth-child(1) {
		width: 100%;
	}
	#avantages .wpb_row > .span_12 .column_container:nth-child(2) {
		width: 100%;
	}
	#avantages h2 {
		font-size: 45px;
	}
	#footer-outer
		#footer-widgets
		.col:first-child
		.widget.widget_media_image
		img {
		width: 68%;
		max-width: 200px !important;
		margin-bottom: 26px;
	}
	
	html body #footer-outer #copyright p {
		text-align: center;
	}
	#banner > .span_12 {
		padding-top: 66px;
		padding-bottom: 10px;
	}
	#banner .banner_footer > .span_12 .wpb_column:nth-child(2) {
		padding-top: 8px;
		text-align: left !important;
	}
	#banner .banner_footer > .span_12 {
		border-top: 0;
	}
	.material #banner .wpb_row {
		margin-bottom: 0;
	}
	/*#banner > .video-color-overlay:after,
	#banner:not(.banner_merci) > .row-bg-wrap .inner-wrap:before {
		background: linear-gradient(
			0deg,
			rgba(255, 255, 255, 0.65) 40%,
			rgba(255, 255, 255, 0) 60%
		);
	}*/
	#banner > .span_12 {
		min-height: 701.5px;
	}
	#footer-widgets .row {
		display: block;
		align-items: unset;
	}
	body
		.gform_wrapper.gravity-theme
		input:not([type='radio']):not([type='checkbox']):not(
			[type='image']
		):not([type='file']) {
		line-height: 1.2;
	}
	html body:not(.page-template-page-accueil) .wpb_text_column:not(.no_h1_border) h1 {
		padding-bottom: 25px;
		margin-bottom: 25px !important;
		border-bottom: 1px solid #667a82;
	}
	html body .font_size_21 {
		font-size: 19px;
	}
	.a_propos_page .img-with-aniamtion-wrap {
		padding-left: 10%;
		padding-top: 0;
		padding-bottom: 20px;
	}
	html body #banner h1 {
		font-size: clamp(34px, 9.9vw, 58px);
	}
	html body #banner h1 br {
		display: none;
	}
	.img-with-aniamtion-wrap
		.hover-wrap
		.hover-wrap-inner
		img.img-with-animation.banner_logo {
		width: 45%;
	}
	body .video_pop .container {
		padding-left: 20px;
		padding-right: 20px;
		max-width: unset;
	}
	body .video_pop h2 {
		font-size: 20px;
	}
	.video_pop .video h2 .detail {
		font-size: 14px;
	}
	body .image-choices-field .image-choices-choice {
		width: calc(50% - 10px);
	}
	.gform_wrapper.gravity-theme .gform_fields {
		margin: 0;
	}
	.video_pop .close {
		top: 9px;
		right: 32px;
	}
	.row > .wpb_row:first-child > .span_12 {
	    padding-top: 80px;
	}
}
@media (max-width: 479px) {
	body .container {
		padding-left: 6%;
		padding-right: 6%;
	}
	.side_border {
		display: none;
	}
	#banner .nectar-button.cta_mobile {
		margin-right: 16px;
	}
	#banner .nectar-button.cta_mobile:last-child {
		margin-right: 0;
	}
	html body.material:not([data-button-style^='rounded']) .nectar-button.has-icon.small {
		padding-right: 4px;
	}
	html body.material:not([data-button-style^='rounded']) .nectar-button.has-icon.small.icon_45 {
		padding-right: 15px;
	}
	.les_realisations .un_realisation:nth-child(10n + 10) .wrap_realisation,
	.les_realisations .un_realisation:nth-child(10n + 8) .wrap_realisation,
	.les_realisations .un_realisation:nth-child(10n + 5) .wrap_realisation,
	.les_realisations .un_realisation:nth-child(10n + 1) .wrap_realisation {
		padding-top: 0;
	}
	.les_realisations .un_realisation:nth-child(10n + 9) {
		margin-top: 0;
	}

	.les_realisations .un_realisation:nth-child(10n + 1) {
		width: 90%;
		max-width: 325px;
		padding-top: 0;
	}

	.les_realisations .un_realisation:nth-child(10n + 2) {
		width: 90%;
		max-width: 384px;
	}
	.les_realisations .un_realisation:nth-child(10n + 3) {
		width: 100%;
	}
	.les_realisations .un_realisation:nth-child(10n + 4) {
		width: 90%;
		max-width: 325px;
	}
	.les_realisations .un_realisation:nth-child(10n + 5) {
		width: 90%;
		max-width: 325px;
	}
	.les_realisations .un_realisation:nth-child(10n + 6) {
		width: 100%;
	}
	.les_realisations .un_realisation:nth-child(10n + 7) {
		width: 90%;
		max-width: 340px;
	}
	.les_realisations .un_realisation:nth-child(10n + 8) {
		width: 90%;
		max-width: 320px;
	}
	.les_realisations .un_realisation:nth-child(10n + 9) {
		width: 90%;
		max-width: 280px;
	}
	.les_realisations .un_realisation:nth-child(10n + 10) {
		width: 90%;
		max-width: 400px;
	}
	#banner_photo_footer > .span_12 {
		padding-top: 178px;
	}
	#footer-widgets .col:first-child {
		font-size: 21px;
	}
	.nectar-leaflet-map {
		height: 265px !important;
	}
	
	body #header-outer.logo_visible #logo svg {
		display: inline-block;
	}
	body #header-outer #logo {
		opacity: 1 !important;
	}
	body #header-outer #logo svg {
		display: inline-block;
	}
	body #header-outer #logo img {
		display: none !important;
	}
	html body #header-outer {
		mix-blend-mode: unset;
	}
	body #header-space {
		background: rgba(255, 255, 255, 0);
	}
	html body #header-outer.scrolled-down,
	html body[data-header-color='dark'] #header-outer.scrolled-down {
		background: rgba(255, 255, 255, 1);
	}
	
	html body #header-outer.scrolled-down.side-widget-open,
	html body[data-header-color='dark'] #header-outer.scrolled-down.side-widget-open {
		background: rgba(255, 255, 255, 0);
	}
	.side-widget-open #top #logo svg path {
		fill: #EFF6FE;
	}
	#slide-out-widget-area .off-canvas-menu-container {
	    padding: 0 6%;
	}
	body .slide-out-widget-area-toggle.mobile-icon .lines-button.x2 .lines:after, 
	body .slide-out-widget-area-toggle.mobile-icon .lines-button.x2 .lines:before, 
	body .slide-out-widget-area-toggle.mobile-icon .lines-button:after {
	    background-color: #00212E;
	}
	.les_realisations {
		margin-top: 35px;
	}
	.les_services .un_service .wrap_service .infos h3 {
		font-size: 24px;
	}
	body .video_pop .container {
		max-width: 89%;
		max-width: unset;
		min-width: 320px;
		
	}
	.video_pop.popup_realisation .wrap_video {
	    padding-left: 34px;
	    padding-right: 34px;
	}
	body .image-choices-field .image-choices-choice label {
		padding: 5px !important;
	}
	body .gform_wrapper.gravity-theme .gform_fields {
		grid-row-gap: 8px;
	}
	.video_pop > .wrap {

		display: flex;
		min-height: unset;
		
	}
	.row > .wpb_row:first-child > .span_12 {
	    padding-top: 70px;
	}
}
