/* GENERAL*/

*, body, div, p, span, em, b, strong, blockquote, input
{
	font-family: 'Poppins', sans-serif;

}

.relative
{
	position: relative;
}

p, ul
{
	font-size: 16px;
	line-height: 28px;
	text-align: left;
	color:#141414;
	margin-bottom: 28px;
}

#main li
{

}

#main li::before
{
	content:'';
	width: 7px;
	height: 7px;
	background: #E63F20;
	float: left;
	margin-right: 15px;
	margin-top: 11px;
}

#main li li
{
	padding-left: 20px;
}

#main li ul
{
	margin-bottom: 0;
}

.page-accueil h2
{
	text-align: left;
}

h1, h2, h3
{
	font-weight: 900;
	font-size: 60px;
	line-height: 60px;
	text-transform: uppercase;
	text-align:left;
	letter-spacing: .02;
	color:#2A485A;
}

h2
{
	font-size: 40px;
	line-height: 50px;
	letter-spacing: 0;
}

h3
{
	font-size: 20px;
	margin-bottom: 10px;

}

.chapeau
{
	font-size: 12px;
	font-weight: 700;
	color:#E63F20;
	text-transform: uppercase;
	line-height: 24px;
	letter-spacing: .1em;
	padding-bottom: 20px;
	margin-bottom: 0;
}

#page
{
	max-width: 100vw;
	overflow: hidden;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.button
{
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 20px;
	padding: 15px 40px;
	background: #E63F20;
}

.container
{
	/*overflow: hidden;*/
	width: 100%;
}

.centrer
{
	width: 1200px;
	box-sizing: border-box;
	margin: 0 auto;
	text-align: left;
}






/*SLIDER TOP*/

.slider-top
{
	padding-top: 100px;
	padding-bottom: 140px;
}

.slider-top p
{
	max-width: 390px;
	margin-bottom: 0px;
}

.slider-top .centrer
{
	position: relative;
}

.slider-top .left
{
	width: 480px;
}

.slider-top .button
{
	margin-top: 30px;
	margin-bottom: 50px;
}

.slider-top .reassurance
{

}

.slider-top .reassurance > div
{
	width: 120px;
	float: left;
	box-sizing: border-box;
}

.slider-top .reassurance > div+div
{
	width: 180px;
}

.slider-top .reassurance > div p
{
	line-height: 20px;
	margin-bottom: 40px;
}

.slider-top .right
{
	width: 1024px;
	right: -210px;
	position: absolute;
	top:0;
	background: url('assets/images/back-slide.svg') no-repeat right center;
}

.slider-top .slick-arrow
{
	display: none!important;
}

.slick-dots
{
	text-align: center;
	position: absolute;
	bottom:70px;
	left: 50%;
	transform: translateX(-50%);
}

.slick-dots li
{
	display: inline-block;
	line-height: 8px;
	margin: 0 5px;
}

.slick-dots li::before
{
	display: none;
}

.slick-dots button
{
	width: 4px;
	height: 4px;
	text-indent: -10000px;
	background: #C2C2C2;
	border-radius: 10px;
	margin:2px;
	display: block;
	cursor: pointer;
	float: left;

}

.slick-dots .slick-active button
{
	margin: 0;
	width: 8px;
	height: 8px;
	background: #E63F20;
}

.slider-top .button
{
	background-image: url('assets/images/edit.svg');
	background-repeat: no-repeat;
	background-position: left 10px center;
}




/*TEXTE IMAGE ACCUEIL*/

.image-texte
{
	position: relative;
}

.image-texte .texte
{
	width: 480px;
	float: left;
	padding-top: 150px;
	padding-bottom: 150px;
}

.image-texte .image
{
	width: 580px;
	top:0;
	bottom:0;
	position: absolute;
}

.image-texte .image-gauche
{
	right: calc(480px + 120px);
}

.image-texte .image-gauche+.texte
{
	float: right;
}

.image-texte .image-gauche .masonry-content
{
	position: absolute;
	right: 0;
	width: 50vw;
	height: 100%;

	overflow: hidden;
}

.image-texte .image-gauche .masonry-content .masonry
{
	margin: 0;
}

.image-texte .image-droite
{
	left: calc(480px + 120px);
}

.image-texte .image > img
{
	position: absolute;
	max-width: none;
	top:50%;
	transform: translateY(-50%);
}

.image-texte .image-gauche > img
{
	right: 0;
}

.image-texte .image-droite > img
{
	left: 0;
}

.image-ombre-bloc .image-texte img
{
	left: -250px;
}

.image-ombre-bloc
{
	padding-top: 200px;
	padding-bottom: 100px;
}





/*TEXTE classique*/
.texte-classique
{
	padding: 100px 0;
}

.tab-picto img
{
 margin-bottom: 40px;
}

.tab-picto strong
{
	font-size: 20px;
	font-weight: 900;
	text-transform: uppercase;
	color:#2A485A;
	margin-bottom: 10px;
	display: block;
}

.tab-picto table td
{
	padding: 0 40px;
}


/*LISTING PRODUIT ACCUEIL*/

.listing-produit
{
	background: url('assets/images/fondrouge.svg') no-repeat center;
	background-size: cover;
}

.listing-produit h2
{
	text-align: center;
	line-height: 85px;
	color:#fff;
}

.listing-produit h2 img
{
	float: none;
	display: inline-block;
	margin-bottom: -30px;
	margin-right: 20px;
}

.listing-produit .listing
{
	overflow: hidden;
	margin-left: -10px;
	margin-right: -10px;
	position: relative;
	z-index: 999;
	padding-bottom: 100px;
}

.listing-produit .listing > a,
.listing-produit .listing > div
{
	float: left;
	width: calc((100% / 3) - 20px);
	margin:10px;
	background: #fff;
	height: 305px;
}

.listing-produit .listing h3
{
	font-size: 18px;
	text-align: center;
	padding: 20px;
}

.listing-produit .vignette
{
	height: 195px;
	background: #EEE;
}

.listing-produit .vignette img
{
	width: 100%;
	height: 100%;
}

.listing-produit .listing > .besoin
{
	background: none;
	border:2px dashed #fff;
	box-sizing: border-box;
	padding: 0 30px;
	padding-top: 80px;
	text-align: center;
	color:#fff;
}

.listing-produit .listing > .besoin p
{
	font-size: 22px;
	line-height: 32px;
	color:#fff;
}

.listing-produit .listing > .besoin .button
{
	margin-top: 40px;
	background-color: transparent!important;
	background-image: url('assets/images/crayon.svg');
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 18px;
}



/*HEADER*/

header .header_main #access ul.menu > li a
{
	line-height: 40px;
}

header .header_main #access .menu-menu-principal-container, header .header_main #access ul.menu, header .header_main #access ul.menu > li, header .header_main #access ul.menu > li > a
{
	height: 40px;
	margin: 0;
}

header .header_main #access ul.menu > li
{
	margin-top: 10px;
    margin-right: 10px;
}

header .button
{
	padding: 0 5px;
	margin-left: 20px;
}

header .header_top
{
	background: #2F3B43;
	border: none;
}

header .header_top .container
{
	display: block;
}

header .header_top .container > div
{
	height: 40px;
	line-height: 40px;
	color:#fff;
	font-weight: 400;
}

header .header_top .container > div a
{
	font-weight: 400;
	margin-left: 25px;
}

div.search
{
	display: none;
}

header .header_main #access
{
	margin-right: 0;
	float: right;
}

header .header_main #access ul.menu > li.current_page_item a,
header .header_main #access ul.menu > li a:hover,
header .header_main #access ul.menu > li.current-page-ancestor a
{
	color:#E63F20;
}

header .header_main .logo
{
	float: left;


	margin: 0 20px 0 0;
}



/*MASONRY*/

.masonry
{
	margin: 0 auto;
	background-color: #fff;
}

.masonry .box
{
	margin-bottom: 20px;
	width: 300px;
}





/*QUI SOMMES NOUS*/

.page-qui-sommes-nous
{
	padding-top: 50px;
}

.page-qui-sommes-nous .centrer > div
{
	padding-right: 400px;
}

.page-qui-sommes-nous .masonry,
.page-qui-sommes-nous .image-full
{
	margin-top: 130px;
	margin-bottom: 130px;
}

.page-qui-sommes-nous .image-full
{
	background-position: center top;
	background-repeat: no-repeat;
}

.page-qui-sommes-nous .image-full img
{
	/* display: none; */
}

.page-qui-sommes-nous .temoignage .left
{
	width: 380px;
	position: relative;
}

.page-qui-sommes-nous .temoignage .left::after
{
	content: "";
	background: url('assets/images/quote.svg');
	position: absolute;
	right:25px;
	z-index: 99;
	top:-15px;
	width: 65px;
	height: 35px;
}

.page-qui-sommes-nous .temoignage .right
{
	width: 380px;
}

.page-qui-sommes-nous .temoignage blockquote
{
	font-style: italic;
	font-size: 22px;
	line-height: 34px;
	font-weight: 900;
	color:#2A485A;
}

.page-qui-sommes-nous .temoignage blockquote p
{
	margin-bottom: 30px;
}


.page-qui-sommes-nous .temoignage blockquote strong
{
	font-size: 16px;
	line-height: 28px;
	font-style: normal;
	font-weight:  700;
}

.page-qui-sommes-nous .temoignage blockquote em
{
	color:#E63F20;
	line-height: 28px;
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
}

.page-qui-sommes-nous h3
{
	font-size: 30px;
	line-height: 40px;
	color:#E63F20;
}


.menu-float
{


	background: #fff;



	   float:right;
	   position:fixed;
	   right:calc((100vw - 1200px) / 2);
	   top:200px;
	   padding:0!important;
	   width:370px;

	   z-index:1000;
	   padding: 30px!important;
}

.menu-float a
{
	display: block;
	font-size: 18px;
	line-height: 86px;
	padding:  0;
	border-top: 1px solid #D9D9D9;
	color:#969696;
	font-weight: 700;
	padding-top: 3px;
	transition: none;

}

.menu-float a:hover,
.menu-float a.active
{
	color:#E63F20;
	padding-top: 0px;
	border-top: 4px solid #E63F20;

}

.page-qui-sommes-nous .masonry,
.page-qui-sommes-nous .image-full
{
	position: relative;
	z-index: 999;
}



/*TOUJOURS PLUS LOIN TOUJOURS PLUS HAUT*/
.aller-plus-loin
{
	height: 230px;
	box-sizing: border-box;
	text-align: center;
	padding-top: 70px;
	background-color: #E63F20;
	position: relative;
	z-index: 9999;

	margin-top: 100px;
}

.aller-plus-loin .centrer
{
	text-align: center;
}

.aller-plus-loin .chapeau
{
	color:rgba(255,255,255,.5);
	text-align: center;
	padding-bottom: 0;
}

.aller-plus-loin h2
{
	color:#fff;
	text-align: center;
	display: inline-block;
}

.aller-plus-loin h2::after
{
	content: "";
	background:url('assets/images/fleche-right.svg') no-repeat;
	width: 30px;
	height: 17px;
	float: right;
	margin-top: 15px;
	margin-left: 20px;
}




/*NOS PRODUITS*/
.page-nos-produits
{
	padding-top: 50px;
}

.page-nos-produits .ancre
{
	background:url('assets/images/drapeau.svg') no-repeat center top;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 22px;
	padding-top: 30px;
}

.page-nos-produits .ancre a
{
	display: block;
	margin-top: 30px;
	text-align: center;
}

.photos-intro
{
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: -330px;
	position: relative;
	z-index: 999;
	width: 1600px;
	margin-top: 30px;
}


.photos-intro img
{
	width: calc(100% / 3);
	float: left;
}

.page-nos-produits .listing-produit
{
	padding-top: 260px;
	background-image: url('assets/images/fondnosrduits.svg');
	padding-bottom: 150px;
}

.page-nos-produits .listing-produit table h3,
.page-nos-produits .listing-produit table p
{
	color:#fff;
}

.page-nos-produits .listing-produit table td {
    padding: 0 40px;
}


/*DETAIL PRODUIT*/
.page-detail-produit .image-full
{
	margin-top: 150px;
}

.menu-float img
{
	float: left;
	margin-right: 20px;
}

.ariane
{
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 40px;
	text-transform: uppercase;
}

.retour
{

	color:#E63F20;
	font-size: 12px;
	font-weight: 700;
	/*padding-left: 30px;*/
	text-transform: uppercase;
	/*background:url('assets/images/fleche-left.svg') no-repeat left center;*/
	/*display: block;*/
}

.retour, .ariane span
{
	padding: 0 5px;
}





/*Page classique*/
.page-classique
{

}

.page-classique .texte-simple
{
	padding: 50px 0;
}

.page-classique .video
{
	background:url('assets/images/fonddegrade.svg') repeat-y center;
	margin-top: 60px;
	/* padding-top: 1px; */
}

.page-classique .video
{
	position: relative;
}

.page-classique .video .masque-video
{
	background: #E63F20;
	top:-60px;
	bottom:0;
	width: 908px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	/* opacity: .5; */
	opacity: 0;
}

.page-classique .video iframe
{
	width: 100%;
	display: block;
	margin-top: -60px;
	height: calc((1200px) / (640/256) );

}

.slider-classic .slick-prev
{
	background-color: #E63F20;
	left: 0;
	bottom: 0;
	top: auto;
	height: 80px;
	width: 80px;
	line-height: 80px;
	transform: translate(0, 50%);
}

.slider-classic .slick-next
{
	background-color: #E63F20;
	left: 80px;
	bottom: 0;
	top: auto;
	height: 80px;
	width: 80px;
	line-height: 80px;
	transform: translate(0, 50%);
}


.slider-classic img
{
	width: 100%;
	display: block;
}




/*Listing contenu*/

.listing-contenu
{
	padding: 50px 200px;
	position: relative;
}

.listing-contenu.timeline-oui
{
	padding-left: 300px;
}

.listing-contenu.timeline-oui::after
{
	content: '';
	position: absolute;
	left: 250px;
	top:0;
	bottom:0;
	border-left: 2px dashed #E63F20;
}

.listing-contenu.timeline-oui .picto
{
	float: left;
	border: 5px solid #E8E8E8;
	border-radius: 50%;
	width: 75px;
	height: 75px;
	text-align: center;
	line-height: 75px;
	margin-left: -87px;
	position: relative;
	background-color: #fff;
	z-index: 9;
}

.listing-contenu.timeline-oui .picto img
{
	position: absolute;
	left: 50%;
	top:50%;
	transform: translate(-50%, -50%);
}

.listing-contenu .detail-contenu
{
	margin-bottom: 80px;
}

.page-classique .detail-contenu h3
{
	font-size: 30px;
	line-height: 40px;
	color:#E63F20;
	padding-top: 20px;
}



/*CONTACT*/
.page-contact .texte-simple
{
	padding: 50px 0 100px 0;
}

.zone-rouge
{
	background-image: url('assets/images/fondnosrduits.svg');
	padding-top: 1px;
}

.zone-rouge .centrer
{
	border-top: 4px solid #E8E8E8;
	background-color: #F2F2F2;
	margin-top: -60px;
}

.zone-rouge .left
{
	padding-left: 100px;
	padding-top: 60px;
	width: 800px;
}

.zone-rouge label
{
	float: left;
	width: 100px;
}

.zone-rouge input[type=text],
.zone-rouge input[type=email],
.zone-rouge select,
.zone-rouge textarea
{
	float: left;
	width: 580px;
	box-sizing: border-box;
	border-radius: 4px;
	background-color: #fff;
	border:1px solid #C8C8C8;
	font-size: 14px;
}

.zone-rouge select
{
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;

	background-image: url('assets/images/drop.svg')!important;
	background-repeat: no-repeat!important;
	background-position: right 10px center!important;
}

.zone-rouge .champ
{
	position: relative;
	overflow: hidden;
}

.zone-rouge textarea
{
	resize: none;
}

.zone-rouge form input[type="checkbox"]
{
	display: inline-block;
	-moz-appearance: none;
	-webkit-appearance: none;
	width: 20px;
	height: 20px;
	border-radius: 2px;
	background-color: #fff;
	border:1px solid #C8C8C8;
	float: left;
	margin-right: 10px;
	margin-left: 90px;
	margin-top: -2px;
	cursor: pointer;
}

.zone-rouge form input[type="checkbox"]:checked
{
}

.zone-rouge form input[type="checkbox"]:checked::after
{
	content: "✓";
	color: #E63F20;
	display: inline-block;
	width: 20px;
	text-align: center;
	line-height: 20px;
	font-size: 35px;

}

.zone-rouge .wpcf7-list-item-label
{
	font-size: 16px;
}

.sender
{
	padding-top: 40px;
	overflow: hidden;
	margin-bottom: 40px;
}

.sender input[type=submit]
{
	display: inline-block;
	float: left;
	background-color: #E63F20;
	width: auto;
	margin-left: 105px;
	text-transform: uppercase;
}

.sender input[type=submit]:hover
{
	background-color: #D62F10;

}


.sender .obli
{
	display: inline-block;
	margin-top: 16px;
	font-size: 13px;
	color:#707070;

}

.zone-rouge .mentions
{
	margin-left: 105px;
	font-size: 13px;
	color:#707070;
	float: left;
	padding-bottom: 100px;
}

.wpcf7-not-valid-tip {
    position: absolute;
	right: 10px;
	top: 20px;
	width: 250px;
	text-align: right;
}

.wpcf7 form .wpcf7-response-output
{
	clear: both;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border: 4px solid #E63F20;
    font-weight: bold;
	padding: 15px;
	margin-left: 105px;
}

.zone-rouge .right
{
	width: 300px;
	box-sizing: border-box;
	padding: 40px 50px;
	background-color: #2A485A;
	border-top: 4px solid #313131;
	margin-top: -4px;
	color:#fff;
}

.zone-rouge .right blockquote
{
	font-size: 18px;
	color:#fff;
}

.zone-rouge .right blockquote strong
{
	font-size: 20px;
	font-weight: 700;
	color:#fff;

}

.zone-rouge .right blockquote em
{
	font-size: 14px;
	text-transform: uppercase;
	color:rgba(255,255,255, .5);
	font-style: normal;
}

.zone-rouge .right p
{
	color:#fff;
}

.zone-rouge .right .sociaux
{
	font-size: 20px;
}

.zone-rouge .right .sociaux a
{
	display: inline-block;
}

.zone-rouge .right .sociaux a+a
{
	margin-left: 20px;
}





/*FOOTER*/
.pre-footer
{
	background-color: #2F3B43;
	padding-top: 60px;
	position: relative;
	z-index: 9999;
}

.pre-footer .centrer
{
	overflow: hidden;
	color:#fff;
	background:url('assets/images/drapeau.svg') no-repeat left bottom;
	padding-bottom: 60px;
}

.pre-footer .left span
{
	float: left;
	font-size: 21px;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 40px;
}

.pre-footer .left img
{
	float: left;
	margin-top: 7px;
	margin-left: 10px;
}

.pre-footer .button
{
	padding: 10px 20px;
	font-size: 14px;
	background-color: transparent;
	border: 3px solid #E63F20;
}

.pre-footer .button:hover
{
	background-color: #D62F10;
}

#colophon
{
	background-color: #262D31;
}

#colophon .left a,
#colophon .left span
{
	color:#fff;
	font-size: 13px;
	display: inline-block;
	margin-right: 30px;
	font-weight: 400;
}

#colophon .left i
{
	padding-right: 10px;
}

#colophon .right .sociaux
{
	font-size: 20px;
	color:#fff;
}

#colophon .right .sociaux a
{
	margin-left: 30px;
}

footer .footer_btm .container
{
	border-top: none;
}





/*DIVERS*/

footer, .footer_newsletter
{
	position: relative;
	z-index: 9999;
}

footer
{
	padding: 10px 0 0;
}

#back_to_top
{
	display: none;
}

.button:hover,
.button.current-menu-item
{
	color:#fff;
	background-color: #D62F10;
}

header .header_main #access ul.menu > li.button.current_page_item a,
header .header_main #access ul.menu > li.button a:hover
{
	color:#fff;
}

header .header_main #access ul.menu > li.button
{
	margin-right: 0;
}

form
{
	display: block;
	margin: 0;
}

.footer_left
{
	float: left;
}
.footer_right
{
	float: right;
}

.video p
{
	margin-bottom: 0;
}

.page-actualites .texte-simple
{
	padding: 50px 0;
}

.single .liste-contenus-who
{
	padding-bottom: 100px;
}

.single .page-qui-sommes-nous .centrer > div
{
	padding-right: 0;
}

.single .page-qui-sommes-nous .temoignage .right
{
	width: 820px;
}

.align-center
{
	text-align: center;
}

.single .align-center
{
	padding-bottom: 100px;
}


/*BLOG*/

.page-actualites article .details,
.archive article .details,
.search article .details
{
	padding: 15px 0;
}

.excerpt_more
{
	display: none!important;
}

.page-actualites article .details .title, .archive article .details .title, .search article .details .title
{
	line-height: 20px;
}

.page-actualites article .vignette, .archive article .vignette, .search article .vignette
{
	height: auto;
}




.page-template-products #main .container:first-child .centrer,
.page-template-page-classic #main .container:first-child .centrer,
.page-template-page-contact #main .container:first-child .centrer
{
	max-width: 800px;
}

@media (max-width: 1600px) {

	.photos-intro
	{
		width: 1200px;
		margin-bottom: -250px;
	}


	.page-nos-produits .listing-produit
	{
		padding-top: 170px;
	}

}

@media (max-width: 1300px) {

	.centrer
	{
		width: 960px;
	}

	header .button
	{
		padding: 0 10px;
	}

	header .header_main #access ul.menu > li a
	{
		padding: 0 10px;
	}

	.slider-top .right
	{
		width: 660px;
		top:80px;
	}

	.listing-produit .listing h3
	{
		line-height: 20px;
		padding-top: 40px;
	}

	.menu-float
	{
		right: calc((100vw - 960px) / 2);
	}

	.page-qui-sommes-nous .temoignage .left
	{
		width: 180px;
		padding-right: 30px;
	}

	.page-qui-sommes-nous .temoignage .left::after
	{
		right: 10px;
	}

	.listing-contenu
	{
		padding: 50px 100px;
	}

	.listing-contenu.timeline-oui
	{
		padding-left: 200px;
	}

	.listing-contenu.timeline-oui::after
	{
		left: 150px;
	}

	.page-classique .video iframe
	{
		margin-top: -100px;
		height: calc((960px) / (640/272) );
	}

	.page-classique .video .masque-video
	{
		top:-100px;
		width: 726px;
	}

	.page-classique .video
	{

	}

	.zone-rouge .left
	{
		padding-left: 50px;
		width: 610px;
	}

	.zone-rouge input[type="text"], .zone-rouge input[type="email"], .zone-rouge select, .zone-rouge textarea
	{
		width: 460px;
	}

	.zone-rouge .wpcf7-list-item-label
	{
		width: 420px;
		float: left;
	}

	header .burger
	{
		display: block;
		right: 0;
		z-index: 999;
	}

	header .burger > div
	{
		background: #D62F10;
	}


	header .header_main #access
	{
		display: none;

	}

	.menu-mobile
	{
		display: block;
		background-color: #fff;
	}

	.menu-mobile #access ul.menu > li a
	{
		font-size: 14px;
		line-height: 40px;
		font-weight: 700;
		color:#323232;
		text-transform: uppercase;
		padding:  0 20px;

		font-size: 16px;
    	padding: 5px 25px;
	}

	.menu-mobile #access ul.menu > li
	{
		border: none;
	}

	.menu-mobile .close
	{
		cursor: pointer;
	}

	.menu-mobile .close::before, .menu-mobile .close::after
	{
		background-color: #E63F20;
	}

	.menu-mobile #access ul.menu > li.button
	{
		margin: 20px;
		padding: 0 10px;
		line-height: 40px;
		width: auto;
		height: 40px;
	}

	.menu-mobile #access ul.menu > li.button a
	{
		padding: 0;
		height: 40px;
		line-height: 40px;
	}

	.over-menu
	{
		right: 0;
		position: fixed;
		left: 0;
		top:0;
		bottom:0;
		z-index: 99999;
		background-color: rgba(0,0,0, 0);
		visibility: hidden;

		transition: ease-in-out 0.3s all 0s;
	}

	.menu-open .over-menu
	{
		background-color: rgba(0,0,0, .5);
		position: fixed;
		visibility: visible;
		right: 280px;

	}

	.foot-menu-mobile
	{
		background-color: #2F3B43;
		position: absolute;
		bottom: 0;
		width: 100%;
		padding: 20px;
	}

	.foot-menu-mobile a
	{
		color:#fff;
		display: block;
		font-weight: 400;
	}

	.foot-menu-mobile .liens a
	{
		line-height: 40px;
		font-size: 14px;
	}
	.foot-menu-mobile .sociaux
	{
		padding: 20px 0;
	}
	.foot-menu-mobile .sociaux a
	{
		font-size: 16px;
		float: left;
		margin-right: 30px;
	}

	.slick-dots
	{
		bottom: 35px;
	}

	.listing-produit .vignette
	{
		height: 155px;
	}

	.listing-produit .listing > a, .listing-produit .listing > div
	{
		height: 275px;
	}

	.photos-intro
	{
		width: 100%;
	}

	.page-qui-sommes-nous .temoignage .right
	{
		width: 770px;
	}


	.masonry-content .masonry .box
	{
		width: 45%;
	}

}

@media (max-width: 1024px)
{
	.centrer
	{
		width: 720px;
	}

	.slider-top .right
	{
		width: 100%;
		background:none;
		position: relative;
		right: auto;
		top: auto;
	}

	.slider-top
	{
		padding-top: 0;
	}

	.slider-top .left
	{
		float: none;
		width: 100%;
	}

	.image-texte .image-gauche ,
	.image-texte .image-gauche img,
	.image-texte .image-droite,
	.image-texte .image-droite img
	{
		width: 100%;
		position: static;
		transform: none;
	}

	.image-texte .image-gauche + .texte,
	.image-texte .image-droite + .texte
	{
		float: none;
		width: 100%;
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.image-ombre-bloc
	{
		padding-top: 0;
		padding-bottom: 0;
	}

	.texte-classique table td
	{
		display: block;
		width: 100%!important;
		padding-bottom: 20px;
	}

	table td
	{
		display: block;
		width: 100%!important;
		padding-bottom: 0;
	}

	.listing-produit h2 img
	{
		display: block;
		margin:0 auto;
	}

	.texte-classique
	{
		padding: 50px 0;
	}

	.listing-produit .listing > a, .listing-produit .listing > div
	{
		width: 100%;
		float: none;
		margin: 0;
		margin-bottom: 20px;
		display: block;
		height: auto;
		overflow: hidden;
	}

	.listing-produit .vignette
	{
		float: left;
		width: 40%;
		height: auto;
	}

	.listing-produit .vignette img
	{
		width: 100%;
		display: block;
		height: auto;
	}

	.listing-produit .listing h3
	{
		float: left;
		width: 60%;
		text-align: left;
		padding: 20px;
	}

	.listing-produit .listing > .besoin
	{
		padding-top: 20px;
	}

	.listing-produit .listing > .besoin .button
	{
		margin-top: 0;
	}

	.listing-produit .listing > .besoin p
	{
		margin-bottom: 10px;
	}
	.pre-footer .left
	{
		float: none;
	}
	.pre-footer .left img
	{
		float: none;
		display: block;
		text-align: center;
		margin:0 auto;
	}

	.pre-footer .left span,
	.pre-footer .button
	{
		display: none;
	}

	.pre-footer .centrer
	{
		background-position: center bottom;
	}

	.footer_top .left
	{
		display: none;
	}

	#colophon .right
	{
		float: none;
		text-align: center;
	}

	#colophon .right .sociaux
	{
		display: inline-block;
	}

	.footer_left, .footer_right
	{
		float: none;
		text-align: center;
		line-height: 20px;
	}

	footer .footer_btm
	{
		height: auto;
		line-height: auto;
	}



	.page-qui-sommes-nous .centrer > div
	{
		padding: 0;
	}

	.page-qui-sommes-nous .image-full
	{
		height: auto!important;
		background: none!important;
	}

	.page-qui-sommes-nous .image-full img
	{
		display: block;
		width: 100%;
		height: auto;
	}

	.page-qui-sommes-nous .temoignage .right
	{
		width: 540px;
	}

	.photos-intro img,
	.photos-intro img+img+img
	{
		display: none;
	}


	.photos-intro img+img
	{
		display: block;
		width: 100%;
		float: none;
		margin: 0 auto;
		max-width: 450px;
	}

	.page-nos-produits .listing-produit table td
	{
		display: block;
		padding-bottom: 20px;
		width: 100%!important;
	}

	.page-qui-sommes-nous
	{
		padding-top: 50px;
	}

	.menu-float
	{
		display: block;
		position: static;
		float: none;
		width: 100%;
	}

	.page-detail-produit .image-full
	{
		margin-top: 50px;
		margin-bottom: 50px;
		height: auto;
	}

	.page-classique .video iframe
	{
		height: calc((720px) / (640/272) );
		margin-top: -40px;
	}

	.page-classique .video .masque-video
	{
		top:-40px;
		width: 544px;
	}

	.listing-contenu
	{
		padding: 50px 0;
	}

	.listing-contenu.timeline-oui
	{
		padding-left: 100px;
	}

	.listing-contenu.timeline-oui::after
	{
		left: 50px;
	}

	.zone-rouge .right
	{
		float: none;
		width: 100%;
		clear: both;
		text-align: center;
	}

	.zone-rouge .right p
	{
		text-align: center;
	}

	.image-texte .image-gauche .masonry-content
	{
		position: static;
		width: 100%;
	}

	.masonry-content
	{
		display: none;
	}

	.slider-top
	{
		padding-bottom: 50px;
	}

	.image-texte .image-gauche .masonry-content .masonry
	{
		margin: 0 auto;
	}

	.page-qui-sommes-nous .masonry,
	.page-qui-sommes-nous .image-full
	{
		margin-top: 50px;
	}

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

@media (max-width: 780px)
{
	.centrer
	{
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}

	h1
	{
		font-size: 30px;
		line-height: 40px;
		word-break: break-word;
		 -webkit-hyphens: auto;
		 -moz-hyphens: auto;
		 -ms-hyphens: auto;
		 -o-hyphens: auto;
		 hyphens: auto;
	}

	h2
	{
		font-size: 30px;
		line-height: 40px;
		word-break: break-word;
		 -webkit-hyphens: auto;
		 -moz-hyphens: auto;
		 -ms-hyphens: auto;
		 -o-hyphens: auto;
		 hyphens: auto;
	}

	.page-accueil .slider-top
	{
		text-align: center;
	}

	.chapeau,
	h1,
	p,
	h2,
	.page-accueil h2
	{
		text-align: center;
	}

	.chapeau
	{
		text-align: center!important;
	}

	.slider-top .button
	{
		display: inline-block;
	}

	.slider-top .reassurance > div
	{
		width: calc(100% / 3)!important;
		position: relative;
		padding-top: 50px;
	}

	.slider-top .reassurance > div p
	{
		text-align: center!important;
		font-size: 14px;

	}

	.slider-top .reassurance > div p img
	{
		float: none;
		margin: 0 auto;
		position: absolute;
		top:0;
		left: 50%;
		transform: translateX(-50%);
	}

	.slider-top
	{
		padding-bottom: 50px;
	}

	.tab-picto img
	{
		margin-bottom: 0;
	}

	.listing-produit .listing > a, .listing-produit .listing > div
	{
		margin-bottom: 1px;
		height: 75px;
	}

	.listing-produit .vignette
	{
		width: 146px;
		height: 75px;
	}

	.listing-produit .listing h3
	{
		width: calc(100vw - 40px - 186px);
		font-size: 15px;
	}

	.listing-produit .listing > .besoin p
	{
		font-size: 13px;
		line-height: 20px;
		margin-bottom: 0;
	}

	.listing-produit .listing > .besoin .button
	{
		font-size: 13px;
		padding-top: 0;
		padding-bottom: 0;
		margin-bottom: 15px;
	}

	.listing-produit .listing > .besoin
	{
		padding-top: 15px;
	}

	.page-qui-sommes-nous .temoignage .left
	{
		float: none;
		/*margin: 0 auto;*/
		margin-bottom: 20px;
		/*padding-left: 30px;*/
	}

	.page-qui-sommes-nous .temoignage .right
	{
		float: none;
		width: auto;
	}

	.page-qui-sommes-nous h3
	{
		font-size: 20px;
		line-height: 30px;
	}

	.page-qui-sommes-nous p
	{
		text-align: left;
	}

	.page-qui-sommes-nous .masonry
	{
		display: none;
	}

	.listing-contenu.timeline-oui::after
	{
		display: none;
	}

	.listing-contenu.timeline-oui .picto
	{
		display: block;
		float: none;
		margin-left: 0;
	}

	.listing-contenu.timeline-oui
	{
		padding-left: 0;
	}

	.listing-contenu p
	{
		text-align: left;
	}

	.page-classique .video iframe
	{
		height: calc((100vw - 40px) / (640/272) );
	}

	.page-classique .video .masque-video
	{
		top:-40px;
		width: 71%;
	}

	.zone-rouge input[type="text"], .zone-rouge input[type="email"], .zone-rouge select, .zone-rouge textarea
	{
		float: none;
		width: 100%;
	}

	.zone-rouge .left
	{
		padding: 0;
		padding-top: 50px;
		width: 100%;
	}

	.zone-rouge form input[type="checkbox"]
	{
		margin-left: 0;
	}
	span.wpcf7-list-item
	{
		margin-left: 0;
	}

	.zone-rouge .wpcf7-list-item-label
	{
		width: calc(100% - 31px);
		margin-top: -5px;
	}

	.sender
	{
		text-align: center;
	}

	.sender input[type="submit"]
	{
		float: none;
		margin-left: 0;
	}

	.zone-rouge .mentions
	{
		margin-left: 0;
		text-align: left;
	}

	.sender .obli
	{
		display: block;
		clear: both;
		padding-top:5px;
		text-align: center;
	}

	.tab-picto table td
	{
		padding: 0;
	}

	.listing-produit h2
	{
		line-height: 40px;
	}

	.listing-produit h2 img
	{
		margin-bottom: 20px;
	}

	.list
	{
		grid-template-columns: repeat(1, 1fr);
	}

	.list p
	{
		text-align: left;
	}

	.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output
	{
		margin-left: 0;
	}

	.slick-dots
	{
		bottom: 20px;
		margin-bottom: 0px;
	}



}

@media (max-width: 340px)
{
	.menu-mobile #access
	{
		margin-top: 16px;
		position: relative;
		z-index: 9;
	}

	.menu-mobile .close::before, .menu-mobile .close::after
	{
		z-index: 9999;
	}

	.menu-mobile #access ul.menu > li.button
	{
		margin-top: 0;
	}

	.menu-mobile #access ul.menu > li a
	{
		padding: 0 20px;
	}

	.menu-mobile .close
	{
		position: absolute;
		z-index: 99999;
	}

	h1
	{
		font-size: 20px;
		line-height: 25px;
	}

	h2,
	.page-classique .detail-contenu h3
	{
		font-size: 18px;
		line-height: 23px;
	}

	h3
	{
		font-size: 16px;
		line-height: 20px;
	}

	.listing-produit .vignette
	{
		width: 100%;
		height: auto;
		float: none;
	}
	.listing-produit .listing h3
	{
		width: 100%;
		float: none;
	}

	.listing-produit .listing > a, .listing-produit .listing > div
	{
		height: auto;
		margin-bottom: 10px;
	}


	.page-classique .video .masque-video
	{
		top:-40px;
		width: 66%;
	}
}
