
/*!
Theme Name: Divi Child
Template: Divi
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 4.9.4
Description: Divi child theme
Author: Emmanuel GADEK
Author URI: http://www.waltair-pneumatique.com
Tags: responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* ----------------------------------------- 	ANIMATIONS & TRANSITIONS --------------------------------------------- */
.RevealScale {
  position: relative;
  transform: scale(0);
  opacity: 0;
  transform: rotateY(180deg);
  transition: 0.5s all ease;
  filter: invert(87%) sepia(16%) saturate(3216%) hue-rotate(345deg) brightness(97%) contrast(105%)
  filter: opacity(0%);
}
.RevealScale.active {
  transform: scale(1.0);
  opacity: 100;
  filter: opacity(100%);
}
.RevealFade {
	opacity: 0;
	transform: translateY(-5%);
	transition: 2s all ease;
}
.RevealFade.active {
	opacity: 100;
	transform: translateY(0);
}
.RevealFromLeft {
  position: relative;
  transform: translateX(-100%);
  opacity: 0;
  transition: 1s all ease;
}
.RevealFromLeft.active{
  transform: translateX(0);
  opacity: 1;
}
.RevealFromRight {
  position: relative;
  transform: translateX(100%);
  opacity: 0;
  transition: 1s all ease;
}
.RevealFromRight.active{
  transform: translateX(0);
  opacity: 1;
}
@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 100;
  }
}
@keyframes slideInFromRight {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 100;
  }
}
.Titlepart1.inactive, .SubTitleL1.inactive {
/*	position: relative;*/
	transition: 2s all ease;
	transform: translateX(100%);
	opacity: 0;
}
.Titlepart1.active, .SubTitleL1.active {
/*	position: relative;*/
	transition: 2s all ease;
	transform: translateX(0);
	opacity: 100;
}
.Titlepart2.inactive, .SubTitleL2.inactive {
/*	position: relative;*/
	transition: 2s all ease;
	transform: translateX(-100%);
	opacity: 0;
}
.Titlepart2.active, .SubTitleL2.active {
/*	position: relative;*/
	transition: 2s all ease;
	transform: translateX(0);
	opacity: 100;
}
/* ----------------------------------------- GOOGLE FONTS --------------------------------------------- */
/*@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500;600&display=swap');*/
/* ----------------------------------------- FONT AWESOME ICONS --------------------------------------------- */
/* Twitter : fab fa-twitter-square
/* Facebook : fab fa-facebook-square
/* Linkedin : fab fa-linkedin
/* ----------------------------------------- DIVI MEDIA QUERIES --------------------------------------------- */
/* 0px – 479px for mobile
/* 480 – 980px for tablets
/* 981px and above for desktops
/* ----------------------------------------- IMPORTED CSS --------------------------------------------- */
@import "mocassin-r.css";
/*@import "icomoon.css";*/
/* ----------------------------------------- CODES COULEUR --------------------------------------------- */
/* bleu 1 (fonce) #061238
/* bleu 2 (clair) #213668
/* rouge #9C1006
/* jaune #FDC303
/* bleu-gris fonds de blocs #D3D7E1
/* bleu SubTitles #223D75
*/
.Bleu {color: #061238;}
.Bleu2 {color: #213668;}
.Bleu3 {color: #579AF6;}
.Jaune {color: #FDC303;}
.Rouge {color: #9C1006;}
.Noir {color: #000; }
/* Codes couleurs de catégories */
.Cat1, .Cat1:before, .Captions .Cat1, .Captions .Cat1:before { background: #223C83; color: #FFF; }
.Cat2, .Captions .Cat2, .Captions .Cat2:before { background-color: #213668; color: #FFF; }
.Cat3, .Captions .Cat3, .Captions .Cat3:before { background-color: #005C7E; color: #FFF; }
.Cat4, .Captions .Cat4, .Captions .Cat4:before { background-color: #009ED2; color: #FFF; }
.Cat5, .Captions .Cat5, .Captions .Cat5:before { background-color: #554596; color: #FFF; }
.Cat6, .Captions .Cat6, .Captions .Cat6:before { background-color: #A863A5; color: #FFF; }
/* CSS gradient footer */
.FooterBg {
background: rgb(9,42,96);
background: -moz-linear-gradient(108deg, rgba(9,42,96,1) 0%, rgba(5,17,54,1) 50%, rgba(7,36,83,1) 50%, rgba(9,18,127,1) 100%);
background: -webkit-linear-gradient(108deg, rgba(9,42,96,1) 0%, rgba(5,17,54,1) 50%, rgba(7,36,83,1) 50%, rgba(9,18,127,1) 100%);
background: linear-gradient(108deg, rgba(9,42,96,1) 0%, rgba(5,17,54,1) 50%, rgba(7,36,83,1) 50%, rgba(9,18,127,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#092a60",endColorstr="#09127f",GradientType=1);
}
/* reset list styles */
.entry-content ul {
	padding:  0;
}
/* ----------------------------------------- HTML & ALL --------------------------------------------- */
body { color : #000; }
h2, h3, h4, h5 { font-family: 'Lato', Arial, Helvetica, sans-serif; }
p { font-family: 'Noto Sans', Helvetica, sans-serif; }
h2 { font-size: 30px; }
/*.home h2 { font-family: 'Oswald', sans-serif; font-size: 35px; padding: 0; margin: 0; position: relative; display: inline-block; } */
h3 { font-size: 23px; }
h5 { font-size: 19px; }
p { font-size: 14px; }
hr { padding: 0; margin: 0 0 10px 0; border: 0; border-top: 1px solid rgba(204,204,204,1); }
.Maj { text-transform: uppercase; }
.Gras { font-weight: bold; }
.HSpace { display: block; height: 1px; width: 1px; margin-right: 20px; }
.clearer { height: 1px; both; }
.MarginBot30 { margin-bottom: 30px; }
.MarginBot60 { margin-bottom: 60px; }
.MarginBot120 { margin-bottom: 120px; }
.NoBorder { border: none; }
.CustomBtn { color: #579AF6; width: 100%; padding: 0.3em 2.65em; }
/* ----------------------------------------- BREADCRUMB --------------------------------------------- */
.Breadcrumb {
	margin-bottom: 10px !important;
}
.contact .Breadcrumb {
	margin-top: 110px;
}
.Breadcrumb span {
	margin-top: 0 !important;
	padding: 0 0 0 0 !important;
	font-size: 14px !important;
}
.Breadcrumb li {
	padding-top: 0!important;
	padding-bottom: 0 !important;
	margin: 0 !important;
	font-family: 'Noto Sans', Helvetica, sans-serif;
}
.Breadcrumb .fbc-page .fbc-wrap .fbc-items li:first-child {
	font-weight: bold;
	padding-left: 0;
}
.Breadcrumb li .fbc-separator {
	padding-left: 2px !important;
}
.Breadcrumb li.active span, .Breadcrumb li .fbc-separator {
	color: #000 !important;
}
	.Breadcrumb li a:hover {
		text-decoration: underline;
}
/* ----------------------------------------- MEGA MENU --------------------------------------------- */
#menu-menu-principal li .gm-dropdown-menu-wrapper .gm-dropdown-menu li .gm-mega-menu-wrapper div div div div li:last-child .gm-menu-item__link {
	border-bottom: none !important;
}
.gm-main-menu-wrapper .gm-navbar-nav .gm-dropdown-menu ul li:last-child .gm-menu-item__link {
	border-bottom: none !important;
}
.gm-main-menu-wrapper .gm-mega-menu__item:not(:last-of-type) .gm-dropdown-menu-wrapper>ul::after {
	/*border-right: none !important;*/
	border: none !important;
}
/* reset initial separator */
.gm-main-menu-wrapper .gm-mega-menu__item:not(:last-of-type) .gm-dropdown-menu-wrapper>ul::after {
    position: absolute;
    top: 5px;
    right: -15px;
    height: 0;;
    content: '';
}
.gm-mega-menu__item::after {
	content: "";
	height: 90%;
	width:1px;
	position: absolute;
	right: 0;
	top: 5%;
	background-color: #CCC;
}
.gm-mega-menu__item:last-child::after {
	background-color: #FFF;
}
.gm-mega-menu__item__title {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	border-bottom: #FDC303 2px solid !important;
}
.gm-toolbar-phone {
	margin: 5px 0;
	background: #FDC303;
	border-radius: 30px;
	padding: 0 10px;
	color: #000;
}
/* reset of all sub-menus indent */
.gm-navigation-drawer--mobile .gm-dropdown-menu-wrapper {
	padding-left: 0;
}
/* add icon before sub sub menu item */
.gm-dropdown-menu-wrapper ul ul  .gm-plain-list-menu-wrapper {
	padding-left: 0;
}
.gm-dropdown-menu-wrapper ul ul ul li span:before {
	float: left;
	font-family: 'icomoon' !important;
	content: "\ea1c";
	color: #FDC303;
}
.gm-dropdown-menu-wrapper ul ul ul li span span:before {
	content: "";
}
.gm-navigation-drawer--mobile {
	width: calc(100%) !important;
}
.NoTitle .gm-mega-menu__item__title {
	display: none !important;
}
.AdTest a.gm-menu-item__link {
	border-bottom: none !important;
	margin-top: 10px;
	background: red;
	width:100%;
	height: 100px;
}
/* ----------------------------------------- DIVI GALLERY CHANGE ASPECT RATIO --------------------------------------------- */
/*image gallery item aspect ratio square 1:1*/
.pa-image-gallery-1-1 .et_pb_gallery_image {
  padding-top: 100%;
  display: block;
}
.pa-image-gallery-1-1 .et_pb_gallery_item img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}
/*image gallery item aspect ratio landscape 16:9*/
.pa-image-gallery-16-9 .et_pb_gallery_image {
  padding-top: 56.25%;
  display: block;
}
.pa-image-gallery-16-9 .et_pb_gallery_item img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}
/*image gallery item aspect ratio landscape 4:3*/
.pa-image-gallery-4-3 .et_pb_gallery_image {
  padding-top: 75%;
  display: block;
}
.pa-image-gallery-4-3 .et_pb_gallery_item img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}
/*image gallery item aspect ratio landscape 4:3*/
.pa-image-gallery-3-2 .et_pb_gallery_image {
  padding-top: 66.66%;
  display: block;
}
.pa-image-gallery-3-2 .et_pb_gallery_item img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}
/*image gallery item aspect ratio portrait 9:16*/
.pa-image-gallery-9-16 .et_pb_gallery_image {
  padding-top: 177.77%;
  display: block;
}
.pa-image-gallery-9-16 .et_pb_gallery_item img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}
/*image gallery item aspect ratio portrait 3:4*/
.pa-image-gallery-3-4 .et_pb_gallery_image {
  padding-top: 133.33%;
  display: block;
}
.pa-image-gallery-3-4 .et_pb_gallery_item img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}
/*image gallery tiem aspect ratio portrait 2:3*/
.pa-image-gallery-2-3 .et_pb_gallery_image {
  padding-top: 150%;
  display: block;
}
.pa-image-gallery-2-3 .et_pb_gallery_item img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}
/* ----------------------------------------- CUSTOM HOMEPAGE  --------------------------------------------- */
.home .et_pb_section.et_pb_section_0 {
	background-position: top 0 center;
}
/*.MainHeader {
	top: 0 !important;
	background-position: top 150px center 0px !important;
	min-height: 600px !important;
}*/
.home h2 {
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	font-size: 35px;
	letter-spacing:-1px;
	padding: 0;
	margin: 0;
}
.home h3 {
	font-family: 'Oswald', sans-serif;
	font-size: 25px;
	font-weight: 500;
	padding: 0 3px 3px 3px;
	background-color: #061238;
	color: #FFF;
}
.home p {
	margin-bottom:  10px;
	line-height: 20px;
}
/* Home AnimatedBut */
/*.home .AnimatedBut {
	padding: 0.1em 0.5em !important;
	border: none;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	font-size: 1.3em;
	text-transform: uppercase;
	color: #FFF;
	text-shadow: 0px 0px 0px rgba(38,38,38,0);
	background: #1B1A34;
}
.home .AnimatedBut:hover {
	padding: 0.1em 2em 0.1em 0.5em !important;
	border: none;
	text-shadow: 2px 2px 2px rgba(38,38,38,0.62);
	background: #FCC20F;
}*/
.AnimatedBut, .frm_prev_page, .frm_button_submit, .frm_final_submit {
	padding: 0.1em 0.5em !important;
	border: none !important;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	font-size: 1.3em;
	text-transform: uppercase;
	color: #FFF;
/*	text-shadow: 0px 0px 0px rgba(38,38,38,0);*/
	background: #1B1A34 !important;
}
.frm_prev_page, .frm_button_submit, .frm_final_submit {
	transition: all 300ms ease 0ms;
	line-height: 3em !important;
}
.AnimatedBut:hover, .frm_prev_page:hover, .frm_button_submit:hover, .frm_final_submit:hover {
	padding: 0.1em 2em 0.1em 0.5em !important;
	border: none !important;
/*	text-shadow: 2px 2px 2px rgba(38,38,38,0.62);*/
	background: #FCC20F !important;
	color: #061238;
}
.frm_prev_page:hover:after, .frm_button_submit:hover:after, .frm_final_submit:hover:after {
	position: absolute;
	font-family: ETmodules!important;
	content: "\35";
	font-size: 28px;
	font-weight: 400;
	line-height: 1.62em;
}
.frm_prev_page:hover:after {
	content: "\34";
}
.contactDevis .AnimatedBut, .contactDevis .AnimatedBut:hover {
	padding: 0.5em 2em 0.5em 0.5em !important;
	border: none !important;
}
/*.et_pb_button:hover:after {
	text-shadow: 2px 2px 2px rgba(38,38,38,0.62);
}*/
.et_pb_button:hover:after {
	line-height: 0.85em;
}
.HomeRow2 ul {
	margin: 0;
	/*margin-left: 11px;*/
	line-height: 18px;
}
.HomeRow2 li {
	margin: 0;
	padding-left:  14px;
	background: url("../../uploads/2022/11/li_bullet.png") no-repeat 0 4px;
	list-style-type: none;
}
.HomeRow1 .Titlepart1, .Titlepart2 {
	float: left;
	position: absolute;
	display: block;
	padding: 15px;
}
.Titlepart1 {
	z-index: 2;
	margin : 0 0 0 0;
	background-color: #FFF;
	animation: 0.5s ease-out 0s 1 slideInFromRight;
	/*border-bottom: #D3D7E1 1px solid;
	border-right: #D3D7E1 1px solid;*/
}
.Titlepart2 {
	z-index: 1;
	margin : 52px 0 0 60px;
	/*margin : 53px 0 0 60px;*/
	background-color: #FCC20F;
	animation: 0.5s ease-out 0s 1 slideInFromLeft;
}
.Titlepart2 h2 {
	color: #FFF;
}
.SubTitleL1, .SubTitleL2, .SubTitleL3, .SubTitleL4 {
	position: absolute;
	right: 0;
	display: block;
	z-index: 12 !important;
}
.SubTitleL1 {
	margin: 467px 378px 0 -4px;
	animation: 0.5s ease-out 0.5s 1 slideInFromRight;
}
.SubTitleL2 {
	margin: 496px 125px 0 -0;
	animation: 0.5s ease-out 0.5s 1 slideInFromLeft;
}
.SubTitleL2 h3 {
	background-color: #223D75 !important;
}
.SubTitleL3, .SubTitleL4 {
	left: 0;
}
.SubTitleL3 {
	margin: 95px 633px 0 280px;
}
.SubTitleL4 {
	margin: 125px 559px 0 310px;
}
.SubTitleL4 h3 {
	background-color: #223D75 !important;
}
.home .et_pb_column_1_2 {
	margin-right: 0;
} 
.HomeRow1 {
	z-index: 2;
	padding-top: 180px !important;
}
.HomeRow2 {
	padding-top: 400px !important;
	z-index: 1;
}
.HomeRow2Col1 {
	z-index: 10 !important;
	width: 50% !important;
}
.HomeRow2Col2 {
	padding: 25px 15px 25px 55px;
	/*margin: 80px 0 0 -40px;*/
	margin: 80px 0 0 -3%;
/*	width: 490px;*/
	width: 53% !important;
	background-color: #D3D7E1;
}
.HomeExergue {
	font-weight: bold;
}
.HomeMention {
	font-style: italic;
	font-size: 11px;
}
.HomeContent, .HomeRow3, .HomeRow4 {
	padding: 0 0 !important;
}
.HomeRow3 .et_pb_column:nth-child(odd), .HomeRow4 .et_pb_column:nth-child(odd) {
	margin-right: 0%;
	/*	width: 6.66%;*/
	width: 8.33%;
}
.HomeRow3 .et_pb_column:nth-child(even), .HomeRow4 .et_pb_column:nth-child(even) {
	margin-right: 0%;
	width: 25%;
	text-align:left;
}
.HomeRow4 {
	margin: 25px auto 0 auto;
}
.HomeRow3 p, .HomeRow4 p {
	padding-left: 5px;
}
.HomeRow5, .HomeRow6 {
	padding: 0 0 0 0 !important;
	margin: 0 auto;
}
.HomeRow6 {
	z-index: 1;
	margin-bottom:20px;
	background: url("../../uploads/2022/12/homerow6_bg.jpg") no-repeat bottom right;
}
.HomeRow6Col1 {
	/*padding: 25px 15px 25px 55px;
	margin: 80px 0 0 -3%;
	width: 53% !important;*/
	padding: 85px 40px 20px 40px;
	margin: 70px 0 0 0;
	width: 56% !important;
	background-color: #D3D7E1;
}
.HomeRow6Col1 p {
	padding: 0;
	margin: 0 0 10px 0;
}
.HomeRow6Col1 p:first-child .exergue {
	display:inline-block;
	margin-top: 5px;
}
.HomeRow6Col1 .exergue  {
	padding: 1px 5px;
	font-weight: bold;
	color: #FFF;
	background: #1B1A34;
}
.HomeRow6Col1 .retrait {
	display: block;
	padding-left: 5px;
}
.HomeRow6Col2 {
	z-index: 10 !important;
	padding: 0 0;
	margin: 0 0 0 -6%;
	width: 50% !important;
}
.Teaser p, .Teaser h2,  .TeaserTitle h3, .Captions h3, .Captions p { text-align: center; }
.Teaser, .Captions {
	padding: 0 !important;
	margin: 0 !important;
 }
 .Captions .et_pb_text_inner {
	 text-align: center;
 }
 .Captions .Cat1,  .Captions .Cat2,  .Captions .Cat3,  .Captions .Cat4,  .Captions .Cat5,  .Captions .Cat6 {
 	display: inline-block;
 	position: relative;
 	padding: 5px 5px 5px 5px;
 	color: #FFF;
 }
 .Captions .Cat1:before, .Captions .Cat2:before, .Captions .Cat3:before, .Captions .Cat4:before, .Captions .Cat5:before, .Captions .Cat6:before {
 	content: " ";
 	top: 0;
 	left: -10px;
 	right: -10px;
 	bottom: 0;
 	position: absolute;
   z-index: -1;
   transform: skewX(-15deg);
 }
 /*.Teaser p {
	 p {
		 font-family: 'Noto Sans', Helvetica, sans-serif;
		 font-size: 11px;
}
 }
 .TeaserTitle h3 {
	 font-family: 'Lato', Arial, Helvetica, sans-serif;
 }*/
.mc-item .mc-item__caption {
	 background-color: rgba(255,255,255,0.55);
	 text-align: center;
 }
 .mc-item .mc-item__caption h3,  .mc-item .mc-item__caption p, .mc-item .mc-item__caption b {
	 text-align: center;
	 color: #666;
 }
.mc-item .mc-item__caption a {
		display: block;
		width: 100%;
		height: 100%;
	}
	.mc-item .mc-item__caption a::after {
		display: block;
		font-family: "Font Awesome 5 Free";
  	font-weight: 900;
		content: "\f055";
		font-size: 2.5em;
		color: #FDC303;
		margin-top:0.25em;
	}
	.mc-item__image {
		box-shadow: inset 100px 100px 100px 100px rgba(255,255,255,0.4);
	}
.hvr-underline-from-center:before {
	background: #FDC303;
}
	/* Shine effect */
figure {
	/*width: 300px;
	height: 200px;*/
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
.hover14 figure {
	position: relative;
}
.hover14 figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.5) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.5) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.hover14 figure:hover::before {
	-webkit-animation: shine .99s;
	animation: shine .99s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
.home .icon-2448, .home .icon-francais, .home .icon-aireauhuile, .home .icon-surmesure {
	font-size: 180px;
	color: #FDC303;
}
/* ----------------------------------------- CUSTOM HEADER --------------------------------------------- */
.InterHeader {
	padding: 120px 5px 0 5px;
	height: 370px;
	background: url("../../uploads/2021/05/banniere_micro_verins-1.jpg") no-repeat top 120px center;
}
.vdi .InterHeader, .current .InterHeader, .contact .InterHeader {
	background: url("../../uploads/2022/05/banniere_them_vdi.jpg") no-repeat top 120px center;
}
.InterHeader h2 {
	display: inline-block;
	position: relative;
	font-size: 30px;
	margin-top: 185px;
	padding: 3px 3px 3px 3px;
	/*font-family: 'Noto Sans', Helvetica, sans-serif;*/
	font-family: 'Oswald', sans-serif;
	/*background: #213668;*/
}
.InterHeader h2:before, .InterHeader span:before, .Captions .Cat1:before, .Captions .Cat2:before, .Captions .Cat3:before, .Captions .Cat4:before, .Captions .Cat5:before, .Captions .Cat6:before {
	content: " ";
	/*background: #213668;*/
	top: 0;
	left: -10px;
	right: -10px;
	bottom: 0;
	position: absolute;
  z-index: -1;
	/*transform: skewX(-15deg);*/
}
.InterHeader .Intro {
	margin-top: 10px;
	font-family: 'Lato', Helvetica, sans-serif;
	font-size: 17px;
	max-width: 65%;
}
.VideoHeader {
	height: 0 !important;
	padding-top: 120px !important;
	padding-bottom: 35% !important;
	box-shadow: inset 60px 30px 30px 30px rgba(0,0,0,0.9);
}
/* ----------------------------------------- CUSTOM FOOTER --------------------------------------------- */
.FooterMain p, .SubFooter p, .SubFooterMenu a {
	font-family : 'Lato', Helvetica, sans-serif;
	font-size: 14px;
	color: #CCC;
}
.FooterMain H4 {
	font-family : 'Lato', Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #FDC303;
}
.FooterMain p {
	font-size: 14px;
}
.SubFooter a {
	color: #CCC;
	text-decoration: none;
	border: none;
}
.SubFooter h2 {
	line-height: 200px;
}
.FooterMain {
	display: block;
	overflow: auto;
	/* padding: 25px 0 25px 0 !important; */
	padding-top: 20px !important;
	padding-bottom: 20px !important;
	margin: 0;
	width: 100%;
	height: auto;
	/* height: 100vh; */
	/* background: url("../../uploads/2021/04/footer_bg2-1.png") no-repeat top center; */
	/* background-image: url(http://waltair/wp-content/uploads/2021/04/footer_bg2-1.png);
	background-position: top center !important; */
	font-family : 'Lato', Helvetica, sans-serif;
	color: #CCC;
}
.FootCol1, .FootCol2, .FootCol3 {
	/* border: red 1px solid; */
}
.FooterFirstLine {
	clear: both;
	padding: 0 !important;
	margin: 0;
	width: 100%;
	height: 19px !important;
	background: url("../../uploads/2021/04/verins-air-eau-huile-footer-bloc.jpg") no-repeat right;
	background-size: 306px 19px;
	background-color: #FDC303;
	/*background-size: contain !important;*/
	border-top: #FCAA06 1px solid;
	color: #000;
}
.FooterFirstLine .et_pb_row {
	padding: 0 0!important;
}
.FooterCol1 img {
	float: left;
	margin-right: 10px;
}
.FooterCol2Menu li a, .FooterCol3 a {
	color: #FDC303;
	text-decoration: none;
	border: none;
}
.FooterCol2Menu ul {
	list-style-type: none;
}
.FooterCol2Menu li:before {
	content: "• ";
	color: #FDC303;
}
.FooterCol2Menu li a:hover , .FooterCol3 a:hover {
	border-bottom: #FDC303 1px dotted;
}
.FooterCol3 {
	padding: 0;
	margin: 0;
	margin-bottom: 0 !important;
}
.FooterSocialIcons {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 23px;
	display: flex;
	flex-direction: row;
}
.FooterSocialIcons a {
	color: RGBA(253,195,3,1);
}
.FooterSocialIcons a:hover {
	color: RGBA(253,195,3,0.7);
}
/*.social_twitter_circle, .social_facebook_circle, .social_linkedin_circle {
	display: flex;
	justify-content: center;
	align-items: center;
}*/
.social_twitter_circle:before {
	content: "\e0ab";
	color: #FDC303;
	font-size: 23px;
	vertical-align:-50%;
}
.social_facebook_circle:before {
	content: "\e0aa";
	color: #FDC303;
	font-size: 23px;
	vertical-align:-50%;
}
.social_linkedin_circle:before {
	content: "\e0b4";
	color: #FDC303;
	font-size: 23px;
	vertical-align:-50%;
}
.SubFooter {
	clear: both;
	border-top: #061238 1px solid;
	padding: 5px 0 !important;
	margin: 0;
	/* height: 35px; */
	width: 100 vw;
	vertical-align: middle;
	line-height: 30px;
}
.SubFooter .et_pb_column {
	margin-bottom: 0;
}
.SubFooter .et_pb_row, .SubFooter .et_pb_row2 {
	padding: 0 !important;
}
.SubFooter a:hover {
	border-bottom: #CCC 1px dotted;
}
.SubFooterMenu {
	list-style: none;
	padding: 0 0 0 0 !important;
}
.SubFooterMenu li {
	display: inline;
	/*border-left: #CCC 1px solid;
	padding: 0 0.6em;*/
}
.SubFooterMenu li:before {
	content: "\00a0 \007C \00a0 \00a0";
	color: #FFF;
}
/*.SubFooterMenu li:first-child {
	border-left : none;
	padding-left:0;
}*/
.SubFooterMenu li:first-child:before {
	content: none;
}
/* ----------------------------------------- PAGE PRODUCT --------------------------------------------- */
.MainContent {
	padding: 0 0 !important;
	padding-bottom: 0 !important;
	height: auto;
}
.MainContent ul.icon {
	list-style-type: none;
}
.MainContent ul.icon li {
	text-indent: 0.4em;
}
.MainContent ul.icon li:before {
	font-family: 'icomoon' !important;
	content: "\ea42";
	color: #FDC303;
	float: left;
	width: 1.4em;
}
.et_pb_section.MainContent {
	padding: 0 0 !important;
	/* height: 100vh; */
}
/*.MainContent p {
	margin-bottom: 30px;
}*/
.Ref, .Iso, .InfosIcons {
	font-family: 'Noto Sans', Helvetica, sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	color: #000;
}
.Ref {
	font-weight: bold;
}
.AccessoiresDesc {
	line-height: 1.2em;
}
/*.Iso {
	padding: 5px 10px;
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	border-radius: 200px;
	border: #FCB006 1px solid;
	background: #FDC303;
}*/
/* clear padding, margin and width values in tabs */
.TabsContent .et_pb_row_2, .TabsContent .et_pb_row_13 {
	margin: 0 0;
	width: 100%;
}
.TabsContent .et_pb_section_3,.TabsContent .et_pb_section_10 {
	padding-top: 0;
}
.TabsContent .et_pb_toggle_open {
	border: none;
}
.ProductList {
	padding: 0 0 !important;
}
.ProductList img, .ProductInfos img  {
	border: 1px solid rgba(204,204,204,1);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.ProductList .schema img {
	border: none !important;
}
.ProductList .et_pb_row, .ProductList .et_pb_row_2 {
	width: 100% !important;
}
.ProductList .et_overlay {
	display: none;
}
.et_pb_tab_1 .AccessListFictive .pt-cv-content-item:last-child .Sep {
	display: none;
}
.Advices, .ProductFocus, .Encadre1, .DesignCustom .alert,  .DesignCustom .alertCourse {
	display: block;
	padding: 10px 20px;
	width: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #000;
}
.Advices, .DesignCustom .alert,  .DesignCustom .alertCourse {
	background: RGBA(255,0,0,0.21);
	border: RGBA(255,0,0,1) 1px solid;
}
.VDIRefcustomRecap input[type=text] {
	border-top-style: hidden;
  border-left-style: hidden;
  border-right-style: hidden;
  border-bottom-style: hidden;
  box-shadow: none;
  background-color: RGBA(6,18,56,0);
  padding-left: 0;
  font-weight: bold;
 }
.VDIRefcustomRecap input[type=text]:focus {
 	box-shadow: none !important;
  background-color: RGBA(6,18,56,0) !important;
}
#frm_field_99_container {
	margin-bottom: 0;
}
.ProductFocus {
	position: relative;
	display: inline-block;
	overflow: hidden;
	/*background: RGBA(255,255,255,1);
	border: RGBA(217,217,217,1) 1px solid;*/
	background: RGBA(253,195,3,0.19);
	border: RGBA(253,195,3,1) 1px solid;
}
.ProductFocus img {
	float: left;
	max-width: 100%;
	height: 100%;
}
.Encadre1 {
	margin-bottom: 1% !important;
	overflow: hidden;
	background: RGBA(222, 225, 232, 1);
	border: RGBA(94, 108, 145, 1) 1px solid;
}
.Encadre1 p {
	line-height: 6.4em;
}
.Encadre1:nth-child(9) p:last-child {
	line-height:0.9em;
}
.noteMont {
	display: block;
	padding: 10px 0 10px;
	margin-top: 20px;
	color: #FFF;
	text-align: center;
	line-height: 0;
	background-color: #5e6c91;
	border-radius: 5px;
}
.Encadre1 .Plus {
	font-weight:bold;
	font-size: 3em;
	line-height: 1.6em;
	vertical-align: middle;
	color: #5e6c91;
}
.Encadre1 img {
	float:left;
	max-width: 15%;
	/*height: 15%;*/
	border: none;
	margin-right: 10px;
}
.Encadre1 .open-tab-1, .Encadre1 .open-tab-2, .Encadre1 .open-tab-3, .Encadre1 .open-tab-4, .Encadre1 .open-tab-5, .Encadre1 .open-tab-6, .Encadre1 .open-tab-7, .tCard .tCard .dtq-card-content .dtq-btn-card-wrap .dtq-btn-card {
	margin-left: 10px;
	padding:10px;
	color: #FFF;
	background-color: #5e6c91;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: rgba(255, 255, 255, 1) 1px solid;
	transition-duration: 0.4s;
}
.Encadre1 .open-tab-1:hover, .Encadre1 .open-tab-2:hover, .Encadre1 .open-tab-3:hover, .Encadre1 .open-tab-4:hover, .Encadre1 .open-tab-5:hover, .Encadre1 .open-tab-6:hover, .Encadre1 .open-tab-7:hover, body #page-container .et_pb_section .ba_card_0 .dtq-btn-card:hover, body #page-container .et_pb_section .ba_card_1 .dtq-btn-card:hover {
	background-color: #dee1e8 !important;
	color: #5e6c91 !important;
	border: RGBA(94, 108, 145, 1) 1px solid !important;
	cursor: pointer;
}
.DernierEncadre {
	margin-bottom: 4% !important;
}
/*.AccessListFictive .pt-cv-content-item:last-child .ProductList .Sep {
	display: none;
}*/
.AccessTitle, .AccessList {
	padding: 0;
	margin: 0;
	width: 100%;
}
.AccessList {
	border-bottom: #d9d9d9 1px solid;
	padding-bottom: 10px;
}
.AccessList:last-child {
	border-bottom: none;
}
.AccessList .et_pb_toggle_close {
	background
}
.AccessTxt, .AccessPic {
	padding: 0;
	margin: 0;
}
.Sep {
	padding: 0 0 !important;
	margin: 0;
}
.Sep .et_pb_divider:before {
	border-top: 1px solid rgba(204,204,204,1);
}
.Iso {
	padding-bottom: 0;
}
.ProductList .icon-iso, .ProductInfos .icon-iso, .ProductList .icon-2448, .ProductInfos .icon-2448 {
	display: inline;
	margin: 0 2px;
	font-size: 35px;
	vertical-align: middle;
	color: #000;
}
.ProductSchema {
	border: 0 !important;
}
.vdi .VdiVariantes .et_pb_row {
	padding: 0;
	width: 100%;
}
.vdi .et_pb_row .et_pb_divider::before {
	border-top: 1px solid rgba(0,0,0,.1);
}
.vdi .Iso {
	margin-bottom: 10px;
}
.NoBorder img {
	border: none;
}
.DesignCustom h4 {
	border-bottom: rgba(204,204,204,1) 1px ridge;
	margin-bottom: 10px;
}
.DesignCustom h5 {
	font-weight: bold;
}
.VDIRefcustom {
		width: 100%;
		text-align: center;
		padding: 5px 3px;
		font-size: 1.2em;
		background-color: rgba(222, 225, 232, 1);
		border: rgba(94, 108, 145, 1) 1px solid;
		border-radius: 5px;
}
/* VARIANTES DE CONSTRUCTION CARDS */
.tCard {
	display: flex;
	align-items: center;
}
.dtq-card-content {
	align-self: center;
}
.ConstrVar .ba_card_0.et_pb_module, .ConstrVar .ba_card_1.et_pb_module, .ConstrVar .ba_card_2.et_pb_module {
	margin-bottom: 5px !important;
}
/* ----------------------------------------- DISTRIBUTEURS ET PARTENAIRES --------------------------------------------- */
.DistribList {
	margin-bottom: 50px;
}
.brands {
	list-style-type: none !important;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  grid-gap: 1rem;
}
.brands_item img {
  display: block;
  /* Make sure max-width is added */
  max-width: 100%;
	height: 70px !important;
	object-fit: contain;
}
.brands_item:last-child img {
	height: 50px !important;
}
.brands_item a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
/* ----------------------------------------- CONTACT --------------------------------------------- */
.BlocAdresse a { color: #213668; }
.BlocAdresse a:hover {
	text-decoration: none;
	border: none;
	border-bottom: #213668 1px dotted;
}
.IntAd {
	border: 1px solid rgba(204, 204, 204, 1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 20px 10px !important;
}
.IntAd h4 {
	font-family: 'Noto Sans', Helvetica, sans-serif !important;
	font-weight: bold;
	color: #213668;
}
/* ----------------------------------------- PROD MINI FORM & DESIGNATION CUSTOM --------------------------------------------- */
/*#form_vsi_form .DesignCustom {
	display: visible;
	font-family: 'Noto Sans', Helvetica, sans-serif !important;
	font-size: 15px !important;
	font-weight: bold !important;
}*/
.DesignCustom {
	background: RGBA(6,18,56,0.03);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/*padding: 10px 5px 10px 5px;*/
	padding: 10px;
}
.DesignCustom ul {
	padding-left: 1.5em;
}
.DesignCustom .frm_submit button {
	width: 100% !important;
}
.DesignCustom .Mention {
	 font-style: italic;
   line-height: 0.9em;
   font-size: 12px;
}
.DynamicScheme {
	width: 100%;
	height: 50px;
	background-color: red;
}
.DoubleEffet {
	background-color: green !important;
}
/* ----------------------------------------- TABLES --------------------------------------------- */
.InfosTables td {
	vertical-align: top !important;
}
.InfosTables thead .footable-header th {
	background: #FDC303 !important;
	border-left: 1px solid RGBA(255,255,255,1) !important;
}
.InfosTables thead .footable-header th:first-child {
	border-left: none !important;
}
.InfosTables ul {
	list-style-type: none;
}
/* ----------------------------------------- Calcul force vérin --------------------------------------------- */
.CalculateForm input {
	border-color: #BFC3C8;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.CalculateForm h2 {
	display: none;
}
.CalculateForm h3 {
	position: relative;
	margin-top: 25px;
}
/*.CalculateForm h3::before {
	content: "";
  position: absolute;
  left: 7%;
  bottom: 5px;
  width: 200px;
  height: 14px;
  transform: skew(-15deg) translateX(-40%);
  background: rgba(253, 195, 3, 1);
  z-index: -1;
}*/
.CalculateForm .r {
	color: #9C1006;
}
.CalculateForm input[type="button" i] {
	box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset;
	background-color: #FDC303;
	padding: 10px;
	border: #FDB903 1px solid;
}
.CalculateForm input[type="button" i]:hover {
	background-color: #FDDB03;
	cursor: pointer;
}
.CalculateForm legend {
	border: none !important;
	font-weight: bold;
}
/* ----------------------------------------- TAB NAV & TOOGLE TABS --------------------------------------------- */
.et_pb_toggle_close, .et_pb_toggle_open {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.et_pb_toggle h5:before {
	content: "\3b";
}
.et_pb_toggle_open h5:before {
	content: "\e043";
}
ul.et_pb_tabs_controls:after {
    border-top: 1px solid #FDC303;
    content: "";
    display: block;
    visibility: visible;
    position: relative;
    top: -1px;
    z-index: 9;
}
.et_pb_tabs_controls .et_pb_tab_active, .et_pb_tabs_controls .et_pb_tab_0, .et_pb_tabs_controls .et_pb_tab_1, .et_pb_tabs_controls .et_pb_tab_2 {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.et_pb_tabs {
	border: none;
}
ul.et_pb_tabs_controls {
	background: none;
}
.et_pb_tabs_controls li {
	background: none;
	border-top: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
}
.et_pb_tabs_controls li:not(.et_pb_tab_active):last-child {
	border-right: 1px solid #d9d9d9;
}
.et_pb_tabs_controls li:first-child {
	border-left: 1px solid #d9d9d9;
}
.et_pb_tabs_controls li:last-child {
	border-right: 1px solid #d9d9d9;
}
.et_pb_tabs_controls li.et_pb_tab_active {
	background-color: #FDC303;
	border: 1px solid #FDC303;
	border-bottom: none;
}
/* ----------------------------------------- AUTOMATICALY ADD ICON TO PDF FILES --------------------------------------------- */
p:not(.cssonly) a[href$=".pdf"]:before {
  /* PDF file */
  width:32px;
  height:32px;
 background:url('http://wwwimages.adobe.com/content/dam/acom/en/legal/images/badges/Adobe_PDF_file_icon_32x32.png');
  display:inline-block;
  content:' ';
}
.cssonly a {
	display: block;
	padding: 10px 10px;
	width: 100%;
	background: RGBA(253,195,3,0.19);
	color: #000;
	border: RGBA(253,195,3,1) 1px solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.cssonly a:hover {
	border: RGBA(253,195,3,0.19) 1px solid;
}
/* Add " (PDF)" text after links that go to PDFs */
a[href$=".pdf"]:after { content: " (PDF)"; }

/* If file size specified as data attribute, use that too */
a[href$=".pdf"][data-size]:after { content: " (PDF, " attr(data-size) ")"; }

.cssonly a[href$=".pdf"]:after {
  /* PDF file */
  width: 16px;
  vertical-align: middle;
  margin: 4px 0 2px 4px;
  padding: 4px 0 1px 0px;
  background-color: #fff;
  color: #000 !important;
  border: 1px solid #000;
  border-top-right-radius: 7px;
  box-shadow: 1px 1px #ccc;
  font-size: 7.7px;
  font-weight: 700;
  font-family: sans-serif;
  line-height: 16px;
  text-decoration: none;
  display: inline-block;
  box-sizing: content-box;
  content: 'PDF';
}
.cssonly a[href$=".doc"]:after,
.cssonly a[href$=".docx"]:after {
  width: 16px;
  vertical-align: middle;
  margin: 4px 0 2px 4px;
  padding: 4px 0 1px 0px;
  background-color: #fff;
  color: #00d;
  border: 1px solid #00d;
  border-top-right-radius: 7px;
  box-shadow: 1px 1px #ccc;
  font-size: 7.7px;
  font-weight: 700;
  font-family: sans-serif;
  line-height: 16px;
  text-decoration: none;
  display: inline-block;
  box-sizing: content-box;
  content: 'DOC';
}
.cssonly a[href$=".xls"]:after,
.cssonly a[href$=".xlsx"]:after {
  width: 16px;
  vertical-align: middle;
  margin: 4px 0 2px 4px;
  padding: 4px 0 1px 0px;
  background-color: #fff;
  color: #090;
  border: 1px solid #090;
  border-top-right-radius: 7px;
  box-shadow: 1px 1px #ccc;
  font-size: 8px;
  font-weight: 700;
  font-family: tahoma, arial, sans-serif;
  letter-spacing: 0.001em;
  line-height: 16px;
  text-decoration: none;
  display: inline-block;
  box-sizing: content-box;
  content: 'XLS';
}
.cssonly a[href$=".stl"]:after {
  width: 16px;
  vertical-align: middle;
  margin: 4px 0 2px 4px;
  padding: 4px 0 1px 0px;
  background-color: #fff;
  color: #00d;
  border: 1px solid #00d;
  border-top-right-radius: 7px;
  box-shadow: 1px 1px #ccc;
  font-size: 7.7px;
  font-weight: 700;
  font-family: sans-serif;
  line-height: 16px;
  text-decoration: none;
  display: inline-block;
  box-sizing: content-box;
  content: '3D';
}
/* ----------------------------------------- 3D PLUGIN --------------------------------------------- */
#woo3dv-viewer {
	float: none;
	margin: 0 auto;
}
#woo3dv-cv {
	border: none;
}
#woo3dv-model-controls {
	background: transparent;
}
/* ----------------------------------------- MEDIA QUERIES --------------------------------------------- */
/* -------------------------------------------- MOBILE ------------------------------------------------- */
@media screen and (max-width: 480px) {
	#page-container {
		overflow: hidden;
	}
	.Breadcrumb {
		/*margin-top: 110px;*/
		margin-top: 0;
	}
	.vdi h2 {
		padding-bottom: 2px;
		margin-bottom: 40px;
		border-bottom: #000 1px solid;
	}
	.et_pb_row {
		width: 95%;
	}
	.MainHeader {
		top: 120px;
	/*background-size: 190%;*/
		background-size: 250%;
	}
	.gm-wrapper .gm-inner .gm-container {
		height: 150px;
	}
	.home .et_pb_section.et_pb_section_0 {
		background-size: 190% !important;
		background-position: center top 90px;
	}
	.gm-navbar .gm-logo a .gm-logo__img {
		height: 80px;
	}
	.HomeRow1 {
		padding-top: 90px !important;
	}
	.Titlepart1, .Titlepart2 {
		padding: 10px;
	}
	.Titlepart2 {
		position: absolute;
		right: 0px;
		margin: 43px 0 0 0;
	}
	/* ------- HOMEPAGE SUBTITLES --------- */
	.SubTitleL1 h3, .SubTitleL2 h3 {
		font-size: 17px;
	}
	.SubTitleL3 h3, .SubTitleL4 h3 {
		font-size: 27px;
	}
	.SubTitleL1, .SubTitleL2, .SubTitleL3, .SubTitleL4 {
		position: relative;
		display: inline-block;
	}
	.SubTitleL1 {
		float: left;
	}
	.SubTitleL2 {
		clear: both;
		float: right;
	}
	.SubTitleL1 {
/*	margin: 210px 145px 0 0;*/
		margin: 210px 0 0 0;
}
	.SubTitleL2 {
/*	margin: 190px 6px 0 0;*/
		margin: 1px 0 10px 0;
	}
	.SubTitleL3  {
		display: table;
		margin:40px auto 1px auto;
	}
	.SubTitleL4  {
		clear: both;
		display: table;
		margin:0 auto 20px auto;
	}
	.home h2 {
		font-size: 21px;
	}
	.HomeRow1 {
		padding: 0;
	} 
	.HomeRow2 {
		padding-top: 0 !important;
	}
	/* Home AnimatedBut */
	.home .AnimatedBut {
		margin: 0 auto 92px auto;
		width: 100%;
		text-align: center;
		font-size: 1.45em;
	}
	.home .HomeRow6 .AnimatedBut {
		width: 95%;
	}
	.home .AnimatedBut:active {
		padding: 0.1em 2em 0.1em 0.5em !important;
		border: none;
		text-shadow: 2px 2px 2px rgba(38,38,38,0.62);
		background: #FCC20F;
	}
	/*.et_pb_button:active:after {
		text-shadow: 2px 2px 2px rgba(38,38,38,0.62);
	}*/
	.HomeRow3-1, .HomeRow3-2, .HomeRow3-3, .HomeRow3-4, .HomeRow3-5 {
		padding: 10px 0 10px 0;
		border-bottom: #B3B7CA 1px solid;
/*		margin: 0;*/
	}
	.HomeRow3-6 {
		padding-bottom: 0;
	}
	.HomeRow3-1 div:first-child, .HomeRow3-2 div:first-child, .HomeRow3-3 div:first-child, .HomeRow3-4 div:first-child, .HomeRow3-5 div:first-child, .HomeRow3-6 div:first-child {
		margin: 0;
		width: 30% !important;
	}
	.HomeRow3-1 div:last-child, .HomeRow3-2 div:last-child, .HomeRow3-3 div:last-child, .HomeRow3-4 div:last-child, .HomeRow3-5 div:last-child, .HomeRow3-6 div:last-child {
		width: 70% !important;
	}
	.HomeRow3-1 div:last-child > div, .HomeRow3-2 div:last-child > div, .HomeRow3-3 div:last-child > div, .HomeRow3-4 div:last-child > div, .HomeRow3-5 div:last-child > div, .HomeRow3-6 div:last-child > div, .HomeRow3-1 div:last-child > div, .HomeRow3-2 div:last-child > div, .HomeRow3-3 div:last-child > div, .HomeRow3-4 div:last-child > div, .HomeRow3-5 div:last-child > div, .HomeRow3-6 div:last-child > div {
		padding: 0;
		width: 100% !important;
	}
	.HomeRow3-1 div:last-child > p, .HomeRow3-2 div:last-child > p, .HomeRow3-3 div:last-child > p, .HomeRow3-4 div:last-child > p, .HomeRow3-5 div:last-child > p, .HomeRow3-6 div:last-child > p, .HomeRow3-1 div:last-child > p, .HomeRow3-2 div:last-child > p, .HomeRow3-3 div:last-child > p, .HomeRow3-4 div:last-child > p, .HomeRow3-5 div:last-child > p, .HomeRow3-6 div:last-child > p {
		margin: auto 0 auto 0;
		/*margin-bottom: 0;*/
	}
	.et_pb_image_wrap {
		width: 100%;
	}
	.HomeRow3-1 .et_pb_text_inner, .HomeRow3-2 .et_pb_text_inner, .HomeRow3-3 .et_pb_text_inner, .HomeRow3-4 .et_pb_text_inner, .HomeRow3-5 .et_pb_text_inner, .HomeRow3-6 .et_pb_text_inner {
		display: flex;
	}
	.HomeRow5 {
		text-align: center;
	}
	.HomeRow6 {
		padding: 50px 0 0 0 !important;
		margin: -58px 0 0 0;
		width: 100%;
		background: none;
		background-color: #D3D7E1;
		text-align: center;
	}
	.HomeRow6 p {
		margin: 0 auto;
		width: 95%;
		text-align: center;
	}
	.HomeRow6 .exergue  {
		padding: 1px 5px;
		font-weight: bold;
		color: #FFF;
		background: #1B1A34;
	}
	.HomeRow6 .retrait {
		display: block;
		padding-left: 5px;
	}
	.InterHeader {
		height: 400px;
	}
	.vdi .InterHeader, .current .InterHeader, .contact .InterHeader {
		background-position: top 250px right;
		background-size: 200%;
	}
	.InterHeader .Intro {
		margin-top: 110px;
		max-width: 100%;
	}
	.ProductInfos, .ConstrVar {
		padding: 0 0;
	}
	.InterHeader h2:before {
		left: 0;
		right: 0;
	}
	.ConstrVar div div:nth-child(4) {
		margin-bottom: 0;
	}
	.Encadre1 {
		text-align: center;
	}
	.Encadre1 img {
		margin: 0 5px;
		float: inherit;
		max-width: 38%;
	}
	.Encadre1 p {
		padding: 0;
		margin: 0;
		line-height: 1em;
	}
	.Encadre1 p:first-child {
		margin: 0 auto;
		width: 100%;
		text-align: center;
		line-height: 2.5em;
	}
	.Encadre1 p:last-child {
		clear:both;
	}
	.Encadre1 button {
		width: 100%;
		text-transform: uppercase;
	}
	.Encadre1 .Plus {
		font-size: 2em;
	}
	.Encadre1 .open-tab-1, .Encadre1 .open-tab-2, .Encadre1 .open-tab-3, .Encadre1 .open-tab-4, .Encadre1 .open-tab-5, .Encadre1 .open-tab-6, .Encadre1 .open-tab-7 {
		margin: 0;
	}
	.noteMont {
		padding: 10px 0 10px;
		margin-top: 5px;
		line-height: 1.2em;
	}
	.VarTitle {
		display: table;
		padding: 10px;
		margin: 0 auto;
		color: #FFF;
		border-radius: 25px;
		background-color: #5e6c91;
	}
	.DesignCustom, .DesignCustom.DesignCustom:last-child {
		background: none;
	}
	.DesignCustom h4 {
		margin-bottom:0;
		border-bottom: none;
	}
	.DesignCustom .DesignCustom {
		background: RGBA(6,18,56,0.03);
	}
	.DesignCustom .DesignCustom h4 {
		background: none;
	}
	.et_pb_row:last-child div div:last-child .Refbuilder {
		padding: 20px 10px;
		background: rgba(6,18,56,0.03);
	}
	.VdiVariantes h4 {
		display: table;
		padding: 3px 6px;
		margin: 0 0 5px 0;
		-webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		border-radius: 25px;
		background: RGBA(6,18,56,0.25);
	}
	.VdiVariantes h5 {
		padding-bottom: 0;
		margin: 10px auto;
	}
	.VdiVariantes div div.et_pb_module .et_pb_toggle {
		padding: 10px;
		margin: 10px auto;
	}
	.VdiVariantes .et_pb_toggle_title {
		margin-top:0;
		font-weight: normal;
		font-size: 14px;
	}
	.VdiVariantes div div.et_pb_module {
		margin-bottom: 0;
	}
	.et_pb_row:last-child div div:nth-child(5) {
		margin-bottom: 20px;
	}
	.et_pb_row:last-child div .frm_radio:nth-child(5) {
		margin-bottom: 0;
	}
	.LastFrmField {
		margin-bottom: 0 !important;
	}
	/*.contact .et_pb_row_0, .contact .et_pb_row_1 {
		padding: 0 0;
	}*/
	.contact .Breadcrumb {
		margin-top: 115px;
	}
	.contact .InterHeader div:first-child {
		padding-bottom: 0;
	}
	.contact .MainContent div:first-child {
		padding-top: 0;
	}
	.ContactCol1, .ContactCol2 {
		text-align: center;
	}
	.IntAd {
		display: none;
	}
	.FooterFirstLine {
		background-color: #FDC303 !important;
		background-position: top 0px right -150px;
	}
	.FootRow1, .FootRow2, .FootRow3 {
		padding: 0;
		margin: 0 auto 20px auto;
	}
	.FootRow1 .et_pb_text_inner, .FootRow2 .et_pb_text_inner, .FootRow3 .et_pb_text_inner {
		text-align: center;
	}
	.FootRow3 .et_pb_text_inner {
		width: 100%;
	}
	.FootRow3 a {
		margin: 0 5px;
	}
	.fa-2x {
		font-size: 3.2em;
	}
	.SubFooterMenu li {
		display: block;
		text-align: center;
	}
	.SubFooterMenu li:before {
		content: none;
	}
	.SubFooter p {
		text-align: center;
	}
}
@media screen and (min-width: 481px) and (max-width: 980px) {
/* -------------------------------------------- TABLETS PORTRAIT ------------------------------------------------- */
	#page-container {
		overflow: hidden;
	}
	.Breadcrumb {
	/* margin-top: 210px;*/
		margin-top: 0;
	}
	.home .et_pb_section.et_pb_section_0 {
		background-position: top 170px center;
		background-size: 180%;
	}
	.vdi h2 {
		padding-bottom: 2px;
		margin-bottom: 40px;
		border-bottom: #000 1px solid;
	}
	/* to set page width larger */
	.et_pb_row {
		width: 95%;
	}
	.InterHeader {
		height: 600px;
	}
	.contact .InterHeader {
		height: 530px;
	}
	.contact .MainContent iframe {
		width: 100%;
	}
	.ContactCol1, .ContactCol2 {
		margin: 0;
		width: 50%;
	}
	.ContactCol1 {
		float: left;
	}
	.ContactCol1 img {
		width: 100%;
	}
	.ContactCol2 {
		padding-left: 20px;
		float: right;
	}
	.IntAd div:last-child {
		float: right;
		width: 80%;
	}
	.vdi .InterHeader, .current .InterHeader, .contact .InterHeader {
		background-position: top 280px right;
		background-size: 200%;
	}
	.InterHeader h2 {
		margin-top: 225px;
	}
	.InterHeader .Intro {
		margin-top: 210px;
		max-width: 100%;
	}
	.ProductInfos, .ConstrVar {
		padding: 0 0;
	}
	.VdiVariantes h4 {
		display: table;
		padding: 3px 6px;
		margin: 0 0 5px 0;
		-webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		border-radius: 25px;
		background: RGBA(6,18,56,0.25);
	}
	.contact .Breadcrumb {
		margin-top: 200px;
	}
	.contact .InterHeader div:first-child {
		padding-bottom: 0;
	}
	.contact .MainContent div:first-child {
		padding-top: 0;
	}
	.DesignCustom, .DesignCustom.DesignCustom:last-child {
		background: none;
	}
	.DesignCustom h4 {
		margin-bottom:0;
		border-bottom: none;
	}
	.DesignCustom .DesignCustom {
		background: RGBA(6,18,56,0.03);
	}
	.DesignCustom h4 {
		margin-bottom:0;
		border-bottom: none;
	}
	.DesignCustom .DesignCustom h4 {
		background: none;
	}
	.et_pb_row:last-child div div:last-child .Refbuilder {
		padding: 20px 10px;
		background: rgba(6,18,56,0.03);
	}
/*	.home .et_pb_section.et_pb_section_0 {
		background-position: center top 155px;
	}*/
	.gm-navbar .gm-logo a .gm-logo__img {
		height: 170px;
	}
	.HomeRow1 {
		padding-top: 248px !important;
	}
	.Titlepart2 {
		position: absolute;
		right: 0px;
		margin: 52px 0 0 0;
	}
	/* ------- HOMEPAGE SUBTITLES --------- */
	.SubTitleL1 h3, .SubTitleL2 h3, .SubTitleL3 h3, .SubTitleL4 h3 {
		font-size: 32px;
	}
	.SubTitleL1, .SubTitleL2, .SubTitleL3, .SubTitleL4 {
		position: relative;
		display: inline-block;
	}
	.SubTitleL1, .SubTitleL3 {
		float: left;
	}
	.SubTitleL2, .SubTitleL4 {
		clear: both;
		float: right;
	}
	.SubTitleL1 {
/*	margin: 210px 145px 0 0;*/
		margin: 336px 0 0 0;
	}
	.SubTitleL2 {
/*	margin: 190px 6px 0 0;*/
		margin: 1px 0 10px 0;
	}
	.SubTitleL3  {
		margin: 0 0 1px;
	}
	.SubTitleL4 {
		float: left;
		margin: 0 0 20px 20px;
	}
	.home h2 {
		font-size: 40px;
	}
	.HomeRow1 {
		padding: 0;
	} 
	.HomeRow2 {
		padding-top: 0 !important;
	}
	.HomeContent, .HomeRow3-1, .HomeRow3-2, .HomeRow3-3 {
		padding: 0 0 !important;
	}
	.HomeRow3-1 .et_pb_column:nth-child(odd), .HomeRow3-2 .et_pb_column:nth-child(odd), .HomeRow3-3 .et_pb_column:nth-child(odd) {
		width: 20% !important;
	}
	.HomeRow3-1 .et_pb_column:nth-child(even), .HomeRow3-2 .et_pb_column:nth-child(even), .HomeRow3-3 .et_pb_column:nth-child(even) {
		width: 30% !important;
	}
	.HomeRow3-1 p, .HomeRow3-2 p, .HomeRow3-3 p {
	padding-left: 5px;
	}
	.HomeRow5 {
		margin: 2px auto;
	}
	.HomeRow6 {
		padding: 50px 2.5% 20px 2.5% !important;
		margin: -58px 0 0 0;
		width: 100%;
		background: none;
		background-color: #D3D7E1;
	}
	.HomeRow6 .exergue  {
		padding: 1px 5px;
		font-weight: bold;
		color: #FFF;
		background: #1B1A34;
	}
	.FooterFirstLine {
		background-color: #FDC303 !important;
		background-position: top 0px right -150px;
	}
	.FootCol1, .FootCol2 {
		width: 50%;
	}
}
/* -------------------------------------------- TABLETS LANDSCAPE & SMALL DESKTOP ------------------------------------------------- */
@media screen and (min-width: 981px) and (max-width: 1024px) {
	.home .et_pb_section.et_pb_section_0 {
		background-size: 160% !important;
		background-position: center top 70px;
	}
	.gm-logo {
		margin-right: 5px;
	}
	.gm-logo__img {
		height: 450px;
	}
	.gm-container {
    height: 80px !important;
	}
	.gm-navbar .gm-logo > a img {
		height: 80px !important;
	}
	.gm-container .gm-main-menu-wrapper .gm-navbar-nav  .gm-menu-item  .gm-anchor {
		margin-left: 5px;
		margin-right: 5px;
	}
	body .gm-navbar--has-divider .gm-navbar-nav > li:not(:last-of-type) > .gm-anchor::before {
		right: -5px !important;
	}
	.page-template .gm-navigation-drawer .gm-anchor {
		transition-duration: 0.4s;
		transition-property: padding, color, background-color;
	}
	.page-template .gm-navigation-drawer .gm-anchor:hover {
		background-color: #FDC303;
		border-radius: -5px;
		padding-left: 0.5em;
		color: rgb(0, 0, 0) !important;
	}
	.HomeRow1 {
		padding-top: 200px !important;
	}
	.et_pb_section {
		background-size: 180%;
	}
	.SubTitleL3 {
		margin: 95px 490px 0 130px;
	}
	.SubTitleL4 {
		margin: 125px 412px 0 164px;
	}
	.InterHeader {
		height: 400px;
	}
	.vdi .InterHeader, .current .InterHeader, .contact .InterHeader {
		background-position: top 250px right;
		background-size: 90%;
	}
	.Encadre1 p {
		line-height: 0.1em;
	}
	.Encadre1 .et_pb_text_inner strong:before, .Encadre1 .et_pb_text_inner strong:after {
		white-space: pre;
	} 
	.Encadre1 .et_pb_text_inner strong:before {
		content: "\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a";
	}
	.Encadre1 .et_pb_text_inner strong:after {
		content: "\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a\a";
	}
	.noteMont {
		line-height: 1.2em;
	}
	.noteMont strong:before {
		content: "" !important;
	}
	.noteMont strong:after {
		content: "\a" !important;
	}
	.FooterFirstLine {
		background-size: inherit;
		background-color: #FDC303 !important;
		background-position: top 0px right -150px;
	}
	.SubFooterMenu li {
		display: list-item;
		list-style: none;
		border-left : none;
	}
	.SubFooterMenu li:before {
		content: "\00a0 \00a0 \007C \00a0 \00a0";
	}
	.SubFooterMenu li:nth-child(3):before {
		content: none;
	}
	.SubFooterMenu li:nth-child(2n+1) {
		float: left;
	}
}
/* --------------------------------------------------- */