@charset "UTF-8";
/* CSS Document */

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

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



*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
	background: #fff center no-repeat fixed;
	
	-webkit-background-size: cover; 
    -moz-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover;
}
.mobile html { background: #fff center no-repeat; }

body {
	padding: 0;
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.875em;
	color: #303030;
	background: rgba(0, 0, 0, 0);
	-webkit-overflow-scrolling: touch;
	touch-action: pan-y;
}

div.body {
	position: relative;
	display: block !important;
	margin: 0;
	padding: 80px 0 0;
	width: 100%;
	height: 100%;
}
body.fixedHeight div.body { padding: 0; }

div.center {
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 90%;
}

div.max-width { max-width: 1200px; }

.overflow {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}



/*** BODY ***/
html.media 						{ background-image: url(../images/background/bg_body.jpg); }
html.media_3000 				{ background-image: url(../images/background/bg_body_3000.jpg); }
html.media_2000 				{ background-image: url(../images/background/bg_body_2000.jpg); }
html.media_1500 				{ background-image: url(../images/background/bg_body_1500.jpg); }
html.media_1280 				{ background-image: url(../images/background/bg_body_1280.jpg); }
html.media_1024 				{ background-image: url(../images/background/bg_body_1024.jpg); }
html.media_640 					{ background-image: url(../images/background/bg_body_640.jpg); }
html.media_480 					{ background-image: url(../images/background/bg_body_480.jpg); } 
/** FIN BODY ***/









/*         */
/* Général */
/*         */
a { color: #ff0000; text-decoration: none; }
.no-mobile a:hover { color: #ff0000; text-decoration: underline; }
a:active { color: #ff0000; }
a:visited { color: #ff0000; }

address {  }

caption, th, td { vertical-align: top; }

h1, h2, h3, h4, h5, h6 {
	display: inline-block;
	margin: 10px auto;
	padding: 8px 0 6px;
	font-family: 'highway_gothicregular', Verdana;
	font-weight: normal;
	color: #ff0000;
	text-transform: uppercase;
}
h1 { font-size: 2.2857em; }
h2 { font-size: 2em; }
h3 { font-size: 1.7142857em; }
h4 { font-size: 1.5em; }
h5 { font-size: 1.2857em; }
h6 { font-size: 1em; }

h2.title { margin-top: 0; margin-bottom: 30px; padding-left: 20px; padding-right: 20px; border: 3px solid #ff0000; }

img { max-width: 100% !important; }
#map_canvas img { max-width: none !important; }

table {
	margin-bottom: 15px;
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}

table th {
	background-color: #dbdbdb;
	color: #303030;
	font-weight: bold;
	padding: 7px 15px;
	text-align: left;
	border: none;
}

table td {
	color: #303030;
	border: none;
	padding: 7px 15px;
	text-align: left;
	vertical-align: middle;
}

a.anchor {
	position: absolute;
	display: block;
	top: -40px;
	left: 0;
	z-index: -1;
}

.floatBreak { clear: both !important; display: block !important; width: 0 !important; height: 0 !important; font-size: 0 !important; line-height: 0 !important; overflow: hidden !important; }
/*             */
/* FIN GÉNÉRAL */
/*             */









/*        */
/* HEADER */
/*        */
header#containerHeader {
	position: absolute;
	display: block;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 120px;
	z-index: 30;
}

header#containerHeader div.center { height: 100%; }



header#containerHeader h1#logo {
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 10px;
	width: 120px;
	height: 120px;
	background: #fff;
	z-index: 2;
}

header#containerHeader h1#logo a {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: url(../images/logo.png) center center no-repeat;
	background-size: contain;
}

header#containerHeader h1#logo a span { display: none; }


header#containerHeader nav.menup {
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 80%;
	max-width: 175px;
	z-index: 2;
}

header#containerHeader nav.menup ul {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
}

header#containerHeader nav.menup ul li {
	position: relative;
	display: block;
	margin: 0;
	padding: 4px 0 0;
	width: 100%;
}

header#containerHeader nav.menup ul li a {
	position: relative;
	display: block;
	margin: 0;
	padding: 19px 10px 16px;
	width: 100%;
	font-family: "highway_gothicregular", Verdana;
	color: #ff0000;
	text-align: center;
	text-transform: uppercase;
	background: #fff;
}
/*            */
/* FIN HEADER */
/*            */








div.carousel {
	position: fixed;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: -1;
}

div.carousel div.slide {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff center no-repeat;
    background-size: cover;
	opacity: 0;
	overflow: hidden;
	z-index: 1;
	
	-webkit-transition: opacity 2s;
	-moz-transition: opacity 2s;
	-ms-transition: opacity 2s;
	-o-transition: opacity 2s;
	transition: opacity 2s;
}

div.carousel div.slide.active { opacity: 1; z-index: 2; }








div.fake100 {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	min-height: 320px;
	z-index: 3;
}

div.fake100:before {
	content: "";
	position: absolute;
	display: none;
	margin: 0;
	padding: 0;
	bottom: -167px;
	left: 0;
	width: 306px;
	height: 380px;
	background: url(../images/motif_left.png) left top no-repeat;
	z-index: 4;
}

div.fake100:after {
	content: "";
	position: absolute;
	display: none;
	margin: 0;
	padding: 0;
	bottom: -136px;
	right: 0;
	width: 360px;
	height: 664px;
	background: url(../images/motif_right.png) left top no-repeat;
	z-index: 4;
}









/*             */
/*   SECTION   */
/*             */
section {
	position: relative;
	display: block;
	margin: 0;
	padding: 40px 0 0;
	width: 100%;
	text-align: center;
	background: url(../images/bg_plan.png) right 900px no-repeat #f3f3f3;
	z-index: 2;
}

section article {
	position: relative;
	display: block;
	margin: 0;
	padding: 0 0 40px;
	width: 100%;
}
section article.link { padding: 80px 0 120px; }


section article.link span.logo {
	position: relative;
	display: inline-block;
	margin: 0 60px;
	padding: 0;
	width: 175px;
	height: 175px;
	background: url(../images/logo.png) center no-repeat;
	background-size: contain;
	vertical-align: middle;
}
section article.link span.logo span { display: none; }

section article.link a.button {
	position: relative;
	display: inline-block;
	margin: 0 60px;
	padding: 20px;
	background: #212121;
	border: 3px solid #ff0000;
	font-family: 'highway_gothicregular', Verdana;
	font-size: 1.7142857em;
	color: #fff;
	text-transform: uppercase;
	vertical-align: middle;
}
section article.link a.button.btn_galerie { background: #ff0000; }
section article.link a.button.btn_catalogue:hover { background: #ff0000; }
section article.link a.button.btn_galerie:hover { background: #212121; }


section article.plan div.alignleft { text-align: left; }
section article.plan table { margin-bottom: 40px; }
section article.plan table th:nth-of-type(2) { text-align: center; }
section article.plan table th:nth-of-type(3) { text-align: center; }
section article.plan a.btn_photos {
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 40px;
	height: 30px;
	background: url(../images/btn_photo.png) center no-repeat;
}
section article.plan a.btn_photos span { display: none; }

section article.plan a.btn_plans {
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 29px;
	height: 38px;
	background: url(../images/btn_pdf.png) center no-repeat;
}
section article.plan a.btn_plans span { display: none; }


section article.contact p { margin: 0; line-height: 1.8em; }
section article.contact a { color: #000; }
section article.contact a:first-of-type { text-transform: uppercase; }
section article.contact strong { font-size: 1.3em; }

section article.contact a.btn_fb {
	position: relative;
	display: block;
	margin: 20px auto 0;
	padding: 0;
	width: 40px;
	height: 40px;
	background: url(../images/btn_fb.png) center no-repeat;
}
section article.contact a.btn_fb span { display: none; }
/*             */
/* FIN SECTION */
/*             */









/*             */
/*   FOOTER    */
/*             */
footer#containerFooter {
	position: relative;
	display: block;
	margin: 0;
	padding: 40px 0;
	width: 100%;
	background: #a0a0a0;
	color: #000;
	text-align: center;
}

footer#containerFooter a.btn {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 20px 40px;
	max-width: 100%;
	vertical-align: middle;
	overflow: hidden;
}
footer#containerFooter a.btn span.logo {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: center no-repeat;
	background-size: contain;
	vertical-align: middle;
	overflow: hidden;
}
footer#containerFooter a.btn.btn_energie { width: 503px; height: 130px; }
footer#containerFooter a.btn.btn_rouge { width: 342px; height: 196px; }

footer#containerFooter a.btn.btn_energie span.logo { background-image: url(../images/logo_energie.png); }
footer#containerFooter a.btn.btn_rouge span.logo { background-image: url(../images/logo_rouge.png); }

footer#containerFooter a.btn span.txt { display: none; }
/*             */
/* FIN FOOTER  */
/*             */








section#containerMain div.lazy {
	opacity: 0;
	
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-ms-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
}
.no-mobile section#containerMain div.lazy {
	-webkit-transform: scale(0.6) rotate(0.0001deg);
	-moz-transform: scale(0.6) rotate(0.0001deg);
	-ms-transform: scale(0.6) rotate(0.0001deg);
	-o-transform: scale(0.6) rotate(0.0001deg);
	transform: scale(0.6) rotate(0.0001deg);
}
section#containerMain div.lazy.load { opacity: 1; }
.no-mobile section#containerMain div.lazy.load {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}












@media only screen and (max-width: 1000px) {
	table:not(.error), 
	table:not(.error) thead, 
	table:not(.error) tbody, 
	table:not(.error) th, 
	table:not(.error) td, 
	table:not(.error) tr { 
		display: block; 
	}
 
	table:not(.error) th { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	table:not(.error) td {
		position: relative;
		padding-left: 50%; 
		text-align: left !important;
		white-space: normal !important;
	}
 
	table:not(.error) td:before { 
		position: absolute;
		top: 6px;
		left: 15px;
		width: 45%; 
		padding-right: 15px;
		word-wrap: break-word;
		font-weight: bold;
	}
 
	table:not(.error) td:before { content: attr(data-title); }
}


/* Smartphones */
@media only screen and (max-width: 469px) {
	
}

/* Large smartphones */
@media only screen and (min-width: 470px) and (max-width: 699px) {
	
}

/* Tablets and landscape large smartphones */
@media only screen and (min-width: 700px) and (max-width: 1000px) {
	
}

@media only screen and (min-width: 1001px) and (max-width: 1200px) {
	
}

@media only screen and (min-width: 1200px){
	div.body { padding: 130px 0 0; }
	
	
	header#containerHeader { height: 175px; }
	header#containerHeader h1#logo { margin: 0; width: 175px; height: 175px; }
	header#containerHeader nav.menup { margin: 0; }
	
	div.fake100:before, div.fake100:after { display: block; }
}

/* Desktop screens */
@media only screen and (min-width: 1200px) and (max-width: 1499px){
	
}

/* Large screen */
@media only screen and (min-width: 1500px) and (max-width: 1799px){
	
}

/* Very large screen */
@media only screen and (min-width: 1800px){
	
}