/*
Theme Name: Gamme Baie
Theme URI: http://www.gammebaie.com/
Description: Theme pour Gamme Baie
Version: 1.0
Author: Welko
Author URI: http://www.welko.fr/
Tags: */

/* @import url(//fonts.googleapis.com/css?family=PT+Sans:400,700); */

@font-face {
		font-family:'Sansation';
		src: url('fonts/Sansation Regular.eot');
		src: url('fonts/Sansation Regular.eot?#iefix') format('embedded-opentype'),url('fonts/Sansation Regular.woff2') format('woff2'),url('fonts/Sansation Regular.woff') format('woff'),url('fonts/Sansation Regular.svg#Sansation Regular') format('svg');
		font-weight: 400;
		font-style: normal;
		font-stretch: normal;
		unicode-range: U+0020-02DC;
}
@font-face {
		font-family:'SansationItalic';
		src: url('fonts/Sansation Italic.eot');
		src: url('fonts/Sansation Italic.eot?#iefix') format('embedded-opentype'),url('fonts/Sansation Italic.woff2') format('woff2'),url('fonts/Sansation Italic.woff') format('woff'),url('fonts/Sansation Italic.svg#Sansation Italic') format('svg');
		font-weight: 400;
		font-style: italic;
		font-stretch: normal;
		unicode-range: U+0020-02DC;
}
@font-face {
		font-family:'SansationLightItalic';
		src: url('fonts/Sansation Light Italic.eot');
		src: url('fonts/Sansation Light Italic.eot?#iefix') format('embedded-opentype'),url('fonts/Sansation Light Italic.woff2') format('woff2'),url('fonts/Sansation Light Italic.woff') format('woff'),url('fonts/Sansation Light Italic.svg#Sansation Light Italic') format('svg');
		font-weight: 300;
		font-style: italic;
		font-stretch: normal;
		unicode-range: U+0020-02DC;
}
@font-face {
		font-family:'SansationLight';
		src: url('fonts/Sansation Light.eot');
		src: url('fonts/Sansation Light.eot?#iefix') format('embedded-opentype'),url('fonts/Sansation Light.woff2') format('woff2'),url('fonts/Sansation Light.woff') format('woff'),url('fonts/Sansation Light.svg#Sansation Light') format('svg');
		font-weight: 300;
		font-style: normal;
		font-stretch: normal;
		unicode-range: U+0020-02DC;
}
@font-face {
		font-family:'SansationBoldItalic';
		src: url('fonts/Sansation Bold Italic.eot');
		src: url('fonts/Sansation Bold Italic.eot?#iefix') format('embedded-opentype'),url('fonts/Sansation Bold Italic.woff2') format('woff2'),url('fonts/Sansation Bold Italic.woff') format('woff'),url('fonts/Sansation Bold Italic.svg#Sansation Bold Italic') format('svg');
		font-weight: 700;
		font-style: italic;
		font-stretch: normal;
		unicode-range: U+0020-02DC;
}
@font-face {
		font-family:'SansationBold';
		src: url('fonts/Sansation Bold.eot');
		src: url('fonts/Sansation Bold.eot?#iefix') format('embedded-opentype'),url('fonts/Sansation Bold.woff2') format('woff2'),url('fonts/Sansation Bold.woff') format('woff'),url('fonts/Sansation Bold.svg#Sansation Bold') format('svg');
		font-weight: 700;
		font-style: normal;
		font-stretch: normal;
		unicode-range: U+0020-02DC;
}
@font-face {
	font-family:'Eras Demi ITC';
	src: url('fonts/Eras Demi ITC.eot');
	src: url('fonts/Eras Demi ITC.eot?#iefix') format('embedded-opentype'),url('fonts/Eras Demi ITC.woff2') format('woff2'),url('fonts/Eras Demi ITC.woff') format('woff'),url('fonts/Eras Demi ITC.svg#Eras Demi ITC') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-2219;
}
@font-face {
	font-family:'Eras Light ITC';
	src: url('fonts/Eras Light ITC.eot');
	src: url('fonts/Eras Light ITC.eot?#iefix') format('embedded-opentype'),url('fonts/Eras Light ITC.woff2') format('woff2'),url('fonts/Eras Light ITC.woff') format('woff'),url('fonts/Eras Light ITC.svg#Eras Light ITC') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-2219;
}
@font-face {
	font-family:'Eras Medium ITC';
	src: url('fonts/Eras Medium ITC.eot');
	src: url('fonts/Eras Medium ITC.eot?#iefix') format('embedded-opentype'),url('fonts/Eras Medium ITC.woff2') format('woff2'),url('fonts/Eras Medium ITC.woff') format('woff'),url('fonts/Eras Medium ITC.svg#Eras Medium ITC') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-2219;
}

body{
	font-family: 'Eras Medium ITC', serif;
	/* background: white url(img/layout/ban_header.jpg) repeat-x center top; */
	color:  #000;
	overflow-x: hidden;
}
.bandeau {
	background-size:cover;
	height: 500px;
	top: 0;
	width: 100%;
	z-index: -1;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top:120px;
}
.page-id-2 .bandeau {
	height: 800px;
}
/* .bandeau::before {
	content: '';
	background-color: rgba(0,0,0,0.3);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
} */
.bandeau #header_title{
	font-size: 38px;
	font-weight: 400;
	color: white;
	position: relative;
	z-index: 1;
	font-family: 'Sansation', serif !important;
	text-transform: uppercase;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Sansation', serif !important;
	text-transform: uppercase;
}
h1, h1 span{
	color: #000000;
}
h2{
	color: #8A8B8A;
}
/* #wrap{
	background: url(img/layout/layer_header.png) no-repeat center top;
	min-height: 1200px;
} */
/* #wrap_content{
	background: url(img/layout/fond_bottom.png) no-repeat center bottom;
} */
#wrap_footer{
	margin-top: 50px;
	position: relative;
	padding-bottom: 181px;
}
#wrap_footer::before  {
	content:'';
	background: url(img/frise-maisons.png) no-repeat;
	width: 100%;
	height: 181px;
	position: absolute;
	bottom: 0;
	z-index: -1;
}
#basic-modal-content {display:none;}
#basic-modal-content img { max-width:100%;height:auto; }
#simplemodal-overlay {background-color:#000;}
#simplemodal-container {height:360px; width:600px; color:#494949; background-color:#FFFFFF; padding:20px;}
#simplemodal-container .simplemodal-data {padding:8px;}
#simplemodal-container code {background:#141414; border-left:3px solid #65B43D; color:#bbb; display:block; font-size:12px; margin-bottom:12px; padding:4px 6px 6px;}
#simplemodal-container a {color:#ddd;}
#simplemodal-container a.modalCloseImg {background:url('img/x.png') no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}
#simplemodal-container h3 {color:#84b8d9;}
header,footer{
	display: block;
	width: 1004px;
	height: 100%;
	margin: -77px auto 0;
	display: block;
	position: relative;
}
header {
	margin-top:-97px;
}
nav,section{
	display: block;
}

a:hover {
	color: #8A8B8A;
}

/*HEADER*/

nav#top{
	background-color:  #fff;
	width: 100%;
	height: auto;
	color: #000000;
	display: flex;
	align-items: center;
	justify-content: center;
	position:fixed;
	top:0;
	z-index: 999999;
}
nav#top #logo {
	-webkit-transition: all ease .4s; 
	-moz-transition: all ease .4s;     
	-o-transition: all ease .4s;          
	-ms-transition: all ease .4s;         
	transition: all ease .4s;
	height:120px;
}
nav#top.scrolled #logo {
	height:65px;
}
nav#top ul{
	display: flex;
	text-transform: uppercase;
	font-weight: 400;
	margin-top:0;
}
nav#top ul li{
	display: inline-block;
	margin-right: 10px;
}
nav#top ul li a{
	color: #000000;
	text-decoration: none;
	margin: 0 5px;
}
nav#top ul li a:hover{
	color: #8A8B8A;
}
nav#top #follow_us{
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
nav#top #follow_us a,
footer a.rsinstagram,
footer a.rsyoutube,
footer a.rsfacebook,
footer a.rslinkedin {
	font-size: 16px;
	color: #fff;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	text-decoration: none;
	margin: 0 5px;
}
footer a.rsinstagram,
footer a.rsyoutube,
footer a.rsfacebook,
footer a.rslinkedin {
	margin-bottom: 4px;
}
nav#top #follow_us a.rsinstagram,
footer a.rsinstagram {
	background-color: #A43493;
}
nav#top #follow_us a.rsyoutube,
footer a.rsyoutube {
	background-color: #FA0002;
}
nav#top #follow_us a.rsfacebook,
footer a.rsfacebook {
	background-color: #4267B2;
}
nav#top #follow_us a.rslinkedin,
footer a.rslinkedin {
	background-color: #1474B3;
}
nav#top #follow_us a:hover,
footer a.rsinstagram:hover,
footer a.rsyoutube:hover,
footer a.rsfacebook:hover,
footer a.rslinkedin:hover {
	text-decoration: none;
	background-color: #8A8B8A;
}

/* 
header #logo{
	margin: 156px 8px 0 0;
}
*/
header nav#subtitle{
	float: right;

}
header nav#subtitle ul{
	display: inline-block;
	padding-top: 17px;
	font-size: 15px; /* Approximation due to font substitution */
	font-weight: 400;
}

header nav#subtitle ul li{
	display: inline-block;
	margin-left: 10px;
}

header nav#subtitle ul li a{
	color:  #000;
	text-decoration: none;
}

header nav#subtitle ul li a:hover{
	color:  #000;
}

header nav#subtitle_responssive{
	display: none;
	text-align: center;
	margin: 20px;
}

header nav#subtitle_responssive ul{
	display: inline-block;
	font-size: 15px; /* Approximation due to font substitution */
	font-weight: 400;
	padding: 0;
}

header nav#subtitle_responssive ul li{
	display: inline-block;
	margin-left: 10px;
}

header nav#subtitle_responssive ul li a{
	color:  #000;
	text-decoration: none;
}

header nav#subtitle_responssive ul li a:hover{
	color:  #000;
}


.picto_home{
	display: block;
	width: 42px;
	height: 42px;
	background: url(img/layout/pictos/home.png) no-repeat center center;
	margin: auto;
}
.picto_fenetre{
	display: block;
	width: 42px;
	height: 42px;
	background: url(img/layout/pictos/fenetre.png) no-repeat center center;
	margin: auto;
}
.picto_porte{
	display: block;
	width: 42px;
	height: 42px;
	background: url(img/layout/pictos/porte.png) no-repeat center center;
	margin: auto;
}
.picto_volet{
	display: block;
	width: 42px;
	height: 42px;
	background: url(img/layout/pictos/volet.png) no-repeat center center;
	margin: auto;
}
.picto_portail{
	display: block;
	width: 42px;
	height: 42px;
	background: url(img/layout/pictos/portail.png) no-repeat center center;
	margin: auto;
}
.picto_isolation{
	display: block;
	width: 42px;
	height: 42px;
	background: url(img/layout/pictos/isolation.png) no-repeat center center;
	margin: auto;
}
.picto_outils{
	display: block;
	width: 42px;
	height: 42px;
	background: url(img/layout/pictos/outils.png) no-repeat center center;
	margin: auto;
}

/* .picto_home_small{
	display: block;
	width: 27px;
	height: 22px;
	background: url(img/home/pictos/home_small.png) no-repeat center center;
	margin: auto;
}
.picto_fenetre_small{
	display: block;
	width: 27px;
	height: 22px;
	background: url(img/home/pictos/fenetre_small.png) no-repeat center center;
	margin: auto;
}
.picto_porte_small{
	display: block;
	width: 27px;
	height: 22px;
	background: url(img/home/pictos/porte_small.png) no-repeat center center;
	margin: auto;
}
.picto_volet_small{
	display: block;
	width: 27px;
	height: 22px;
	background: url(img/home/pictos/volet_small.png) no-repeat center center;
	margin: auto;
}
.picto_store_small{
	display: block;
	width: 27px;
	height: 22px;
	background: url(img/home/pictos/store_small.png) no-repeat center center;
	margin: auto;
}
.picto_portail_small{
	display: block;
	width: 27px;
	height: 22px;
	background: url(img/home/pictos/portail_small.png) no-repeat center center;
	margin: auto;
}
.picto_porte-garage_small{
	display: block;
	width: 27px;
	height: 22px;
	background: url(img/home/pictos/porte-garage_small.png) no-repeat center center;
	margin: auto;
} */

.picto_home.hover, header nav#megaover ul li.home:hover > .picto_home{
	background: url(img/layout/pictos/home_hover.png) no-repeat center center;
}
.picto_fenetre.hover, header nav#megaover ul li.selectable:hover > .picto_container > .picto_fenetre{
	background: url(img/layout/pictos/fenetre_hover.png) no-repeat center center;
}
.picto_porte.hover, header nav#megaover ul li.selectable:hover > .picto_container > .picto_porte{
	background: url(img/layout/pictos/porte_hover.png) no-repeat center center;
}
.picto_volet.hover, header nav#megaover ul li.selectable:hover > .picto_container > .picto_volet{
	background: url(img/layout/pictos/volet_hover.png) no-repeat center center;
}
.picto_portail.hover, header nav#megaover ul li.selectable:hover > .picto_container > .picto_portail{
	background: url(img/layout/pictos/portail_hover.png) no-repeat center center;
}
.picto_isolation.hover, header nav#megaover ul li.selectable:hover > .picto_container > .picto_isolation{
	background: url(img/layout/pictos/isolation_hover.png) no-repeat center center;
}
.picto_outils.hover, header nav#megaover ul li.selectable:hover > .picto_container > .picto_outils{
	background: url(img/layout/pictos/outils_hover.png) no-repeat center center;
}


header nav#megaover{
	padding-top: 7px;
	margin-bottom: 10px;
}

header nav#megaover ul{
	display: inline-block;
	padding:0;
	font-size: 15px; /* Approximation due to font substitution */
	font-weight: 400;
}

header nav#megaover ul li{
	display: inline-block;
	margin-left: 1px;
	background-color:  #000000;
	width: 158px;
	height: 90px;
	vertical-align: top;
	font-size: 13px;
	cursor: pointer;
	color: white;
}

header nav#megaover ul li:hover,
header nav#megaover ul li.selected{
	background-color:  #8A8B8A;
}

header nav#megaover ul li.home{
	width: 49px;
	background-color:  #8A8B8A;
	padding-top: 20px;
}


header nav#megaover a{
	color: white;
	text-decoration: none;
}

header nav#megaover .text_picto{
	text-align: center;
	width: 100%;
	font-family: 'Sansation', serif !important;
	height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}

header nav#megaover .picto_container{
	height: 48px;
	padding-bottom: 3px;
	position:relative;
} 

header nav#megaover .picto{
	position: absolute;
	bottom: 0;
	width: 158px;
	height: 42px;
} 

header nav#megaover .content{
	background-color:  #8A8B8A;
	border-top: 7px solid #8A8B8A;
	margin-left: 51px;
	display: none;
	position: absolute;
	z-index: 50;
	width: 953px;
}

header nav#megaover .content .sub_cats{
	width:100%;
	display:inline-block;
	padding-top: 11px;
	padding-bottom: 30px;
}

header nav#megaover .content .sub_cat{
	width:49%;
	display:inline-block;
	margin-top: 14px;
}

header nav#megaover .content .sub_cat_img{
	width:33%;
	height: 100%;
	display:inline-block;
	text-align: right;
	padding-bottom: 10px;
}

header nav#megaover .content .sub_cat_img img{
	padding-right: 12px;
	padding-top: 12px;
}


header #search{
	margin-top: -7px;
	position: absolute;
	right: 0;
	z-index: 3;
}

header #search input[type=text]{
	width: 180px;
	height: 30px;
}

header nav#megaover .rond{
	display: none;	
}

header nav#megaover a .sub_cat:hover > .rond{
	-webkit-transform:rotate(10deg);
	-moz-transform:rotate(10deg);
	-o-transform:rotate(10deg); 
	-ms-transform:rotate(10deg); 
	transform:rotate(10deg);
}

header nav#megaover a .sub_cat:hover > .texte{
	font-weight: 700;
}

.rond_small{
	height: 50px;
	width: 50px;
	border-radius: 50%;
	display: inline-block;
	vertical-align: top;
	margin-left:  10px;
}

header nav#megaover .picto_in{
	display: block;
}

header nav#megaover .picto_middle{
	display: table-cell;
    height: 75px;
    width: 75px;
    vertical-align: middle;
}

header nav#megaover .texte{
	display: inline-block;
	vertical-align: top;
	padding: 20px 0 0 15px;
	color:  #000;
	font-size: 16px; 
	font-weight: 400;
	line-height: 19px;
	font-family: 'Sansation', serif !important;
	width: 195px;
}

.alu{
	/* background: url(img/layout/rond_alu.png) no-repeat center center; */
	background-color: #fff;
}

.bois{
	/* background: url(img/layout/rond_bois.png) no-repeat center center; */
	background-color: #fff;
}

.bois_alu{
	/* background: url(img/layout/rond_bois_alu.png) no-repeat center center; */
	background-color: #fff;
}

.pvc{
	/* background: url(img/layout/rond_pvc.png) no-repeat center center; */
	background-color: #fff;
}

.autre{
	/* background: url(img/layout/rond_autre.png) no-repeat center center; */
	background-color: #fff;
}


.alu_small{
	/* background: url(img/home/pictos/rond_alu_small.png) no-repeat center center; */
	background-color: #fff;
}

.bois_small{
	/* background: url(img/home/pictos/rond_bois_small.png) no-repeat center center; */
	background-color: #fff;
}

.bois_alu_small{
	/* background: url(img/home/pictos/rond_bois_alu_small.png) no-repeat center center; */
	background-color: #fff;
}

.pvc_small{
	/* background: url(img/home/pictos/rond_pvc_small.png) no-repeat center center; */
	background-color: #fff;
}

.autre_small{
	/* background: url(img/home/pictos/rond_autre_small.png) no-repeat center center; */
	background-color: #fff;
}

.color_alu{
	color: #fff;
}

.color_bois{
	color: #fff;
}

.color_bois_alu{
	color: #fff;
}

.color_pvc{
	color: #fff;
}

.color_autre{
	color: #fff;
}

.color_acier{
	color: #fff;
}

/*content*/



.pageAccueil .zone_slider{
	position:relative;
}

#content{
	width: 1004px;
	min-height: 500px;
	margin: auto;
}

#eco-renovation{
	position: relative;
	min-height: 254px;
}

#eco-renovation .videoAccueil img{
	position: absolute;
	top: 0;
	right: 0;
}

#eco-renovation .titre{
	position: absolute;
	top: 25px;
	right: 250px;
	font-size: 28px; 
	font-weight: 400;
	line-height: 28px;
}

#eco-renovation .bouton{
	position: absolute;
	display: block;
	height: 27px;
	width: 27px;
	background-image: url(img/home/bouton.png);
	cursor: pointer;
}

#eco-renovation .bouton:hover{
	background-image: url(img/home/bouton_hover.png);
}

#eco-renovation .conteneur_bouton .fenetre{
	top: 122px;
	right: 63px;
}

#eco-renovation .conteneur_bouton .porte{
	top: 180px;
	right: 250px;
}

#eco-renovation .conteneur_bouton .volet1{
	top: 170px;
	right: 370px;
}

#eco-renovation .conteneur_bouton .volet2{
	top: 125px;
	right: 188px;
}

#eco-renovation .conteneur_bouton .portail{
	top: 215px;
	right: 90px;
}

#eco-renovation .conteneur_bouton .isolation{
	top: 78px;
	right: 55px;
}

#eco-renovation .conteneur_bouton .energie{
	top: 105px;
	right: 430px;
}

#eco-renovation .legend{
	display: none;
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 10px;
	font-size: 18px; 
	font-weight: 700;
	color:white;
	/* Fallback for web browsers that don't support RGBa */
    background-color: rgb(0, 64, 120);
    /* RGBa with 0.6 opacity */
    background-color: rgba(0, 64, 120, 1);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF004178, endColorstr=#FF004178);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF004178, endColorstr=#FF004178)";
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

}

#eco-renovation .modal{
	position: absolute;
	display: none;
	top:0;
	right: 0;
	width: 493px;
	min-height: 254px;
	/* Fallback for web browsers that don't support RGBa */
	background-color: #e7e7e7;
}


#eco-renovation .modal .picto_in{
	display: block;
}

#eco-renovation .modal .picto_middle{
	display: table-cell;
    height: 50px;
    width: 50px;
    vertical-align: middle;
}

#eco-renovation .modal .texte{
	display: inline-block;
	vertical-align: top;
	padding: 8px 0 0 15px;
	color:  #000;
	font-size: 18px; 
	font-weight: 400;
	line-height: 19px;
}

#eco-renovation .modal > *{
	display: none;
	position: relative;
	height: inherit;
	width: inherit;
}

.quit{
	position: absolute;
	background-image: url(img/home/pictos/quit.png);
	top:5px;
	right: 5px;
	height: 35px;
	width: 35px;
	text-align: center;
	cursor: pointer;
	z-index: 10;
}

#eco-renovation .modal ul{
	text-decoration: none;
	position: absolute;
	height: inherit;
	width: inherit;
	top:0;
	right: 0;
	padding: 0;
	z-index: 5;
	margin-top: 45px;
}

#eco-renovation .modal ul li{
	display: block;
	float: left;
	width: 49%;
	padding: 5px;
	font-size: 20px;
	margin: 0 0 6px 0px;
}

#eco-renovation .modal ul a li .rond_small{
	-webkit-transition:-webkit-transform .4s; 
	  -moz-transition:-moz-transform .4s;     
	  -o-transition:-o-transform .4s;          
	  -ms-transition:-ms-transform .4s;         
	  transition:transform .4s;
}

#eco-renovation .modal ul a li:hover > .rond_small{
	-webkit-transform:rotate(10deg);
	  -moz-transform:rotate(10deg);
	  -o-transform:rotate(10deg); 
	  -ms-transform:rotate(10deg); 
	  transform:rotate(10deg);
}

#eco-renovation .modal ul a li:hover > .texte{
	font-weight: 700;
}

/*zone actu*/

#zone_actu{
	min-height: 229px;
	background: #e7e7e7 url(img/home/coin_zone_actu.png) no-repeat left top;
	margin-bottom: 56px;
	position: relative;
}

#zone_actu img.gauche{
	position: absolute;
	top:92px;
	left: 21px;
	cursor: pointer;
}

#zone_actu img.droite{
	position: absolute;
	top:92px;
	left: 50px;
	cursor: pointer;
}

#zone_actu .zone_actu_in{
	padding-top: 29px;
	padding-left: 220px;
	padding-bottom: 20px;
}

#zone_actu .actu1,#zone_actu .actu2{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 350px;
}

#zone_actu .actu1 img,#zone_actu .actu2 img{
	float:left;
	margin: 0;
}

#zone_actu .actu1 .encart,#zone_actu .actu2 .encart{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
}

#zone_actu .actu1 .normal,#zone_actu .actu2 .normal{
	height: 38px;
	width: 35px;
	background-image: url(img/home/coin_actu.png);
}

#zone_actu .actu1 .promo,#zone_actu .actu2 .promo{
	height: 100px;
	width: 95px;
	background-image: url(img/home/actu_promo.png);
}

#zone_actu .content_actu{
	position: relative;
	padding: 0 20px 35px 188px;
	min-height: 177px;
}

#zone_actu .actu1 span,#zone_actu .actu2 span{
	font-size: 16px;
	line-height: 16px;
	font-family: 'Sansation', serif !important;
}

#zone_actu .actu1 p,#zone_actu .actu2 p{
	font-size: 12px;
	line-height: 12px;
}

#zone_actu .actu1 a,#zone_actu .actu2 a{
	display: block;
	position: absolute;
	bottom: 0px;
	left: 188px;
	text-decoration: none;
	background-color: #000;
	color: white;
	padding: 4px 15px;
}
#zone_actu .actu1 a:hover,#zone_actu .actu2 a:hover{
	background-color: #fff;
	color: #000;
}

#zone_actu .sep_vert{
	display: inline-block;
	height: 163px;
	width: 10px;
	background-image: url(img/sep_vert.png);
	margin-top: 16px;
	margin-right: 35px;

}

/*Footer*/

footer .bloc{
	display: inline-block;
	background-color: #ffffff;
	width: 188px;
	min-height: 240px;
	padding: 25px 10px 14px 16px;
	vertical-align: top;
}

footer .bloc ul{
	list-style-type: none;
	padding-left: 0;
}

footer .bloc li{
	font-size: 13px;
}

footer .bloc a{
	text-decoration: none;
}

footer .bloc span{
	font-size: 14px;
	font-weight: 700;
	color: #194682;
	font-family: 'Sansation', serif !important;
}
	
footer .bloc2{
	display: inline-block;
	background-color: #d5d5d5;
	width: 188px;
	height: 240px;
	text-align:center;
	margin-left: -3px;
	padding: 33px 10px;
	vertical-align: top;
}

footer .bloc2 span{
	display: block;
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	line-height: 18px;
	margin-bottom: 14px;
	font-family: 'Sansation', serif !important;
}

footer .bloc2 img{
	display: inline-block;
	margin-top: 3px;
}

footer .bottom{
	margin-top: 33px;
	margin-bottom: 23px;
}

footer .bottom span.titre{
	font-size: 14px;
	font-weight: 700;
	line-height: 8px;
}

footer .bottom p{
	font-size: 13px;
	line-height: 15px;
}

footer .mini_form{
	padding-top: 11px;
}

footer .mini_form input[type=text]{
	background-color: #e7e7e7;
	width: 114px;
	height: 20px;
	border: 0;
}

footer .mini_form input[type=text]::-webkit-input-placeholder {
   text-align:center;
	color: #000;
	font-size: 12px;
	font-weight: 400;
}
footer .mini_form input[type=text]:-moz-placeholder { /* Firefox 18- */
   text-align:center;
	color: #000;
	font-size: 12px;
	font-weight: 400;  
}
footer .mini_form input[type=text]::-moz-placeholder {  /* Firefox 19+ */
   text-align:center;
	color: #000;
	font-size: 12px;
	font-weight: 400;  
}
footer .mini_form input[type=text]:-ms-input-placeholder {  
   text-align:center;
	color: #000;
	font-size: 12px;
	font-weight: 400;
}

footer .mini_form button{
	background-color: #000;
	width: 114px;
	height: 20px;
	border: 0px;
	color:  #ffffff;
	font-size: 13px; 
	font-weight: 700;
	margin-top: 3px;
}

/*Page contact*/

.page_contact .titre{
	width: 100%;
	height: 102px;
	background: url(img/contact/fond_titre.png) no-repeat right top;
	color:  #8A8B8A;
	font-size: 24px; 
	font-weight: 400;
	line-height: 24px; 
	padding-top: 14px;
}

.page_contact .titre span{
	color: #000;
	font-size: 30px; 
	font-weight: 700;
	line-height: 45px;
}

.page_contact .coord{
	width: 177px;
	height: 102px;
	border-left: 1px solid #000;
	font-size: 14px; 
	font-weight: 400;
	line-height: 14px;
	padding-left: 23px;
}

.page_contact .horaires{
	width:200px;
	height: 102px;
	border-left: 1px solid #000;
	font-size: 14px; 
	font-weight: 400;
	line-height: 14px;
	padding-left: 23px;
}

.page_contact .coord span.big, .page_contact .horaires span.big{
	font-size: 18px; 
	font-weight: 700;
	line-height: 18px;
}

.page_contact .form_contact{
	width: 320px;
	min-height: 440px;
	margin-right: 6px;
	margin-bottom: 10px;
}

.page_contact input[type=text],.page_contact input[type=tel],.page_contact input[type=email]{
	width: 100%;
	height: 28px;
	border: 1px solid #8A8B8A;
	margin: 8px 0 0 0;
}

.page_contact textarea{
	width: 100%;
	height: 88px;
	border: 1px solid #8A8B8A;
	margin: 8px 0 0 0;
}



.page_contact input[type=text]::-webkit-input-placeholder,.page_contact input[type=tel]::-webkit-input-placeholder,.page_contact input[type=email]::-webkit-input-placeholder,.page_contact textarea::-webkit-input-placeholder {
	color: #000;
	font-size: 14px;
	font-weight: 400;
	margin-left: 20px;
}
.page_contact input[type=text]:-moz-placeholder,.page_contact input[type=tel]:-moz-placeholder,.page_contact input[type=email]:-moz-placeholder,.page_contact textarea:-moz-placeholder { /* Firefox 18- */
	color: #000;
	font-size: 14px;
	font-weight: 400; 
	margin-left: 20px;
}
.page_contact input[type=text]::-moz-placeholder,.page_contact input[type=tel]::-moz-placeholder,.page_contact input[type=email]::-moz-placeholder,.page_contact textarea::-moz-placeholder {  /* Firefox 19+ */
	color: #000;
	font-size: 14px;
	font-weight: 400; 
	margin-left: 20px;
}
.page_contact input[type=text]:-ms-input-placeholder,.page_contact input[type=tel]:-ms-input-placeholder,.page_contact input[type=email]:-ms-input-placeholder,.page_contact textarea:-ms-input-placeholder {  
	color: #000;
	font-size: 14px;
	font-weight: 400;
	margin-left: 20px;
}


.page_contact .title{
	color: white;
	margin: 30px 0 0 40px;
	display: block;
}

.page_contact .wpcf7-captchac{

	margin: 8px 0 0 48px;
}
/*
.page_contact .captcha{

}
*/
.page_contact .cp{
	display: inline-block;
	vertical-align: top;
}

.page_contact .ville{
	display: inline-block;
	width: 135px;
	margin-left: 5px;
	vertical-align: top;
}

.page_contact .test_captcha{
	display: inline-block;
	width: 195px;
}

.page_contact .test_captcha img{
	display: inline-block;
	width: 140px;
	height: 27px;
}

.page_contact .test_captcha input{
	width: 141px;
	height: 28px;
	border: 0px;
	margin: 8px 0 0 48px;
}

.page_contact .envoyer{
	display: block;
	margin-top: 8px;
	text-align: center;
}

.page_contact input[type=submit]{
	border: 0;
	width: 79px;
	height: 63px;
	background-image: url(img/contact/envoyer_btn.png);
}

.page_contact span[role=alert]{
	padding-left: 15px;
}

.page_contact .wpcf7-response-output{
	margin-top: 14px;
}










/*page devis gratuit*/


.page_etude .bande{
	width: 1001px;
	height: 48px;
	margin-left: 2px;
}

.page_etude .bande img{
	display: block;
	float: left;
}

.page_etude .bande span{
	color: #194682;
	font-size: 18px;
	font-weight: 700;
	margin-top: 13px;
	display: block;
	float: left;

}

.page_etude .form_etude{
	margin-top: 14px;
}

.page_etude .form_etude .titre{
	background:url(img/etude/puce_titre.png) no-repeat left center;
	padding-left: 25px;
	margin: 19px 0 0 19px;	
	font-size: 24px;
	font-weight: 400;
	font-family: 'Sansation', serif !important;
}

.page_etude .form_etude .choix{
	display: block;
	border: 1px solid #848484;
	width: 287px;
	height: 265px;
	float: left;
	margin-bottom: 17px;
}

.page_etude .form_etude .choix select{
	width: 228px;
	height: 34px;
	border: 1px solid #000;
	margin: 0 0 15px 32px;
	color: #000;
	font-size: 16px;
	font-weight:400;
	background: url("img/etude/select-arrow.png") no-repeat 92% center !important;
	padding: 5px !important;
	line-height: 1 !important;
	-webkit-appearance: none !important;
	-moz-appearance: none!important;
	appearance: none !important;
	display: block !important;
	outline: medium none !important;
	padding: 6px !important;
	text-transform: uppercase !important;
}

.page_etude .form_etude .description{
	display: block;
	border: 1px solid #848484;
	width: 697px;
	height: 265px;
	float: right;
	margin-bottom: 17px;
}
.page_etude .form_etude .description textarea{
	margin-left: 33px;
	border: 1px solid #848484;
	width: 637px;
	height: 147px;
	margin-bottom: 20px;
}


.page_etude .form_etude .infos{
	background-color: #194682;
	width: 1004px;
	min-height: 163px;
	clear: both;
	text-align: center;
	padding-top: 34px;
}

.page_etude .form_etude .infos .content{
	display: inline-block;
}

.page_etude .form_etude .civilite_conteneur{
	text-align: left;
	font-size: 14px;
	font-weight: 400;
	color: white;
	margin-bottom: 10px;
}

.page_etude .form_etude .nom, .page_etude .form_etude .cp, .page_etude .form_etude .adresse, .page_etude .form_etude .tel, .page_etude .form_etude .ville, .page_etude .form_etude .email, .page_etude .form_etude .captcha, .page_etude .form_etude .captcha_img{
	display: inline-block;
	vertical-align: top;
}

.page_etude input[type=text],.page_etude input[type=tel],.page_etude input[type=email]{
	width: 230px;
	height: 28px;
	border: 0;
	margin-right: 12px;
	margin-bottom: 8px;
}

.page_etude .zone_input,.page_etude .valider{
	display: inline-block;
	vertical-align: top;
}

.page_etude .valider{
	margin-right: -16px;
}

.page_etude input[type=submit]{
	border: 0;
	width: 79px;
	height: 28px;
	background-image: url(img/contact/envoyer_btn.png);
	background-position: center;
}

.page_etude .captcha_img, .page_etude input[type=text].captcha_txt{
	width: 141px;
	height: 28px;
	margin-right: 12px;
	margin-bottom: 8px;
}

.page_etude span[role=alert]{
	margin-top: -10px;
	margin-left: 40px;
}

.page_etude input[type=text]::-webkit-input-placeholder,.page_etude input[type=tel]::-webkit-input-placeholder,.page_etude input[type=email]::-webkit-input-placeholder,.page_etude textarea::-webkit-input-placeholder {
	color: #000;
	font-size: 14px;
	font-weight: 400;
	margin-left: 20px;
}
.page_etude input[type=text]:-moz-placeholder,.page_etude input[type=tel]:-moz-placeholder,.page_etude input[type=email]:-moz-placeholder,.page_etude textarea:-moz-placeholder { /* Firefox 18- */
	color: #000;
	font-size: 14px;
	font-weight: 400; 
	margin-left: 20px;
}
.page_etude input[type=text]::-moz-placeholder,.page_etude input[type=tel]::-moz-placeholder,.page_etude input[type=email]::-moz-placeholder,.page_etude textarea::-moz-placeholder {  /* Firefox 19+ */
	color: #000;
	font-size: 14px;
	font-weight: 400; 
	margin-left: 20px;
}
.page_etude input[type=text]:-ms-input-placeholder,.page_etude input[type=tel]:-ms-input-placeholder,.page_etude input[type=email]:-ms-input-placeholder,.page_contact textarea:-ms-input-placeholder {  
	color: #000;
	font-size: 14px;
	font-weight: 400;
	margin-left: 20px;
}

.page_trouver_expert .zone_canvas{
	text-align: center;
	float: left;
	min-height: 350px;
	width: 303px;
	margin: 30px 75px;
}

.page_trouver_expert .content_expert{
	width: 510px;
	float: right;
}

.page_trouver_expert .titre{
	font-size: 24px;
	font-weight: 700;
	line-height: 24px;
	padding-left: 48px;
	background: url(img/icone_title.png) no-repeat left center;
	margin-bottom: 20px;
}

.page_trouver_expert .titre .soustitre{
	color:  #8A8B8A;
	font-weight: 400;
}


.page_trouver_expert .bloc_expert{
	height: auto;
	margin-bottom: 12px;
	padding: 12px 0 12px 20px;
	display: none;
}

.page_trouver_expert .bloc_expert .bloc_expert_content{
	border-left: 1px solid #8A8B8A;
	padding-left: 15px;
	display: none;
}

.page_trouver_expert .bloc_expert .bloc_expert_content div:nth-child(1){
	color: #000;
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
}

.page_trouver_expert .bloc_expert .bloc_expert_content div:nth-child(2){
	color: #000;
	font-size: 12px;
	font-weight: 400;
}

.page_trouver_expert .bloc_expert .bloc_expert_content a{
	display: block;
	background-color: #000;
	width: 125px;
	height: 25px;
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
	padding: 2px 0 0 10px;
	margin-top: 5px;
}

.page_expert{
	width: 100%;
}
.page_expert .content{
	width: 100%;
}

.page_expert .expert_gauche{
	display: inline-block;
	width: 484px;
	min-height: 450px;
	vertical-align: top;
	background: url(img/expert/vert_sep.png) no-repeat right 35px;
	padding-right: 10px;
}

.page_expert .desc{
	padding-right: 53px;
}

.page_expert .expert_droite{
	display: inline-block;
	width: 480px;
	margin-left: 40px;
	vertical-align: top;
}

.page_expert h1{
	font-size: 32px;
	font-weight: 700;
	line-height: 32px;
	margin-bottom: 10px;
}

.page_expert h2{
	font-size: 22px;
	font-weight: 400;
	line-height: 22px;
	color:  #8A8B8A;
	margin-bottom: 0;
}

.page_expert .tel{
	font-size: 24px;
	font-weight: 700;
	line-height: 24px;
	background-image: url(img/expert/phone.png);
	width: 252px;
	height: 73px;
	float: right;
	padding-top: 41px;
	padding-left: 14px;
}

.page_expert h3{
	margin-top: 30px;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	text-transform: none;
}

.page_expert .actu{
	width: 463px;
	min-height: 170px;
	background: url(img/expert/actu.png) no-repeat left top;
	border: 1px solid black;
	margin-top: 60px;
}

.page_expert .actu .news, .page_expert .actu img.cover_actu{
	display: inline-block;
	vertical-align: top;
}

.page_expert .actu img.cover_actu{
	margin-left: 119px;
	margin: 27px 0 27px 35px;
}

.page_expert .actu .news{
	margin: 27px 0 27px 30px;
	width: 162px;
}

.page_expert .actu .news div{
	font-size: 16px; /* Approximation due to font substitution */
	font-weight: 400;
	line-height: 16px;
}

.page_expert .actu .news p{
	font-size: 12px; /* Approximation due to font substitution */
	font-weight: 400;
}

.page_expert .actu .news a{
	display: block;
	font-size: 14px;
	color: white;
	width: 110px;
	height: 27px;
	padding: 3px 0 0 18px;
	text-decoration: none;
	background-color: #000;
	margin-top: 8px;
}

.page_expert .actu .content_slider{
	width: 378px;
}

.page_expert .controle{
	padding:100px 0 0 32px;
}


.page_expert .controle img{
	cursor: pointer;
}

.page_expert .slider{
	position: relative;
}

.page_expert .control{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 171px;
	height: 162px;
	background-image: url(img/expert/corner_slide.png);
	z-index: 10;
}

.page_expert .control_pos{
	position: absolute;
	bottom: 12px;
	left: 16px;
	z-index: 11;
}

.page_expert .control_pos img{
	cursor: pointer;
}

.page_expert .action_spe{
	background-color: #000;
	width: 480px;
	min-height: 200px;
	margin-top: 15px;
	position: relative;
	overflow: hidden;
}

.page_expert .action_spe #dialog-plan{
	width:100%;
	height:100%;
	position: absolute;
	top:0px;
	left:500px;
}


.page_expert .adresse{
	display: inline-block;
	vertical-align: top;
	background-color: #efefef;
	width: 268px;
	min-height: 129px;
	margin-right: 8px;
}

.page_expert .adresse .contenu{
	margin: 11px 11px 11px 11px;
	padding-bottom: 10px; 
	border-left: 1px solid #8A8B8A;
	min-height: 107px;
	background: url(img/expert/small_corner.png) no-repeat right bottom;
	padding-left: 12px;
	font-size: 14px; /* Approximation due to font substitution */
	font-weight: 400;
	line-height: 16px;
}

.page_expert .zone_bas{
	margin-top:16px;
}

.page_expert .zone_bas .logo{
	display: inline-block;
	background-color: #ffffff;
	width: 200px;
	min-height: 127px;
	line-height: 127px;
	border: 1px solid black;
	text-align: center;
}

.page_expert .zone_bas .logo img{
	vertical-align:middle;
	max-width: 190px;
	max-height: 97px;
}


.page_expert .zone_bas .no_logo{
	display: inline-block;
	background-color: #ffffff;
	width: 200px;
	height: 127px;
	border: 1px solid black;
	line-height:127px;
	text-align:center;
}

.page_expert .zone_bas .no_logo span { 
  width:190px; 
  vertical-align:middle;
  display:inline-block;
  line-height:normal; 
  font-size: 22px;
  line-height: 22px;
	font-weight: 700;
	font-family: 'Sansation', serif !important;
}


.page_expert .bxslider_expert li{
	height: 339px;
	line-height: 339px;
}

.page_expert .bxslider_expert li img{
	vertical-align: bottom;
}


.page_expert .action_spe{
	color: white;
	padding-top: 16px;
	text-align: center;
}

.page_expert .action_spe .titre{
	font-size: 24px;
	line-height: 24px;
	padding-bottom: 5px;
	border-bottom: 1px solid white;
}


.page_expert .action_spe .titre span{
	font-size: 36px;
	line-height: 36px;
	font-weight: 700;
}

.page_expert .action_spe .actions{
	margin-top: 17px;
}

.page_expert .action_spe .actions .action{
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
}

.page_expert .action_spe .actions .action .icone{
	display: table;
	height: 78px;
	width: 130px;
}

.page_expert .action_spe .actions .action .icone div{
	display: table-cell;
    vertical-align: middle;
}

.page_expert .action_spe .actions .action .texte{
	display: table;
	height: 40px;
	width: 130px;
	font-size: 16px;
	line-height: 16px;
}

.page_expert .action_spe .actions .action .texte div{
	display: table-cell;
    vertical-align: middle;
}

.page_expert .action_spe .actions .vertical{
	display: inline-block;
	vertical-align: top;
	width: 10px;
	height: 120px;
	background-image: url(img/expert/vertical.jpg);
}

.page_rdv .bande{
	width: 1004px;
	height: 48px;
}

.page_rdv .bande img{
	display: block;
	float: left;
}

.page_rdv .bande span{
	color: #194682;
	font-size: 18px;
	font-weight: 700;
	margin-top: 10px;
	display: block;
	float: left;
	font-family: 'Sansation', serif !important;
}

.page_rdv .infos{
	background-color: #8A8B8A;
	width: 1004px;
	min-height: 163px;
	clear: both;
	text-align: center;
	padding-top: 25px;
	margin-top: 29px;
}

.page_rdv .infos .content{
	display: inline-block;
}

.page_rdv .civilite_conteneur{
	text-align: left;
	font-size: 14px;
	font-weight: 400;
	color: white;
	margin-bottom: 10px;
}

.page_rdv .form_etude .nom, .page_rdv .form_etude .cp, .page_rdv .form_etude .adresse, .page_rdv .form_etude .tel, .page_rdv .form_etude .ville, .page_rdv .form_etude .email, .page_rdv .form_etude .captcha, .page_rdv .form_etude .captcha_img{
	display: inline-block;
	vertical-align: top;
}

.page_rdv input[type=text],.page_rdv input[type=tel],.page_rdv input[type=email]{
	width: 230px;
	height: 28px;
	border: 0;
	margin-right: 12px;
	margin-bottom: 8px;
}

.page_rdv .zone_input,.page_rdv .valider{
	display: inline-block;
	vertical-align: top;
}

.page_rdv .zone_input span{
	display: inline-block;
	vertical-align: top;

}

.page_rdv input[name=datePick], .page_rdv input[name=expertSelect]{
	display: none;
}

.page_rdv input[name=datePick] span,.page_rdv input[name=expertSelect] span{
	margin-top: 0px;
}


.page_rdv .zone_input .wpcf7-form-control-wrap{
	width: 242px;
}

.page_rdv .zone_input .wpcf7-form-control-wrap.captcha{
	width: 153px;
}

.page_rdv .valider{
	margin-right: -16px;
}

.page_rdv input[type=submit]{
	border: 0;
	width: 79px;
	height: 63px;
	background-image: url(img/contact/envoyer_btn.png);
}

.page_rdv .captcha_img, .page_rdv input[type=text].captcha_txt{
	width: 141px;
	height: 28px;
	margin-right: 12px;
	margin-bottom: 8px;
}

.page_rdv span[role=alert]{
	margin-top: -10px;
	margin-left: 40px;
}

.page_rdv input[type=text]::-webkit-input-placeholder,.page_rdv input[type=tel]::-webkit-input-placeholder,.page_rdv input[type=email]::-webkit-input-placeholder,.page_rdv textarea::-webkit-input-placeholder {
	color: #000;
	font-size: 14px;
	font-weight: 400;
	margin-left: 20px;
}
.page_rdv input[type=text]:-moz-placeholder,.page_rdv input[type=tel]:-moz-placeholder,.page_rdv input[type=email]:-moz-placeholder,.page_rdv textarea:-moz-placeholder { /* Firefox 18- */
	color: #000;
	font-size: 14px;
	font-weight: 400; 
	margin-left: 20px;
}
.page_rdv input[type=text]::-moz-placeholder,.page_rdv input[type=tel]::-moz-placeholder,.page_rdv input[type=email]::-moz-placeholder,.page_rdv textarea::-moz-placeholder {  /* Firefox 19+ */
	color: #000;
	font-size: 14px;
	font-weight: 400; 
	margin-left: 20px;
}
.page_rdv input[type=text]:-ms-input-placeholder,.page_rdv input[type=tel]:-ms-input-placeholder,.page_rdv input[type=email]:-ms-input-placeholder,.page_contact textarea:-ms-input-placeholder {  
	color: #000;
	font-size: 14px;
	font-weight: 400;
	margin-left: 20px;
}

.page_rdv .titre{
	background:url(img/etude/puce_titre.png) no-repeat left center;
	padding-left: 25px;
	margin: 14px 19px 0 19px;	
	font-size: 24px;
	font-weight: 400;
	height: 35px;
	font-family: 'Sansation', serif !important;
}

.page_rdv .date{
	display: inline-block;
	vertical-align: top;
	border: 1px solid black;
	width: 287px;
	min-height: 404px;
	margin-right: 20px;
	margin-top: 14px;
}

.page_rdv div.expert{
	display: inline-block;
	vertical-align: top;
	border: 1px solid black;
	width: 697px;
	min-height: 404px;
	margin-top: 14px;
}

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

.page_rdv .choix_date span[role=alert]{
	margin-top: 0px;
}

.page_rdv .ui-datepicker{
	margin: auto;
	margin-top: 18px;
}

.page_rdv select{
	width: 228px;
	height: 34px;
	border: 1px solid #000;
	margin: 15px 0 0 30px;
	color: #000;
	font-size: 16px;
	font-weight:400;
	background: url("img/etude/select-arrow.png") no-repeat 92% center !important;
	padding: 5px !important;
	line-height: 1 !important;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	display: block !important;
	outline: medium none !important;
	padding: 6px !important;
	text-transform: uppercase !important;
}

.page_rdv .zone_canvas{
	display: inline-block;
	vertical-align: top;
}

.page_rdv .sep_vert{
	display: inline-block;
	vertical-align: top;
	width: 9px;
	height: 270px;
	background-image: url("img/rdv/sep_vert.png");
	margin: 0 10px;
}

.page_rdv .list_expert{
	display: inline-block;
	vertical-align: top;
	width: 350px;
}

.page_rdv_modale .titre{
	font-size: 24px;
	font-weight: 700;
	line-height: 24px;
	padding-left: 48px;
	background: url(img/icone_title.png) no-repeat left center;
	margin-bottom: 20px;
	padding-top: 5px;
	font-family: 'Sansation', serif !important;
}

.page_rdv .titre .soustitre{
	color:  #8A8B8A;
	font-weight: 400;
}

.page_rdv .bloc_expert{
	background-color: #efefef;
	height: 97px;
	margin-bottom: 12px;
	padding: 12px 0 12px 20px;
	display: none;
}

.page_rdv .form_selected{
	background-color: #86c9eb;
}

.page_rdv .bloc_expert .bloc_expert_content{
	border-left: 1px solid #8A8B8A;
	padding-left: 15px;
	display: none;
}

.page_rdv .bloc_expert .bloc_expert_content div:nth-child(1){
	color: #000;
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
}

.page_rdv .bloc_expert .bloc_expert_content div:nth-child(2){
	color: #000;
	font-size: 12px;
	font-weight: 400;
}

.page_rdv .bloc_expert .bloc_expert_content .selectExpert{
	display: block;
	background-color: #8A8B8A;
	width: 150px;
	height: 25px;
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
	padding: 2px 0 0 10px;
	margin-top: 5px;
	cursor: pointer;
}

.page_rdv .bloc_expert .bloc_expert_content .selectExpert:hover{
	font-weight: 700;
}


.page_rdv_modale .date{
	display: block;
	width: 100%;
	text-align: center;
	min-height: 375px;
}

.page_rdv_modale .date select{
	margin: auto;
	margin-top: 10px;
}

.page_rdv_modale .titre{
	width: 250px;
	margin: auto;
	margin-top: 20px;
	height: 35px;
	padding-top: 5px;
	padding-left: 10px;
}

.page_actu .menu_actu{
	background-color: #e7e7e7;
	width: 215px;
	min-height: 350px;
	margin-right: 9px;
}

.page_actu .menu_actu_content{
	background: url(img/actu/zone_actu.png) no-repeat top left;
	min-height: 300px;
}

.page_actu .menu_actu_content .select_choix{
	font-size: 14px;
	font-weight: 700;
	line-height: 14px;
	width: 131px;
	padding-top: 147px;
	padding-left: 86px;
}

.page_actu .menu_actu_content .select_choix .legend{
	width: 129px;
	height: 24px;
	margin-bottom: 1px;
}

.page_actu .menu_actu_content .select_choix .choix{
	background-color: white;
	width: 129px;
	height: 24px;
	margin-bottom: 2px;
	padding-top: 4px;
	text-align: right;
	padding-right: 10px;
	cursor: pointer;
}

.page_actu .menu_actu_content .select_choix .choix:hover{
	background-color: #000;
	color:white;
}

.page_actu .menu_actu_content .select_choix .choix.selected{
	background-color: #8A8B8A;
	color:white;
}

.page_actu .menu_actu_content .list_actu{
	margin-top: 20px;
}


.page_actu .menu_actu_content .list_actu .actu_min{
	padding: 0 24px;
	margin-bottom: 10px;
}

.page_actu .menu_actu_content .list_actu .actu_min:hover{
	color:white;
	background-color: #8A8B8A;
}

.page_actu .menu_actu_content .list_actu .actu_min .actu_min_content{
	padding: 14px 0;
	border-bottom: 1px solid #8A8B8A;
	font-size: 16px;
	font-family: 'Sansation', serif !important;
}

.page_actu .menu_actu_content .list_actu .actu_min .actu_min_content a.valid{
	font-size: 14px;
	width: 110px;
	height: 27px;
	background-color: #000;
	padding-top: 3px;
	padding-left: 18px;
	color: white;
	text-decoration: none;
	display: block;
	margin-top: 5px;
}

.page_actu .actu_content .head{
	height: 350px;
}

.page_actu .actu_content .head img{
	margin-left: 0;
}


.page_actu .actu_content .zone_titre{
	width: 296px;
	height: 335px;
	background-image: url(img/actu/titre_actu.png);
	color: #ffffff;
	font-size: 25px;
	line-height: 25px;
	font-weight: 700;
	padding: 40px 0 0 30px;
}

.page_actu .actu_content .body{
	width: 742px;
}


.page_actu .actu_content .body h2{
	font-size: 22px;
	font-weight: 700;
	line-height: 22px;
	margin-top: 30px;
}

.page_actu .actu_content .actu_min{
	background-color: #e7e7e7;
	height: 105px;
	margin-bottom: 15px;
	width: 742px;
	padding: 10px;
}

.page_actu .actu_content .excerpt{
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	padding-bottom: 10px;
	display: inline-block;
	vertical-align: top;
	width: 600px;
}

.page_actu .actu_content .title{
	font-size: 22px;
	font-weight: 700;
	line-height: 22px;
	padding: 10px 0;
	font-family: 'Sansation', serif !important;
}

.page_actu .actu_content .actu_min .actu_min_content a.valid{
	font-size: 14px;
	width: 110px;
	height: 27px;
	background-color: #000;
	padding-top: 3px;
	padding-left: 18px;
	color: white;
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
	margin-top: 5px;
}



.page_produits ul.menu{
	display: inline-block;
	vertical-align: top;
	background-color: #e7e7e7;
	width: 134px;
	/*min-height: 154px;*/
	margin-left: 25px;
	padding-top: 25px;
	padding-bottom: 15px;
}

.page_produits ul.menu li{
	list-style-type: none;
	font-weight: 700;
	font-size: 16px;
	line-height: 16px;
	padding-left: 25px;
	min-height: 19px;
	margin-bottom: 10px;
}

.page_produits ul.menu a{
	text-decoration: none;
}

.page_produits ul.menu li:hover{
	font-weight: 400;
}


.page_produits ul.menu li.alu{
	background:url(img/produits/alu.png) no-repeat left center;
}

.page_produits ul.menu li.bois{
	background:url(img/produits/bois.png) no-repeat left center;
}

.page_produits ul.menu li.bois_alu{
	background:url(img/produits/bois_alu.png) no-repeat left center;
}

.page_produits ul.menu li.pvc{
	background:url(img/produits/pvc.png) no-repeat left center;
}

.page_produits ul.menu li.autre{
	background:url(img/produits/autre.png) no-repeat left center;
}

.page_produits .zone_titre{
	display: inline-block;
	vertical-align: top;
	width: 250px;
	margin-left: 41px;
	height: 154px;
	border-right: 1px solid #8A8B8A;
}

.page_produits .zone_titre .title{
	margin-top: 5px;
	color: #000;
	font-size: 26px;
	font-weight: 700;
	line-height: 26px;
}

.page_produits .zone_titre .subtitle{
	color: #8A8B8A;
	font-size: 22px;
	font-weight: 400;
	line-height: 22px;
}

.page_produits .parag{
	display: inline-block;
	vertical-align: top;
	/* width: 507px; */
	/* padding: 24px 0 0 50px; */
	font-size: 14px;
	line-height: 16px;
}

.page_produits h1{
	font-size: 28px;
	line-height: 28px;
	font-weight: 700;
	padding: 0 0 30px 45px;
}

.page_produits h2, .page_produits h3{
	font-size: inherit;
	padding: 0;
	margin: 0;
	font-family: inherit;
	font-weight: inherit;
}
.page_produits h3{
	text-transform: none;
}
.page_produits section.partie{
	background: url(img/produits/sep.png) no-repeat center top;
}

.page_produits section.partie .titre{
	display: inline-block;
	background-color: #848484;
	color: white;
	font-size: 22px;
	font-weight: 400;
	line-height: 22px;
	padding: 12px 20px;
	margin-bottom: 34px;
	font-family: 'Sansation', serif !important;
}

.page_produits section.partie .slider{
	width: 448px;
	height: 450px;
	position:relative;
	display: inline-block;
	vertical-align: top;
}

.page_produits section.partie .commande{
	position:absolute;
	background-color: #000;
	width: 68px;
	height: 43px;
	top: 0;
	right: 0;
	z-index: 10;
	padding-top: 10px;
	text-align: center;
}

.page_produits section.partie .slider .bx-pager a{ 
	display: inline-block;
	vertical-align: top;
	margin-left: 5px;
}

.page_produits section.partie .slider .bxslider{ 
	text-align: center;
}

.page_produits section.partie .slider .bx-pager a.active .ombre {
	height: 80px;
	width: 105px;
	box-shadow:0px 0px 10px #000 inset;
	-moz-box-shadow:0px 0px 10px #000 inset;
	-webkit-box-shadow:0px 0px 10px #000 inset;
} 

.page_produits section.partie .slider .bx-pager a.active .ombre img {
	
	height: 80px;
	width: 105px;
	position: relative;
	z-index: -2;
}

.page_produits section.partie .slider .bx-pager a:first-child{ 
	margin-left: 0px;
}

.page_produits section.partie .slider .bx-pager{
	margin-top: 16px;
}

.page_produits .parties{
	padding-bottom: 30px;
}

.page_produits section.partie .texte{
	vertical-align: top;
	display: inline-block;
	width: 500px;
	margin-left: 50px;
	font-size: 14px;
	line-height: 16px;
}

.page_produits section.partie .texte .subtitle{
	color:  #8A8B8A;
	font-size: 16px; 
	line-height: 16px;
	font-weight:700;
	font-family: 'Sansation', serif !important;
}

.page_produits section.partie .content_video{
	background: #3d3d3d url(img/produits/corner_video.png) no-repeat left top;
	height: 645px;
	text-align: center;
}

.page_produits section.partie .content_video .titre_video{
	color: #ffffff;
	font-size: 35px;
	padding: 25px 0 10px 75px;
	text-align: left;
	font-family: 'Sansation', serif !important;
}

.page_recrutement .image{
	display: inline-block;
	vertical-align: top;
	width: 408px;
	height: 349px;
	position: relative;
	background-image: url(img/recrutement/img.png);
}

.page_recrutement .image .corner{
	width: 194px;
	height: 195px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: url(img/recrutement/corner.png);
}

.page_recrutement .image .texte{
	padding-left: 15px;
	margin: 56px 0 0 34px;
	font-size: 18px;
	line-height: 18px;
	font-weight: 700;
	border-left: 1px solid #8A8B8A;
}

.page_recrutement .form{
	width: 556px;
	min-height: 349px;
	display: inline-block;
	vertical-align: top;
	background-color: #8A8B8A;
	padding-top: 40px
}

.page_recrutement .form .gauche{
	width: 230px;
	display: inline-block;
	vertical-align: top;
}

.page_recrutement .form .droite{
	width: 230px;
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
}
.page_recrutement .form .title{
	margin-left: 48px;
}

.page_recrutement .form .bottom{
	margin-left: 48px;
	margin-top: 45px;
}

.page_recrutement .form .bottom .test_captcha, .page_recrutement .form .bottom .captcha{
	display: inline-block;
	vertical-align: top;
}

.page_recrutement .form .bottom .test_captcha img{
	width: 140px;
	height: 30px;
}

.page_recrutement  input[type=text],.page_recrutement  input[type=tel],.page_recrutement  input[type=email],.page_recrutement  input[type=file]{
	width: 230px;
	height: 28px;
	border: 0px;
	margin: 8px 0 0 48px;
}

.page_recrutement .form .bottom  input[type=text]{
	margin: 0 0 0 9px;
	width: 141px;
	height: 30px;
}

.page_recrutement .form .bottom  .envoyer{
	display: inline-block;
	vertical-align: top;
	text-align: right;
	width: 205px;
}

.page_recrutement .form .bottom  .envoyer input{
	border: 0;
	width: 72px;
	height: 28px;
	background-image: url(img/recrutement/envoyer.png);
}

.page_recrutement .form span[role=alert]{
	margin-left: 48px;
}

.page_recrutement .form .bottom span[role=alert]{
	margin-left: 10px;
}

.page_recrutement  input[type=file]{
	background-color: white;
}

.page_recrutement  textarea{
	width: 230px;
	height: 100px;
	border: 0px;
	margin: 8px 0 0 48px;
}

.page_recrutement  input[type=file]::-webkit-file-upload-button {
  visibility: hidden;
}
.page_recrutement  input[type=file]::before {
  content: 'Envoyer votre CV';
  display: inline-block;
  background: white;
  border: 1px solid #000;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 700;
  font-size: 10pt;
}
.page_recrutement  input[type=file]:hover::before {
  border-color: black;
}
.page_recrutement  input[type=file]:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}


.page_recrutement  input[type=text]::-webkit-input-placeholder,.page_recrutement  input[type=tel]::-webkit-input-placeholder,.page_recrutement  input[type=email]::-webkit-input-placeholder,.page_recrutement  textarea::-webkit-input-placeholder {
	color: #000;
	font-size: 14px;
	font-weight: 400;
	margin-left: 20px;
}
.page_recrutement  input[type=text]:-moz-placeholder,.page_recrutement  input[type=tel]:-moz-placeholder,.page_recrutement  input[type=email]:-moz-placeholder,.page_recrutement  textarea:-moz-placeholder { /* Firefox 18- */
	color: #000;
	font-size: 14px;
	font-weight: 400; 
	margin-left: 20px;
}
.page_recrutement  input[type=text]::-moz-placeholder,.page_recrutement  input[type=tel]::-moz-placeholder,.page_recrutement  input[type=email]::-moz-placeholder,.page_recrutement  textarea::-moz-placeholder {  /* Firefox 19+ */
	color: #000;
	font-size: 14px;
	font-weight: 400; 
	margin-left: 20px;
}
.page_recrutement  input[type=text]:-ms-input-placeholder,.page_recrutement  input[type=tel]:-ms-input-placeholder,.page_recrutement  input[type=email]:-ms-input-placeholder,.page_contact textarea:-ms-input-placeholder {  
	color: #000;
	font-size: 14px;
	font-weight: 400;
	margin-left: 20px;
}

.page_recrutement .titre{
	height: 80px;
	color:  #8A8B8A;
	font-size: 24px; 
	font-weight: 400;
	line-height: 24px; 
}

.page_recrutement .titre span{
	color: #000;
	font-size: 30px; 
	font-weight: 700;
	line-height: 45px;
}

.page_documentation .titre{
	height: 70px;
	font-size: 32px; 
	font-weight: 700;
	line-height: 32px;
	color: #000;
}

.page_documentation .bloc{
	display: inline-block;
	vertical-align: top;
	margin-right: 14px;
	background: #efefef url(img/doc/corner.png) no-repeat right bottom;
	width: 265px;
	height: 365px;
	margin-bottom: 40px;
	text-align: center;
}

.page_documentation .bloc a{
	text-decoration: none;
}

.page_documentation .bloc .title{
	height: 30px;
	color: #ffffff;
	font-size: 18px;
	background: url(img/doc/subtitle.png) no-repeat right top;
	padding: 2px 0 0 12px;
	text-align: left;
}

.page_documentation .bloc .dl{
	width: 154px;
	height: 22px;
	color: #ffffff;
	font-size: 12px;
	background-image: url(img/doc/dl.png);
	margin: 4px 0 0 48px;
	padding: 2px 0 0 8px;
	text-align: left;
}
 
.page_documentation .bloc img{
	margin-top: 40px;
}

.page_simple{
	padding-bottom: 20px;
}

.page_simple h1.titre{
	color:  #8A8B8A;
	font-size: 24px; 
	font-weight: 400;
	line-height: 24px; 
	font-family: inherit;
}

.page_simple h1.titre span{
	color: #000;
	font-size: 30px; 
	font-weight: 700;
	line-height: 45px;
}

.page_simple .sep{
	width: 993px;
	height: 10px;
	margin: auto;
	background-image: url(img/page/sep.png);
	margin-top: 42px;
	margin-bottom: 34px !important;
	clear: both;
	background-position: center;
}

.page_simple .bloc_page{
	background: url(img/page/coin.png) no-repeat left top!important;
	width: 489px !important;
	border: 1px  solid #848484!important;
	padding: 50px 38px !important;
	height: 100%;
}

.page_simple .bloc_span{
	background: url(img/page/coin.png) no-repeat left top!important;
	border: 1px  solid #848484!important;
	padding: 50px 38px !important;
	margin-bottom: 20px!important;
}

.page_simple .bloc_page.w528{
	width: 528px !important;
}

.page_simple .w470{
	width: 470px !important;
}

.page_simple .pad0{
	padding: 0 !important;
}

.page_simple .bloc_page_neutre{
	width: 489px !important;
}


.page_simple .bloc_page_neutre_large{
	width: 100% !important;
	padding: 0 !important;
}


.page_simple .bloc_page_neutre .bloc_cadre, .page_simple .bloc_page_neutre_large .bloc_cadre{
	background: url(img/page/coin.png) no-repeat left top!important;
	border: 1px  solid #848484!important;
	width: 100% !important;
	padding: 50px 38px !important;
}

.page_simple .fs14{
	font-size: 14px !important;
	line-height:  14px !important;
}

.page_simple .fs16{
	font-size: 16px !important;
	line-height:  16px !important;
}

.page_simple .fs18{
	font-size: 18px !important;
	line-height:  18px !important;
}

.page_simple .fs20{
	font-size: 20px !important;
	line-height:  20px !important;
}

.page_simple .bloc_page_neutre .bloc{
	width: 100% !important;
	padding: 40px 38px !important;
	margin-bottom: 0 !important;
}

.page_simple .bloc_page.left{
	float: left !important
}

.page_simple .bloc_page.right{
	float: right !important
}

.page_simple .wpb_row{
	margin: 0 !important;
	padding:  0 !important;
}

.page_simple h2, .page_simple .bloc h3, .page_simple .bloc_page h4{
	font-weight: 700!important;
	font-size: 18px!important;
	line-height: 18px!important;
	margin-bottom: 15px!important;
}

.page_simple .bloc_page strong{
	color:  #55b4e0!important;
	font-weight: 700!important;
}

.page_simple img{
	display: block!important;
	margin: auto!important;
}


.page_simple img.img_cidd{
	margin: 0 -38px -50px -38px!important;
	max-width: none!important;
	width: 486px!important;
}

.page_simple .h300{
	min-height: 300px !important;
}

.page_simple .h350{
	min-height: 350px !important;
}


.page_simple .h400{
	min-height: 400px !important;
}

.page_simple .h450{
	min-height: 450px !important;
}

.page_simple .h500{
	min-height: 500px !important;
}


.page_simple .bloc_droite{
	width: 489px !important;
	padding: 0 !important;
	height: 100%;
	float: right;
	text-align: center;
	font-size: 14px;
	line-height: 16px;
}

.page_simple  .title{
	font-size: 22px;
	line-height: 22px;
	font-weight: 700;
	padding-top: 53px;
	padding-bottom: 20px;
	display: block;
	font-family: 'Sansation', serif !important;
}

.page_simple .orange .title{
	padding-top: 62px;
	padding-bottom: 32px;
	font-family: 'Sansation', serif !important;
}

.page_simple .bloc_droite a{
	color: #000;
	background-color: #000;
	width: 168px;
	height: 30px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	display: block;
	padding-top: 7px;
	margin: auto;
	margin-top: 33px;
}

.page_simple .bloc_droite .orange{
	background: #ee7f01 url(img/page/coin_orange.png) no-repeat left top;
	width: 228px;
	height: 292px;
	color: white;
	float: right;	
	margin-left: 33px;
	margin-right: -33px;
}

.page_simple .bloc_droite .bleu{
	background: #0290d0 url(img/page/coin_bleu.png) no-repeat left top;
	width: 228px;
	height: 292px;
	color: white;
	float: right;
}

.page_contact .grand_sep{
	margin-top:140px;
}

/* Jeu concours */
.page-template-page_jeu_concours-php .concours {
	height:753px;
	width:100%;
	position:relative;
	margin-top:70px;
	margin-bottom:70px;
}
.page-template-page_jeu_concours-php .concours #etape1 {
	background:transparent url('img/concours/bgHome.jpg') no-repeat center center scroll;
	background-size: contain;
	width:100%;
	height:100%;
}
.page-template-page_jeu_concours-php .concours #etape1 #btnStart {
	background:transparent url('img/concours/btnStart.png') no-repeat center center scroll;
	background-size: contain;
	width:361px;
	height:192px;
	display:block;
	position:absolute;
	/*top:415px;
	left:275px;*/
	top: 495px;
    left: 325px;
    border: 0;
}
.page-template-page_jeu_concours-php .concours #etape2 {
	background:transparent url('img/concours/bgMachine.jpg') no-repeat center center scroll;
	background-size: contain;
	width:100%;
	height:100%;
	display:none;
}
.page-template-page_jeu_concours-php .concours #etape2 .machine {
	background:transparent url('img/concours/fondMachine.png') no-repeat center center scroll;
	background-size: contain;
	width:907px;
	height:626px;
	display:block;
	position:absolute;
	top:50px;
	left:70px;
}
.page-template-page_jeu_concours-php .concours #etape2 #btnPlay {
	background:transparent url('img/concours/btnPlay.png') no-repeat top left scroll;
	width:254px;
	height:192px;
	display:block;
	position:absolute;
	top:25px;
	left:750px;
}
.page-template-page_jeu_concours-php .concours #etape2 .jSlots-wrapper {
    overflow: hidden;
    height: 200px;
    display: inline-block;
    top:300px;
    left:168px;
    position:absolute;
    padding:0;
}
.page-template-page_jeu_concours-php .concours #etape2 .jSlots-wrapper::after {
    width:100%;
    height:100%;
    display:block;
    top:0;
    left:0;
    position:absolute;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 35%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 65%, rgba(0,0,0,0.6) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 35%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 65%,rgba(0,0,0,0.6) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 35%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 65%,rgba(0,0,0,0.6) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#cc000000',GradientType=0 );
    content:"";
}
.page-template-page_jeu_concours-php .concours #etape2 .resultat {
    overflow:hidden;
    width:620px;
    height:334px;
    display:inline-block;
    top:234px;
    left:168px;
    position:absolute;
    padding:0;
    background:rgba(0,0,0,0);
    opacity:0;
    -webkit-transition: all 500ms cubic-bezier(0.000, 0.760, 0.350, 1.000); 
	-moz-transition: all 500ms cubic-bezier(0.000, 0.760, 0.350, 1.000); 
	-o-transition: all 500ms cubic-bezier(0.000, 0.760, 0.350, 1.000); 
	transition: all 500ms cubic-bezier(0.000, 0.760, 0.350, 1.000);
	-webkit-transition-timing-function: cubic-bezier(0.000, 0.760, 0.350, 1.000); 
	-moz-transition-timing-function: cubic-bezier(0.000, 0.760, 0.350, 1.000); 
	-o-transition-timing-function: cubic-bezier(0.000, 0.760, 0.350, 1.000); 
	transition-timing-function: cubic-bezier(0.000, 0.760, 0.350, 1.000);
}
.page-template-page_jeu_concours-php .concours #etape2 .resultat.perdu div {
	width:100%;
	height:100%;
	display:block;
	background:transparent url('img/concours/perdu.png') no-repeat center center scroll;
}
.page-template-page_jeu_concours-php .concours #etape2 .resultat.gagne div {
	width:100%;
	height:100%;
	display:block;
	background:transparent url('img/concours/gagne.png') no-repeat center center scroll;
}
.page-template-page_jeu_concours-php .concours #etape2 .slot {
    float: left;
    list-style:none;
    padding-left:0;
    margin:0 10px 0 0;
    background:#e8eaea;
}
.page-template-page_jeu_concours-php .concours .merci {
	overflow:hidden;
    width:620px;
    height:334px;
    display:inline-block;
    top:234px;
    left:168px;
    position:absolute;
    padding:0;
    background:transparent url('img/concours/merci.png') no-repeat center center scroll;
    opacity:0;
    -webkit-transition: all 500ms cubic-bezier(0.000, 0.760, 0.350, 1.000); 
	-moz-transition: all 500ms cubic-bezier(0.000, 0.760, 0.350, 1.000); 
	-o-transition: all 500ms cubic-bezier(0.000, 0.760, 0.350, 1.000); 
	transition: all 500ms cubic-bezier(0.000, 0.760, 0.350, 1.000);
	-webkit-transition-timing-function: cubic-bezier(0.000, 0.760, 0.350, 1.000); 
	-moz-transition-timing-function: cubic-bezier(0.000, 0.760, 0.350, 1.000); 
	-o-transition-timing-function: cubic-bezier(0.000, 0.760, 0.350, 1.000); 
	transition-timing-function: cubic-bezier(0.000, 0.760, 0.350, 1.000);
}
.page-template-page_jeu_concours-php .concours .dejajoue {
	overflow:hidden;
    width:620px;
    height:334px;
    display:inline-block;
    top:234px;
    left:168px;
    position:absolute;
    padding:0;
    background:transparent url('img/concours/deja-joue.png') no-repeat center center scroll;
    opacity:0;
    -webkit-transition: all 500ms cubic-bezier(0.000, 0.760, 0.350, 1.000); 
	-moz-transition: all 500ms cubic-bezier(0.000, 0.760, 0.350, 1.000); 
	-o-transition: all 500ms cubic-bezier(0.000, 0.760, 0.350, 1.000); 
	transition: all 500ms cubic-bezier(0.000, 0.760, 0.350, 1.000);
	-webkit-transition-timing-function: cubic-bezier(0.000, 0.760, 0.350, 1.000); 
	-moz-transition-timing-function: cubic-bezier(0.000, 0.760, 0.350, 1.000); 
	-o-transition-timing-function: cubic-bezier(0.000, 0.760, 0.350, 1.000); 
	transition-timing-function: cubic-bezier(0.000, 0.760, 0.350, 1.000);
}
.page-template-page_jeu_concours-php .concours .formulaire {
	overflow:hidden;
    width:620px;
    height:334px;
    display:inline-block;
    top:234px;
    left:168px;
    position:absolute;
    padding:0;
    background:rgba(0,0,0,0);
    opacity:0;
    -webkit-transition: all 500ms cubic-bezier(0.000, 0.760, 0.350, 1.000); 
	-moz-transition: all 500ms cubic-bezier(0.000, 0.760, 0.350, 1.000); 
	-o-transition: all 500ms cubic-bezier(0.000, 0.760, 0.350, 1.000); 
	transition: all 500ms cubic-bezier(0.000, 0.760, 0.350, 1.000);
	-webkit-transition-timing-function: cubic-bezier(0.000, 0.760, 0.350, 1.000); 
	-moz-transition-timing-function: cubic-bezier(0.000, 0.760, 0.350, 1.000); 
	-o-transition-timing-function: cubic-bezier(0.000, 0.760, 0.350, 1.000); 
	transition-timing-function: cubic-bezier(0.000, 0.760, 0.350, 1.000);
}
.page-template-page_jeu_concours-php .concours .formulaire fieldset {
	width:32%;
	float:left;
}
.page-template-page_jeu_concours-php .concours .formulaire fieldset input[type="text"],
.page-template-page_jeu_concours-php .concours .formulaire fieldset input[type="email"],
.page-template-page_jeu_concours-php .concours .formulaire fieldset input[type="tel"] {
	width:100%;
	border:none;
	background:#FFFFFF;
	padding:10px;
	margin-bottom:5px;
	color:#000000;
}
.page-template-page_jeu_concours-php .concours .formulaire fieldset p {
	color:#FFFFFF;
	font-weight:400;
	font-size:13px;
	margin-bottom:12px;
}
.page-template-page_jeu_concours-php .concours .formulaire fieldset a.oui {
	width:auto;
	border:none;
	background:#fff200;
	padding:5px 10px;
	margin-bottom:15px;
	color:#000000;
	display:inline-block;
	font-weight:400;
	cursor:pointer;
}
.page-template-page_jeu_concours-php .concours .formulaire fieldset a.non {
	width:auto;
	border:none;
	background:#72c7f0;
	padding:5px 10px;
	margin-bottom:15px;
	color:#000000;
	display:inline-block;
	font-weight:400;
	cursor:pointer;
}
.page-template-page_jeu_concours-php .concours .formulaire fieldset a.oui.nonActive,
.page-template-page_jeu_concours-php .concours .formulaire fieldset a.non.nonActive {
	background:#414141;
}
.page-template-page_jeu_concours-php .concours .formulaire input[type="submit"] {
	width:150px;
	border:none;
	background:#fff200;
	padding:5px 10px;
	margin-bottom:5px;
	color:#000000;
	text-transform:uppercase;
	font-weight:700;
	font-size:20px;
	clear:both;
	margin-left:250px;
}
.page-template-page_jeu_concours-php input#form-email {
	position: absolute;
    top: 480px;
    left: 365px;
    height: 40px;
    padding: 10px;
    width: 280px;
    z-index: 555555;
}

/*sidebar*/

.side{
	position: fixed;
	right: -205px;
	top:350px;
	background-color: grey;
	z-index: 100;
}
/*
.side_conteneur{

}
*/
.side_conteneur ul{
	list-style-type: none;
	padding: 0;
}

.side_conteneur ul li{
	width: 252px;
	height: 48px;
}

.side_conteneur  ul li .logo_clic{
	width: 48px;
	height: 48px;
	/* border-right: 1px solid white; */
	cursor: pointer;
	float: left;
}

.side_conteneur  ul li a.texte_sidebar{
	display: block;
	float: left;
	width: 203px;
	height: 48px;
	color: #000;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
	padding:12px 0 0 10px;
	font-family: 'Sansation', serif !important;
	text-transform: uppercase;
}

.side_conteneur ul li.etude{
	background-image: url(img/sidebar/etude.png);
}
.side_conteneur ul li.docs{
	background-image: url(img/sidebar/docs.png);
}
.side_conteneur ul li.rdv{
	background-image: url(img/sidebar/rdv.png);
}
.side_conteneur ul li.expert{
	background-image: url(img/sidebar/expert.png);
}

.side_conteneur .repli{
	width: 252px;
	height: 27px;
	background-color: #e7e7e7;
	position: relative;
}
.side_conteneur .repli .repli_texte{
	position: absolute;
	display: none;
	top:0;
	right:0;
	padding: 3px 135px 2px 8px;
}

.side_conteneur .repli .rond{
	position: absolute;
	left: -13px;
	width: 27px;
	height: 27px;
	background-image: url(img/sidebar/repli.png);
}
.side_conteneur .repli .rond .rond_in{
	width: 27px;
	height: 27px;
	display: table-cell;
	vertical-align: middle;
}

.side_conteneur .repli .gauche{
	width: 6px;
	height: 12px;
	margin: auto;
	background-image: url(img/sidebar/gauche.png);
}

.side_conteneur .repli .droite{
	width: 6px;
	height: 12px;
	margin: auto;
	background-image: url(img/sidebar/droite.png);
}

.side_conteneur .repli_clic{
	cursor: pointer;
}

/*bootstrap*/

.titre1{
	font-size: 24px;
	font-weight: 700;
	line-height: 24px;
}

.titre2{
	color:  #8A8B8A;
	font-size: 24px;
	font-weight: 400;
	line-height: 24px;
}

.titre3{
	color:  #8A8B8A;
	font-size: 16px; 
	font-weight: 700;
	margin-bottom: 10px;
	line-height: 16px;
}

.grand_sep{
	width: 960px;
	height: 10px;
	background-image: url(img/grand_sep.png);
	background-position: center top;
	background-repeat: no-repeat;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

.zone_texte{
	margin-top: 10px;
}

.zone_texte li{
	line-height: 18px;
}


.sep_vert_moyen{
	width: 10px;
	height: 310px;
	background-image: url(img/sep_vert_moyen.png);
}

/*fil d'ariane*/
#breadcrumbs{
	font-size:14dpx;
	padding-top: 12px;
	padding-left:50px;
	padding-bottom: 40px;
}

#breadcrumbs a{
	text-decoration: none;
}

/*Autre*/

.av_textblock_section{
	margin-left: 45px;
}

.article_found{
	margin-bottom: 20px;
}

.article_found h3{
	margin-bottom: 10px;
}

.page_search h2{
	margin-top:0;
}
p{
	line-height: inherit;
}

h1 {
	font-weight:inherit;
	font-size:inherit;
	margin:0;
	padding:0;
}

.no-close .ui-dialog-titlebar {
  display: none;
}

.no-close .ui-dialog-buttonset button{
	background-color: #000;
	color:white;
}

.expert_mail{
	display: none;
}

.aligncenter{
	margin: auto;
}

.page_contact .carte_contact{
	position:absolute;
	z-index:5;
	right:400px;
	font-size: 23px;
	font-weight: 700;
}

.page_contact .carte_contact a{
	text-decoration: none;
	color: #000;
}

.page_contact .content_carte{
	position:relative;
	margin-left: 320px;
}



/*tableau espace pro*/

table#tab_pro {
  color: #333;
  font-family: sans-serif;
  font-size: 1.1em;
  font-weight: 500;
  text-align: left;
  line-height: 40px;
  border-spacing: 0;
  border: 1px solid #428bca;
  width: 100%;
}

table#tab_pro thead tr:first-child {
  background: #428bca;
  color: #fff;
  border: none;
}

table#tab_pro th {font-weight: bold; font-size: 1.3em;}
table#tab_pro th:first-child, td:first-child {padding: 0 15px 0 20px;}

table#tab_pro thead tr:last-child th {border-bottom: 2px solid #ddd;}

table#tab_pro tbody tr:hover {background-color: #f0fbff;}
table#tab_pro tbody tr:last-child td {border: none;}
table#tab_pro tbody td {border-bottom: 1px solid #ddd;padding: 4px;}

table#tab_pro td:last-child {
  text-align: left;
  padding-left: 10px;
}

table#tab_pro .button {
  color: #428bca;
  text-align: center;
  text-decoration: none;
}

table#tab_pro .button:hover {
  text-decoration: underline;
  cursor: pointer;
}

/*responssive*/

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

	.desc {
		margin-top: 7em;
	}

	.parag h4 {
		line-height: normal ;
	}

	.menum {
		width: 100%;
	}

	.docu {
		width: 100%;
	}

	.docUne {
		height: auto !important;
	}

	.docUne img {
		top: 60px !important;
	}

	.sousMenu li{
		width: 100%;
		background: #ddd;
		padding: 0;
	}

	#megaoverM{
		display: none;
	}

	#eco-renovation{
		min-height: 0;
		height: auto;
		padding: 0;
	}

	.page_expert,.page_trouver_expert,.page_simple, footer, .vc_span6, .page_simple .w470, .page_documentation,header,.page_produits, .page_contact{
		width: 100% !important;
	}

	.page_simple .bloc_page.left, .page_simple .bloc_page.right, .page_simple .bloc_page_neutre, .page_simple .bloc, .page_simple .bloc_span,.page_simple .bloc_page_neutre_large{
		float: none !important;
		margin: auto !important;
		margin-bottom: 10px !important;
		width: 90% !important;
	}

	.page_simple .bloc_droite{
		width: 100% !important;
	}

	.page_simple .bloc_droite .orange, .page_simple .bloc_droite .bleu{
		float: none !important;
		display: inline-block !important;
		margin: 0 10px !important;
		margin-top: 10px !important;
	}

	.page_simple img.img_cidd{
		margin: auto !important;
	}

	.page_simple .sep{
		width: 100% !important;
		margin: 10px 0 !important;
	}

	.column_container{
		padding: 0 !important;
	}

	.page_simple .h350, .page_simple .h400, .page_simple .h450, .page_simple .h500{
		min-height: 0px !important;
	}

	.page_simple h1{
		margin-left: 5% !important;
	}

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

	.page_documentation .breadcrumbs{
		text-align: left !important;
	}

	footer .bloc{
		width: 42% !important;
		margin: 0 5% !important;
		height: 170px !important;
		margin-bottom: 10px !important;
	}

	footer .bloc2{
		display: block !important;
		width: 101% !important;
		margin-top: 10px !important;
		height: 100% !important;
	}

	footer .bloc2 img{
		margin: 0 10px !important;
	}


	footer .bloc:nth-child(2n+0){
		margin-left: 0 !important;
	}


	header nav#megaover ul a:first-child{
		display: none;
	}

	header nav#megaover ul{
		width: 100%;
	}

	header nav#megaover ul li{
		display: block;
		width: 100%;
		text-align: center;
		height: 50px;
		border-bottom: 1px solid white;
	}

	header nav#megaover ul li .picto_container{
		display: inline-block;
		width: 100px;
	}

	header nav#megaover .picto{
		width: 100px;
	}

	header nav#megaover ul li .text_picto{
		display: inline-block;
		width: 260px;
		text-align: left;
		vertical-align: top;
		font-size: 22px;
		margin-top: 10px;
		height: 40px!important;
	}

	header nav#megaover{
		position: relative;
	}

	header .mega_large:nth-child(2){
		position: absolute;
		top: 55px;
		width: 100%;
	}

	header .mega_large:nth-child(3){
		position: absolute;
		top: 105px;
		width: 100%;
	}

	header .mega_large:nth-child(4){
		position: absolute;
		top: 155px;
		width: 100%;
	}

	header .mega_large:nth-child(5){
		position: absolute;
		top: 205px;
		width: 100%;
	}

	header .mega_large:nth-child(6){
		position: absolute;
		top: 255px;
		width: 100%;
	}

	header .mega_large:nth-child(7){
		position: absolute;
		top: 305px;
		width: 100%;
	}

	header nav#megaover .content{
		width: 100%;
		margin-left: 0px !important;
	}

	header nav#megaover .content .sub_cat_img img{
		display: none;
	}

	header nav#megaover .content .sub_cat {
		width: 289px!important;
		text-align: left!important;
	}

	header nav#megaover .content .sub_cats {
		width: 100%!important;
		text-align: center!important;
	}

	header nav#top #follow_us, header nav#subtitle{
		display: none;
	}

	header #logo{
		margin-top: 10px;	
		float:none!important;
		display:block!important;
		margin-right: auto!important;
		margin-left: auto!important;
	}

	header #header_title{
		display: block!important;
		margin-top: 36px!important;
		text-align: right!important;
		margin-right: 10px!important;
		margin-bottom: -4px!important;
	}

	header nav#top{
		float: none!important;
		display: block!important;
		text-align: center!important;
		width: 100%!important;
	}

	header nav#top ul{
		padding-left: 0!important;
		margin: auto!important;
	}

	.side{
		display: none;
	}

	header nav#subtitle_responssive{
		display: block!important;
	}

	.page_simple img.img_cidd{
		width: 100%!important;
	}

	.pageAccueil{
		width: 100%!important;
	}

	.pageAccueil .grid2class1, .pageAccueil .grid2class2{
		display: block;
	}

	.pageAccueil .grid2class1{
		padding-left: 5%;
		padding-right: 5%;
		width: 90%;
		margin-bottom: 30px;
	}

	.pageAccueil .grid2{
		margin: 0;
	}

	.pageAccueil .grid2class2{
		margin-top: 20px;
		height: 500px;
		margin: auto;
		width: 492px !important;
	}

	.pageAccueil .zone_slider {	
		margin-top: 40px;
		margin-bottom: 20px;
	}

	#zone_actu .sep_vert{
		display: none!important;
	}

	#zone_actu .actu1, #zone_actu .actu2{
		width: 100%!important;
	}

	#zone_actu .content_actu{
		min-height: 100px!important;
	}

	#zone_actu .actu2{
		margin-top: 30px;
	}

	.grand_sep{
		width: 100%!important;
	}

	.page_produits .zone_titre{
		border-right: 0;
	}

	.page_produits .parag{
		display: block;
		width: 90%;
		padding: 10px 5%;
		margin-top: 20px;
	}

	.page_produits section.partie .texte{
		display: block;
		width: 90%;
		padding: 10px 5%;
		margin-left: 0;
	}

	.page_produits section.partie .slider{
		display: block;
		margin: auto;
	}

	.content_video iframe{
		width: 100%;
	}

	.page_actu{
		width: 100%!important;
	}

	.page_actu .actu_min{
		width: 100%!important;
	}

	.page_actu .actu_content{
		clear:both;
		float: none!important;
		width: 100%!important;
		display: block!important;
	}

	.page_actu .menu_actu, .page_actu .separation{
		display: none;
	}

	.page_actu .actu_content .excerpt{
		width: 100%;
	}

	.page_actu .actu_content .actu_min{
		height: 100%;
		min-height: 100%;
	}

	.page_contact .form_contact{
		display: block!important;
		float: none!important;
		padding-top: 5px!important;
		margin: auto!important;
	}

	.page_contact .titre {
		padding-left: 10px;
	}

	.page_contact .content_carte {
		position: static!important;
		margin-left: 0px!important; 
		width: 671px!important;
		margin: auto!important;
		margin-top: 10px!important;
	}

	.page_contact .carte_contact {
		position: static!important;
		text-align: center!important;
	}

	.page_trouver_expert .content_expert, .page_trouver_expert .zone_canvas{
		display: block!important;
		float: none!important;
		margin: auto!important;
	}

	.page_trouver_expert .sep_vert_moyen{
		display: none!important;
	}

	.page_expert .expert_gauche{
		width: 100%!important;
		background: none!important;
		padding-right: 0!important;
	}

	.page_expert .desc{
		padding: 0 10px!important;
	}

	.page_expert .expert_droite{
		margin-left: 0!important;
		margin: auto!important;
		display: block!important;
	}

	.page_expert .actu{
		margin:auto!important;
	}

}



@media only screen and (min-width: 989px) and (max-width: 1140px) {

}

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

}

@media only screen and (min-width: 768px) and (max-width: 989px) {

}

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

}

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

	header #header_title{
		font-size: 30px!important;
		margin-bottom: 0!important;
	}

	header nav#subtitle_responssive ul{
		font-size: 16px!important; 
		line-height: 30px!important;
	}

	#breadcrumbs{
		padding-left: 15px;
	}

	header nav#subtitle_responssive ul li{
		float:left;
		width:49%;
		margin-left:2%;
	}

	header nav#subtitle_responssive ul li:nth-child(odd){ 
		margin-left:0;
	}

	.page_actu .actu_content .head{
		height: 100%!important;
	}

	.page_actu .actu_content .head img{
		display: block;
		float: none;
		margin: auto;
	}

	.page_actu .actu_content .zone_titre{
		width: 100%!important; 
		height: 120px!important;
		float: none!important;
	}

	.page_actu .actu_content .body{
		width: 100%!important;
		float: none!important;
		padding: 0 10px;
	}

	.page_contact .titre {
		width: 340px;
	}


}

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



	.pageAccueil .grid_col{
		display: block;
		width: 100%;
		margin-bottom:30px;
	}

	#zone_actu .zone_actu_in {
		padding-top: 150px;
		padding-left: 30px;
	}

	.page_contact .content_carte {
		width: 100%!important;
	}

	.page_contact .carte_contact img{
		width: 100%!important;
	}

	.page_contact .coord{
		float: none!important;
		margin: auto!important;
		border-left: 0!important;
	}

	.page_contact .titre{
		width: 100%!important;
		float: none!important;
		margin-bottom: 10px!important;
	}

	.page_contact .grand_sep{
		margin-top:20px!important;
	}

}

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

	footer .bloc{
		display: block !important;
		width: 90% !important;
		margin: 0 5% !important;
		height: 170px !important;
		margin-bottom: 10px !important;
	}

	footer .bloc:nth-child(2n+0){
		margin-left: 5% !important;
	}

	.page_simple h1.titre {
		height: 110px;
	}

	#breadcrumbs{
		padding-top: 40px;
	}

	header #header_title{
		font-size: 20px!important;
		padding-top: 5px;
		margin-bottom: 0!important;
		margin-top: 6px!important;
	}

	header nav#top{
		height: 70px;
	}

	header nav#top ul{
		line-height:  25px;
	}

	header nav#megaover ul li .text_picto{
		width: 200px;
		font-size: 16px;
		margin-top: 13px;
	}


	header nav#subtitle_responssive ul{
		font-size: 12px!important; 
	}

	.page_produits section.partie .slider{
		width: 100%;
		height: 100%;
	}

	.page_expert .actu{
		margin:auto!important;
		width: 100%!important;
	}


}

.videoAccueil {
	position: relative;
	display: inline-flex;
}
.videoAccueil #buttonPlay {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: rgba(0,0,0,0.4);
	font-size: 100px;
	cursor: pointer;
	z-index: 9;
}
.videoAccueil #buttonPlay .fa-play-circle {
	transition: all 0.5s;
}
.videoAccueil #buttonPlay:hover .fa-play-circle {
	transform: scale(1.1);
}
.videoAccueil video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	outline: none;
}
footer .bloc2 div {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	flex-direction: column;
	font-size: 20px;
}
footer .bloc2 div a:hover {
	color: #fff;
}

.page_documentation h2 {
	background: #8A8B8A;
	display: inline-block;
	padding: 10px 20px 40px 40px;
	margin: 0 0 -25px -40px;
	position: relative;
	z-index: -1;
	color: #fff;
}
.docUne {
	height: 300px;
	position: relative;
	margin-bottom: 70px;
	display: flex;
	justify-content: flex-end;
}
.docUne img {
	height: 300px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}
.docUne .contentDocUne {
	width: 40%;
	background: #000;
	color: #fff;
	padding: 20px 40px;
	font-weight: 300;
	text-transform: uppercase;
}
.docUne .contentDocUne h3 {
	text-transform: uppercase;
	font-weight: 400;
}
.docUne .contentDocUne a {
	text-transform: uppercase;
	color: #fff !important;
	padding: 10px;
	border: 1px solid #fff !important;
	letter-spacing: 5px;
	margin-top: 20px;
	font-weight: 300;
	display: inline-block;
	text-decoration: none;
}
.docUne .contentDocUne a:hover {
	font-weight: 300;
	background: #8A8B8A;
}
.docus {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 70px;
}
.docus .docu {
	width: 22%;
	display: block;
	margin-bottom: 30px;
}
.docus .docu .pdf {
	position: relative;
	height: 300px;
	overflow: hidden;
}
.docus .docu .pdf img {
	height: 300px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
}
.docus .docu:hover .pdf img {
	transform: scale(1.1);
}
.docus .docu .title {
	background: #000;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 15px;
	text-align: center;
	text-decoration: none;
}
.docus .docu a .title {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	text-decoration: none;
	font-family: 'Sansation', serif !important;
}
.docus .docu a:hover .title {
	background: #8A8B8A;
	text-decoration: none;
}
.docus .docu a, .docus .docu a:hover {
	text-decoration: none;
}

footer .bloc span.wpcf7-list-item {
	margin: 0 0 0 0 !important;
}
footer input[type="email"] {
	outline: none;
}
footer input[type="submit"] {
	display: block;
	text-decoration: none;
	background-color: #000;
	color: white;
	padding: 4px 15px;
	border: 0;
	outline: none;
}
footer input[type="submit"]:hover {
	background-color: #8A8B8A;
	color: white;
}

#newContent {
	margin: 30px 0;
}
#newContent h1 {
	font-size: 3.2rem;
}
#newContent h2 {
	margin-top: 0;
}

.grecaptcha-badge{
	right: -100% !important;
}

.page-id-173 #wrap_footer {
	margin-top: 78px;
}

.page-id-217 ul#tabs-nav {
	list-style: none;
  margin: 0;
  padding: 5px;
  overflow: auto;
}
.page-id-217 ul#tabs-nav li {
	float: left;
  margin-right: 5px;
  margin-left: 5px;
  padding: 0;
	cursor: pointer;
	border: 2px solid #8A8B8A;
	padding: 8px 10px;
}
.page-id-217 ul#tabs-nav li a {
	padding: 8px 10px;
	text-decoration: none;
	font-family: 'Sansation', serif !important;
	text-transform: uppercase;
}
.page-id-217 ul#tabs-nav li:hover,
.page-id-217 ul#tabs-nav li.active {
	background: #8A8B8A;
}
.page-id-217 ul#tabs-nav li:hover a,
.page-id-217 ul#tabs-nav li.active a {
	text-decoration: none;
	color: #fff;
}
.page-id-217 .tab-content {
  padding: 10px;
}

.page-id-294 h1.titre {
	font-size:2.8rem;
}
.page-id-294 h2.sous-titre {
	font-size: 1.7rem;
    text-transform: none;
    line-height: 1.3em;
    margin-bottom: 50px;
}
.page-id-294 .avantages {
	display: flex;
	/* justify-content: space-between; */
	flex-wrap: wrap;
	margin-bottom: 70px;
}
.page-id-294 .avantages .avantage {
	width: 32%;
	display: flex;
	margin-bottom: 20px;
	margin-right: 1%;
	border: 1px solid #8A8B8A;
	padding: 10px 15px;
	/* align-items: center; */
}
.page-id-294 .avantages .avantage h3 {
	text-transform: none;
	color:#8A8B8A;
}

/* MENU MOBILE */
.lines-button{
	transition:.3s;
	cursor:pointer;
	user-select:none;
	width:60px;
	height:60px;
}
.lines-button:hover{
	opacity:1;
}
.lines-button:active{
	transition:0;
}
.lines{
	display:inline-block;
	width:4rem;
	height:0.57143rem;
	background:#000;
	border-radius:0.28571rem;
	transition:0.3s;
	position:relative;
}
.lines:before,
.lines:after{
	display:inline-block;
	width:4rem;
	height:0.57143rem;
	background:#000;
	border-radius:0.28571rem;
	transition:0.3s;
	position:absolute;
	left:0;
	content:'';
	-webkit-transform-origin:0.28571rem center;
	transform-origin:0.28571rem center;
}
.lines:before{
	top:1rem;
}
.lines:after{
	top:-1rem;
}
.lines-button:hover .lines:before{
	top:1.14286rem;
}
.lines-button:hover .lines:after{
	top:-1.14286rem;
}
.lines-button.close{
	-webkit-transform:scale3d(0.8,0.8,0.8);
	transform:scale3d(0.8,0.8,0.8);
	float: none;
	font-size:inherit;
	font-weight:normal;
	line-height:auto;
	color:#FFFFFF;
	text-shadow: 0 0 0 #fff;
	filter: alpha(opacity=100);
	opacity:1;
}
.lines-button.arrow.close .lines:before,.lines-button.arrow.close .lines:after{
	top:0;
	width:2.22222rem;
}
.lines-button.arrow.close .lines:before{
	-webkit-transform:rotate3d(0,0,1,40deg);
	transform:rotate3d(0,0,1,40deg);
}
.lines-button.arrow.close .lines:after{
	-webkit-transform:rotate3d(0,0,1,-40deg);
	transform:rotate3d(0,0,1,-40deg);
}
.lines-button.arrow-up.close{
	-webkit-transform:scale3d(0.8,0.8,0.8) rotate3d(0,0,1,90deg);
	transform:scale3d(0.8,0.8,0.8) rotate3d(0,0,1,90deg);
}
.lines-button.minus.close .lines:before,.lines-button.minus.close .lines:after{
	-webkit-transform:none;
	transform:none;
	top:0;
	width:4rem;
}
.lines-button.x.close .lines{
	background:transparent;
}
.lines-button.x.close .lines:before,.lines-button.x.close .lines:after{
	-webkit-transform-origin:50% 50%;
	transform-origin:50% 50%;
	top:0;
	width:4rem;
}
.lines-button.x.close .lines:before{
	-webkit-transform:rotate3d(0,0,1,45deg);
	transform:rotate3d(0,0,1,45deg);
}
.lines-button.x.close .lines:after{
	-webkit-transform:rotate3d(0,0,1,-45deg);
	transform:rotate3d(0,0,1,-45deg);
}
.lines-button.x2 .lines{
	transition:background 0.3s 0.5s ease;
}
.lines-button.x2 .lines:before,.lines-button.x2 .lines:after{
	-webkit-transform-origin:50% 50%;
	transform-origin:50% 50%;
	transition:top 0.3s 0.6s ease,-webkit-transform 0.3s ease;
	transition:top 0.3s 0.6s ease,transform 0.3s ease;
}
.lines-button.x2.close .lines{
	transition:background 0.3s 0s ease;
	background:transparent;
}
.lines-button.x2.close .lines:before,.lines-button.x2.close .lines:after{
	transition:top 0.3s ease,-webkit-transform 0.3s 0.5s ease;
	transition:top 0.3s ease,transform 0.3s 0.5s ease;
	top:0;
	width:4rem;
}
.lines-button.x2.close .lines:before{
	-webkit-transform:rotate3d(0,0,1,45deg);
	transform:rotate3d(0,0,1,45deg);
}
.lines-button.x2.close .lines:after{
	-webkit-transform:rotate3d(0,0,1,-45deg);
	transform:rotate3d(0,0,1,-45deg);
}
#btnMenu {
	position:absolute;
	z-index:999999;
	right: 15px;
	top: -46px;
	display: none;
}
#btnMenu button {
	margin: 0;
	background: transparent;
	border: 0;
}
#btnMenu button:focus {
	outline: 0;
}
#mobileMenu {
	display:none;
	text-align: center;
	padding-top: 40px;
}
.menum {
	position: relative;
	z-index: 99;
	width: 100%;
}
.menum #mobileMenu {
	padding-top:60px;
	padding-bottom:5px;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#242424, Direction=180, Strength=30);
}
.menum #mobileMenu > ul {
	padding: 0;
}
.menum #mobileMenu > ul > li {
	display: block;
	width:100%;
}
.menum #mobileMenu > ul > li > a {
	color:#000;
	display:block;
	text-align:center;
	font-size:16px;
	margin:0;
	padding:8px 10px;
	text-decoration: none;
}
.menum #mobileMenu > ul > li > a:hover,
.menum #mobileMenu > ul > li > a:focus,
.menum #mobileMenu > ul > li > a:active {
	color:#fff;
	background:#000;
	text-decoration: none;
	outline: none;
}
.menum #mobileMenu > ul > li > a:hover::after,
.menum #mobileMenu > ul > li > a:focus::after,
.menum #mobileMenu > ul > li > a:active::after,
.menum #mobileMenu > ul > li.active > a::after,
.menum #mobileMenu > ul > li:hover > a::after,
.menum #mobileMenu > ul > li:focus > a::after,
.menum #mobileMenu > ul > li:active > a::after {
	display:none;
}
.menum #mobileMenu > ul > li > .dropdown-menu {
	width: 100%;
	background: #8A8B8A;
	text-align: center;
}
.menum #mobileMenu > ul > li > ul > a {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #000;
}
.menum #mobileMenu > ul > li > ul > a:hover,
.menum #mobileMenu > ul > li > ul > a:active,
.menum #mobileMenu > ul > li > ul > a:focus {
	color: #000;
	text-decoration: none;
}
.menum #mobileMenu > ul > li > .dropdown-menu .dropdown-header {
	font-size: 14px;
	background: #8A8B8A;
}
/* FIN MENU MOBILE */

@media all and (max-width: 1449px ) {
	nav#top ul li a {
		font-size: 12px;
		margin: 0;
	}
}
@media all and (max-width: 1279px ) {
	nav#top ul {
		display: none;
	}
	nav#top {
		flex-direction: column;
		padding-bottom: 20px;
	}
	#btnMenu {
		display: block;
	}
}