@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
@font-face
{
    font-family: 'geosanslightregular';
    src: url('../fonts/geosanslight.eot');
    src: url('../fonts/geosanslight.eot?#iefix') format('embedded-opentype'),
         url('../fonts/geosanslight.woff') format('woff'),
         url('../fonts/geosanslight.ttf') format('truetype'),
         url('../fonts/geosanslight.svg#geosanslightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face
{
    font-family: 'avantgarde_bk_btbook';
    src: url('../fonts/846-webfont.eot');
    src: url('../fonts/846-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/846-webfont.woff') format('woff'),
         url('../fonts/846-webfont.ttf') format('truetype'),
         url('../fonts/846-webfont.svg#avantgarde_bk_btbook') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face
{
    font-family: 'attachee';
    src: url('../fonts/attachee.eot');
    src: url('../fonts/attachee.eot?#iefix') format('embedded-opentype'),
         url('../fonts/attachee.woff') format('woff'),
         url('../fonts/attachee.ttf') format('truetype'),
         url('../fonts/attachee.svg#attachee') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face
{
    font-family: 'bougan';
    src: url('../fonts/bouganbookssk-webfont.eot');
    src: url('../fonts/bouganbookssk-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bouganbookssk-webfont.woff2') format('woff2'),
         url('../fonts/bouganbookssk-webfont.woff') format('woff'),
         url('../fonts/bouganbookssk-webfont.ttf') format('truetype'),
         url('../fonts/bouganbookssk-webfont.svg#bouganbooksskregular') format('svg');
    font-weight: normal;
    font-style: normal;
}



/*GENERAL*/
html
{
	min-height: 100%;
}
BODY
{
	margin: 0;
	/*font-family: bougan;*/
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	color: #666;
}
*
{ outline: none; }
h1
{
	margin: 10px 0;
	color: #d3d800 ;
	font-size: 25px;
	font-family: avantgarde_bk_btbook;
	letter-spacing: 1px;
	text-transform: uppercase;
}
h2
{
	margin: 5px 0;
	text-transform: uppercase;
	font-family: avantgarde_bk_btbook;
	color: #d3d800 ;
	font-size: 20px;
	font-weight: 100;
}
h3
{
	margin: 5px 0;
	color: white;
	font-size: 14px;
	font-family: avantgarde_bk_btbook;
}
h1 > a,h2 > a,h3 > a
{
	text-decoration: none;
}
table
{
	border-spacing: 0;
}
table td
{
	margin: 0;
	padding: 0;
}
a img
{
	border: 0;
}
a
{
	color: #d3d800;
}
a:active, 
a:focus
{
	color: #d3d800;
}
.clear
{
	clear: both;
}
ol
{
	display: flow-root;
}

/*FORMULAIRE*/
#captchagc,
#captchagc *
{
	box-sizing: border-box;
	outline: none;
}
#captchagc
{
	position: relative;
	background-color: #E7E7E7;
	border: 1px solid #D6D6D6;
	width: 250px;
	height: 70px;
	overflow: hidden;
	margin: 0 auto;
}
#captchagc > img
{
	position: absolute;
	top: 18px;
	left: 18px;
	width: 34px;
	height: 34px;
	z-index: 2;
	margin: 0!important;
}
#captchagc > img + div
{
	position: absolute;
	top: 14px;
	right: 14px;
	border: 1px solid #535353;
	border-radius: 4px;
	width: 41px;
	height: 40px;
	background-color: #FFF;
	z-index: 1;
}
#captchagc > img + div.accept
{
	border: 1px solid #F3990C;
}
#captchagc > img + div.hover
{
	border: 1px solid #1CD129;
}
#captchagc:before
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	content: ">>>>>>>>";
	font-family: 'Open sans', sans-serif;
	font-size: 17px;
}
#captchagc.valid:after
{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	content: "";
	background-color: rgba(255,255,255,0.9);
	z-index: 3;
}
#captchagc > i
{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 4;
	opacity: 0;
	transition: ease-in-out 200ms opacity, ease-in-out 200ms left;
}	
#captchagc.valid > i:nth-of-type(1)
{
	opacity: 1;
	left: 17%;
}
#captchagc > i:nth-of-type(1):before
{
	content: "\f00c";

	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	
	padding: 5px;
	color: #12D954;
	font-size: 30px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 100%;
	background-color: #FFF;
	border: 2px solid #12D954;
}
#captchagc > i:nth-of-type(2)
{
	position: absolute;
	top: 23px;
	left: 113px;
	z-index: 5;
	font-size: 25px;
	opacity: 1;
}
/*#captchagc > i:nth-of-type(2):after
{
	position: absolute;
	content: "Envoi en cours...";
}*/
#captchagc.valid > img
{
	top: 18px!important;
	left: 197px!important;
}
input[type='button'], 
input[type='submit'], 
input[type='button']:active, 
input[type='submit']:active, 
.bouton, .bouton:active
{
	color: #FFFFFF;
	background: #2E3537;
	border: 1px solid #C5D646;
	border-radius: 5px;
	cursor: pointer;
	box-shadow: 0 1px 5px rgba(0,0,0,0.5);
	text-decoration: none;
	margin: 10px;
	padding: 5px 20px;
}
input[type='button']:hover, 
input[type='submit']:hover, 
.bouton:hover
{
	background: #C5D646;
}
input[type='text'], 
input[type='password']
{
	height: 25px;
	border-radius: 2px;
	border: 1px solid #CCC;
	margin: 2px 0;
	outline: none;
	padding: 0 5px;
}
textarea
{
	border: 1px solid #999;
	border-radius: 2px;
	box-sizing: border-box;
}
input[type='text']:focus, 
input[type='password']:focus, 
textarea:focus
{
	outline: none;
	border: 1px solid #d3d800;
}

/*NOTIFICATIONS*/
.notification
{
	padding: 5px;
	border-radius: 5px;
	margin: 5px 0;
}
.notification.validation
{
	border: 1px solid #090;
	background-color: #E0FFE0;
	color: #090;
}
.notification.erreur
{
	border: 1px solid #900;
	background-color: #FBB;
	color: #900;
}

/*SITE*/
#site
{
	position: relative;
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
}


/*HEADER/TOP/BANNIERE*/
#header_top
{
	background-color: #2e3537;
}
#header{}
.container_top
{
	width: 100%;
	margin: 0 auto;
	padding: 0;
	display: table;
}
.container_top > *
{
	display: inline-table;
	vertical-align: top;
}
.container_top > div
{
	padding: 3px 3%;
}
.container_top > div > *
{
	line-height: 25px;
	color: #fff;
	padding-left: 5px;
}
.container_top > div > span
{
	font-size: 12px;
}
.social
{
	margin:0;
	padding:3px 0;
}
.social > li
{
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	vertical-align: top;
}
.social > li > a
{
	width: 25px;
	height: 25px;
	text-align: center;
	border-radius: 50%;
	background-color: #2a2a2b;
	display: inline-block;
}
.social > li > a > .fa
{
	font-size: 15px;
	color: #fff;
	line-height: 25px;
}
.social > li > a.twitter:hover
{
	background-color: #55acee;
}
.social > li > a.skype:hover
{
	background-color: #00aff0;
}
.social > li > a.linkedin:hover
{
	background-color: #0976b4;
}
.social > li > a.googleplus:hover
{
	background-color: #dd4b39;
}
.social > li > a.facebook:hover
{
	background-color: #3b5998;
}
.social > li > a.pinterest:hover
{
	background-color: #cb2027;
}

/*LOGO*/
#logo
{
	display : block;
	width: 100%;
	text-align: center;
}
#logo > img
{
	position: absolute;
    top: 10px;
    width: 80px;
    margin-left: -40px;
    z-index: 5;
    padding: 0 15px;
    background-color: #fff;
}
.container
{
	display:table;
	width: 80%;
	margin: 0 auto;
	min-height: calc(100% - 171px - 70px);
}

/*²*/
.contenu-accroche,
.contenu-texte,
.contenu-article,
.contenu-conclusion
{
	margin: 5px 0 40px;
}
#content
{
	vertical-align: top;
	position: relative;
	min-width: 62%;
	padding: 10px 1%;
	display:table-cell;
	padding-top: 60px;
}
#content .contenu-texte img,
#content .contenu-accroche img,
#content .contenu-article img,
#content .contenu-conclusion img
{
	margin: 10px;
}
#content .contenu-texte img[align='left'],
#content .contenu-accroche img[align='left'],
#content .contenu-article img[align='left'],
#content .contenu-conclusion img[align='left']
{
	margin: 10px 10px 10px 0;
}
#content .contenu-texte img[align='right'],
#content .contenu-accroche img[align='right'],
#content .contenu-article img[align='right'],
#content .contenu-conclusion img[align='right']
{
	margin: 10px 0 10px 10px;
}
#content .contenu-texte img[align='absmiddle'],
#content .contenu-accroche img[align='absmiddle'],
#content .contenu-article img[align='absmiddle'],
#content .contenu-conclusion img[align='absmiddle']
{
	margin: 10px;
}
.sous_pages
{
	margin: 0;
	padding: 0;
	width: 100%;
}
.sous_pages > li
{
	list-style: none;
	padding: 0;
	display: inline-block;
	width: 100%;
	margin: 1%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.13);
}
.sous_pages > li:last-child
{
	border-bottom: none;
}
.sous_pages > li > a
{
	text-decoration: none;	
	display: inline-block;
	width: 100%;
	padding: 30px 0;
	color: #fff;
}
.sous_pages > li > a > h2
{
	text-align: left;
}
.sous_pages > li > a > ul
{
	display: inline-block;
	vertical-align: top;
	width: 50%;
	font-size: 0px;
}
.sous_pages > li > a > ul > li 
{
	width: 31.33333%;
	display: inline-block;
	margin: 0% 1%;
}
.sous_pages > li > a > ul > li > img
{
	width: 100%;
}
.sous_pages > li > a > span
{
	color: black;
	display: inline-block;
	vertical-align: top;
	text-align: justify;
	width: 40%;
	float: right;
	margin: 0px;
	/*line-height: 28px;*/ 
}
.sous_pages > li > a > div
{
	clear: both;
	padding: 5px 0px;
	text-align: right;
}
.sous_pages button,
.sous_pages button:hover,
.sous_pages button:focus
{
	margin: 10px 0px;
    padding: 12px 40px;
    font-size: 15px;
    transition: 200ms ease-in-out background-color;
}
#slider_accueil > ul
{
	width: 100%;
	height: 100%;
}
#slider_accueil img
{
	margin: 0;	
}
#slider_galerie img
{
	margin: 0;	
}
#header + .container,
#slider_accueil + .container
{
	margin-top: 25px;
}
#header + hr
{
	margin: 30px 0 15px;
	border-bottom: 1px solid rgba(102, 102, 102, 0.2);
}

/*MENU*/
#menu
{
	width: 100%;
	text-align: center;
	padding: 0;
	display: block;
	background-color: #373A36;
	border-bottom: 2px solid white;
	z-index: 5;
	position: relative;
	box-shadow: 1px 2px 18px #373A36;
}
#menu > ul
{
	margin: 0;
	padding: 0;
	
	list-style: none;
}
#menu > ul > li
{
	position: relative;
	display: inline-block;
	vertical-align: top;
	*float: left;/*IE7*/
}
#menu > ul > li:nth-child(3)
{
	margin-right: 70px;
}
#menu > ul > li:nth-child(4)
{
	margin-left: 70px;
}
#menu > ul > li > a
{
	display: block;	
	text-decoration: none;
	color: white;
	font-size: 15px;
	font-family: avantgarde_bk_btbook;
	padding-bottom: 10px;
	border-bottom: 3px solid transparent;
	position: relative;
	overflow: hidden;
	text-transform: uppercase;
	padding: 20px 30px 20px;
}
#menu > ul > li > a > .fa
{
	line-height: 25px;
	font-size: 22px;
}
#menu > ul > li > a > .fa-angle-down
{
	font-size: 12px;
	position: absolute;
	right: 0px;
	top: 18px;
    transition: top 0.3s;
}
#menu > ul > li:hover > a > .fa-angle-down.down1
{
	top: 75px;
}
#menu > ul > li > a > .fa-angle-down.down2
{
	top: -25px;
}
#menu > ul > li:hover > a > .fa-angle-down.down2
{
	top: 18px;
}
#menu > ul > li:hover > a, 
#menu > ul > li.select > a
{
	color: #d3d800!important;
	border-bottom: 3px solid #d3d800;
}

#menu > ul > li > ul
{
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	text-align: left;
	padding: 0;
	z-index: 3;
	list-style: none;
}
#menu > ul > li > ul > li
{
	white-space:nowrap;
}
#menu > ul > li > ul > li > a
{
	padding: 5px;
	display: block;
	color: #666;
	font-size: 15px;
	font-family: avantgarde_bk_btbook;
	text-decoration: none;
	
	white-space: nowrap;
}
#menu > ul > li > ul > li:hover > a, 
#menu > ul > li > ul > li > a.select
{
	color: #d3d800;
	/*color:#FFFFFF;*/
}

/*SLIDER*/
#slider
{
	margin: -10px 0 0 -10px;
	
	width: 710px;
	height: 300px;
	z-index: 1;
}
#slider_accueil
{
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 100%!important;
	height: 450px;
	z-index: 1;
}
#slider_accueil > ul
{
	width: 100%;
	height: 100%!important
}
#slider_accueil > ul > li
{
	width: 100%;
	height: 100%!important;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0% 40%;
}
#slider_accueil > ul > li > div > div,
#slider_accueil > ul > li > a > div > div
{
	background: rgba(55, 58, 54, 0.74);
	color: #FFF;
	padding: 20px 5px;
	width: 100%;
	margin: 0 auto;
	position: absolute;
	left: 0px;
	bottom: 15px;
	/*max-width: 1000px;*/
}
#slider_accueil > ul > li > div,
#slider_accueil > ul > li > a > div
{
	width: 80%;
    margin: 0 auto;
    position: relative;
    height: 100%;
    max-width: 1000px;
}
#slider_accueil > ul > li > div > div > div,
#slider_accueil > ul > li > a > div > div > div
{
	padding: 0% 1%;
	font-size: 18px;
	text-align: justify;
}
#slider_accueil .boutonPagination.select
{
	background: #d3d800!important;
}
.titreSlider
{
	display: block;
	font-size: 15px;
	text-transform: uppercase;
	padding: 0px 1% 1% 1%;
	color: #D3D800;
	font-weight: 700;
}

#slider_galerie
{
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	width: 100%;
	height: 150px;
}
#slider_galerie li
{
	margin: 0 2px;	
	display: table-cell;
}
#slider_gamme
{
	display: inline-block;
	width: 52%;
	height: 465px!important;
	text-align: center;
	max-height: 465px;
	max-width: 620px;
}
#slider_gamme span
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	display: block;
	color: #D3D800;
	padding: 10px 0px;
	background-color: rgba(0, 0, 0, 0.61);
}
#slider_gamme > ul, #slider_gamme > ul > li
{
	width: 100%;

	height: auto!important;
}
#slider_gamme img
{
	width: 100%!important;
	height: auto!important;
	margin: 0px;
}
#slider_gamme + div
{
	display: inline-block;
	overflow: initial!important;
	width: 440px;
	height: 250px;
	height: 310px!important;
	vertical-align: top;
	white-space: normal!important;
	text-align: left;
}
#slider_gamme + div > img
{
	display: inline-block;
	width: 80px!important;
}
#partenairesHome
{
	margin-top: 40px;
	position: relative;
}
#partenairesHome > span
{
	position: absolute;
}

/*Pagination*/
form
{
	display: inline;
}
.pagination
{
	margin-top: 10px;	
}
.pagination input
{
	display: inline-block;
	width: 20px;
	padding: 3px 4px;
	margin: 5px;
}
.pagination a
{
	display: inline-block;
	padding: 5px 10px;
	margin: 1px;
	border-radius: 3px;	
	background: #E8E8E8;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.pagination a:hover
{
	background: #1888AD;
	color: #FFFFFF;
}
.pagination a:active
{
	background: #E8E8E8;
	color: #000000;
}
.pagination a.disabled
{
	background: #E8E8E8;
	color: #CCCCCC;
}

/*CONTENU*/
#nuage_liens
{
	text-align: center;
	color: #999999;
}

/*ASIDE (GAUCHE OU DROITE)*/
#aside
{
	position: relative;
	padding: 5px 1%;
	width: 30%;	
	display:table-cell;
	vertical-align: top;
	padding-left: 5%;
}
#aside > div:first-child
#aside > ul
{
	list-style: none;
	margin: 15px 0 15px 4px;
	padding: 0;
}
#aside > ul > li
{
	width: 251px;
}
#aside > ul > li > a
{
	display: block;
	text-decoration: none;
	padding: 8px;
	margin: 5px 0;
	border-left: 1px solid #500050;
	border-top: 1px solid #500050;
	border-bottom: 1px solid #500050;
	border-radius: 3px 0 0 3px;
	color: #FFFFFF;
	text-align: center;
	box-shadow: 0 2px 2px rgba(0,0,0,0.3);
	text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
}
#aside > ul > li > a:hover
{
	background: #701374;
}
#aside .bloc:last-child
{
	border-bottom: none;
}
#aside .bloc:first-child
{
	padding-top: 0;
}

/*FOOTER*/
#footer
{
	/*position: absolute;*/
	bottom: 0px;
	width: 100%;
	background-color: #373A36;
	color: #FFFFFF;
	font-size: 15px;
	border-top: 2px solid white;
	box-shadow: 1px -4px 23px #373A36;
	z-index: 5;
}
#footer li
{
	list-style: none;
	line-height: 20px;
}
#footer h3
{
	text-align: left;
}
#footer img, #footer img + div
{
	display: inline-block;
	vertical-align: middle;
}
#footer img + div
{
	text-align: left;
	padding-left: 10px;
}
#footer img + div > div
{
	line-height: 20px;
}
#footer a
{
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:hover
{
	text-decoration: underline;
}
#footer #infos_site
{
	padding: 10px;
	margin: 0 auto;
	max-width: 1200px;
	text-align: center;
}
#footer #infos_complementaires
{
	text-align: right;
}
#footer > .container
{
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
#footer > .container > div
{
	display: inline-block;
	vertical-align: top;
	/*width:25%;*/
	padding-top: 15px;
}
#footer > .container > div > ul
{
	text-align: left;
}
#footer > .container > span
{
	display: block;
	text-align: left;
}



/*DIVERS PROPRE AU SITE*/
.bloc
{
	border-radius: 3px;
	width: 100%;
	height: 120px;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0!important;
	padding-top: 30px;
}
.bloc.video
{
	display: inline-block;
	width: 320px;
	height: 240px;
	margin: 0 0 5px 12px;
	padding: 5px;
}
.bloc h2
{
	text-decoration: none;
	margin-top: 15px;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-size: 26px;
	font-weight: 100;
}
#actualites.bloc ul li a i
{
	font-size: 12px;
	display: block;
	text-align: right;
	font-style: normal;
}
#actualites.bloc, 
#temoignages.bloc
{
	position: relative;
	height: 250px;
	border-bottom: 1px dashed #666;
}
#actualites.bloc .slider, 
#temoignages.bloc .slider
{
	width: 100%;
	height: 160px;
}

#actualites.bloc .slider ul, 
#temoignages.bloc .slider ul
{
	width: 100%;
	height: 200px;
	
	margin: 0;
	list-style: none;
}
#actualites.bloc .slider ul li,
#temoignages.bloc .slider ul li
{
	padding: 5px 1%;
	text-align: justify;
}

#actualites.bloc a,
#temoignages.bloc a
{
	text-decoration: none;
}
#actualites.bloc a:hover,
#temoignages.bloc a:hover
{
	text-decoration: underline;
}

#actualites.bloc .slider a,
#temoignages.bloc .slider a
{
	color: #666;
	text-decoration: none;
}
#actualites.bloc .slider a:hover,
#temoignages.bloc .slider a:hover
{
	color: #666;
	text-decoration: none;
}
#videos.bloc
{
	height: 250px;
	border-bottom: 1px dashed #666;
}
#videos.bloc a
{
	display: block;
	margin: 5px 0;
	text-decoration: none;
	text-align: center;
	line-height: 30px;
}
#videos.bloc a:hover
{
	text-decoration: underline;
}

#langs
{
	float:right;
}

#langs > div
{
	display:inline-block;
}

#langs > div:hover
{
	opacity:0.5
}
.menuMobile
{
	display: none;
	position: absolute;
	top: 40px;
	right: 5%;
	cursor: pointer;
	font-size: 17px!important;
}
#menu_1
{
	display: block;
	/*height: auto!important;*/
}
.galerie table,
.contact table 
{
	display: block;
}
.galerie tbody,
.contact tbody 
{
	display: block;
}
.galerie tr
{
	display: block;
	text-align: center;
}
.galerie td
{
	display: inline-block;
	padding-left: 1%;
}
.galerie td > a
{
	width: 100%!important;
	padding: 0 !important;
	display: block !important;
	position: relative;
	overflow: hidden;
	text-decoration: none
}
.galerie td > a > span
{
	position: absolute;
	width: 100%;
	height: 50%;
	left: 0;
	transition:top 0.3s,bottom 0.3s;
	background-color: rgba(0, 0, 0, 0.3);
	border: none;
}
.overlay_top
{
	top: -51%;
}
.galerie td > a:hover > .overlay_top
{
	top: 0%;
}
.overlay_bottom
{
	bottom: -50%;
}
.galerie td > a:hover > .overlay_bottom
{
	bottom: 0%;
}
.galerie td > a > img
{
	border: 1px solid rgba(50, 50, 50, 0.1);
	border-bottom: none;
	width: 300px;
}
.galerie td > a > *
{
	margin: 0!important;
}
.galerie td > a > h2
{
	background-color: #323232;
	line-height: 30px;
	font-size: 15px;
	letter-spacing: 1px;
	position: relative;
	z-index: 1;
	width: 300px;
	color: #fff;
	border-left: 1px solid rgba(50, 50, 50, 0.1);
	border-right: 1px solid rgba(50, 50, 50, 0.1);
}
.msgContact
{
	width: 96%;
	margin: 0 2%;
	margin-top: 25px;
	display: inline-block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.theCaptcha
{
  margin: 0 auto;
  width: 290px;
}
.theCaptcha
{
	width: 313px;
}
.formContact > div > div
{
	float: left;
	width: 50%;
	padding:0 2%;
	margin-top: 25px;
	box-sizing: border-box;
	moz-box-sizing: border-box;
}
.formContact > center
{
	display: block;
	float: left;
	margin-top: 10px;
	width: 100%;
}
.formContact > div > div > label,
.msgContact > label
{
	display: block;
	position: relative;
}
.formContact > div > div > label:first-child
{
	margin-bottom: 6px;
	line-height: 19px;
	font-weight: 400;
}
.formContact > div > div > label > i,
.msgContact > label > i
{
	position: absolute;
	min-width: 34px;
	top: 3px;
	right: 1px;
	border-left: 1px solid #b3b3b3;
	color: #b3b3b3;
	height: 32px;
	font-size: 14px;
	text-align: center;
	line-height: 32px;
}
.msgContact > label > i
{
	top: 0;
	height: 100%;
	line-height: 120px;
}
.formContact > div > div > label > input,
.msgContact > label > textarea
{
	padding: 6px 12px;
	padding-right: 46px;
	width: 100%;
	height: 34px;
	outline: none;
	font-family: arial;
	color: #555;
	box-sizing: border-box;
	moz-box-sizing: border-box;
}
.formContact > div > div:nth-child(4) > label:nth-child(2)
{
	width: 35%;
	min-width: 100px;
	display: inline-block;
	margin-right: 1%;
}
.formContact > div > div:nth-child(4) > label:last-child
{
	display: inline-block;
	width: 64%;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine {
	background-color : #365283!important;
}

#cboxClose
{
	border: 0;
}

@media only screen and (max-width:1200px) {
	.formContact > div > div:nth-child(4) > label:nth-child(2),
	.formContact > div > div:nth-child(4) > label:last-child
	{
		width: 100%;
	}
	.container
	{
		width: 90%;
	}
	.container_top > div
	{
		padding: 3px 1%;
	}
	#menu > ul > li > a
	{
		padding: 20px 15px 20px;
	}
	#slider_gamme
	{
		height: 375px!important;
		min-width: 475px;
	}
	#slider_gamme + div
	{
		width: 350px;
	}
}
@media only screen and (max-width:1065px) {
	#menu > ul > li > a
	{
		font-size: 14px;
	}
}
@media only screen and (max-width:1000px) {
	.container_top > div:nth-child(2)
	{
		display: none;
	}
}
@media only screen and (max-width:900px) {
	#menu > ul > li > a
	{
		font-size: 13px;
		padding: 0 8px 10px;
	}
	.menuMobile
	{
		display: none;
		position: absolute;
		right: 5%;
		cursor: pointer;
		top: 40px;
		font-size: 17px!important;
	}

}
@media only screen and (max-width:980px) {
	#content, #aside
	{
		display: block;
		width: 100%;
		line-height: 22px;
	}
	#content
	{
		padding: 0px 0px 15px 0px;
	}
	#aside
	{

		padding: 0;
		margin-top: 65px;
	}

	.container_top > div:nth-child(2),
	.social
	{
		display: none;
	}
	.container_top > div > .menuMobile
	{
		display: block;
		color: #333;
		z-index: 9999;
	}
	#menu_1
	{
		position: fixed;
		right: 0;
		width: 200px;
		height: 100%;
		background-color: #333;
		color: #fff;
		z-index: -1;
		top: 0;
		padding-top: 40px!important;
		overflow: auto;
	}
	#menu > ul > li > a
	{
		padding: 14px 10px;
	}
	#menu_1 > li
	{
		display: block!important;
	}
	#menu_1 > li > a
	{
		color: #fff!important;
	}
	#menu
	{
		z-index: initial;
	}
	#menu > ul > li > ul
	{
		position: relative;
	}
	#menu > ul > li
	{
		padding-right: 5px;
		margin: 0px!important;
	}
	#menu > ul 
	{
		text-align: left;
	}
	#menu > ul > li > ul > li 
	{
		text-align: right;
		padding-right: 15px;
	}
	.container_top
	{
		text-align: center;
	}
	#logo
	{
		display: initial;
		position: relative;
		z-index: 999;s
	}
	#logo > img
	{
		position: static;
		margin: 15px auto;
	}
	.container
	{
		width: 95%;
	}
	h2
	{
		width: 100%;
	}

	#footer > .container > div
	{
		width: 50%;
		display: none;
	}
	#footer > .container > div:nth-child(3)
	{
		display: block;
		margin: 0 auto;
	}
	#footer #infos_site
	{
		padding: 36px 0px 9px 0px;
		font-size: 16px;
	}
	
	.sous_pages > li
	{
		margin: 1% 0px; 
	}
	.sous_pages > li > a > ul
	{
		width: 100%;
		padding-left: 0px;
		text-align: center;
	}
	.sous_pages > li > a > p
	{
		display: block;
		width: 100%;
	}
	.sous_pages > li > a > div
	{
		text-align: center;
	}
	.sous_pages button
	{
		padding: 10px 20px;
		font-size: 12px;
	}
	#slider_gamme
	{
		width: 90%;
		height: 451px!important;
		min-width: initial;
	}
	#slider_gamme + div
	{
		height: initial!important;
	}
	#slider_accueil
	{
		position: absolute!important;
		top: 0px;
		height: 100%!important;
	}
	#slider_accueil > ul, #slider_accueil > ul > li
	{
		height: 100%!important;
	}
	#slider_accueil > ul > li > div, #slider_accueil > ul > li > a > div
	{
		/*height: 50%;*/
	}
	#slider_accueil > ul > li > div > div, #slider_accueil > ul > li > a > div > div
	{
		bottom: initial;
		top: 170px;
	}
}
@media only screen and (max-width:580px) {
	#content > img[align="right"]
	{
		float: none;
		display: block;
		margin: 0 auto;
	}
	.footerAccueil > div > div
	{
		display: none!important;
	}
	.footerAccueil #infos_site
	{
		padding: 10px 10px!important;
		font-size: 12px!important;
	}
}
@media only screen and (max-width:480px) {
	.formContact > div > div
	{
		width: 100%;
		margin-top: 15px;
	}
	.container_top > div:nth-child(4)
	{
		display: none;
	}
	tbody, tbody > tr > td
	{
		display: block;
		width: 100%;
	}
	tbody > tr > td > div
	{
		padding: 0px; 
	}
	#footer > .container > div
	{
		width: 100%;
		font-size: 16px;
	}
	.sous_pages > li > a > span
	{
		width: 100%;
	}
	.sous_pages > li > a > ul > li > img
	{
		margin: 0px!important;
	}
	.sous_pages > li > a > ul > li
	{
		width: 45%;
	}
	.sous_pages > li > a > ul > li:nth-child(3)
	{
		display: none;
	}
	#slider_gamme
	{
		height: 270px!important;
	}
	#slider_gamme + div
	{
		width: initial;
	}
	#content img[align="right"], #content img[align='left']
	{
		width: 100%;
	}
	font > img
	{
		height: 200px;
	}
	#slider_accueil > ul > li > div > div > div,
	#slider_accueil > ul > li > a > div > div > div
	{
		font-size: 12px;
	}

	#content img
	{
		max-width: 100%;
		height: initial!important;
	}

}


/* ANIMATION */
.menuMobile
{
	padding-left: 0px!important;
	transition: transform 0.5s;
	-webkit-transition: transform 0.5s;
}
circle
{
	fill: rgba(255, 255, 255, 0.5);
	stroke: black;
	stroke-width: 1px;
	stroke-dasharray: 165px;
	stroke-dashoffset: 165px;
	transition: stroke-dashoffset 0.5s;
	-webkit-transition: stroke-dashoffset 0.5s;
}
svg
{
	position: relative;
}

.menuMobile > span
{
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	width: 22px;
	height: 2px;
	background-color: black;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transition: transform 0.5s;
	-webkit-transition: transform 0.5s;
}
.menuMobile > span:before, .menuMobile > span:after
{
	content: '';
	width: 22px;
	height: 2px;
	background-color: black;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: transform 0.3s;
	-webkit-transition: transform 0.3s;
}
.menuMobile.nav-open
{
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
.menuMobile.nav-open > svg
{
	transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
}
@keyframes arrow
{
	from {
		background-color: transparent;
	}
	to {
		background-color: black;
	}
}
@-webkit-keyframes arrow
{
	from {
		background-color: transparent;
	}
	to {
		background-color: black;
	}
}
.menuMobile.nav-open > span
{
	background-color: transparent;
}
.menuMobile.nav-open > span:before, .menuMobile.nav-open > span:after
{
	transition: transform 0.3s, width 0.5s;
	-webkit-transition: transform 0.3s, width 0.5s;
}
.menuMobile.nav-open > span:before
{
	transform: translateY(0) rotate(45deg);
	-webkit-transform: translateY(0) rotate(45deg);
}
.menuMobile.nav-open > span:after
{
	transform: translateY(0) rotate(-45deg);
	-webkit-transform: translateY(0) rotate(-45deg);
}
.menuMobile.nav-open circle
{
	stroke-dashoffset: 0px;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}

.menuMobile > span:before 	{ transform: translateY(-6px); -webkit-transform: translateY(-6px); }
.menuMobile > span:after 	{ transform: translateY(6px); -webkit-transform: translateY(6px); }

.menuMobile:hover > span:before { transform: translateY(-8px); -webkit-transform: translateY(-8px);}
.menuMobile:hover > span:after 	{ transform: translateY(8px); -webkit-transform: translateY(8px); }

.menuMobile.nav-open:hover > span:before
{
	transform: translateY(-4px) translateX(12px) rotate(45deg);	
	-webkit-transform: translateY(-4px) translateX(12px) rotate(45deg);	
	width: 13px;
}
.menuMobile.nav-open:hover > span:after
{
	transform: translateY(4px) translateX(12px) rotate(-45deg);
	-webkit-transform: translateY(4px) translateX(12px) rotate(-45deg);
	width: 13px;
}
.menuMobile.nav-open:hover > span
{
	animation: arrow 0.2s 0.275s forwards;
	-webkit-animation: arrow 0.2s 0.275s forwards;
}