/*
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 ***/
body .container {
	max-width: calc(1410px + 180px);
}
html body  {
	font-family: "Poppins", sans-serif;
	font-size: 15px;
	letter-spacing: -0.075px;
	color: #4A4A4A;
	font-weight: normal;
	line-height: 1.2;
}
body .bold, 
body strong, 
body b {
   font-family: "Poppins", sans-serif;
    font-weight: bold;
}

html body a {
	color: #4A4A4A;
}


html body h1,
html body h2,
html body h3,
html body h4{
	font-family: "Poppins", sans-serif;
	color: #4A4A4A;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: .5px;
	margin-bottom: 24px !important;
}
html body .titre_bleu h1,
html body .titre_bleu h2,
html body .titre_bleu h3,
html body .titre_bleu h4 {
	color: #307193 !important;
}
html body .titre_jaune h1,
html body .titre_jaune h2,
html body .titre_jaune h3,
html body .titre_jaune h4 {
	color: #E0A62F !important;
}
html body .titre_violet h1,
html body .titre_violet h2,
html body .titre_violet h3,
html body .titre_violet h4 {
	color: #693475 !important;
}
html body h1 strong,
html body h2 strong,
html body h3 strong,
html body h4 strong {
	font-family: "Poppins", sans-serif;
}
html body #banner h2,
html body h1 {
	font-size: 55px;
	letter-spacing: -0.275px;
	font-weight: 300;
}
html body #banner .form_estimation h2,
html body #banner h1,
html body h2 {
	font-size: 33px;
	letter-spacing: -0.165px;
}
html body h3 {
	font-size: 26px;
	letter-spacing: -0.13px;
	font-weight: 500;
}
html body .nectar-button {
	font-family: "Figtree", sans-serif !important;

	padding: 11px 33px  !important;
	text-align: center;
	font-size: 20px !important;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
html body .nectar-button.extra-color-1 {
	color: #307193 !important;
}
.show_999 {
	display: none !important;
}

/**** menu - header ****/
html body[data-header-resize="1"] .container-wrap {
margin-top: -114px;
}
.wpb_row > .span_12 {

	padding-top: 145px;
	padding-bottom: 145px;
}
.petit_padding.wpb_row > .span_12 {

	padding-top: 77px;
	padding-bottom: 77px;
}
.petit_padding_bottom.wpb_row > .span_12 {

	
	padding-bottom: 77px;
}
.no_padding.wpb_row > .span_12,
.wpb_row .wpb_row > .span_12 {

	padding-top: 0;
	padding-bottom: 0;
}
.no_pad_bottom.wpb_row > .span_12 {

	padding-bottom: 0;
}
.wpb_row > .span_12 {
	padding-left: 7%;
	padding-right: 7%;
}
.no_pad_side.wpb_row > .span_12 {
	padding-left:0;
	padding-right: 0;
}
.no_pad_left.wpb_row > .span_12 {
	padding-left: 0;
	
}
.no_pad_right.wpb_row > .span_12 {
	
	padding-right: 0;
}
.no_pad_top.wpb_row > .span_12 {

	padding-top: 0;
	
}
body #header-outer[data-lhe=animated_underline] #top nav>ul>li[class*=button_solid_color]>a {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	font-family: "Figtree", sans-serif;
	display: none;
}
body #header-outer[data-lhe=animated_underline].small-nav #top nav>ul>li[class*=button_solid_color]>a  {
	display: block;
}
body #header-outer #logo, 
body #header-outer .logo-clone, 
body #header-outer .logo-spacing {
        margin-top: 17px;
        margin-bottom: 17px;
        
    
}
html body #header-outer, 
html body[data-header-color="dark"] #header-outer {
    background-color:transparent;
}
html body #header-outer.small-nav, 
html body[data-header-color="dark"] #header-outer.small-nav {
    background-color:#fff;
}
#top #logo {
position: relative;
}
#top #logo img.logo_small_nav {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
}
.small-nav #top #logo img.logo_small_nav {
	opacity: 1;
	
}
.small-nav #top #logo img.stnd {
	opacity: 0;
	
}
body #header-outer.small-nav .logo-clone img, 
body #header-outer.small-nav #logo img, 
body #header-outer.small-nav .logo-spacing img {
    height: 53px;
}

.col_push_left > .vc_column-inner {
	padding-left: 9%;
}

#top nav .buttons li.texte {
	text-align: right;
	align-items: center;
	flex-direction: column;
	color: #fff;
	flex-direction: column;
	align-items: flex-end !important;
	justify-content: center;
	color:  #FFF;

	font-family: "Poppins", sans-serif;
	font-size: 15px;

	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.075px;
}
.small-nav #top nav .buttons li.texte {
	color: #4A4A4A;
}
#top nav .buttons li.texte a {
	color: #E0A62F;
	leading-trim: both;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.425px;
	text-transform: uppercase;
	margin-right: 0 !important;
	margin-bottom: 2px;
}
body #top nav>ul>li[class*=button_solid_color]>a:before {
  
    height: 36px;
}


/**** form général ****/
body .gform_fields {
    margin: 0;
}

.gform_required_legend {
display: none;
}
::-ms-input-placeholder { /* Edge 12-18 */
 color: #4A4A4A !important;
}

::placeholder {
  color: #4A4A4A !important;
}
body.material.woocommerce-page[data-form-style=default] input#coupon_code, 
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 select, 
body textarea {
	font-family: "Figtree", sans-serif !important;
    color: #4A4A4A !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: normal;
    letter-spacing: 0.42px !important;
    padding: 12px 15px !important;
    border-radius: 18px !important;
    background: #F5F5F5 !important;
    height: 43.5px;
    border: 0 !important;
}

body .gform-theme--foundation .gfield textarea.large {
    min-block-size:89px;
}
.form_estimation_wrapper {
max-width: 352px;
	background-color: #FFF;
	padding: 24px 35px 35px;
	border-radius: 18px;
	filter: drop-shadow(0px 4px 24px rgba(0, 0, 0, 0.25));
}
.form_estimation_wrapper h2 {
	color: #4A4A4A !important;
}
.row_estimation_gratuite .form_estimation_wrapper {
	padding-top: 35px;
}

body .gform-theme--foundation .gform_fields {
    
    row-gap: 17px;
}
body .gform-theme--foundation .gform_footer, .gform-theme--foundation .gform_page_footer {

    margin-block-start: 0;
}
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-color: #E0A62F !important;
 padding: 9px 18px !important;
 height: 46px;
 color: #FFF;

 font-family: "Figtree", sans-serif;
 font-size: 20px !important;
 font-weight: 500;
 line-height: normal;
 text-transform: uppercase !important;
 text-align: center;
 width: 100% !important;
}

.page-template-template-politiques .container-wrap {
    padding-top: 150px;
}
html body.page-template-template-merci  #header-outer, 
html body[data-header-color="dark"].page-template-template-merci  #header-outer,
html body.page-template-template-politiques  #header-outer, 
html body[data-header-color="dark"].page-template-template-politiques  #header-outer {
   /* background-color: rgba(0,0,0,.75);*/
}
.page-template-template-merci #top #logo img.logo_small_nav,
.page-template-template-politiques #top #logo img.logo_small_nav {
	opacity: 1 !important;
}
.page-template-template-merci #top #logo img.stnd,
.page-template-template-politiques #top #logo img.stnd {
	opacity: 0;
}
.page-template-template-merci #top nav .buttons li.texte,
.page-template-template-politiques #top nav .buttons li.texte {
    color: #4A4A4A;
}
/*** accueil ****/

#banner > .row-bg-wrap .row-bg:after {
	content:'' ;
	display: block;
	position: absolute;
	top: -4px;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(90deg, #693475 0%, #E0A62F 51%, #317193 100%), #D9D9D9;

	mix-blend-mode: multiply;
	filter: blur(2px);
}

#banner > .span_12 {
	min-height: 100vh;
	/*padding-top: 145px;
	padding-bottom: 145px;*/
}

/*** row_estimation_gratuite**/


.row_estimation_gratuite.wpb_row > .span_12 {
    padding-top: 60px;
    padding-bottom: 60px;
} 
.row_estimation_gratuite.wpb_row .wpb_column:first-child > .vc_column-inner > .wpb_wrapper {
	padding: 39px;
	border-radius: 15px 0px 0px 15px;
	background: #F6F6F6;
	position: relative;
}
.row_estimation_gratuite.wpb_row .wpb_column:first-child > .vc_column-inner > .wpb_wrapper:after {

	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom:0;
	background: #F6F6F6;
	width: 350%;
	left: 99%;
}

/**** expertise ***/

#expertise > .row-bg-wrap {}

#expertise > .row-bg-wrap {
	/*overflow: visible;*/
}
#expertise > .row-bg-wrap:after {
	content: '';
	overflow: visible;
	display: block;
	position: absolute;
	top: 0;
	left:0;
	width: 45%;
	bottom:-12.4vw;
	background: url(images/bg_form_logo.svg) no-repeat bottom left;
	background-size: 100%;
	z-index: 2;
	mix-blend-mode: overlay;

}
.expertise_part_2 > .row-bg-wrap:after {
	content: '';
	overflow: visible;
	display: block;
	position: absolute;
	top: 0;
	left:0;
	width: 45%;
	height:12.4vw;
	background: url(images/bg_form_logo.svg) no-repeat bottom left;
	background-size: 100%;
	z-index: 3;
	mix-blend-mode: overlay;

}
.expertise_part_2 .wpb_column:nth-child(2) {
	padding-top: 4vw;
}

/***** les services ****/


#services .un_service .col_image .img-with-aniamtion-wrap  {
	position: absolute;
	left: 0;
	top: calc(-35px - 35px);
	right: 0;
}
#services .un_service {
	margin-bottom: 85px !important;
	padding-left: 7%;
	font-size: 13px;
}
#services .un_service > .row-bg-wrap .row-bg {
	background-color: #f6f6f6 !important;
	border-radius: 15px !important;
	right: 0;
	width: unset;
	left: 25%;
}
#services .un_service.image_droite > .row-bg-wrap .row-bg {
	left: 0;

	right: 25%;
}
#services .un_service .wpb_column:nth-child(1) {
	width: 21%;
}
#services .un_service .wpb_column:nth-child(2) {

}
#services .un_service .wpb_column:nth-child(3) {
	width: 54%;
}

#services .un_service.image_droite .wpb_column:nth-child(1) {
	width: 25%;
}
#services .un_service.image_droite .wpb_column:nth-child(2) {
	width: 54%;
}
#services .un_service.image_droite .wpb_column:nth-child(3) {
	width: 21%;
}
#services .un_service.image_droite {
	padding-right: 7%;
	padding-left: 0;
}
#services .un_service h3 {
margin-bottom: 0 !important;
}
#services .un_service > .span_12 {
	padding: 35px;
	min-height: 180px;
}

/**** .row_faits ****/
.row_faits h2 {
	margin-bottom: 32px !important;
}
.row_faits > .span_12 {
	    margin-left: -2.8% !important;
    margin-right: -.25% !important;
}
.row_faits .wpb_column {
	padding-left: 3% !important;
	padding-right: 3% !important;
}
.row_faits .wpb_column:nth-child(3) h2,
.row_faits .wpb_column:nth-child(3) {
color: #fff !important;
}
.row_faits .wpb_column > .vc_column-inner {
	padding: 40px 35px;
	border-radius: 18px;
	overflow: hidden;
	font-size: 26px;
	font-weight: 500;
	line-height: 1.2; /* 119.231% */
	letter-spacing: -0.13px;
}
.row_faits .wpb_column > .vc_column-inner .wpb_wrapper {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	z-index: 3;
}
.row_faits .wpb_column:nth-child(3) > .vc_column-inner:after {
	content: '';
	overflow: visible;
	display: block;
	position: absolute;
	top: 0;
	left: -37px;
	right:17px;

	bottom:-98px;
	background: url(images/bg_form_logo_petit.svg) no-repeat bottom right;
	
	z-index: 2;
	mix-blend-mode: overlay;
}
.row_faits .wpb_column:nth-child(3):after {
	content: '';
	overflow: visible;
	display: block;
	position: absolute;
	bottom: -77px;
	left: calc(9% - 37px);
	right: calc(17px + 9%);
	height: 77px;
	background:  url(images/bg_form_logo_petit.svg) no-repeat bottom right;
	    visibility: visible;
	z-index: 2;
	mix-blend-mode: overlay;
}

html body .row_faits .nectar-button {

    padding: 11px 18px !important;
    margin-bottom: 0;
}


/** testimonial **/
.titre_h2_absolut {
	margin-bottom: 0 !important;
}
.titre_h2_absolut h2 {
	position: absolute;
	left: 0;
	top: 147px;
	top: 8vw;
	right: 0;
}
body .testimonial_slider[data-style*=multiple_visible] blockquote p {
    text-align: center;
    padding: 38px 10% ;
    
    quotes: none;
    font-family: "Poppins", sans-serif;
    font-size: 26px;
        font-size: clamp(16px,1.4vw, 26px);
    font-style: normal;    
    font-weight: 500;
    line-height: 1.2; /* 119.231% */
    letter-spacing: -0.13px;

    
}
.col_testimonials > .vc_column-inner {
	padding-top: 25%;
	padding-bottom: 45px;
}
.bg_moitie > .span_12 {
	    min-height: 40vw;
    max-height: 774px;
}
.bg_moitie > .row-bg-wrap .row-bg { 
	right: unset !important;
	width: 50%;
 }

 .row_testimonials .column-image-bg {
 	    background-position: 75% center !important; 
 }

body .nectar_single_testimonial .title, .testimonial_slider[data-style*=multiple_visible] blockquote .testimonial-name {
	color: #4A4A4A;
	text-align: center;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.7; /* 170.588% */
	letter-spacing: 0.425px;
	text-transform: uppercase;
}
body .nectar_single_testimonial .title, .testimonial_slider[data-style*=multiple_visible] blockquote .title {
	color: #4A4A4A;
	font-size: 15px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.075px;
}

/*** footer ****/
html body #footer-outer .row {
        padding: 59px 0 0;
    }

body #footer-outer .widget {
    margin-bottom: 65px;
}
body #footer-outer #copyright {
	padding-top: 0;
	padding-bottom: 38px;
}

#footer-widgets {
	font-family: "Poppins", sans-serif;
	font-size: 17px;

	font-weight: 700;
	line-height: 1.7; /* 170.588% */
	letter-spacing: 0.425px;
	text-transform: uppercase;
}
#footer-widgets a {
	color:#E0A62F;
	font-size: 26px;
	font-weight: 500;
	letter-spacing: -0.13px;
}

body #footer-outer {
	background: linear-gradient(270deg, #693475 0%, #653877 67.5%, #307193 100%);
	color: #fff !important;
}
body #footer-outer .col:first-child {
	width: 100%;
	margin-right: 0;
}
body #footer-outer .col:first-child img {
	max-width: 257px;
	width: 24%;
}
body #footer-outer .col:nth-child(2) {
	width: 429px;
}
body #footer-outer .col:nth-child(3) {
	width: calc(100% - 429px - 2%);
}

html body #footer-outer #copyright {
	font-size: 12px;
	color: #fff;
	font-weight: 300;
	letter-spacing: 0.12px;
}
html body #footer-outer #copyright p {
line-height: 1.4;
}
#footer-outer #copyright a {
	font-weight: 700;
	text-decoration: underline;
}
@media(max-width:1600px){ 
	html body {
	    font-size: 14px;   
	}
	body .container {
	    max-width: 1300px;
	}
	html body #banner h2, html body h1 {
	    font-size: 47px;
	    
	}
	html body #banner .form_estimation h2, html body #banner h1, html body h2 {
	    font-size: 25px;
	    
	}
	#footer-widgets a,
	.row_faits .wpb_column > .vc_column-inner,
	html body h3 {
	    font-size: 19px;
	    
	}
	.form_estimation_wrapper {
	    max-width: 329px;
	    padding: 24px 30px 30px;
	}
	.wpb_row > .span_12 {
	    padding-top: 125px;
	    padding-bottom: 125px;
	}
	.petit_padding_bottom.wpb_row > .span_12 {
	    padding-bottom: 62px;
	}
	html body h1, html body h2, html body h3, html body h4 {

	    margin-bottom: 18px !important;
	}
	html body .nectar-button {
	   
	    font-size: 18px !important;
	   
	}
	body #header-outer[data-lhe=animated_underline] #top nav>ul>li[class*=button_solid_color]>a,
	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: 18px !important;
	    
	}
	body #top nav>ul>li[class*=button_solid_color]>a:before {
	    height: 28px;
	}
	#top nav .buttons li.texte a { 
	    font-size: 15px;
	    margin-bottom: 0px;
	}
	#top nav .buttons li.texte {
	    font-size: 14px;
	}
	#footer-widgets {
	    font-size: 15px;
	    
	}
	body #footer-outer .widget {
	    margin-bottom: 50px;
	}
	.row_faits .wpb_column:nth-child(3) > .vc_column-inner:after {
	   
	    background-size:100%;
	}
	.row_faits .wpb_column:nth-child(3):after {    
	   bottom: -61px;
        height: 61px;
	    background-size:100%;
	}
	#services .un_service {
		
		font-size: 12px;
	}
}
@media(max-width:1300px){ 
	body .container {
	    max-width: 999px;
	}
	html body #banner h2, html body h1 {
	    font-size: 32px;
	}
	html body #banner .form_estimation h2, html body #banner h1, html body h2 {
	    font-size: 19px;
	}
	#footer-widgets a, .row_faits .wpb_column > .vc_column-inner, html body h3 {
	    font-size: 16px;
	}
	.form_estimation_wrapper {
	    max-width: 266px;
	    padding: 24px 26px 26px;
	}
    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: 9px 12px !important;
        font-size: 16px !important;
        
    }
    html body .row_faits .nectar-button {
        padding: 11px 13px !important;
        margin-bottom: 0;
    }
    #services .un_service > .span_12 {
        padding: 23px;
        min-height: 180px;
    }
    #services .un_service {
        margin-bottom: 75px !important;
        padding-left: 4%;
    }
    #services .un_service.image_droite {
        
        padding-right: 4%;
    }
    #services .un_service .col_image .img-with-aniamtion-wrap {
        position: absolute;
        left: 0;
        top: calc(-25px - 23px);
        right: 0;
    }
    #services .un_service > .row-bg-wrap .row-bg {
       
        left: 23%;
    }	
    #services .un_service.image_droite > .row-bg-wrap .row-bg {
       
        right: 23%;
    }
    html body .nectar-button {
        padding: 10px 33px !important;  
        font-size: 16px !important;
    }
    .wpb_row > .span_12 {
        padding-top: 105px;
        padding-bottom: 105px;
    }
    .row_faits .wpb_column > .vc_column-inner {
        padding: 34px 22px;
        
    }
    .row_faits .wpb_column {
        padding-left: 2% !important;
        padding-right: 2% !important;
    }
    .wpb_row > .span_12 {
        padding-left: 5%;
        padding-right: 5%;
    }
    body #header-outer[data-lhe=animated_underline] #top nav>ul>li[class*=button_solid_color]>a,
    html body .nectar-button {
       
        font-size: 16px !important;
       
    }
    #top nav .buttons li.texte a {
        font-size: 14px;
        
    }
    #top nav .buttons li.texte {
    	font-size: 13px;
    }
    body #top nav>ul>li[class*=button_solid_color]>a:before {
        height: 26px;
    }
    .row_faits > .span_12 {
        margin-left: -2.8% !important;
        margin-right: -2% !important;

    }
    body .nectar_single_testimonial .title, .testimonial_slider[data-style*=multiple_visible] blockquote .testimonial-name {
    	
    	font-size: 15px;
    	
    }
    body .nectar_single_testimonial .title, .testimonial_slider[data-style*=multiple_visible] blockquote .title {
    	
    	font-size: 13px;
    	
    }
    #footer-widgets {
        font-size: 14px;
        
    }
    body #footer-outer .widget {
        margin-bottom: 42px;
    }
    .row_estimation_gratuite.wpb_row .wpb_column:first-child > .vc_column-inner > .wpb_wrapper {
        padding: 29px;
        
    }
    .row_faits .wpb_column:nth-child(3):after {
        bottom: -52px;
        height: 52px;
        left: calc(6% - 37px);
        right: calc(17px + 6%);
    }
}

	
@media(max-width:999px){ 
	body .container {
	    max-width: 600px;
	}
	#banner .vc_row.inner_row.top_position_desktop_45pct {
	    top: 15%;
	}
	body #header-outer #top nav>ul {

        padding: 0;
    }
	.form_estimation_wrapper {
        margin: 0 auto;
    }
    html body #header-outer.small-nav, html body[data-header-color="dark"] #header-outer.small-nav {
        background-color: transparent;
    }
    html body #header-outer.scrolled-down, html body[data-header-color="dark"] #header-outer.scrolled-down {
        background-color: #fff;
    }
    body #header-outer[data-lhe=animated_underline].small-nav #top nav>ul>li[class*=button_solid_color]>a {
    	display: none;
    }
    body #header-outer[data-lhe=animated_underline].scrolled-down #top nav>ul>li[class*=button_solid_color]>a {
    	display: none;
    }
    .small-nav #top nav .buttons li.texte {
    	color: #fff;
    }
    .small-nav #top #logo img.logo_small_nav {
    	opacity: 0;
    	
    }
    .small-nav #top #logo img.stnd {
    	opacity: 1;
    	
    }
    body #header-outer.small-nav .logo-clone img, 
    body #header-outer.small-nav #logo img, 
    body #header-outer.small-nav .logo-spacing img {
        height: 53px;
    }
    .scrolled-down #top nav .buttons li.texte {
    	color: #4A4A4A;
    }
    .scrolled-down #top #logo img.logo_small_nav {
    	opacity: 1;
    	
    }
    .scrolled-down #top #logo img.stnd {
    	opacity: 0;
    	
    }
    body #header-outer.scrolled-down .logo-clone img, 
    body #header-outer.scrolled-down #logo img, 
    body #header-outer.scrolled-down .logo-spacing img {
        height: 53px;
    }
    html body #banner h2, html body h1 {
        font-size: 37px;
    }
    html body #banner .form_estimation h2, html body #banner h1, html body h2 {
            font-size: 23px;
        }
    #footer-widgets a, .row_faits .wpb_column > .vc_column-inner, html body h3 {
        font-size: 18px;
    }
    #banner > .span_12 {
        min-height: unset;
        padding-top: 144px;
                padding-top: 25vw;
        padding-bottom: 0;
    }
    #services .un_service .wpb_column:nth-child(1) {
        width: 28%;
    }
    #services .un_service .wpb_column:nth-child(2) {
        width: calc(100% - 28%);
    }
    #services .un_service .wpb_column:nth-child(3) { 
    	width: 100%;
    	padding-left: 28%;
    	margin-bottom: 6px;
    }
    #services .un_service.image_droite .wpb_column:nth-child(1) {
    	order: 1;
    	 width: calc(100% - 28%);
    }
    #services .un_service.image_droite .wpb_column:nth-child(2) {
    	order: 3;
    	width: calc(100% - 28%);
    	margin-bottom:0;
    }
    #services .un_service.image_droite .wpb_column:nth-child(3) {
    	order: 2;
    	padding-left: 0;
    	width: 28%;
    }
    .col_testimonials > .vc_column-inner {
        padding-top: 116px;
        padding-bottom: 45px;
    }
    .titre_h2_absolut h2 {
       
        top: 72px;
    }
    body .testimonial_slider[data-style*=multiple_visible] blockquote p {
       
        font-size: clamp(16px,2.9vw, 26px);
 
    }
    body .nectar_single_testimonial .title, .testimonial_slider[data-style*=multiple_visible] blockquote .testimonial-name {
            font-size: 18px;
        }

    body .nectar_single_testimonial .title, .testimonial_slider[data-style*=multiple_visible] blockquote .title {
            font-size: 15px;
        }

    body #footer-outer .col:first-child img {

        width: 50%;
        margin: 0 auto;
        display: block;
    }
    body #footer-outer .col:nth-child(2) {
        width: 100%;
        text-align: center;
    }
    body #footer-outer .col:nth-child(3) {
        width: 100%;
        text-align: center;
    }
    body #footer-outer #copyright .col {
        width: 100%;
        margin-bottom: 0;
        text-align: center;
    }
    body #footer-outer .widget {
            margin-bottom: 0;
        }
    html body #footer-outer .row {
        padding: 48px 0 25px;
    }
    body #footer-widgets .container .col.span_4 {
        margin-bottom: 41px;
        padding: 0;
    }
    body #header-outer #logo, body #header-outer .logo-clone, body #header-outer .logo-spacing {
        margin-top: 0;
        margin-bottom: 0;
    }
    .wpb_row > .span_12 {
        padding-top: 75px;
        padding-bottom: 75px;
    }
    /*#expertise.wpb_row > .span_12 {
        padding-top: 43vw;
       
    }*/
    .show_999 {
    	display: block !important;
    }
    .bg_moitie > .row-bg-wrap .row-bg {
    	display: none;
    }
    .bg_moitie > .span_12 {
        min-height: unset;
        max-height: unset;
    }
     .bg_moitie > .span_12 .wpb_column {
     	margin-bottom: 0 !important;
     }
     .row_faits .wpb_column > .vc_column-inner {
         padding: 40px 35px;
     }
     .row_estimation_gratuite.wpb_row .wpb_column:first-child > .vc_column-inner > .wpb_wrapper:after {
     	display: none;
     }
 	.row_estimation_gratuite.wpb_row .wpb_column:first-child > .vc_column-inner > .wpb_wrapper {
 	    
 	    border-radius: 15px;
 	}
    .row_estimation_gratuite.wpb_row .wpb_column:first-child > .vc_column-inner > .wpb_wrapper {
        padding: 39px;
     
    }
    #expertise > .row-bg-wrap:after,
    .expertise_part_2 > .row-bg-wrap:after {
    	display: none;

    }
    .row_faits .wpb_column:nth-child(3) > .vc_column-inner:after {
        background-size: 274px;
    }
    .row_faits .wpb_column:nth-child(3):after {
            bottom: -52px;
            height: 52px;
            left: calc(15px - 37px);
            right: calc(17px + 1%);
            background-size: 274px;
        }

       body #header-outer[data-format=centered-menu] #top .span_9 nav {
       	display: flex !important;
       	        justify-content: flex-end;
       }
       html body.material #header-outer[data-using-pr-menu=true] #top nav>.buttons {
       	position: relative;
       	margin-left: auto;
       	    margin-right: 0;
       }
       body #header-outer[data-format=centered-menu] #top .span_9 {
       	position: relative !important;
       	width: calc(100% - 25px - 171px) !important;
       	        padding-top: 10px;
       }
       #header-outer[data-format=centered-menu] #top .span_9 .sf-menu:not(.buttons) {
       	display: none;
       }
		.col_push_left > .vc_column-inner {
		    padding-left: 0;
		}

		.row_estimation_gratuite.wpb_row > .span_12 {
		    padding-top: 60px;
		    padding-bottom: 0;
		}
}
@media(max-width:768px){ 
	body .container {

        max-width: 83.7%;
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media(max-width:690px){ 
	/*body .testimonial_slider[data-style*=multiple_visible] blockquote {
        width: 60%;
    }*/
	#top nav .buttons li.texte {
        font-size: 12px;
    }
   #top nav .buttons li.texte a {
           font-size: 13px;
       } 
   body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
       height: 46px !important;
   } 
   body #header-outer[data-format=centered-menu] #top .span_9 {
   	
   	width: calc(100% - 20px - 148px) !important;
   }
   #banner > .row-bg-wrap .row-bg {
   	background-position: 41% 50% !important;
   }
   body #header-outer[data-format=centered-menu] #top .span_9 {
     
       padding-top: 2px;
   }
}
@media(max-width:479px){ 
	#banner > .span_12 {
	       
        padding-top: 146px;
    }
	body .container {
        max-width: 95%;
    }
    .wpb_row > .span_12 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    #services .un_service {
        margin-bottom: 63px !important;
        padding-left: 0;
    }
    #services .un_service > .span_12 {
        padding: 15px;
                padding-left: 13%;
                padding-top: 27px;

    }
    #services .un_service .wpb_column:nth-child(1) {
        width: 46%;
        margin-left: -19%;
         max-width: 100px;
    }

    #services .un_service .wpb_column:nth-child(2) {
        width: 100%;
    }
    #services .un_service .wpb_column:nth-child(3) {
    	padding-left: 0;
    	        left: 0;
    }
    #services .un_service .col_image .img-with-aniamtion-wrap {
        
        top: calc(-53px - 23px);
        
    }
    #services .un_service > .row-bg-wrap .row-bg {
        left: 7%;
    }
    #services .un_service.image_droite .wpb_column:nth-child(1) {
        order: 2;
        width: 100%;
        margin-left: 0;
         max-width: unset;
    }
    #services .un_service.image_droite .wpb_column:nth-child(3) {
        order: 1;
        width: 46%;
        left: 100%;
        max-width: 100px;
    }
    #services .un_service.image_droite .col_image .img-with-aniamtion-wrap {
       
        transform: translateX(-50%);
        top: calc(-69px - 23px);
    }
    #services .un_service.image_droite > .span_12 {
    	padding-left: 15px;
    	padding-right: 13%;
    	        padding-top: 49px;
    }
    #services .un_service.image_droite > .row-bg-wrap .row-bg {
            right: 7%;
        }
    #services .un_service.image_droite .wpb_column:nth-child(2) {

        width: 100%;
    }
    .row_faits .wpb_column > .vc_column-inner {
        padding: 32px 25px;
    }
    .row_estimation_gratuite.wpb_row .wpb_column:first-child > .vc_column-inner > .wpb_wrapper {
        padding: 25px;
    }
    body .nectar_single_testimonial .title, .testimonial_slider[data-style*=multiple_visible] blockquote .testimonial-name {
            font-size: 15px;
        }
    body .nectar_single_testimonial .title, .testimonial_slider[data-style*=multiple_visible] blockquote .title {
            font-size: 13px;
        }

    /*body .testimonial_slider[data-style*=multiple_visible] blockquote {
        width: 70%;
    }
    body .main-content .testimonial_slider[data-style=multiple_visible] blockquote p {
        padding: 17px;
    }*/
    body #header-outer[data-lhe=animated_underline] #top nav>ul>li[class*=button_solid_color]>a, html body .nectar-button {
            font-size: 14px !important;
        }
    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: 9px 12px !important;
            font-size: 14px !important;
        }
    html body #footer-outer #copyright {
	    font-size: 11px;
	}
	html body #banner h2, html body h1 {
	    font-size: 31px;
	}
	html body #banner .form_estimation h2, html body #banner h1, html body h2 {
	    font-size: 20px;
	}
	#footer-widgets a, .row_faits .wpb_column > .vc_column-inner, html body h3 {
	        font-size: 16px;
	    }
	
}
@media(max-width:400px){ 
	html body #banner h1 br {
		display: none;
	}
}
@media(max-width:365px){ 
	body .container {
	        max-width: 100%;
	    }
	body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
	        height: 39px !important;
	}
   body #header-outer[data-format=centered-menu] #top .span_9 {
       width: calc(100% - 20px - 126px) !important;
   }
	   
}