@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: #fff;
	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: #fff; text-decoration: none; }
.no-mobile a:hover { color: #fff; text-decoration: underline; }
a:active { color: #fff; }
a:visited { color: #fff; }

address {  }

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

h1, h2, h3, h4, h5, h6 {
	display: inline-block;
	margin: 0 auto 30px;
	padding: 8px 20px 6px;
	font-family: 'highway_gothicregular', Verdana;
	font-weight: normal;
	color: #fff;
	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 { background: #764f84; }

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

.floatBreak { clear: both !important; display: block !important; width: 0 !important; height: 0 !important; font-size: 0 !important; line-height: 0 !important; overflow: hidden !important; }

a.anchor {
	position: absolute;
	display: block;
	top: -119px;
	left: 0;
	z-index: -1;
}
/*             */
/* FIN GÉNÉRAL */
/*             */









/*        */
/* HEADER */
/*        */
header#containerHeader {
	position: fixed;
	display: block;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	background: #21242c;
	background: rgba(37, 37, 37, 0.8);
	z-index: 30;
}

body.fixedHeight header#containerHeader {
	position: relative;
	padding: 0 !important;
	height: auto !important;
	min-height: 100%;
}

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



header#containerHeader h1#logo {
	position: absolute;
	display: block;
	margin: 0;
	padding: 0 10px;
	left: 0;
	top: 0;
	width: 180px;
	height: 80px;
	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 70% no-repeat;
	background-size: contain;
}

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


header#containerHeader a.btn_facebook {
	position: absolute;
	display: none;
	margin: auto 0;
	padding: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 40px;
	height: 40px;
	background: url(../images/btn_fb.png) center no-repeat;
	z-index: 4;
}
header#containerHeader a.btn_facebook span { display: none; }

header#containerHeader nav#navmainmenu {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}

header#containerHeader nav a.btn_mobile {
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto 0;
	padding: 0;
	width: 44px;
	height: 44px;
}
header#containerHeader nav a.btn_mobile span.txt { display: none; }
header#containerHeader nav a.btn_mobile span.icn { position: absolute; left: 0; right: 0; bottom: 0; top: 0; margin: auto; padding: 7px 0 0; width: 18px; height: 17px;  }

header#containerHeader nav a.btn_mobile span.icn2, header#containerHeader nav a.btn_mobile span.icn2:before, header#containerHeader nav a.btn_mobile span.icn2:after {
	content: '';
	position: absolute;
	display: block;
	width: 18px;
	height: 3px;
	background: #fff;
	border-radius: 3px;
	cursor: pointer;
}
header#containerHeader nav a.btn_mobile span.icn2:before { top: -7px;  }
header#containerHeader nav a.btn_mobile span.icn2:after { bottom: -7px; }

header#containerHeader nav a.btn_mobile, header#containerHeader nav a.btn_mobile span.icn2, header#containerHeader nav a.btn_mobile span.icn2:before, header#containerHeader nav a.btn_mobile span.icn2:after {
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
header#containerHeader nav.active a.btn_mobile span.icn2:before, header#containerHeader nav.active a.btn_mobile span.icn2:after { top: 0; }
header#containerHeader nav.active a.btn_mobile span.icn2 { background: transparent; }
header#containerHeader nav.active a.btn_mobile span.icn2:before { -webkit-transform: rotate(45deg); transform: rotate(45deg); }
header#containerHeader nav.active a.btn_mobile span.icn2:after { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }

header#containerHeader nav ul {
	position: absolute;
	display: none;
	top: 80px;
	left: 0;
	margin: 0;
	padding: 15px;
	width: 100%;
	max-width: 200px;
	background: #000;
	background: rgba(37, 37, 37, 0.8);
	list-style: none;
}
header#containerHeader nav.active ul { display: block; }

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

header#containerHeader nav ul li a {
	position: relative;
	display: block;
	margin: 0;
	padding: 10px 0;
	width: 100%;
}
/*            */
/* FIN HEADER */
/*            */









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

div.fake100 video {
	position: fixed;
	display: block;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}









/*             */
/*   SECTION   */
/*             */
section {
	position: relative;
	display: block;
	margin: 0;
	padding: 40px 0 0;
	width: 100%;
	text-align: center;
}

section.main { background: #d2d2d2; color: #292929; }
section.service { background: #252525; }

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

section article a.btn {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 20px 40px;
	max-width: 100%;
	vertical-align: middle;
	overflow: hidden;
}
section article 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;
}
section article a.btn.btn_energie { width: 503px; height: 130px; }
section article a.btn.btn_rouge { width: 342px; height: 196px; }

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

section article a.btn span.txt { display: none; }




section.service div.block_service {
	position: relative;
	display: inline-block;
	margin: 0 0 0 -4px;
	padding: 40px 0 0 4px;
	width: 100%;
	border-bottom: 1px solid #fff;
	vertical-align: top;
}
section.service div.block_service.bs1 { border-bottom-color: #ff20f7; }
section.service div.block_service.bs2 { border-bottom-color: #BC0000; }
section.service div.block_service.bs3 { border-bottom-color: #87a2ff; }
section.service div.block_service.bs4 { border-bottom-color: #ac7409; }

section.service div.block_service div.bs_img {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 220px;
	background: center 15% no-repeat;
	background-size: cover;
	background-blend-mode: luminosity;
	overflow: hidden;
}
section.service div.block_service.bs1 div.bs_img { background-image: url(../images/block_service01.jpg); background-color: #eb09e3; }
section.service div.block_service.bs2 div.bs_img { background-image: url(../images/block_service02.jpg); background-color: #BC0000; }
section.service div.block_service.bs3 div.bs_img { background-image: url(../images/block_service03.jpg); background-color: #2a4bc2; }
section.service div.block_service.bs4 div.bs_img { background-image: url(../images/block_service04.jpg); background-color: #a66e03; background-position: center bottom; }

section.service div.block_service div.bs_img:after, section.service div.block_service.bs1 div.bs_img h3 {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}

section.service div.block_service div.bs_img:after {
	content: '';
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
	padding-left: -0.25em;
}

section.service div.block_service div.bs_img h3 { margin: 0 auto; padding: 29px 30px 25px; max-width: 95%; z-index: 1; }

section.service div.block_service div.bs_img a.link {
	position: absolute;
	display: block;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	overflow: hidden;
}
section.service div.block_service div.bs_img a.link span { display: none; }

section.service div.block_service div.bs_content {
	position: relative;
	display: block;
	margin: 0;
	padding: 30px 0;
	width: 100%;
	overflow: hidden;
}
/*             */
/* FIN SECTION */
/*             */









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

footer#containerFooter p { margin: 0; line-height: 1.8em; }
footer#containerFooter a { color: #000; }
footer#containerFooter a:first-of-type { text-transform: uppercase; }
footer#containerFooter strong { font-size: 1.3em; }
/*             */
/* 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) {
	
}


/* 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; }
	a.anchor { top: -170px; }
	
	
	header#containerHeader { height: 130px; }
	header#containerHeader h1#logo { margin: auto; right: 0; bottom: 0; width: 453px; height: 118px; }
	header#containerHeader h1#logo a { margin-top: 35px; }
	header#containerHeader a.btn_facebook { display: block; }
	header#containerHeader nav a.btn_mobile { right: auto; left: 0; }
	header#containerHeader nav ul { top: 130px; }
	
	section.service div.block_service { margin: 0 40px 0 36px; width: calc(50% - 80px); min-height: 540px; }
}

/* 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){
	
}