/*
Theme Name: microsite
Template: Divi
*/

/*Couleur du site
principal:#000;
Secondaire:#FFF;
Accent:#000;
*/
@import url("../Divi/style.css");

@font-face {
	font-family: 'fontello';
	src: url('font/fontello.eot?85978280');
	src: url('font/fontello.eot?85978280#iefix') format('embedded-opentype'), url('font/fontello.woff?85978280') format('woff'), url('font/fontello.ttf?85978280') format('truetype'), url('font/fontello.svg?85978280#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'icons';
	src: url('font/ElegantIcons.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

*::selection {
	background-color: #000;
	color: #FFF;
}

/* References icon Fonts

.icon-search:before { content: '\e800'; }

.icon-phone:before { content: '\e801'; }

.icon-paper-plane:before { content: '\e802'; }

.icon-doc-text:before { content: '\e803'; }

.icon-picture:before { content: '\e804'; }

.icon-camera-alt:before { content: '\e805'; }

.icon-home:before { content: '\e806'; }

.icon-resize-full-alt:before { content: '\e807'; }

.icon-facebook-squared:before { content: '\e808'; }

.icon-clock:before { content: '\e809'; }

.icon-road:before { content: '\e80a'; }

.icon-globe:before { content: '\e80b'; }

.icon-paper-plane-empty:before { content: '\e80c'; }

.icon-pencil:before { content: '\e80d'; }

.icon-align-justify:before { content: '\e80e'; }

.icon-tag:before { content: '\e80f'; }

.icon-mail-alt:before { content: '\e810'; }

.icon-comment:before { content: '\e811'; }

.icon-fax:before { content: '\e812'; }

.icon-user:before { content: '\e813'; }

.icon-help:before { content: '\e814'; }

.icon-ok:before { content: '\e815'; }

.icon-mobile:before { content: '\e816'; }

.icon-list-bullet:before { content: '\e817'; }

.icon-location:before { content: '\e818'; }

.icon-help-circled:before { content: '\e819'; }

.icon-star:before { content: '\e81a'; }

.icon-star-empty:before { content: '\e81b'; }

.icon-empire:before { content: '\e81c'; }

.icon-rebel:before { content: '\e81d'; }

.icon-bomb:before { content: '\e81e'; }

.icon-users:before { content: '\e81f'; }

.icon-facebook:before { content: '\e820'; }

.icon-twitter-squared:before { content: '\e821'; }

.icon-twitter:before { content: '\e822'; }

.icon-tags:before { content: '\e823'; }  */
@font-face {
	font-family: 'GOTHICB';
	src: url('font/GOTHICB.TTF');
	font-weight: normal;
	font-style: normal;
}

.et_pb_team_member_image {
	margin: 0 auto !important;
}

.mobileContact,#demandeSoumission, #telephoneHover{
	display:none;
}

#demandeSoumission{
	cursor: pointer;
}

#centreInfo {
	cursor: default;
}

.infoServices {
	cursor: default;
}

.wpcf7-list-item{
	float: left;
	clear: both;
}

.wc-gallery .gallery .gallery-icon a img {
	opacity: 0.75;
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	-ms-transition: opacity 0.4s ease-in-out;
	-o-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
}

.texteMobileOnly {
	display: none;
}

.texteDesktopOnly {
	display: block;
}

.wc-gallery .gallery .gallery-icon:hover a img {
	opacity: 1;
}

.infoService {
	height: 304px;
	background-size: cover;
	background-position: center center;
}

#avantageBox .infoServices .infoService:nth-child(1) {
	background-image: url('./img/Info-Region.jpg');
}

#avantageBox .infoServices .infoService:nth-child(2) {
	background-image: url('./img/Info-Region.jpg');
}

#avantageBox .infoServices .infoService:nth-child(3) {
	background-image: url('./img/Info-Region.jpg');
}

#avantageBox .infoServices .infoService:nth-child(4) {
	background-image: url('./img/Info-Region.jpg');
}

.et_header_style_split .centered-inline-logo-wrap #logo {
	max-height: 80px;
}

body.et_header_style_left #et-top-navigation,
body.et_header_style_split #et-top-navigation {
	padding-top: 17px !important;
	padding-bottom: 15px;
}

#pepidesuka {
	top: 95px !important;
}

#notreBoutique {
	display: none;
}

h1,
h2,
h3,
h4 {
	font-family: 'GOTHICB';
}

/*ANCHORS*/
h1 > a,
h2 > a {
	padding-top: 114px;
	margin-top: -114px;
	display: block;
}

/* body{ padding-top: 57px !important;} */
.arrow {
	position: fixed;
	bottom: 20px;
	left: 50%;
	margin-left: -13px;
	width: 26px;
	height: 40px;
	background-image: url(./img/scrollDown.png);
	background-size: contain;
	z-index: 1000;
	display: none;
	cursor: pointer;
}

.opacityA {
	display: none!important;
}

.bounce {
	-moz-animation: bounce 3s infinite;
	-webkit-animation: bounce 3s infinite;
	animation: bounce 3s infinite;
}

@-moz-keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		-moz-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-moz-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	60% {
		-moz-transform: translateY(-15px);
		transform: translateY(-15px);
	}

}

@-webkit-keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	60% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}

}

@keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-moz-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}

	60% {
		-moz-transform: translateY(-15px);
		-ms-transform: translateY(-15px);
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}

}

.disabled {
	display: none !important;
}

body .et_pb_section.banderoleAssociation {
	padding: 0px !important;
}

.thumbReal {
	display: inline !important;
}

.lightgallery a {
	display: none;
}

.AProposSansPhoto {
	text-align: center;
}

.AProposSansPhoto h2 {
	font-size: 38px;
}

.portfolio {
	display: none;
}

.preview {
	display: none;
	position: fixed;
	right: -4px;
	top: 2px;
	z-index: 11000;
	opacity: 1;
	transition: opacity 1s;
	-o-transition: opacity 1s;
	-moz-transition: opacity 1s;
	-ms-transition: opacity 1s;
	-webkit-transition: opacity 1s;
}

.titlePortfolio p {
	text-align: center;
}

.mfp-bottom-bar {
	display: none !important;
}

.demoWeb {
	display: none;
	position: fixed;
	right: 20px;
	top: 100px;
	z-index: 11000;
	opacity: 1;
	transition: opacity 1s;
	-o-transition: opacity 1s;
	-moz-transition: opacity 1s;
	-ms-transition: opacity 1s;
	-webkit-transition: opacity 1s;
}

#clickMe {
	font-size: 20px;
	padding: 5px;
	border: 2px solid #000;
	display: none;
	position: fixed;
	right: 43px;
	top: 290px;
	z-index: 11000;
	opacity: 1;
	font-family: 'GOTHICB';
	color: #000;
	transition: background-color 0.3s, opacity 1s, border-color 0.3s, color 0.3s;
	-o-transition: background-color 0.3s, opacity 1s, border-color 0.3s, color 0.3s;
	-moz-transition: background-color 0.3s, opacity 1s, border-color 0.3s, color 0.3s;
	-ms-transition: background-color 0.3s, opacity 1s, border-color 0.3s, color 0.3s;
	-webkit-transition: background-color 0.3s, opacity 1s, border-color 0.3s, color 0.3s;
	cursor: pointer;
}

#clickMe:hover {
	background-color: #000;
	color: #FFF;
	border-color: #000;
}

.leOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.9);
	left: 0;
	top: 0;
	z-index: 10500 !important;
	opacity: 1;
	display: none;
	transition: opacity 1s;
	-o-transition: opacity 1s;
	-moz-transition: opacity 1s;
	-ms-transition: opacity 1s;
	-webkit-transition: opacity 1s;
}

.serviceVersion2 {
	display: none;
}

.serviceVersion3 {
	display: none;
}

.englobeurBouton div {
	display: inline-block;
	border: 2px solid #dd1f26;
	margin-top: 20px;
	padding: 5px 10px;
	transition: all 0.5s;
}

.englobeurBouton div:hover {
	cursor: pointer;
	color: white;
	background-color: #dd1f26;
}

.page {
	background-color: #f5f5f5;
}

.ytp-title-channel-logo {
	display: none !important;
}

/*/////////////REALISATIONS TYPE 2*/
.realisationType2 {
	display: none;
}

.realisationBouton1 {
	margin-right: 15px;
}

/*.realisationType2 .owl-item img{

	width:100%;

	margin-bottom:-6px;

}



.realisationType2 .owl-stage{

	width:100% !important;

	display:flex;

	justify-content:space-around;

}

*/

/*.realisationType2 .owl-item{

	display:inline-block;

	max-width:250px;

}*/



.realisationType2 .owl-carousel .owl-wrapper:after {
	display: none !important;
}

.realisationType2 .lightgallery .overlay {
	text-align: center !important;
}

.realisationType2 .lightgallery .overlay h3 {
	padding: 10px 20px !important;
	background-color: #000;
	color: white;
	font-size: 16px;
	vertical-align: middle;
	text-align: center;
	display: table-cell;
}

.realisationType2 .lg-sub-html {
	background-color: rgba(0, 0, 0, 0.75) !important;
}

.lg-sub-html p {
	font-size: 16px !important;
}

.lg-sub-html {
	bottom: 0px;
}

.lg-outer .lg-thumb {
	margin: 0 auto !important;
}

.realisationType2 .overlay div {
	display: table;
	background-color: #222;
	width: 100%;
	height: 70px;
}

.realisationType2 .owl-carousel .owl-wrapper-outer {
	overflow: hidden;
}

.owl-prev,
.owl-next {
	position: absolute;
	font-size: 35px;
	font-weight: bold;
	transform: scaleY(2) translateY(-50%);
	top: 50%;
}

.owl-prev {
	left: -30px;
}

.owl-next {
	right: -30px;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
	width: 70% !important;
	height: auto !important;
}

/*////////////SERVICES TYPE 2*/
.servicesBouton1,
.servicesBouton2 {
	margin-right: 20px;
}

.serviceVersion2 .et_pb_blurb {
	border: 2px solid #000;
}

.serviceVersion2 .et_pb_blurb_content {
	overflow: visible !important;
}

.serviceVersion2 .et_pb_main_blurb_image {
	border: 2px solid #000;
	width: 70px !important;
	height: 70px !important;
	padding: 20px;
	margin-left: -94px;
	border-radius: 100%;
	position: absolute !important;
	background-color: white;
}

.serviceVersion2 .et_pb_blurb_content img {
	width: 84.5px !important;
	max-width: 200px !important;
	position: relative;
	left: -9px;
	top: 10px;
}

.serviceVersion2 .et_pb_blurb_content h4 {
	color: #77787b !important;
	text-align: left;
	font-size: 26px;
	margin-left: 4px;
	text-transform: uppercase;
	margin-top: 11px;
	text-align: left !important;
}

.serviceVersion2 .et_pb_blurb_content p {
	text-align: left !important;
	padding: 0px !important;
	padding-bottom: 20px !important;
}

.serviceVersion2 .et_pb_blurb_content h4:after {
	display: block;
	content: '';
	width: 100%;
	height: 1px;
	background: #000;
	left: -7px;
	margin-top: -10px;
	position: relative;
	margin-bottom: 8px;
}

.serviceVersion2 .et_pb_blurb {
	padding: 0px 60px;
}

/*///////////SERVICES VERSION 3*/
.serviceVersion3 .et_pb_column {
	border: 1px solid #000;
}

body .serviceVersion3 .et_pb_blurb_content h4 {
	background-color: #000;
	color: white !important;
}

.serviceVersion3 .et_pb_main_blurb_image {
	line-height: 0px !important
}

.serviceVersion3 .et_pb_blurb_content p {
	text-align: left !important;
}

.serviceVersion3 .et_pb_blurb_content {
	max-width: none !important;
}

/*/////////////SERVICE VERSION 4*/

/*.serviceVersion4{display:none;}*/



.serviceVersion4 .et_pb_blurb {
	background-color: #000;
}

.serviceVersion4 .et_pb_main_blurb_image {
	width: 70px !important;
	height: 70px !important;
	padding: 20px;
	margin-left: -90px;
	margin-top: 7.5px !important;
	position: absolute !important;
	top: 0px;
}

.serviceVersion4 .et_pb_column_1_4 .et_pb_blurb_container {
	max-height: 85px;
	overflow: hidden;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	cursor: pointer;
}

.serviceVersion4 .et_pb_blurb_content {
	position: relative;
	max-width: 90%;
	color: #222222 !important;
	padding: 0 20px;
	overflow: initial !important;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.serviceVersion4 .et_pb_column_1_4 {
	width: 46.5%;
	margin-right: 7%;	/* border: 2px solid #222222; */
	padding: 0 0px;
	padding-right: 0px;
	box-sizing: border-box;
	margin-bottom: 20px;
	background-color: #d5e1df
}

.serviceVersion4 .et_pb_blurb_content .p1 {
	text-align: left !important;
	font-size: 16px !important;
	padding: 0px !important;
	margin-bottom: 20px;
	color: white;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

body .serviceVersion4 h4 {
	color: #000;
	font-size: 20px;
	width: 508px !important;
	height: 50px !important;
	line-height: 25px;
	margin-top: 0;
	display: table-cell;
	vertical-align: middle;
	padding-bottom: 0px !important;
	text-align: left !important;
	font-size: 18px !important;
}

.serviceVersion4 .et_pb_blurb_container {
	overflow: hidden;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.et_pb_blurb_content .flecheServices {
	position: absolute !important;
	top: 0;
	right: 0;
	padding: 0px !important;
	left: auto !important;
	width: 25px;
	margin-top: 38px;
	margin-right: -30px;
	color: white;
}

.serviceVersion4 .flecheServices img {
	width: 25px !important;
	transition: transform 0.5s;
	-webkit-transition: transform 0.5s;
	-moz-transition: transform 0.5s;
	-o-transition: transform 0.5s;
	-ms-transition: transform 0.5s;
	max-width: 200px !important;
	position: relative;
	left: -17px;
	top: -10px;
}

.serviceVersion4 .et_pb_blurb_content h4:before {
	display: none !important;
}

.price {
	position: absolute !important;
	top: -2px;
	right: 20px;
	width: auto !important;
	font-size: 19px !important;
	display: inline-block;
	font-weight: bold;
	left: auto !important;
	margin-top: 31px;
	padding: 0px !important;
	color: white;
}

.nosServices .et_pb_blurb_content h4 {
	font-size: 18px !important;	/*width: 400px!important;*/
}

.serviceVersion4 .et_pb_main_blurb_image {
	position: absolute !important;
	width: 70px !important;
	border: 2px solid gray;
	padding: 7px 0px !important;
	padding-top: 17px !important;
	border-radius: 100%;
	background: #fff;
	transition: background 0.3s;
	-webkit-transition: background 0.3s;
	-o-transition: background 0.3s;
	-ms-transition: background 0.3s;
	-moz-transition: background 0.3s;
	height: 70px !important;	/* padding: 20px; */
	margin-left: -90px;
	margin-top: 7.5px !important;
}

.serviceVersion4 .et_pb_main_blurb_image img {
	width: 98.5px !important;
	max-width: 200px !important;
	position: relative;
	left: -17px;
	top: -10px;
}

.serviceVersion4 .et_pb_blurb_content .presentementouvert {
	max-height: 200px !important;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.iwannarotate .flecheServices img {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

/*lesPrix*/
.lesPrix {
	padding-bottom: 0px;
}

.lesPrix h4 {
	color: #000;
}

.lesPrix p {
	font-size: 13px;
}

/*////////////EQUIPE VERSION 2*/
.equipeVersion2 {
}

.equipeVersion3 {
	padding-bottom: 0;
	display: none;
}

.equipeVersion2 .et_pb_team_member_description h4,
.equipeVersion2 .et_pb_team_member_description p {
	text-align: center;
}

.notreEquipe .equipeVersion2 li:before {
	display: none !important;
}

.notreEquipe .equipeVersion2 ul {
	margin: 0px !important;
}

.notreEquipe .equipeVersion2 li {
	text-align: center !important;
}

.equipeBouton1 {
	margin-right: 20px;
}

/*/////////////SECTION EQUIPE 3*/
.equipeBouton2 {
	margin-right: 20px;
}

.toggleEquipeCacher {
	text-align: center;
	margin-left: -10px;
}

.toggleEquipeCacher:hover {
	cursor: pointer;
}

.sectioncacherEquipe3 {
	max-height: 0px;
	overflow: hidden;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	padding: 0px;
	margin-bottom: 20px;
}

.montrerlequipe {
	max-height: 400px;
}

.flecheEquipe {
	margin-top: 0px;
	margin-bottom: -6px;
	margin-left: 0;
	width: 28px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.tournerFleche.flecheEquipe {
	transform: rotate(180deg);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.equipeVersion3:not(.sectioncacherEquipe3) .et_pb_column:first-child {
	margin-bottom: 0 !important;
}

.sectioncacherEquipe3 img {
	width: 100% !important;
	float: none;
	display: block;
}

.sectioncacherEquipe3 .et_pb_main_blurb_image {
	margin-bottom: 0px;
}

.sectioncacherEquipe3 h4 {
	background-color: #000;
	text-align: center;
	color: white;
	padding: 15px 10px;
}

.sectioncacherEquipe3 p {
	padding: 0px !important;
}

/*////////////NOUVELLE SECTION PARTENAIRE*/
.partenaireVersion2 {
	display: none;
}

.partenaireBouton1 {
	margin-right: 20px;
}

/*////////////BANDEROLE ASSOCIATION*/
.entry-content .banderoleAssociation {
	padding: 0px !important;
}

/*////////////MINI-ABOUT*/
.mini-about h2,
.mini-about p {
	text-align: center !important;
}

.mini-about h2 {
	color: #000;
}

/*///////////GENERAL*/
.et_pb_section {
	padding: 2% 0 !important;
}

.et_pb_section.sliderPrincipal {
	padding: 0 !important;
}

#footer-info img {
	margin-bottom: -10px;
	margin-right: 10px;
}

#footer-info {
	text-align: center;
	width: 100%;
}

.zoneSwag {
	background: #fff;
	color: #000;
	margin-left: -60px;
	padding-left: 60px;
	padding-bottom: 5px;
	padding-top: 3px;
	margin-bottom: 10px;
}

#et-social-icons {
	display: none !important;
}

#footer-bottom {
	background-color: #1f1f1f;
}

/*//////////////////SECTION PRIX*/
.sectionLocationEntrepot p {
	padding-bottom: 1em;
}

/*/////////////////PROMOTION*/
.et_pb_slides,
.et_pb_slide {
	height: 100% !important;
}

.et_pb_slider .et_pb_slide {
	background-position: center right !important;
}

.et_pb_slide:nth-of-type(2) {
	background-position: top left !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.et_pb_slide:nth-of-type(2) .et_pb_slide_image {
	width: 100%;
}

.et_pb_slide:nth-of-type(2) .et_pb_slide_image img {
	max-height: none !important;
}

.zoneTextePromo {
	padding-right: 30px;
}

.et_pb_slide:nth-of-type(2) .et_pb_slide_description {
	background: #000;
	width: 38%;
	margin-right: 0px;
	right: 0px;
	position: absolute;
	padding: 100px 30px;
	display: block;
	border-left: 15px solid white;
	padding-bottom: 0px !important;
	height: 100%;
	text-align: left;
}

.et_pb_slide:nth-of-type(2) .et_pb_container {
	width: 100% !important;
	min-height: 591px !important;
}

.et_pb_slide:nth-of-type(2) a {
	color: white !important;
	text-decoration: underline;
}

.et_pb_slide:nth-of-type(2) a:hover {
	text-decoration: none;
}

/*//////////////////////SOCIAL ICON*/
table.cnss-social-icon {
	position: fixed;
	left: 0px;
	top: 67px;
	z-index: 100000000;
	background-color: #FFF !important;
	line-height: 0px;
}

table {
	border-collapse: separate;
	border-spacing: 0px;
}

#pepidesuka {
	position: fixed;
	left: 0px;
	top: 67px;
	z-index: 1000;
}

#pepidesuka ul {
	width: 48px;
}

#pepidesuka ul li {
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-ms-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
	height: 48px;
	width: 48px;
}

#pepidesuka ul li img {
	height: 100%;
}

#face {
	border-left: 0px solid #3b5998;
}

#face:hover {
	border-left: 5px solid #3b5998;
}

#twit {
	border-left: 0px solid #56a3d9;
}

#twit:hover {
	border-left: 5px solid #56a3d9;
}

#you {
	border-left: 0px solid #bf221f;
}

#you:hover {
	border-left: 5px solid #bf221f;
}

#demandeSoumission h2 {
	padding-bottom: 0px;
	color: white !important;
	float: left;
	margin-top: 13px;
	font-size: 23px;
	margin-left: 7px;
	overflow: hidden;
	-webkit-transition: all 0.3s !important;
	-moz-transition: all 0.3s !important;
	-ms-transition: all 0.3s !important;
	-o-transition: all 0.3s !important;
	transition: all 0.3s !important;
}

#demandeSoumission {
	background-color: #191919;
	position: relative;
	bottom: 0px;
	cursor: pointer;
	overflow: hidden;
	width: 355px !important;
	padding: 0px 10px 0px 0px;
	left: -307px;
	z-index: 100000000000;
	-webkit-transition: all 0.3s !important;
	-moz-transition: all 0.3s !important;
	-ms-transition: all 0.3s !important;
	-o-transition: all 0.3s !important;
	transition: all 0.3s !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

#demandeSoumission:after {
	font-family: 'icons';
	display: block;
	float: right;
	position: absolute;
	right: 0px;
	top: 4px;
	font-size: 34px;
	padding: 8px;
	color: white;
	content: 'h';
}

/*/////////////////////TELEPHONE*/
#telephoneHover {
	background-color: #000;
	position: relative;
	bottom: 0px;
	overflow: hidden;
	width: 215px !important;
	padding: 0px 48px 0px 0px;
	left: -167px;
	z-index: 100000000000;
	-webkit-transition: all 0.3s !important;
	-moz-transition: all 0.3s !important;
	-ms-transition: all 0.3s !important;
	-o-transition: all 0.3s !important;
	transition: all 0.3s !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.telRemove {
	left: 0px !important
}

#telephoneHover h2 {
	padding-bottom: 0px;
	color: white;
	float: left;
	display: block;
	margin-top: 10px;
	margin-left: 7px;
	overflow: hidden;
	-webkit-transition: all 0.3s !important;
	-moz-transition: all 0.3s !important;
	-ms-transition: all 0.3s !important;
	-o-transition: all 0.3s !important;
	transition: all 0.3s !important;
}

#telephoneHover:after {
	font-family: 'fontello';
	display: block;
	float: right;
	position: absolute;
	right: 0px;
	top: 4px;
	font-size: 36px;
	padding: 8px;
	color: #FFF;
	content: '\e801';
}

#telephoneHover:hover {
	left: 0px;
}

#demandeSoumission:hover {
	left: 0px;
}

/*/////////////////HEADER*/
#services {
	padding-top: 180px;
	margin-top: -180px;
}

#videomedialogue,
#realisation,
#prix,
#contact {
	padding-top: 140px;
	margin-top: -140px;
}

#wrapIntro {
	display: none;
	opacity: 1;
	width: 50%;
	position: fixed;
	z-index: 100000;
	left: 50%;
	transform: translate(-50%, -50%);
	top: 50%;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}

#wrapIntro h2 {
	color: #000;
	line-height: 1.2em;
	font-size: 30px;
	padding-bottom: 50px;
}

#clickMeFirst {
	font-size: 20px;
	padding: 5px;
	border: 2px solid #000;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 11000;
	opacity: 1;
	font-family: 'GOTHICB';
	color: #000;
	transition: background-color 0.3s, opacity 1s, border-color 0.3s, color 0.3s;
	-o-transition: background-color 0.3s, opacity 1s, border-color 0.3s, color 0.3s;
	-moz-transition: background-color 0.3s, opacity 1s, border-color 0.3s, color 0.3s;
	-ms-transition: background-color 0.3s, opacity 1s, border-color 0.3s, color 0.3s;
	-webkit-transition: background-color 0.3s, opacity 1s, border-color 0.3s, color 0.3s;
	cursor: pointer;
}

#clickMeFirst:hover {
	background-color: #000;
	color: #FFF;
	border-color: #000;
}

#helpBubble {

	/* display:none; */

	position: fixed;
	right: 25px;
	top: 75px;
	z-index: 9999;
	cursor: pointer;
}

#helpBubble.nope {

	/* pointer-events:none; */
}

/*#helpBubble:hover #helpText{

opacity:1;

z-index:1000;

pointer-events:auto;

cursor:auto;

}*/
#helpText.active {
	opacity: 1;
	z-index: 1000;
	pointer-events: auto;
	cursor: auto;
}

#helpText {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
	position: fixed;
	font-size: 16px;
	padding: 10px;
	top: 85px;
	right: 35px;
	opacity: 0;
	width: 400px;
	height: auto;
	min-height: 200px;
	display: block;
	background-color: rgba(255, 255, 255, 0.95);
	border: 2px solid #dd1f26;
	z-index: 0;
	pointer-events: none;
}

#helpText h3 {
	width: 90%;
}

#helpIcon {
	font-size: 35px;
	border: 2px solid #dd1f26;
	display: block;
	line-height: normal;
	width: 50px;
	text-align: center;
	background-color: #FFF;
	color: #dd1f26;
	border-radius: 50%;
	position: relative;
	z-index: 100000;
}

.dot {
	border: 10px solid #000;
	background: transparent;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	height: 75px;
	width: 75px;
	-webkit-animation: pulse 2.5s ease-out;
	-moz-animation: pulse 2.5s ease-out;
	animation: pulse 2.5s ease-out;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	position: absolute;	/* top: -22px; */

	/* left: -21px; */

	top: -12.5px;
	left: -12.5px;
	z-index: 1;
	opacity: 0;
}

@-moz-keyframes pulse {
	0% {
		-moz-transform: scale(0);
		opacity: 0.0;
	}

	25% {
		-moz-transform: scale(0);
		opacity: 0.1;
	}

	50% {
		-moz-transform: scale(0.1);
		opacity: 0.3;
	}

	75% {
		-moz-transform: scale(0.5);
		opacity: 0.5;
	}

	100% {
		-moz-transform: scale(1);
		opacity: 0.0;
	}

}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(0);
		opacity: 0.0;
	}

	25% {
		-webkit-transform: scale(0);
		opacity: 0.1;
	}

	50% {
		-webkit-transform: scale(0.1);
		opacity: 0.3;
	}

	75% {
		-webkit-transform: scale(0.5);
		opacity: 0.5;
	}

	100% {
		-webkit-transform: scale(1);
		opacity: 0.0;
	}

}

#page-container {
	padding-top: 62px !important;
}

.et-cart-info {
	display: none !important;
}

body #main-header {
	background: #fff;
	z-index: 10000 !important;
	padding: 0px !important;
}

/* .et-fixed-header {padding: 10px 0 10px 0 !important;} */

/* .et-fixed-header {max-height: 43px; margin-top: 10px !important;} */

/* #logo {margin-top: 10px !important; max-height:45px;margin-bottom: 0px; margin-top: 8px !important;} */

#main-header .centered-inline-logo-wrap {
	width: auto !important;
}

#main-header {
	position: fixed;
}

#main-header nav#top-menu-nav {
	padding-top: 0px;
}

#main-header.et-fixed-header nav#top-menu-nav {
	padding-top: 0px;
}

#top-menu li {
	padding-right: 44px;
}

#top-menu a {
	color: #000 !important;
	line-height: 20px;
}

/*   padding: 16px 3px!important;

  width: 100%;

  text-align: right;

  float: left; */
#top-menu li > a {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: -1px;
	font-weight: bolder;
}

#top-menu li.current-menu-ancestor > a,
#top-menu li.current-menu-item > a {
	color: #000 !important;
}

#top-menu a:hover {
	color: #000 !important;
}

#main-header {
	z-index: 50 !important;
}

#et_top_search {
	display: none;
}

#et_mobile_nav_menu .mobile_menu_bar:before {
	color: #FFF !important;
}

.et_mobile_menu {
	border-color: #FFF !important;
}

/*#top-menu .nav-active a{color:#000!important;}*/
#top-menu .nav-active:after {
	width: calc(100% + 30px) !important;
}

#top-menu .nav-active:before {
	color: #000;
}

#top-menu .nav-active a:before {
	color: #000;
}

#top-menu > li {

	/* display: block; */

	/* float: left; */

	/* margin-bottom: -6px; */

	/* padding: 0px 11px; */

	/* padding-right: 19px; */

	/* margin-right: 5px; */
}

#top-menu > li:after {
	content: "";
	width: 0%;
	height: 3px;
	background-color: #000;
	display: block;
	margin: 0;
	position: relative;
	left: -11px;
	-webkit-transition: width 0.5s ease-in-out;
	-moz-transition: width 0.5s ease-in-out;
	-ms-transition: width 0.5s ease-in-out;
	-o-transition: width 0.5s ease-in-out;
	transition: width 0.5s ease-in-out;
}

#top-menu > li:hover:after {
	width: calc(100% + 29px);
}

#top-menu > li:hover:before {
	color: #000;
}

#top-menu > li:hover:before {
	color: #000;
}

.sub-menu li a:before{
	display: none!important;
}

.sub-menu li a{
	font-size: 13px!important;
}

/* #top-menu > li:hover{background: rgba(0,0,0,0.03);} */
#top-menu > li:last-child {
	padding-right: 11px !important;
}

/*MOD HEADER HEIGHT*/
.et_header_style_left #et-top-navigation,
.et_header_style_split #et-top-navigation {
	padding-top: 25px !important;
}

.et_header_style_left #et-top-navigation nav > ul > li > a,
.et_header_style_split #et-top-navigation nav > ul > li > a {
	padding-bottom: 20px !important;
}

#top-menu > li.centered-inline-logo-wrap:after {
	display: none !important;
}

/**/
.reponsiveMenu {
	content: "\61";
	font-size: 32px;
	right: 10%;
	position: fixed;
	top: 15px;
	display: block;
	width: 35px;
	height: 35px;
	z-index: 99999;
	color: #000;
	font-family: 'ETmodules';
	display: none;
}

.reponsiveMenu:before {
	content: "\61";
	color: #000;
	font-family: 'ETmodules';
	font-size: 48px;
	position: relative;
	right: 6.5px;
	top: 8px;
}

.reponsiveMenu:hover {
	cursor: pointer;
	color: #000;
}

/*///////////////////////MENU ICON*/
#top-menu > li a:before {
	font-family: 'fontello';
	display: block;
	float: left;
	position: relative;
	font-size: 20px;
	font-weight: normal;
	top: 0;
	left: 0;
	margin-bottom: 0;
	margin-right: 4px;
	color: #666666;
}

#top-menu > li:hover a:before {
	color: #000;
}

.serviceMenu a:before {
	content: '\e823';
}

.aProposMenu a:before {
	content: '\e813';
}

.avantagesMenu a:before {
	content: '\e814';
}

.realisationsMenu a:before {
	content: '\e804';
}

.partenairesMenu a:before {
	content: '\e81f';
}

.equipeMenu a:before {
	content: '\e80f';
}

.contactMenu a:before {
	content: '\e801';
	font-size: 25px !important;
}

.contactMenu {
	cursor: pointer;
}

/*/////////////////////SLIDEs*/
.et_pb_slide_image {
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
}

#quebecois {
	padding: 0 !important;
}

#quebecois .header-content * {
	display: inline-block;
	vertical-align: middle;
}

#quebecLogo {
	width: 100px;
	transform: rotate(-15deg);
}

#quebecois h2 {
	font-size: 45px;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container .header-content {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
}

/*/////////////////REALISATIONS*/
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	top: 35px !important;
	right: -50px !important;
	background-color: none;
	opacity: 1;
	font-size: 39px;
	width: 39px;
	padding: 8px 10px 10px;
	line-height: 0;
	height: 40px;
	cursor: pointer;
}

.mfp-container {
	cursor: pointer;
}

.mfp-image-holder .mfp-close:hover,
.mfp-iframe-holder .mfp-close:hover {
	background-color: rgba(0, 0, 0, 1);
	color: #000;
}

.mfp-bottom-bar {
	top: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	margin-top: -73px;
	padding: 5px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.mfp-title {
	padding: 0px;
}

.mfp-counter {
	display: none;
}

.gallery-item a,
.gallery-caption {
	width: 100%;
	padding: 0px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.wc-gallery-captions-onhover .gallery-caption {
	display: none !important;
}

.owl-theme .owl-controls .owl-nav .owl-next,
.owl-theme .owl-controls .owl-nav .owl-prev {
	background-position: center center;
	margin-top: 0px;
	background-repeat: no-repeat !important;
	top: 0px;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}

/*//////////////////////SECTION*/

/* div.et_pb_column.et_pb_column_4_4 {padding-bottom: 15px!important;} */

/* div.et_pb_column.et_pb_column_4_4 .et_pb_text{margin-bottom: 15px!important;} */

#servicesSeparator h2 {
	color: #fff;
	margin-bottom: 1% !important;
}

.servicesSeparatorBlanc {
	margin-bottom: 0px !important;
}

.servicesSeparatorBlanc h1 {
	color: #000 !important;
}

.servicesSeparatorBlanc h1:before {
	content: '';
	display: block;
	background: #000;
	height: 2px;
	margin: 20px auto;
	margin-top: 10px !important;
	width: 50%;
}

.texteIntro  p {
	text-align: center !important;
}

.texteIntro:after {
	content: '';
	display: block;
	background: #000;
	height: 2px;
	margin: 20px auto;
	margin-bottom: 10px !important;
	width: 50%;
}

.servicesSeparatorBlanc p {
	color: #000 !important;
	font-family: 'GOTHICB';/* margin-bottom:-35px;  */
	font-size: 15px;
	font-style: italic;
	position: relative;
	top: 30px;
	padding-bottom: 10px !important;
}

.titlePortfolio h1,
.titlePortfolio h2 {
	color: #000 !important;/* margin-bottom:-35px;  */
	text-align: center;
}

#titleAvantage h2 {
	color: #000 !important;
}

#facebookFeed .titlePortfolio h2 {
	color: #fff !important;
}

#facebookFeed .et_pb_row:last-child .et_pb_column {
	padding-bottom: 0 !important;
}

#facebookFeed .et_pb_row:last-child .et_pb_column .et_pb_text {
	margin-bottom: 0 !important;
}

.et_pb_column_1_4 {
	width: 264px;
	margin-right: 8px;
}

/* .nosServices .et_pb_column_1_3 {width: 350px;margin-right: 15px;} */
.nosServices .et_pb_blurb_content {
	overflow: hidden;
	position: relative;
	max-width: none;
}

.et_pb_blurb_content:hover {
	cursor: default;
}

.nosServices .et_pb_blurb_content img {
	width: 100%;
}

.nosServices .classWrapper {
	position: absolute;
	width: 100%;
	height: 100%;
}

.nosServices .classWrapper {
	background-color: #000;
}

.nosServices .et_pb_main_blurb_image,
.et_pb_blurb_content p,
.et_pb_blurb_content h4 {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.nosServices .et_pb_main_blurb_image {
	padding: 0px;
	margin-bottom: 0px;
	top: 0px;
	z-index: 50;
	position: relative;
}

.nosServices .et_pb_blurb_content p {
	left: 0px;
	position: relative;
	text-align: left;
	font-size: 14px;
	padding: 0px 0px;
	z-index: 50;
	position: relative;
}

/* .underText{

display: block;

  height: 100%;

  width: 100%;

  position: absolute;

  top: 100%;

  background: rgba(0,0,0,0.03);

  z-index: 1;

} */
.nosServices .et_pb_blurb_content h4 {
	padding: 12px 0px;
	color: #000 !important;
	bottom: 0px;
	text-align: left;
	width: 100%;
	font-size: 16px;
	z-index: 50;
	position: relative;
}

/* #nosPartenaires {padding: 4% 0!important;} */
#nosPartenaires .et_pb_row:not(:first-child) {
	padding: 2% 0 !important;
}

#nosPartenaires .et_pb_row .et_pb_column {
	margin-bottom: 0 !important;
}

/*

.notreEquipe .et_pb_column_1_2{width:315px;}

.notreEquipe .et_pb_row:last-child{width:690px;}*/
.notreEquipe {
	background-color: #f5f5f5 !important;
}

.notreEquipe {
	box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.00);
	-webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.00);
}

.notreEquipe .et_pb_column_1_3 {
	width: 200px;
	margin-right: 30px;
}

/* .notreEquipe .et_pb_row:not(:first-child) {padding-top:0px;} */

/* .notreEquipe .et_pb_column_4_4{padding-top:30px;} */

.notreEquipe .et_pb_column_4_4 h2 {
	color: #000;
}

.notreEquipe ul li {
	text-align: left;
}

.notreEquipe img.alignleft {
	width: 195px;
	clear: left;
}

.notreEquipe .et_pb_column_1_2 .et_pb_text {
	height: 230px;
	border: 2px solid #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #FFF;
}

.notreEquipe ul {
	padding: 10px 16px 23px 16px;
	margin-left: 205px;
}

.notreEquipe .et_pb_column_1_2 h2 {
	background-color: #000;
	text-align: center;
	color: white;
	padding-top: 8px;
}

.titrePersonne {
	text-align: center;
	font-weight: bolder;
}

#teamBanner .et_pb_blurb {
	padding: 25px;
	border: 2px solid #000;
}

#teamBanner .et_pb_blurb_content {
	max-width: none;
}

#teamBanner * {
	color: #000 !important;
}

#teamBanner .et_pb_main_blurb_image {
	vertical-align: middle;
}

#teamBanner .et-pb-icon {
	font-size: 60px;
}

.woocommerce ul.products li.product h3,
.woocommerce-page ul.products li.product h3 {
	font-family: 'GOTHICB';
	color: #000 !important;
	font-size: 20px !important;
}

.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price,
.woocommerce ul.products li.product .price del,
.woocommerce-page ul.products li.product .price del {
	font-size: 17px !important;
	font-weight: bold;
}

#SectionQuote {
	background: url(./img/sectionQuote.jpg);/* height: 250px; */
	background-position: center center !important;
	position: relative;
	z-index: 25;
	border-bottom: 5px solid #000;
}

#SectionQuote p {
	color: white;
	text-align: center;
	font-size: 40px;
	font-weight: 600;
	text-transform: uppercase;
	text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
	font-style: italic;
	line-height: 50px;/* margin-top: 49px; */
}

#SectionQuote:before {
	content: '';
	display: block;
	height: 75px;
	width: 105px;
	background-size: 100% !important;
	background: url(./img/up-quotation.png);
	position: absolute;
	top: -50px;
	left: 15px;
}

#SectionQuote:after {
	content: '';
	display: block;
	height: 75px;
	width: 105px;
	background-size: 100% !important;
	background: url(./img/down-quotation.png);
	position: absolute;
	bottom: -50px;
	right: 15px;
}

.notreEquipe li {
	list-style-type: none !important;
	margin-top: 8px;
	margin: 8px auto !important;
}

.notreEquipe li:before {
	content: '';
	display: block;
	width: 25px;
	height: 25px;
	background: url(./img/liste.png);
	position: relative;
	top: -1px;
	background-size: 100% !important;
	float: left;
	margin-right: 12px;
}

#nosProduits .et_pb_text {
	overflow: hidden;
}

.zoneTexture {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAIUlEQVQIW2NkQAY2CWcY4Xwgh+HIAhOIAJQDYjIic0ACACrVCm0WRy4sAAAAAElFTkSuQmCC) repeat;
	background-color: #fff;	/* box-shadow: inset 0px -2px 6px rgba(0,0,0,0.7); */
	background-position: top center !important;
}

.logoSlide {
	height: 100px;
	background-image: url('./img/logoPartenaire.jpg');
	background-size: cover;
	background-repeat: repeat;
}

#slide2.logoSlide {
	background-image: url('./img/logoPartenaire2.jpg') !important;
}

.logoSlide:before {
	content: "[";
	float: left;
	font-size: 125px;
	position: relative;
	top: 25px;
	left: -11px;
	color: #000;
}

.logoSlide:after {
	content: "]";
	float: right;
	font-size: 125px;
	position: relative;
	top: 25px;
	right: -11px;
	color: #000;
}

.ie .logoSlide:after,
.ie .logoSlide:before {
	display: none !important;
}

/*V-CARD REVAMP*/

/*

#avantageBox .et_pb_row{

width:100%;

padding-top:0px;

}



#avantageBox .infoServices {

position: relative;

}



#avantageBox .infoServices .infoService {

width: 50%;

float: left;

position: relative;

overflow: hidden;

-webkit-box-sizing:border-box;

-moz-box-sizing:border-box;

-ms-box-sizing:border-box;

-o-box-sizing:border-box;

box-sizing:border-box;

}



#avantageBox .infoServices .infoService .back-content {

position: absolute;

top: 0;

right: 0;

width: 100%;

height: 100%;

z-index: 6;

}





#avantageBox .infoServices .infoService:nth-child(1){border-right:1px solid #FFF;	border-bottom:1px solid #FFF;}

#avantageBox .infoServices .infoService:nth-child(2){border-left:1px solid #FFF;	border-bottom:1px solid #FFF;}

#avantageBox .infoServices .infoService:nth-child(3){border-right:1px solid #FFF;	border-top:1px solid #FFF;}

#avantageBox .infoServices .infoService:nth-child(4){border-left:1px solid #FFF;	border-top:1px solid #FFF;}



#avantageBox .infoServices .infoService:nth-child(1) .description .icon{background-image:url('./img/vcard/horloge.png');}

#avantageBox .infoServices .infoService:nth-child(2) .description .icon{background-image:url('./img/vcard/region.png');}

#avantageBox .infoServices .infoService:nth-child(3) .description .icon{background-image:url('./img/vcard/license.png');}

#avantageBox .infoServices .infoService:nth-child(4) .description .icon{background-image:url('./img/vcard/methode.png');}



#avantageBox .infoServices .infoService .description {

position: absolute;

top: 50%;

margin-top: -73px;

left: 0;

width: 100%;

color: #fff;

text-align: center;

font-size: 1.2em;

font-weight: 600;

-webkit-transition:all 0.3s ease-in-out;

-moz-transition:all 0.3s ease-in-out;

-ms-transition:all 0.3s ease-in-out;

-o-transition:all 0.3s ease-in-out;

transition:all 0.3s ease-in-out;

}



#avantageBox .infoService:hover .description{

top:20px!important;

}



#avantageBox .infoServices .infoService .description .icon {

  height: 115px;

  width:170px;

  display: block;

  margin: 0 auto;

  -webkit-transition:all 0.3s ease-in-out;

  -moz-transition:all 0.3s ease-in-out;

  -ms-transition:all 0.3s ease-in-out;

  -o-transition:all 0.3s ease-in-out;

  transition:all 0.3s ease-in-out;

background-position: center center;

}



#avantageBox .infoServices .infoService:hover .description .icon{opacity:0;}



#avantageBox .infoServices .infoService .description h3{

color:#FFF;

}



#avantageBox .infoServices .infoService .inner{

position: absolute;

width: auto;

padding: 0px!important;

color: #FFF;

opacity:0;

font-size:18px;

line-height:1.3em;

visibility: hidden;

list-style-type: none!important;

top:57%;

left: 50%;



-webkit-transform: translate(-50%,-50%);

-moz-transform: translate(-50%,-50%);

-ms-transform: translate(-50%,-50%);

-o-transform: translate(-50%,-50%);

transform: translate(-50%,-50%);



-webkit-transition:all 0.3s ease-in-out;

-moz-transition:all 0.3s ease-in-out;

-ms-transition:all 0.3s ease-in-out;

-o-transition:all 0.3s ease-in-out;

transition:all 0.3s ease-in-out;

}



#avantageBox .infoServices .infoService:hover .inner {

opacity: 1;

visibility: visible;

list-style-type: none!important;

}



#avantageBox .infoServices .infoService .heures .inner li span{float:right; margin-left:20px;}







#avantageBox .infoService .back-content::before {

position: absolute;

top: 30px;

right: 30px;

bottom: 30px;

left: 30px;

border: 2px solid #fff;

box-shadow: 0 0 0 30px rgba(255,255,255,0.2);

content: '';

opacity: 0;

-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;

-moz-transition: opacity 0.35s, -webkit-transform 0.35s;

-ms-transition: opacity 0.35s, -webkit-transform 0.35s;

-o-transition: opacity 0.35s, -webkit-transform 0.35s;

transition: opacity 0.35s, transform 0.35s;



-webkit-transform: scale3d(1.2,1.4,1);

-moz-transform: scale3d(1.2,1.4,1);

-ms-transform: scale3d(1.2,1.4,1);

-o-transform: scale3d(1.2,1.4,1);

transform: scale3d(1.2,1.4,1);

}



#avantageBox .infoService:hover .back-content::before{

opacity: 1;

-webkit-transform: scale3d(1,1,1);

-moz-transform: scale3d(1,1,1);

-ms-transform: scale3d(1,1,1);

-o-transform: scale3d(1,1,1);

transform: scale3d(1,1,1);

}



#avantageBox .infoService:hover .back-content {

background-color: rgba(7,114,186,0.6);

}





#centreInfo{

position: absolute;

z-index: 1000;

left: 50%;

top: 50%;

-webkit-transform: translate(-50%,-50%);

-moz-transform: translate(-50%,-50%);

-ms-transform: translate(-50%,-50%);

-o-transform: translate(-50%,-50%);

transform: translate(-50%,-50%);

background-color: #FFF;

height: 200px;

width: 200px;

border-radius: 50%;

background-image:url("./img/logoFade.png");

background-size:cover;

background-position:center center;

}



#centreInfo h2{

padding: 0px;

position: absolute;

top: 50%;

width: 100%;

text-align: center;

-webkit-transform: translateY(-50%);

-moz-transform: translateY(-50%);

-ms-transform: translateY(-50%);

-o-transform: translateY(-50%);

transform: translateY(-50%);

}





/*********Contact info icon*/



#cff .cff-item {
	padding: 20px !important;
	background: white;
	float: left;
	box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.1);
	margin-right: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
	clear: none;
	width: calc(100% / 3 - 20px);
	position: relative;
	top: 0px;
	transition: top 0.5s;
	-webkit-transition: top 0.5s;
	-moz-transition: top 0.5s;
	-o-transition: top 0.5s;
	-ms-transition: top 0.5s;
}

.cff-page-name {
	color: #000
}

#cff .cff-item:hover {
	top: -10px;
}

#cff .cff-item:nth-child(3n) {
	margin-right: 0px !important;
}

#cff .cff-item:nth-child(4n+4) {
	margin-top: 15px !important;
}

#cff .cff-item:nth-child(4n) {
	clear: left;
}

#titleContact h2 {
	color: #000 !important;
}

#titleContact {
	margin-bottom: -20px !important;
}

.et_pb_testimonial {
	background: white;
}

#emailContainer a {
	color: #666666 !important;
}

#emailContainer {
	margin-bottom: -25px !important;
}

#emailSection {
	background: #000;
	padding: 20px;
	height: auto;
	width: 472px;
	margin-bottom: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

#emailContainer p {
	font-size: 19px;
}

#adresseSection p {
	font-size: 19px;
}

#telSection p {
	font-size: 19px;
}

.wpcf7-submit {
	background: #000;
	border: none;
	padding: 10px;
	font-size: 20px;
	color: #FFF;
	cursor: pointer;
	border: 2px solid #FFF;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	margin: 0px;
	width: 100%;
	margin-top: 10px;
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em -1em;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
}

.fileUpload:hover span:first-child {
	color: #000;
	background-color: white;
}

.wpcf7-submit:hover,
.fileUpload span:first-child:hover {
	background-color: #FFF;
	color: #000;
	border-color: white;
}

.fileUpload {
	position: relative;
	overflow: hidden;
}

.Upload {
	position: absolute !important;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.fileUpload input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	width: 100%;
	height: 100%;
}

.fileUpload span:first-child {
	font-family: arial;
	background: #000;
	color: #FFF;
	cursor: pointer;
	border: 2px solid #FFF;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	width: 100%;
	display: block;
	font-size: 20px;
	padding: 10px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

/*///////////////////////form validation*/
div.wpcf7-validation-errors {
	border: 2px solid #000;
	background: #000;
	color: #000;
	position: absolute;
	bottom: 16px;
	left: -7px;
	z-index: 99;
	width: 508px;
}

.wpcf7-response-output {
	position: absolute;
	bottom: 16px;
	left: -7px;
	z-index: 99;
	width: 508px;
}

div.wpcf7-mail-sent-ok {
	position: absolute;
	bottom: 16px;
	left: -7px;
	z-index: 99;
	width: 508px;
}

.wpcf7-not-valid-tip {
	display: none !important;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
	background: #398f14;
	color: #fff;
}

span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	background: #ff0000;
	border: 1px solid #ff0000;
	font-size: 10pt;
	width: 280px;
	padding: 2px;
}

.wpcf7-textarea {
	height: 100px;
	resize: none;
}

.ajax-loader {
	position: absolute;
	right: 568px;
	bottom: 190px;
	width: 25px;
}

.et_pb_contact_submit {
	background-color: #FFF;
	cursor: pointer;
}

.et_pb_contact_reset {
	display: none;
}

/********************/

/***modif par jack***/

/********************/



div.titlePortfolio {
	margin-bottom: 0;
}

/* div.et_pb_column.et_pb_column_4_4{padding-bottom:30px;} */

/*3 sections contact*/



#contact {
	padding-top: 62px;
	margin-top: -62px;
	display: block;
}

.et_pb_column_1_3 {
	width: 315px;
}

#contactSection .et_pb_column_1_2 {
	width: 100%;
	margin-right: 0px !important
}

#contactSection > div:nth-of-type(2) img {
	width: 100px;
}

#emailSection {
	margin-top: 0;
	width: 100% !important;
}

/*Vous pouvez effacer cette ligne si jamais vous reussissez a enlever le p vide*/

/*En dessous de l'image de la lettre*/

/*#emailContainer p:nth-of-type(1) {display: none;}*/

/*Formulaire*/

.wpcf7-captchar {
	width: calc(100% - 107px) !important;
	margin-right: 6px;
}

.wpcf7-captchac {
	margin-top: 4px;
	background-color: white;
	float: right;
	width: auto;
	height: 33px;
}

.wpcf7 p {
	padding-bottom: 0px;
}

input[type=text],
input[type=email],
input[type=tel],
input.text,
input.title,
textarea,
select {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	border: 2px solid #FFF !important;
	padding: 7px;
	width: 100%;
	margin: 4px 0px;
	font-family: arial;
}

input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
	border: 2px solid #000 !important;
}

textarea {
	resize: vertical;
}

#gmap {
	width: 100%;
	height: 750px;
	background-image: url('./img/jolibac.png');
	background-position: center center;
	background-size: cover;
}

#map-window h4 {
	color: #000 !important;
}

#map-window p {
	color: #000 !important;
	padding-bottom: 0px;
}

#map-window a {
	color: #000 !important;
	text-decoration: underline !important;
}

#gmap img {
	max-width: none !important;
}

/********************/

/*fin modif par jack*/

/********************/

/*FOOTER*/

#main-content {
	position: relative;
	z-index: 5;
	margin-top: -3px;
}

#main-footer {
	bottom: 0px;
	width: 100%;
	z-index: 3;
}

#contactSection {
	position: relative;
	padding: 0 !important;
}

#contactSection .et_pb_column_1_2.contactZone {
    width: 510px;
    position: absolute;
    z-index: 99;
    top: 60px;
    left: 70px;
}

#contactSection .et_pb_column_1_2.gmapZone {
	float: none;
	width: 100%;
}

#contactSection .et_pb_column_1_2 #gmap {
	margin-bottom: 0px;
}

#et-social-icons .et-social-icon a:hover,
#footer-info a:hover {
	color: #000 !important;
}

#backtotop {
	background-color: #000;
	color: white;
	position: fixed;
	bottom: -40px;
	right: 10px;
	z-index: 1000;
	padding: 5px 15px;
	font-weight: bold;
	cursor: pointer;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

#backtotop span {
	font-size: 22px;
	line-height: 0.5em;
	display: block;
	float: right;
	width: 25px;
	height: 33px;
	position: absolute;
	left: -14px;
	background-color: #000;
	background-image: url(img/backToTop.png);
	top: 0;
	background-size: 85% !important;
	background-repeat: no-repeat !important;
	background-position-x: 5px;
	background-position-y: 2px;
}

.titleAvantage ul li:before {
	font-family: 'fontello';
	display: block;
	float: left;
	position: relative;
	font-size: 24px;
	top: 0px;
	margin-right: 5px;
	color: #000;
	content: '\e80a';
	width: 24px;
	height: 24px;
}

.titleAvantage ul li {
	list-style-type: none !important;
	margin-bottom: 10px;
}

.titleAvantage ul {
	padding: 0px;
	margin-top: 10px;
}

.backitup {
	bottom: 0px !important;
}

/*ANIMATION*/
#contactSection .et_pb_column_1_3 div div {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-backface-visibility: hidden;
}

@-webkit-keyframes bounce {
	0%,
	20%,
	53%,
	80%,
	100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	40%,
	43% {
		-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		-webkit-transform: translate(0, -30px);
		transform: translate(0, -30px);
	}

	70% {
		-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		-webkit-transform: translate(0, -15px);
		transform: translate(0, -15px);
	}

	90% {
		-webkit-transform: translate(0, -4px);
		transform: translate(0, -4px);
	}

}

@keyframes bounce {
	0%,
	20%,
	53%,
	80%,
	100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	40%,
	43% {
		-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		-webkit-transform: translate(0, -30px);
		-ms-transform: translate(0, -30px);
		transform: translate(0, -30px);
	}

	70% {
		-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		-webkit-transform: translate(0, -15px);
		-ms-transform: translate(0, -15px);
		transform: translate(0, -15px);
	}

	90% {
		-webkit-transform: translate(0, -4px);
		-ms-transform: translate(0, -4px);
		transform: translate(0, -4px);
	}

}

#contactSection .et_pb_column_1_3:hover div div {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	-moz-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
	-o-transform-origin: center bottom;
	transform-origin: center bottom;
}

#contactSection .et_pb_column_1_3 div div {
	width: 50% !important;
	margin: 0 auto !important;
}

#gmap {
	margin-left: 0px !important;
}

#avantageBox {
	-webkit-box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.0);
	-moz-box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.0);
	-ms-box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.0);
	-o-box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.0);
	box-shadow: inset 0 0px 7px rgba(0, 0, 0, 0.0);
}

#avantageBox,
#avantageBox .et_pb_row {
	padding: 0 !important;
}

#avantage {
	padding-top: 80px;
	margin-top: -80px;	/* padding: 0!important; */

	/* margin-top: 35px; */

	display: block;
	position: absolute;
}

.lightgallery {
	padding: 10px;
}

.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
	transform: translateY(-50%);
	margin-top: 0px !important;
}

/*///////////////////////responsive//////////////////////*/

/*-------------------[960px]------------------*/

/*@media only screen and (min-width:767px){

.realisationType2 .owl-wrapper{

display:flex !important;

width:100% !important;

justify-content:space-around;

}



}

*/

/*@media only screen and (max-width: 1600px){

.serviceVersion4 .et_pb_blurb_content h4 {

font-size: 15px !important;

width: 400px!important;

}

}

*/
@media only screen and (max-width:1300px) and (min-width:981px) {
	#top-menu li > a {
		font-size: 13px;
	}

	.notreEquipe img.alignleft {
		width: 100%;
		float: none !important;
		margin-right: 0px;
		margin-bottom: -20px;
	}

	.notreEquipe .et_pb_column_1_2 .et_pb_text {
		height: auto !important;
	}

	.notreEquipe ul {
		margin-left: 0px !important;
	}

	.notreEquipe li {
		padding: 0 25px;
	}

	.notreEquipe .et_pb_text {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
	}

}

@media only screen and (max-width:1250px) and (min-width:1200px) {
	#top-menu li > a {
		font-size: 14px;
	}

}

@media only screen and (max-width:1200px) and (min-width:981px) {
	#main-header .container {
		width: 90% !important;
	}

	#top-menu li {
		padding-right: 22px;
	}

	h1 > a,
	h2 > a {
		padding-top: 100px;
		margin-top: -100px;
		display: block;
	}

}

@media only screen and (max-width:1200px) {
	#services {
		padding-top: 160px;
		margin-top: -160px;
	}

	#videomedialogue,
	#realisation,
	#prix,
	#contact {
		padding-top: 120px;
		margin-top: -120px;
	}

	.logoSlide {
		background-size: cover;
	}

}

@media only screen and (max-width:1100px) and (min-width:981px) {
	#contactSection .et_pb_row:nth-of-type(2) .et_pb_column_1_3 {
		width: 265px;
	}

	#emailContainer strong {
		margin-left: -20px;
	}

	#post-20 div .et_pb_section:nth-of-type(4) .et_pb_column:nth-of-type(1) {
		width: 630px;
		margin-right: 10px;
	}

	/*CONTACT FORM SECTION*/
	#contactSection .et_pb_row:nth-of-type(3) > div:nth-of-type(1) {
		width: 29.5%;
	}

	/*GMAP SECTION*/
	#contactSection .et_pb_row:nth-of-type(3) > div:nth-of-type(2) {
		width: 66.5%;
	}

	.et_pb_text p:last-of-type {
		padding-bottom: 1px;
	}

	.et_pb_column_1_4 {
		width: 234px;
	}

	#SectionQuote:before {
		height: 65px;
		width: 90px;
		top: -40px;
	}

	#SectionQuote:after {
		height: 65px;
		width: 90px;
		bottom: -40px;
	}

	.et_pb_column_1_3 {
		width: 280px;
	}

	.notreEquipe ul {
		padding: 7px 0px 0px 0px;
		margin-left: 0px;
	}

	#gmap {
		height: 541px;
	}

	#emailSection {
		height: 480px;
	}

	.fileUpload input[type=file] {
		font-size: 10px !important;
	}

	/*   #logo {

	max-height: 32px !important;

	margin-top: 13px !important;

	} */
	.sectioncacherEquipe3 h4 {
		font-size: 15px;
	}

}

@media only screen and (min-width:981px) {
	.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item {
		width: 23%;
		margin: 0 2% 2% 0;
	}

	#et-top-navigation {
		display: block !important;
	}

	.et_header_style_split .et-fixed-header .centered-inline-logo-wrap {
		height: 66px !important;
		margin: -33px 0 !important;
	}

}

@media only screen and (max-width:980px) {
	
	h1,h2,h3,h4 {padding-top:15px;}
	

	.et_gallery_item,
	.et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item:nth-child(n),
	.et_pb_column .et_pb_grid_item:nth-child(n),
	.et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(n),
	.et_pb_column .woocommerce ul.products li.product:nth-child(n),
	.woocommerce-page ul.products li.product:nth-child(n) {
		width: 23% !important;
		margin: 0 2% 2% 0 !important;
	}

	.et_pb_column .et_pb_grid_item:nth-child(3n+1) {
		clear: none;
	}

	#services {
		padding-top: 120px;
		margin-top: -120px;
	}

	#videomedialogue {
		padding-top: 120px;
		margin-top: -120px;
	}

	#contact {
		padding-top: 0px;
		margin-top: 0px;
	}

	#aPropos img {
		width: 100%;
	}

	.infoServices .infoService {
		width: 100%;
	}

	#nosPartenaires .et_pb_row.partenaireVersion1 {
		padding-bottom: 30px !important;
	}

	#nosServices .et_pb_row_1 {
		padding-bottom: 0px;
	}

	#nosServices .serviceVersion1:last-of-type {
		padding-top: 0px;
	}

	.montrerlequipe {
		max-height: 1000px;
	}

	#demandeSoumission:after {
		font-family: 'icons';
		display: block;
		float: right;
		position: absolute;
		right: -3px;
		top: -3px;
		font-size: 19px;
		padding: 8px;
		color: white;
		content: 'h';
	}

	#pepidesuka h2 {
		font-size: 15px !important;
		margin-top: 9px;
	}

	#demandeSoumission {
		left: -195px !important;
		width: 225px !important;
	}

	#demandeSoumission:hover {
		left: 0px !important;
	}

	#top-menu > li a:before {
		display: none !important;
	}

	.serviceVersion2 .et_pb_main_blurb_image {
		margin-left: -95px;
	}

	.serviceVersion2 .et_pb_blurb_content {
		max-width: 650px;
	}

	#page-container {
		padding-top: 0 !important;
	}

	.et_pb_section:not(#aPropos) .et_pb_row:first-child .et_pb_column {
		margin-bottom: 0 !important;
	}

	/* #main-header .logo_container {display: block!important;} */
	h1 > a,
	h2 > a {
		padding-top: 104px;
		margin-top: -104px;
		display: block;
	}

	h2 a#videomedialogue {
		padding-top: 733px;
		margin-top: -733px;
	}

	#contactSection .et_pb_column.contactZone {
		width: 318px !important;
		bottom: -10px;
	}

	.sectionWithTitle .et_pb_row:first-child {
		padding-bottom: 0 !important;
	}

	#nosPartenaires.sectionWithTitle .et_pb_row:first-child {
		padding-bottom: 2% !important;
	}

	.sectionWithTitle .et_pb_row:first-child .et_pb_text {
		margin-bottom: 0 !important;
	}

	#nosProduits .productTitle .et_pb_column {
		padding: 0 !important;
		margin: 0 !important;
	}

	.et_header_style_left #logo,
	.et_header_style_split #logo {
		max-width: none !important;
	}

	.et_header_style_split #logo {
		max-height: none !important;
	}

	#logo {
		width: 140px;
		margin: 7px auto 0px !important;
		display: block !important;
		float: left !important;
	}

	.et_header_style_split #et-top-navigation {
		padding-top: 0px;
	}

	.et_header_style_split #et-top-navigation {
		padding-top: 0px;
		width: auto;
		float: right;
	}

	#main-header #et-top-navigation {
		display: none;
		margin-right: 0;
		position: fixed;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.8);
		left: 0;
		top: 0;
		z-index: 90 !important;
	}

	#et_mobile_nav_menu {
		display: none !important;
	}

	.et_header_style_split nav#top-menu-nav {
		display: block;
	}

	.contactMenu:before {
		font-size: 83px !important;
	}

	#top-menu > li {
		display: block;
		background: rgba(255, 255, 255, 1);
		border-bottom: 0;
		padding-right: 0px !important;
		padding-left: 0px !important;
		margin-bottom: 0px;
		overflow: hidden;
	}

	#top-menu-nav #top-menu li.menu-item > a {
		padding: 25px 3px !important;
	}

	/*

	#centreInfo{display:none;}



	#avantageBox .infoServices .infoService .inner {

		padding: 0px!important;

		font-size: 16px;

		width: 75%;

		margin: 0 auto;

		display: block;

		line-height: 1.4em;

	}



	#avantageBox .infoServices .infoService div:not(.heures) .inner {text-align:center;}

	*/
	body {
		padding-top: 57px !important;
	}

	#contactSection .et_pb_column_1_2.gmapZone {
		margin-bottom: 0px;
	}

	#contactSection .et_pb_column_1_2.contactZone {
		z-index: 99;
		width: 390px;
		padding-bottom: 0px;
	}

	#contactSection .et_pb_column_1_2.contactZone h2 {
		font-size: 23px;
	}

	.wpcf7-captchar {
		width: 100% !important;
		padding: 7px 5px !important;
	}

	.wpcf7-captchac {
		padding: 0px 35%;
		margin-bottom: 4px;
	}

	.et_pb_column_1_4 {
		width: 337px;
		padding-bottom: 0px !important;
	}

	.nosServices .et_pb_blurb {
		margin-bottom: 0px;		/*padding-bottom:10px; */
	}

	#SectionQuote h1 {
		font-size: 40px !important;
		margin-top: 0;
		padding-bottom: 0 !important;
	}

	.et_pb_column_1_3 {
		width: 230px;
	}

	.et_pb_testimonial {
		margin-bottom: -30px;
	}

	#sectionPromotion .et_pb_slide_description {
		padding: 136px 30px;
		padding-bottom: 0px !important;
		height: 334px;
	}

	#emailSection {
		width: 318px;
	}

	#gmap {
		margin-left: 17px;
	}

	#emailContainer a span {
		display: block;
	}

	#top-menu {
		display: block !important;
	}

	#top-menu > li {
		display: inline-block;
		background: rgba(255, 255, 255, 1);
		border-bottom: #000 0px solid;
		padding-right: 0px !important;
		padding-left: 0px !important;
		margin-bottom: 0px;
		overflow: hidden;
	}

	#top-menu > li a {
		float: none;
		width: 300px;
		text-align: center;
		padding-right: 0px !important;
		padding-left: 0px !important;
	}

	#top-menu > li a:before {
		position: absolute;
		left: -3px;		/* width: 250px; */
		font-size: 83px !important;
		top: 32px;
		-webkit-transform: rotate(-3deg);
		-moz-transform: rotate(-3deg);
		-ms-transform: rotate(-3deg);
		-o-transform: rotate(-3deg);
		transform: rotate(-3deg);
	}

	#top-menu > li a:hover {
		color: white !important;
	}

	#top-menu > li:last-child {
		border-bottom: #000 0px solid;
		padding-right: 0px !important;
	}

	#top-menu > li:after {
		display: none;
	}

	#SectionQuote:before {
		top: -30px;
	}

	#SectionQuote:after {
		bottom: -30px;
	}

	#top-menu a {
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}

	#top-menu > li a:after {
		left: -85px !important;
		display: none;
	}

	#top-menu > li.nav-active,
	#top-menu > li a:hover {
		background: #000;
	}

	#top-menu > li.nav-active a {
		color: #fff !important;
	}

	#top-menu-nav > ul > li > a:hover {
		opacity: 1 !important;
	}

	#top-menu {
		display: block !important;
		width: 300px;
		position: fixed;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	/* 	#logo {

		max-height: 45px;

		margin: 8px auto;

		margin-bottom: 4px;

		display: block;

		float: none;

	} */
	#top-menu > li a:after {
		left: -7px;
	}

	#top-menu > li:hover a:after {
		width: calc(100% + 14px);
	}

	#pepidesuka {
		top: 150px;
		z-index: 50 !important
	}

	#pepidesuka ul {
		width: 30px;
	}

	#pepidesuka ul li {
		height: 30px;
		width: 30px;
	}

	#telephoneHover h2 {
		font-size: 18px;
		margin-top: 5px;
	}

	#telephoneHover:after {
		font-size: 19px;
		padding: 4px 9px;
		top: 0px;
	}

	#telephoneHover {
		padding: 0px 30px 0px 0px;
		width: 150px !important;
		left: -120px;
	}

	#et-top-navigation {
		display: none;
		margin-right: 0;
		position: fixed;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.8);
		left: 0;
		top: 0;
		z-index: 90 !important
	}

	.reponsiveMenu {
		display: block;
	}

	.mobile_menu_bar {
		display: none;
	}

	.fileUpload span:first-child {
		font-size: 16px;
		padding: 3px;
	}

	/*.teamRow {padding-bottom: 0!important;}*/
	.becomeTeamMember {
		padding: 0 !important;
		margin: 0 auto !important;
	}

	.productTitle {
		padding: 2% 0 !important;
	}

}

@media only screen and (max-width:767px) {
	.et_gallery_item,
	.et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item:nth-child(n),
	.et_pb_column .et_pb_grid_item:nth-child(n),
	.et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(n),
	.et_pb_column .woocommerce ul.products li.product:nth-child(n),
	.woocommerce-page ul.products li.product:nth-child(n) {
		width: 45% !important;
		margin: 0 2.5% 5% 2.5% !important;
	}

	#realisation,
	#prix {
		padding-top: 100px;
		margin-top: -100px;
	}

	#contact {
		padding-top: 60px;
		margin-top: -60px;
	}

	#SectionQuote p {
		font-size: 30px;
		line-height: 40px
	}

	#SectionQuote:before,
	#SectionQuote:after {
		height: 50px;
		width: 70px;
	}

	.realisationType2 .lightgallery .overlay h3 {
		font-size: 13px;
		padding: 10px 5px !important;
	}

	/*	#avantageBox .infoServices .infoService{

		width:100%;

		border-top:2px solid #FFF;

		border-bottom:0!important;

		border-left:0!important;

		border-right:0!important;

	}



	#avantageBox .infoService .description {top: 20px!important;}



	#avantageBox .infoServices .infoService .description .icon{opacity:0;}





	#avantageBox .infoServices .infoService .inner {

		opacity: 1;

		visibility: visible;

		width:auto;

	}

	*/
	
	
	h2 a#videomedialogue {
		padding-top: 625px;
		margin-top: -625px;
	}

	.et_pb_slider .et_pb_container {
		width: 90% !important;
	}

	.et_pb_media_alignment_center .et_pb_slide_image {
		top: 30% !important;
	}

	.owl-theme .owl-controls .owl-nav .owl-next,
	.owl-theme .owl-controls .owl-nav .owl-prev {
		width: 30px;
	}

	.gallery-item a,
	.gallery-caption {
		padding: 0px 0px;
	}

	.et_pb_column_1_4 {
		width: 400px;
	}

	.zoneTextePromo {
		padding-right: 0px !important;
	}

	.et_pb_slide_image,
	.et_pb_slide_video {
		display: block !important;
	}

	.et_pb_media_alignment_center .et_pb_slide_image {
		top: 27.5%;
	}

	.et_pb_column_1_3 {
		width: 400px;
	}

	.notreEquipe ul {
		padding: 0px 0px 0px 0px;
		text-align: center;
		margin-left: 160px;
	}

	.notreEquipe li {
		margin: 2px auto !important;
		font-size: 12px;
		text-align: center !important;
	}

	.notreEquipe .et_pb_column_1_2 .et_pb_text {
		height: 185px;
		border: 2px solid #000;
	}

	.notreEquipe img.alignleft {
		width: 160px;
		clear: left;
		margin-right: 0px;
	}

	.notreEquipe .et_pb_column_1_2 h2 {
		font-size: 22px;
	}

	#nosRealisations .et_pb_text {
		margin-bottom: 0 !important;
	}

	#SectionQuote h1 {
		margin-top: 0px;
	}

	#contactSection .et_pb_column.contactZone,
	#emailSection {
		width: 100% !important;
	}

	.et_pb_column_1_2 {
		padding-bottom: 0px;
	}

	.notreEquipe li:before {
		display: none;
	}

	#cff .cff-item {
		margin-right: 20px;
		width: calc(100% / 2 - 10px);
	}

	#cff .cff-item:nth-child(3n) {
		margin-right: 20px !important;
	}

	#cff .cff-item:nth-child(2n) {
		margin-right: 0px !important;
	}

	.cff-item:nth-child(4n) {
		clear: none !important;
	}

	.cff-item:nth-child(2n+3) {
		clear: left !important;
	}

	#cff .cff-item:last-of-type {
		margin-top: 25px !important;
	}

	#contactSection .contactZone,
	#contactSection .gmapZone {
		margin-bottom: 0 !important;
	}

	#contactSection .et_pb_column_1_2 {
		width: 100% !important;
	}

	#contactSection .et_pb_column_1_2.contactZone {
		position: relative;
		bottom: 0;
		left: 0;
		width: 100%;
	}

	.wpcf7-captchar {
		width: 75% !important;
		padding: 7px 5px !important;
	}

	.wpcf7-captchac {
		padding: 0px;
		margin-bottom: 4px;
	}

	#counterNumber .et_pb_column_1_4 {
		width: 50%;
		margin-right: 0px;
	}

	.nosServices .et_pb_column_1_4 {
		width: 49%;
	}

	.nosServices .et_pb_column_1_4:nth-child(2) {
		margin-right: 0px;
	}

	.nosServices .et_pb_column_1_4:nth-child(4) {
		margin-right: 0px;
	}

	/*	.nosServices .et_pb_blurb_content h4{

		height:auto;

	}*/
	.serviceVersion4 .et_pb_blurb_content {
		max-width: 81.5%;
	}

}

@media only screen and (max-width:540px) {
	.owl-theme .owl-controls .owl-nav .owl-next,
	.owl-theme .owl-controls .owl-nav .owl-prev {
		display: block !important;
	}

}

@media only screen and (min-width:980px) {
	.glisser {
		display: none;
	}

}

@media only screen and (max-width:479px) {
	.texteMobileOnly {
		display: block;
	}

	.texteDesktopOnly {
		display: none;
	}

	.et_gallery_item:nth-child(n),
	.et_pb_column .et_pb_filterable_portfolio_grid .et_pb_portfolio_item.et_pb_grid_item:nth-child(n),
	.et_pb_column .et_pb_grid_item:nth-child(n),
	.et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(n),
	.et_pb_column .woocommerce ul.products li.product:nth-child(n),
	.woocommerce-page ul.products li.product:nth-child(n) {
		width: 45% !important;
		margin: 0 2.5% 5% 2.5% !important;
	}

	.reponsiveMenu {
		top: 20px;
	}

	#SectionQuote p {
		font-size: 25px;
		line-height: 32px
	}

	.servicesBouton3 {
		margin-right: 20px;
	}

	.montrerlequipe {
		max-height: 2000px;
		padding-bottom: 20px;
	}

	#helpText {
		width: 300px !important;
	}

	body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
		width: 70% !important;
		height: auto !important;
	}

	.realisationType2 .lightgallery .overlay h3 {
		font-size: 16px !important;
	}

	.serviceVersion2 .et_pb_blurb_content img {
		left: -16px;
		top: 3px;
	}

	.serviceVersion2 .et_pb_blurb_content h4 {
		height: auto;
		margin-top: 15px;
	}

	.serviceVersion2 .et_pb_blurb_content h4:after {
		margin-top: 6px;
	}

	.serviceVersion2 .et_pb_main_blurb_image {
		width: 55px !important;
		height: 55px !important;
		margin-left: -85px !important;
	}

	.nosServices .et_pb_column_1_4 {
		width: 100%;
		margin-right: 0px;
	}

	div.et_pb_column.et_pb_column_4_4 {
		padding-bottom: 5px !important;
	}

	h1 {
		font-size: 30px !important;
	}

	h3 {
		font-size: 20px !important;
	}

	h1 > a,
	h2 > a {
		padding-top: 103px;
		margin-top: -103px;
		display: block;
	}

	h2 a#videomedialogue {
		padding-top: 438px;
		margin-top: -438px;
	}

	#logo {
		width: 120px;
		margin: 14px auto 8px !important;
	}

	.servicesSeparatorBlanc p {
		font-size: 14px;
	}

	.et_pb_slide_description

	/*, #helpBubble */
	{
		display: none !important;
	}

	.et_pb_slider {
		height: auto !important;
	}

	

	/*.et_pb_slide_image, .et_pb_slide_video {display: none !important;}

	*/
	.et_pb_slide {
		height: 300px !important;
	}

	.et_pb_column_1_4 {
		width: 280px;
	}

	.et_pb_column_1_3 {
		width: 280px;
	}

	#quebecois h2 {
		font-size: 35px !important;
	}

	#SectionQuote h1 {
		font-size: 25px !important;
	}

	#SectionQuote:before {
		height: 50px;
		width: 70px;
	}

	#SectionQuote:after {
		height: 50px;
		width: 70px;
	}

	#SectionQuote .et_pb_fullwidth_header {
		padding: 22px 0;
	}

	.notreEquipe img.alignleft {
		width: 100%;
		float: none !important;
		margin-right: 0px;
		margin-bottom: -20px;
	}

	.notreEquipe .et_pb_column_1_2 .et_pb_text {
		height: auto !important;
	}

	.notreEquipe ul {
		margin-left: 0px !important;
	}

	.notreEquipe .et_pb_text {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
	}

	#teamBanner .et_pb_main_blurb_image {
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}

	#telephoneHover {
		display: none !important;
	}

	#cff .cff-item:not(:first-child) {
		margin-top: 25px !important;
	}

	#cff .cff-item {
		width: 100%;
	}

	.woocommerce ul.products li.product .price,
	.woocommerce-page ul.products li.product .price,
	.woocommerce ul.products li.product .price del,
	.woocommerce-page ul.products li.product .price del,
	.woocommerce ul.products li.product h3,
	.woocommerce-page ul.products li.product h3 {
		text-align: center;
	}

	.woocommerce ul.products li.product a img,
	.woocommerce-page ul.products li.product a img {
		width: 75%;
		margin: 0 auto !important;
	}

	#footer-bottom {
		padding-bottom: 25px;
	}

	/*

	#avantageBox .infoServices .infoService .inner {

		width:75%;

		font-size:15px;

	}



	#avantageBox .infoServices .infoService .heures .inner{

		width:60%;

	}

	*/
	#nosServices .serviceVersion4 .et_pb_blurb {
		margin-bottom: 70px;
	}

	#nosServices .serviceVersion4 .et_pb_column:last-child .et_pb_blurb {
		margin-bottom: 0 !important;
	}

	#nosServices .serviceVersion4 .et_pb_blurb_content {
		padding: 0;
	}

	#nosServices .serviceVersion4 .et_pb_blurb_content h4 {
		position: relative;
		top: 8px;
		font-size: 16px !important;
	}

	#nosServices .serviceVersion4 .et_pb_main_blurb_image {
		top: -42px !important;
		margin: 0 auto !important;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	#nosServices .price {
		top: 8px;
		right: 21px;
		font-size: 16px !important;
	}

	#nosServices .et_pb_blurb_content .flecheServices {
		margin-top: 52px;
		margin-right: -25px;
	}

	#nosServices .serviceVersion4 .flecheServices img {
		width: 16px !important;
	}

	#nosServices .serviceVersion4 .et_pb_column {
		margin-bottom: 0 !important;
	}

}

.mfp-bg {
	z-index: 100000;
}

.mfp-wrap {
	z-index: 100001;
}

.messenger-button {
	position: fixed;
	bottom: 40px;
	right: 25px;
	width: 45px;
	height: 45px;
	background-image: url(https://www.conteneurjoliette.com/wp-content/themes/microsite/img/iconemessenger.png);
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 10000;
	background-color: #000;
	border-radius: 50%;
	cursor: pointer;
}

.messenger-button a {
	position: absolute;
	width: 45px;
	height: 45px;
	color: transparent;
}

@media (max-width:480px) {
	.messenger-button {
		bottom: 60px;
	}

}



@media only screen and (max-width: 980px){

	.nav li ul {
		visibility: visible;
		opacity: 1;
	}
	.serviceMenu {
		overflow: initial !important;
		height: 230px !important;
	}
#top-menu > li a {
    color: #000 !important;
}
#top-menu li li a{
	margin: 0 !important;
	width: 100% !important;
	color:#000 !important;
	font-size: 16px !important;
	text-transform: uppercase !important;
	letter-spacing: -1px !important;
	font-weight: bolder !important;
	line-height: 1 !important;
}
.nav li li {
	width: 100%;
	box-shadow: 0 1px 0 rgba(0,0,0,.2);
}

.nav li ul {
	width: 100% !important;
	box-shadow: none;
}

.sub-menu {
	padding: 0 !important;
}

#top-menu-nav #top-menu li.menu-item > a {
    padding: 15px 3px !important;
}

#top-menu > li.nav-active  a {
	color: #000 !important;
}
#top-menu > li.nav-active > a{
	color: #fff !important;
}

#top-menu > li{
	    border-bottom: 1px solid #e5e5e5;
}
}
