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

/* common --> */
html, body {
	height: 100%;
}
body {
	padding: 0;
	margin: 0;
	color: #1d1d1b;
	font-family: 'aktiv-grotesk-std', Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	-webkit-text-rendering: optimizeLegibility;
	   -moz-text-rendering: optimizeLegibility;
	        text-rendering: optimizeLegibility;
}
a {
	text-decoration: none;
}
img {
	max-width: 100%;
}
a img {
	border: none;
}
strong {
	font-weight: 500;
}
.container {
	width: 85%;
	max-width: 1600px;
	margin: auto;
	/*background: rgba(41,202,228,0.05);*/
}
.no-mediaqueries .container,
.no-backgroundsize .container {
	width: 980px;
}
::-moz-selection {
	color: #fff;
	background-color: #ffd700;
}
::selection {
	color: #fff;
	background-color: #ffd700;
}
@media screen and (min-width:1600px) {
	body {
		font-size: 1.25em;
	}
}
@media screen and (max-width:1200px) {
	.container {
		width: 96%;
	}
}
/* <-- common */

/* hexagons --> */
.hex {
	display: block;
	position: relative;
	background: #1d1d1b;
}
.hex:before,
.hex:after {
	content: '';
	position: absolute;
	left: 0;
	width: 0;
	height: 0;
}
.hex320 {
	width: 320px;
	height: 185px;
}
.hex320:before,
.hex320:after {
	border-left: 160px solid transparent;
	border-right: 160px solid transparent;
}
.hex320:before {
	top: -90px;
	border-bottom: 90px solid #1d1d1b;
}
.hex320:after {
	bottom: -90px;
	border-top: 90px solid #1d1d1b;
}
.no-generatedcontent .hex320 {
	padding: 40px 0;
}
.hex240 {
	width: 240px;
	height: 140px;
}
.hex240:before,
.hex240:after {
	border-left: 120px solid transparent;
	border-right: 120px solid transparent;
}
.hex240:before {
	top: -70px;
	border-bottom: 70px solid #1d1d1b;
}
.hex240:after {
	bottom: -70px;
	border-top: 70px solid #1d1d1b;
}
.hex130 {
	width: 130px;
	height: 75px;
}
.hex130:before,
.hex130:after {
	border-left: 65px solid transparent;
	border-right: 65px solid transparent;
}
.hex130:before {
	top: -40px;
	border-bottom: 40px solid #1d1d1b;
}
.hex130:after {
	bottom: -40px;
	border-top: 40px solid #1d1d1b;
}
.hex90 {
	width: 90px;
	height: 54px;
}
.hex90:before,
.hex90:after {
	border-left: 45px solid transparent;
	border-right: 45px solid transparent;
}
.hex90:before {
	top: -26px;
	border-bottom: 26px solid #1d1d1b;
}
.hex90:after {
	bottom: -26px;
	border-top: 26px solid #1d1d1b;
}
.hex44 {
	display: inline-block;
	position: relative;
	z-index: 10;
	width: 44px;
	height: 26px;
	background: #1d1d1b;
}
.hex44:before, 
.hex44:after {
	border-left: 22px solid transparent;
	border-right: 22px solid transparent;
}
.hex44:before {
	top: -12px;
	border-bottom: 12px solid #1d1d1b;
}
.hex44:after {
	bottom: -12px;
	border-top: 12px solid #1d1d1b;
}
.hex42 {
	width: 42px;
	height: 26px;
}
.hex42:before,
.hex42:after {
	border-left: 21px solid transparent;
	border-right: 21px solid transparent;
}
.hex42:before {
	top: -11px;
	border-bottom: 11px solid #fff;
}
.hex42:after {
	bottom: -11px;
	border-top: 11px solid #fff;
}
.hex36 {
	width: 36px;
	height: 20px;
}
.no-generatedcontent .hex36 {
	height: 36px;
}
.hex36:before,
.hex36:after {
	border-left: 18px solid transparent;
	border-right: 18px solid transparent;
}
.hex36:before {
	top: -10px;
	border-bottom: 10px solid #1d1d1b;
}
.hex36:after {
	bottom: -10px;
	border-top: 10px solid #1d1d1b;
}
/* <-- hexagons */

/* hexagons outline --> */
.hex-out,
.hex-out:before,
.hex-out:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transition: border-color .2s ease-out, color .2s ease-out;
	   -moz-transition: border-color .2s ease-out, color .2s ease-out;
		 -o-transition: border-color .2s ease-out, color .2s ease-out;
			transition: border-color .2s ease-out, color .2s ease-out;
}
.hex-out110,
.hex-out110:before,
.hex-out110:after {
	width: 110px;
	height: 67px;
	margin-left: -58px;
	border-right: 3px solid #000;
	border-left: 3px solid #000;
}
.hex-out36,
.hex-out36:before,
.hex-out36:after {
	width: 36px;
	height: 21px;
	margin-left: -19px;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}
.hex-out:before {
	margin-left: 0;
	-webkit-transform: rotate(60deg);
	   -moz-transform: rotate(60deg);
	    -ms-transform: rotate(60deg);
	     -o-transform: rotate(60deg);
	        transform: rotate(60deg);
}
.hex-out:after {
	margin-left: 0;
	-webkit-transform: rotate(120deg);
	   -moz-transform: rotate(120deg);
	    -ms-transform: rotate(120deg);
	     -o-transform: rotate(120deg);
	        transform: rotate(120deg);
}
.hex-out110:before,
.hex-out110:after {
	left: -3px;
}
.hex-out36:before,
.hex-out36:after {
	left: -1px;
}
.no-csstransforms .hex-out {
	background-color: #000;
	border: none;
}
.no-csstransforms .hex-out110 {
	margin-left: -55px;
}
.no-csstransforms .hex-out36 {
	margin-left: -19px;
}
.no-csstransforms .hex-out:before,
.no-csstransforms .hex-out:after {
	left: 0;
	width: 0;
	height: 0;
}
.no-csstransforms .hex-out110:before,
.no-csstransforms .hex-out110:after {
	border-left: 55px solid transparent;
	border-right: 55px solid transparent;
}
.no-csstransforms .hex-out36:before,
.no-csstransforms .hex-out36:after {
	border-left: 18px solid transparent;
	border-right: 18px solid transparent;
}
.no-csstransforms .hex-out110:before {
	top: -30px;
	border-bottom: 30px solid #000;
}
.no-csstransforms .hex-out110:after {
	top: 67px;
	border-top: 30px solid #000;
}
.no-csstransforms .hex-out36:before {
	top: -10px;
	border-bottom: 10px solid #000;
}
.no-csstransforms .hex-out36:after {
	top: 21px;
	border-top: 10px solid #000;
}
/* <-- hexagons outline */

/* content hexagons --> */
p.devis .hex {
	position: relative;
	z-index: 10;
	margin: 2em auto;
	-webkit-transition: background .2s ease-out, -webkit-transform .2s ease-out;
	   -moz-transition: background .2s ease-out,    -moz-transform .2s ease-out;
		 -o-transition: background .2s ease-out, 	  -o-transform .2s ease-out;
			transition: background .2s ease-out,         transform .2s ease-out;
}
.no-generatedcontent p.devis .hex {
	padding: 1em 0;
}
p.devis .hex:before,
p.devis .hex:after {
	-webkit-transition: border-color .2s ease-out;
	   -moz-transition: border-color .2s ease-out;
		 -o-transition: border-color .2s ease-out;
			transition: border-color .2s ease-out;
}
p.devis a:hover .hex {
	background-color: #d7003b;
	-webkit-transform: translateY(-15px);
	   -moz-transform: translateY(-15px);
	    -ms-transform: translateY(-15px);
	     -o-transform: translateY(-15px);
	        transform: translateY(-15px);
}
p.devis a:hover .hex:before,
p.devis a:hover .hex:after {
	border-top-color: #d7003b;
	border-bottom-color: #d7003b;
}
p.devis .picto:before {
	color: #fff;
	font-size: 72px;
}
/* <-- content hexagons */

/* pictos with font face --> */
@font-face {
	font-family: 'pictos';
	src: url('../font/pictos.eot?w3khpa');
	src: url('../font/pictos.eot?#iefixw3khpa') format('embedded-opentype'),
		 url('../font/pictos.woff?w3khpa') format('woff'),
		 url('../font/pictos.ttf?w3khpa') format('truetype'),
		 url('../font/pictos.svg?w3khpa#pictos') format('svg');
	font-weight: normal;
	font-style: normal;
}
.picto:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	font-family: 'pictos';
	line-height: 1em;
	text-align: center;
	speak: none;
	-moz-osx-font-smoothing: grayscale;
}
.no-generatedcontent .picto {
	display: block;
	z-index: 10;
	width: 64px;
	height: 64px;
	background: url(../images/sprite-pictos-64-white.png) no-repeat 0 0;
}
.p_chassis:before { content: "\e600"; }
.p_portes:before { content: "\e601"; }
.p_garage:before { content: "\e602"; }
.p_volets:before { content: "\e603"; }
.p_solaire:before { content: "\e604"; }
.p_smesure:before { content: "\e605"; }
.p_devis:before { content: "\e606"; }
.p_conception:before { content: "\e607"; }
.p_fabrication:before { content: "\e608"; }
.p_pose:before { content: "\e609"; }
.p_sav:before { content: "\e60a"; }
.p_thermo:before { content: "\e60b"; }
.p_acoustique:before { content: "\e60c"; }
.p_cadenas:before { content: "\e60d"; }
.p_couleur:before { content: "\e60e"; }
.p_camera:before { content: "\e60f"; }
.p_tel:before { content: "\e610"; }
.p_lux:before { content: "\e611"; }
.p_valorisation:before { content: "\e612"; }
.no-generatedcontent .p_chassis { background-position: 0 0; } 
.no-generatedcontent .p_portes { background-position: -64px 0; } 
.no-generatedcontent .p_garage { background-position: -128px 0; } 
.no-generatedcontent .p_volets { background-position: -192px 0; } 
.no-generatedcontent .p_solaire { background-position: -256px 0; } 
.no-generatedcontent .p_smesure { background-position: -320px 0; } 
.no-generatedcontent .p_devis { background-position: -384px 0; } 
.no-generatedcontent .p_conception { background-position: -448px 0; } 
.no-generatedcontent .p_fabrication { background-position: -512px 0; } 
.no-generatedcontent .p_pose { background-position: -576px 0; } 
.no-generatedcontent .p_sav { background-position: -640px 0; } 
.no-generatedcontent .p_thermo { background-position: -704px 0; } 
.no-generatedcontent .p_acoustique { background-position: -768px 0; } 
.no-generatedcontent .p_cadenas { background-position: -832px 0; } 
.no-generatedcontent .p_couleur { background-position: -896px 0; } 
.no-generatedcontent .p_camera { background-position: -960px 0; } 
.no-generatedcontent .p_tel { background-position: -1024px 0; } 
.no-generatedcontent .p_lux { background-position: -1088px 0; } 
.no-generatedcontent .p_valorisation { background-position: -1152px 0; } 

/* <-- pictos with font face */

/* columns --> */
.twothirds {
	display: inline-block;
	width: 66.66666667%;
	margin: 4em -4px 4em 0;
	vertical-align: top;
}
* + html .twothirds {
	display: inline;
}
.onethird {
	display: inline-block;
	width: 33.33333333%;
	margin: 4em -4px 4em 0;
	vertical-align: top;
}
* + html .onethird {
	display: inline;
}
@media screen and (max-width:830px) {
	.twothirds,
	.onethird {
		display: block;
		width: 100%;
		margin: 2em 0;
	}
}
/* <-- columns */

/* etendard --> */
.etendard p {
	display: inline-block;
	position: relative;
	height: 22px;
	padding: 2px 10px;
	margin: 0;
	background: #1d1d1b;
	-webkit-transition: box-shadow .2s ease-out;
	   -moz-transition: box-shadow .2s ease-out;
		 -o-transition: box-shadow .2s ease-out;
			transition: box-shadow .2s ease-out;
}
* + html .etendard p {
	display: inline;
}
.etendard p:before,
.etendard p:after {
	content: '';
	position: absolute;
	top: 0;
	height: 0;
	border: 13px solid #1d1d1b;
}
.etendard p:before {
	border-left-color: transparent;
	left: -26px;
}
.etendard p:after {
	border-right-color: transparent;
	right: -26px;
}
.etendard {
	display: inline-block;
	color: #fff;
	-webkit-transition: color .2s ease-out;
	   -moz-transition: color .2s ease-out;
		 -o-transition: color .2s ease-out;
			transition: color .2s ease-out;
}
* + html .etendard {
	display: inline;
}
.etendard:hover,
.etendard:focus,
.etendard:active {
	color: #ffd700;
}
.etendard:hover p,
.etendard:focus p,
.etendard:active p {
	-webkit-box-shadow: 0 5px 15px -10px #000;
	        box-shadow: 0 5px 15px -10px #000;
}
@media screen and (min-width:1600px) {
	.etendard p {
		height: 28px;
	}
	.etendard p:before,
	.etendard p:after {
		border-width: 16px;
	}
	.etendard p:before {
		left: -32px;
	}
	.etendard p:after {
		right: -32px;
	}
}
/* <-- etendard */

/* header --> */
#header {
	background: url(../images/stripes.png);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 90%, rgba(255,255,255,0) 100%),
				-webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%),
				-webkit-linear-gradient(right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%), 
				url(../images/stripes.png);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 90%, rgba(255,255,255,0) 100%),
				-moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%), 
				-moz-linear-gradient(right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%), 
				url(../images/stripes.png);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 90%, rgba(255,255,255,0) 100%),
				linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%),
				linear-gradient(to left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%), 
				url(../images/stripes.png);
	-webkit-box-shadow: inset 0 -10px 120px -80px #000;
	        box-shadow: inset 0 -10px 120px -80px #000;
}
.fullheight {
	height: 100%;
}
.no-cssgradients #header {
	background: #f7f7f7;
}
#header .background {
	display: none;
}
#header .menu {
	display: table;
	table-layout: fixed;
	height: 165px;
	vertical-align: top;
}
#header h1 {
	display: table-cell;
	width: 33.33333333%;
	width: -webkit-calc(215px);
	width:    -moz-calc(215px);
	width:         calc(215px);
	padding-top: 45px;
	margin: 0;
	vertical-align: top;
	font-size: 3em;
	line-height: 1em;
}
.no-display-table #header h1 {
	float: left;
}
#header h1 a {
	color: #2e3f32;
}
#header nav {
	display: table-cell;
	width: 66.66666667%;
	width: -webkit-calc(100% - 215px);
	width:    -moz-calc(100% - 215px);
	width:         calc(100% - 215px);
	padding-top: 1em;
	text-align: right;
	text-transform: uppercase;
}

.no-display-table #header nav {
	float: right;
}
#header nav ul {
	padding: 2.25em 0;
	margin: 0;
	list-style: none;
}
#header nav li {
	display: inline-block;
	margin-bottom: .25em;
}
* + html #header nav li {
	display: inline;
}
#header nav li:before {
	content: ' X ';
	display: inline-block;
	padding: 0 10px;
	vertical-align: -2px;
	font-weight: 200;
	font-size: 1.25em;
	-webkit-transform: scaleY(.8);
	   -moz-transform: scaleY(.8);
	    -ms-transform: scaleY(.8);
	     -o-transform: scaleY(.8);
	        transform: scaleY(.8);
}
.no-csstransforms #header nav li:before {
	content: ' | ';
	padding: 2px 10px;
	vertical-align: top;
}
.no-csstransforms #header nav li:first-child:before {
	display: none;
}
#header nav li a {
	display: inline-block;
	position: relative;
	height: 1em;
	padding: 0 5px 0 8px;
	line-height: 1.2em;
	overflow: hidden;
	color: #000;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
	cursor: pointer;
}
.no-csstransforms #header nav li a {
	padding: 5px 5px 5px 8px;
}
#header nav li a span {
	display: inline-block;
	position: relative;
	border-bottom: 4px solid #1d1d1b;
	-webkit-transition: -webkit-transform .3s ease-out;
	   -moz-transition:    -moz-transform .3s ease-out;
	     -o-transition:      -o-transform .3s ease-out;
			transition:         transform .3s ease-out;
}
.no-csstransforms #header nav li a span {
	border: none;
}
#header nav li:nth-child(1) a span { border-color: #ffd700; }
#header nav li:nth-child(2) a span { border-color: #e7511e; }
#header nav li:nth-child(3) a span { border-color: #97bf0d; }
#header nav li:nth-child(4) a span { border-color: #008135; }
#header nav li:nth-child(5) a span { border-color: #d7003b; }
#header nav li:nth-child(6) a span { border-color: #73052a; }
#header nav li a span:before {
	display: inline-block;
	content: attr(data-hover);
	position: absolute;
	top: 100%;
	margin-top: 4px;
	font-weight: 500;
}
#header nav li a:hover span,
#header nav li a:focus span,
#header nav li a:active span {
	-webkit-transform: translateY(-100%);
	   -moz-transform: translateY(-100%);
	    -ms-transform: translateY(-100%);
	     -o-transform: translateY(-100%);
	        transform: translateY(-100%);
}
#header nav li a span:hover,
#header nav li a:focus,
#header nav li a:active {
}
@media screen and (min-width:641px) {
	#header .background {
		display: block;
		position: relative;
		position: relative;
		height: 80%;
		height: -webkit-calc(100% - 165px);
		height:    -moz-calc(100% - 165px);
		height:         calc(100% - 165px);
		background: url(../images/bg-header.jpg);
		background-size: cover;
	}
	.cssanimations #header .background {
		background: #e7511e url(../images/cssanimation-bg-header.jpg);
		background-size: cover;
	}
	.cssanimations #header .background:before,
	.cssanimations #header .background:after {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		z-index: 1;
		width: 100%;
		height: 100%;
	}
	.cssanimations #header .background:before {
		background: url(../images/cssanimation-bande1.png);
		background-size: cover;
		-webkit-animation: bande1 1.5s ease-in 1;
		   -moz-animation: bande1 1.5s ease-in 1;
				animation: bande1 1.5s ease-in 1;
	}
	.cssanimations #header .background:after {
		background: url(../images/cssanimation-bande2.png);
		background-size: cover;
		-webkit-animation: bande2 1.5s ease-in 1;
		   -moz-animation: bande2 1.5s ease-in 1;
				animation: bande2 1.5s ease-in 1;
	}
	#header .background > div {
		position: relative;
		height: 100%;
	}
	#header .hex {
		position: absolute;
		top: 50%;
		right: 0;
		z-index: 10;
		margin: -90px 0 0 0;
	}
	#header .hex a {
		display: block;
		position: relative;
		padding: 0 50px;
		margin: -5px 0;
		color: #fff;
		font-size: 38px;
		font-weight: 200;
		line-height: 1em;
		text-transform: uppercase;
	}
	#header .hex a:after {
		content: '+';
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		bottom: -40px;
		z-index: 20;
		color: #ffd700;
		font-size: 20px;
		text-align: center;
		font-weight: 500;
		-webkit-transition: bottom .3s ease-out, color .3s ease-out;
		   -moz-transition: bottom .3s ease-out, color .3s ease-out;
			 -o-transition: bottom .3s ease-out, color .3s ease-out;
				transition: bottom .3s ease-out, color .3s ease-out;
	}
	#header .hex a:hover:after,
	#header .hex a:focus:after,
	#header .hex a:active:after {
		bottom: -50px;
		color: #e75e11;
	}
	#header nav .etendard p {
		margin: 0 26px 0 0;
	}
	#header .fixed {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 1000;
		width: 100%;
		background: #fff;
		-webkit-box-shadow: 0 10px 20px -20px #000000;
				box-shadow: 0 10px 20px -20px #000000;
		-webkit-animation: menuappear .3s ease-in 1;
		   -moz-animation: menuappear .3s ease-in 1;
				animation: menuappear .3s ease-in 1;
	}
	#header .fixed .menu {
		height: auto;
		min-height: 65px;
		padding-bottom: 8px;
	}
	#header .fixed h1 {
		width: 25%;
		width: -webkit-calc(140px);
		width:    -moz-calc(140px);
		width:         calc(140px);
		padding-top: 10px;
	}
	#header .fixed h1 img {
		height: 40px;
	}
	#header .fixed nav {
		width: 75%;
		width: -webkit-calc(100% - 140px);
		width:    -moz-calc(100% - 140px);
		width:         calc(100% - 140px);
	}
	#header .fixed nav .etendard {
		display: none;
	}
	#header .fixed nav ul {
		padding: 5px 0;
	}
}
@media screen and (max-width:641px) {
	#header {
		height: auto;
	}
	#header .menu {
		display: block;
		table-layout: auto;
		height: auto;
		min-height: 165px;
	}
	#header h1 {
		display: block;
		width: auto;
		padding-bottom: 25px;
		text-align: center;
	}
	#header nav {
		display: block;
		width: auto;
		text-align: center;
	}
	#header nav p {
		margin: 0;
	}
	#header nav ul {
		padding: 3em 0;
	}
	#header nav li {
		display: block;
		margin: 1em 0;
	}
}
@media screen and (min-width:1600px) {
	#header nav ul {
		padding: 1.75em 0;
	}
}
@-webkit-keyframes bande1 {
	0% { clip: rect(0, 0, 1920px, 0); }
	100% { clip: rect(0, 2560px, 1920px, 0); }
}
@-moz-keyframes bande1 {
	0% { clip: rect(0, 0, 1920px, 0); }
	100% { clip: rect(0, 2560px, 1920px, 0); }
}
@keyframes bande1 {
	0% { clip: rect(0, 0, 1920px, 0); }
	100% { clip: rect(0, 2560px, 1920px, 0); }
}
@-webkit-keyframes bande2 {
	0% { clip: rect(0, 0, 1920px, 0); }
	30% { clip: rect(0, 0, 1920px, 0); }
	100% { clip: rect(0, 2560px, 1920px, 0); }
}
@-moz-keyframes bande2 {
	0% { clip: rect(0, 0, 1920px, 0); }
	30% { clip: rect(0, 0, 1920px, 0); }
	100% { clip: rect(0, 2560px, 1920px, 0); }
}
@keyframes bande2 {
	0% { clip: rect(0, 0, 1920px, 0); }
	30% { clip: rect(0, 0, 1920px, 0); }
	100% { clip: rect(0, 2560px, 1920px, 0); }
}
@-webkit-keyframes menuappear {
	0% { -webkit-transform: translateY(-65px); }
	100% { -webkit-transform: translateY(0); }
}
@-moz-keyframes menuappear {
	0% { -moz-transform: translateY(-65px); }
	100% { -moz-transform: translateY(0); }
}
@keyframes menuappear {
	0% { transform: translateY(-65px); }
	100% { transform: translateY(0); }
}
/* <-- header */

/* galeries --> */
.gallery img {
	display: block;
}
.gallery a {
	display: block;
	position: relative;
	margin: 2px;
}
.gallery .hex {
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -18px;
	z-index: 15;
	color: #ffd700;
	font-size: 20px;
	font-weight: 500;
	line-height: 1em;
	text-align: center;
	opacity: 1;
	-webkit-transition: opacity .4s ease-out, bottom .4s ease-out;
	   -moz-transition: opacity .4s ease-out, bottom .4s ease-out;
		 -o-transition: opacity .4s ease-out, bottom .4s ease-out;
			transition: opacity .4s ease-out, bottom .4s ease-out;
}
.no-generatedcontent .gallery .hex {
	line-height: 1.8em;
}
.gallery a:hover .hex,
.gallery a:focus .hex,
.gallery a:active .hex {
	bottom: -10px;
	opacity: 0;
}
.gallery .cnt {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	color: #fff;
	opacity: 0;
	-webkit-transition: opacity .2s ease-out, bottom .3s ease-out;
	   -moz-transition: opacity .2s ease-out, bottom .3s ease-out;
		 -o-transition: opacity .2s ease-out, bottom .3s ease-out;
			transition: opacity .2s ease-out, bottom .3s ease-out;
}
.no-opacity .gallery .cnt {
	display: none;
}
.gallery a:hover .cnt {
	opacity: 1;
}
.no-opacity .gallery a:hover .cnt {
	display: block;
}
.gallery .chassis .cnt { background-color: #ffd700; background-color: rgba(255, 215, 0, .8); }
.gallery .portes .cnt { background-color: #e7511e; background-color: rgba(231, 81, 30, .8); }
.gallery .garage .cnt { background-color: #97bf0d; background-color: rgba(151, 191, 13, .8); }
.gallery .volets .cnt { background-color: #008135; background-color: rgba(0, 129, 53, .8); }
.gallery .solaire .cnt { background-color: #d7003b; background-color: rgba(215, 0, 59, .8); }
.gallery .smesure .cnt { background-color: #73052a; background-color: rgba(115, 5, 42, .8); }
.gallery .cnt h2 {
	padding-top: 50px;
	margin: 0 20px !important;
	margin-top: -10px;
	font-size: 1.25em !important;
	font-weight: 400 !important;
	line-height: 1em !important;
	text-align: center !important;
	text-transform: uppercase;
	opacity: 0;
	-webkit-transition: opacity .3s ease-out .3s, margin .3s ease-out .3s;
	   -moz-transition: opacity .3s ease-out .3s, margin .3s ease-out .3s;
		 -o-transition: opacity .3s ease-out .3s, margin .3s ease-out .3s;
			transition: opacity .3s ease-out .3s, margin .3s ease-out .3s;
}
.gallery a:hover .cnt h2 {
	margin-top: 0;
	opacity: 1;
}
.gallery .cnt p {
	padding-top: 10px;
	margin: 1em 20px !important;
	margin-top: 0 !important;
	border-top: 1px solid #fff;
	text-align: center !important;
	opacity: 0;
	-webkit-transition: opacity .3s ease-out .4s, margin .3s ease-out .4s;
	   -moz-transition: opacity .3s ease-out .4s, margin .3s ease-out .4s;
		 -o-transition: opacity .3s ease-out .4s, margin .3s ease-out .4s;
			transition: opacity .3s ease-out .4s, margin .3s ease-out .4s;
}
.gallery a:hover .cnt p {
	margin-top: 1em !important;
	opacity: 1;
}
.no-csstransforms .gallery .hex-out {
	display: none;
}
.gallery .cnt .hex-out36 {
	top: auto;
	bottom: 10px;
	border-color: #fff;
	font-size: 20px;
	font-weight: 500;
	line-height: 1em;
	text-align: center;
	opacity: 0;
	-webkit-transition: opacity .3s ease-out .4s, bottom .3s ease-out .4s;
	   -moz-transition: opacity .3s ease-out .4s, bottom .3s ease-out .4s;
		 -o-transition: opacity .3s ease-out .4s, bottom .3s ease-out .4s;
			transition: opacity .3s ease-out .4s, bottom .3s ease-out .4s;
}
.gallery .cnt .hex-out36:before,
.gallery .cnt .hex-out36:after {
	border-color: #fff;
}
.gallery a:hover .cnt .hex-out36 {
	bottom: 30px;
	opacity: 1;
}
/* <-- galeries */

/* maps --> */
#map {
	height: 580px;
	padding: 0;
	clear: both;
	z-index: 20;
}
#map_canvas {
	height: 580px;
}
#map_canvas img {
	max-width: none;
}
#map_canvas abbr {
	border: none;
}
#map_canvas a {
	color: #73052a;
}
@media screen and (max-width:480px) {
	#map, 
	#map_canvas {
		height: 360px;
	}
}
/* <-- maps */

/* footer --> */
#footer {
	padding-bottom: 2em;
	background: url(../images/bg-footer2.png) center center, -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(231,231,231,1) 100%);
	background: url(../images/bg-footer2.png) center center,    -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(231,231,231,1) 100%);
	background: url(../images/bg-footer2.png) center center,         linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(231,231,231,1) 100%);
	border-bottom: 1px solid #d9d9d9;
}
#footer nav {
	margin-left: 33.33333333%;	
}
#footer nav p {
	display: inline-block;
	margin: 0 -.25em 0 0;
}
* + html #footer nav p {
	display: inline;
	margin-right: 0;
}
#footer nav a {
	display: inline-block;
	padding: 3px 15px;
	margin-right: 2px;
	background-color: #000;
	color: #fff;
	font-weight: 300;
	-webkit-transition: background-color .2s ease-out, color .2s ease-out;
	   -moz-transition: background-color .2s ease-out, color .2s ease-out;
		 -o-transition: background-color .2s ease-out, color .2s ease-out;
			transition: background-color .2s ease-out, color .2s ease-out;
}
#footer nav a:hover,
#footer nav a:focus,
#footer nav a:active {
	background-color: #fff;
	color: #000;
}
#footer h1 {
	display: inline-block;
	width: 33.33333333%;
	margin: 0 -.25em 0 0;
	vertical-align: middle;
}
* + html #footer h1 {
	display: inline;
}
#footer .coords {
	display: inline-block;
	width: 66.66666667%;
	vertical-align: middle;
	font-size: 1.25em;
	font-weight: 300;
}
* + html #footer .coords {
	display: inline;
	padding-top: 3em;
}
#footer abbr {
	border: none;
}
#footer .email a {
	color: #000;
	border-bottom: 0px solid transparent;
	-webkit-transition: padding-bottom .2s ease-out, border-bottom .2s ease-out;
	   -moz-transition: padding-bottom .2s ease-out, border-bottom .2s ease-out;
		 -o-transition: padding-bottom .2s ease-out, border-bottom .2s ease-out;
			transition: padding-bottom .2s ease-out, border-bottom .2s ease-out;
}
#footer .email a:hover,
#footer .email a:focus,
#footer .email a:active {
	padding-bottom: 10px;
	border-bottom: 3px solid #1d1d1b;
}
@media screen and (min-width:768px) {
	#footer {
		background: url(../images/bg-footer2.png) center center;
		background: url(../images/bg-footer1.png) no-repeat 80% center, url(../images/bg-footer2.png) center center, -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(231,231,231,1) 100%);
		background: url(../images/bg-footer1.png) no-repeat 80% center, url(../images/bg-footer2.png) center center,    -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(231,231,231,1) 100%);
		background: url(../images/bg-footer1.png) no-repeat 80% center, url(../images/bg-footer2.png) center center,         linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(231,231,231,1) 100%);
	}
}
@media screen and (max-width:768px) {
	#footer nav {
		margin-left: 0;	
		text-align: center;
	}
	#footer h1, 
	#footer .coords {
		display: block;
		width: auto;
		margin: 0;
		text-align: center;
	}
	#footer h1 {
		margin: 2em 0;
	}
}
/* <-- footer */

/* copy --> */
#copy {
	text-align: right;
	margin-bottom: 10em;
}
#copy p {
	margin: 2px 10px;
	font-size: .8em;
}
#copy a {
	color: #e7511e;
	-webkit-transition: color .2s ease-out;
	   -moz-transition: color .2s ease-out;
		 -o-transition: color .2s ease-out;
			transition: color .2s ease-out;
}
#copy a:hover,
#copy a:focus,
#copy a:active {
	color: #000;
}
/* <-- copy */
