@charset "utf-8";
/* CSS Document */
/* ©2013 Didier Berck */

/* common --> */
html,
body {
	height: 100%;
}
body {
	padding: 0;
	margin: 0;
	font-family: "proxima-nova", Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	   -moz-font-smoothing: antialiased;
	        font-smoothing: antialiased;
	-webkit-text-rendering: optimizeLegibility;
	   -moz-text-rendering: optimizeLegibility;
	        text-rendering: optimizeLegibility;
}
strong {
	font-weight: 600;
}
a {
	text-decoration: none;
}
img {
	max-width: 100%;
}
a img {
	border: none;
}
.container {
	width: 85%;
	max-width: 1720px;
	margin: auto;
}
.no-mediaqueries body {
	min-width: 980px;
}
.no-mediaqueries .container,
.no-backgroundsize .container {
	width: 980px;
}
::-moz-selection {
	color: #fff;
	background-color: #be3f0a;
}
::selection {
	color: #fff;
	background-color: #be3f0a;
}
@media screen and (min-width:1450px) {
	body {
		font-size: 1.25em;
	}
}
@media screen and (max-width:1200px) {
	.container {
		width: 96%;
	}
}
/* <-- common */

/* header --> */
#header {
	position: relative;
	height: 8.75em;
	overflow: hidden;
	color: #343636;
}
#header > div {
	height: 8.75em;
	border-collapse: collapse;
}
#header > div:after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
	margin-left: 45%;
	width: 180px;
	height: 495px;
	background-color: #be3f0a;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
	-webkit-transform-origin: right top;
	   -moz-transform-origin: right top;
	    -ms-transform-origin: right top;
	     -o-transform-origin: right top;
	        transform-origin: right top;
}
.csscalc #header > div:after {
	left: -webkit-calc(95% - 180px + 150px);
	left:    -moz-calc(95% - 180px + 150px);
	left:         calc(95% - 180px + 150px);
	margin-left: 0;
}
.no-csstransforms #header > div:after {
	display: none;
}
.no-csstransforms #header {
	background: url(../images/red_banner.png) no-repeat right top;
}
#header a {
	color: #343636;
}
#header h1 {
	display: inline-block;
	width: 26.4797507788162%; /*340/1284*/
	max-width: 340px;
	margin: 0 -6px 0 0;
	vertical-align: middle;
	font-size: 2em;
	font-weight: 600;
	line-height: 4.125em;
	text-transform: none;
}
* + html #header h1 {
	display: inline;
	padding-top: 10px;
}
#header h1 img {
	vertical-align: middle;
}
#header nav {
	display: inline-block;
	width: 73.5202492211838%;
	vertical-align: middle;
	text-align: right;
}
* + html #header nav {
	display: inline;
	padding-top: 40px;
}
#header ul {
	padding: 0;
	margin: 0 230px 0 0;
	list-style: none;
}
#header li {
	display: block;
	margin: 0.5em 0;
	vertical-align: baseline;
	line-height: 1em;
	white-space: nowrap;
}
#header li + li {
	margin-left: 25px;
	font-size: 1.25em;
	font-weight: 700;
	line-height: 0.8em;
}
#header li a {
	position: relative;
	padding-right: 12px;
	background: url(../images/sprites.png) no-repeat right -10px;
	-webkit-transition: color 0.2s ease-out;
	   -moz-transition: color 0.2s ease-out;
		 -o-transition: color 0.2s ease-out;
			transition: color 0.2s ease-out;
}
#header li a:hover,
#header li a:focus,
#header li a:active {
	color: #fff;
}
#header li a:after {
	display: block;
	content: attr(title);
	position: absolute;
	top: 2px;
	left: 0;
	width: 0;
	overflow: hidden;
	color: #be3f0a;
	line-height: 1em;
	white-space: nowrap;
	text-align: left;
	-webkit-transition: width 0.3s ease-out;
	   -moz-transition: width 0.3s ease-out;
		 -o-transition: width 0.3s ease-out;
			transition: width 0.3s ease-out;
}
#header li a:hover:after,
#header li a:focus:after,
#header li a:active:after {
	width: 100%;
}
#header li + li a {
	margin-top: 10px;
	background-position: right -6px;
	font-weight: 600;
}
#header li + li a:after {
	top: 3px;
}
@media screen and (min-width:1320px) {
	#header {
		height: 10.2em;
	}
	#header > div {
		padding-top: 0.6em;
	}
	#header > div:after {
		margin-left: 31.5%;
	}
	.csscalc #header > div:after {
		left: -webkit-calc(83.4375% - 180px + 150px);
		left:    -moz-calc(83.4375% - 180px + 150px);
		left:         calc(83.4375% - 180px + 150px);
	}
	#header nav {
		font-size: 0.8em;
	}
	#header ul {
		margin-right: 390px;		
	}
}
@media screen and (max-width:930px) {
	#header > div:after {
		margin-left: 55%;
	}
	.csscalc #header > div:after {
		left: -webkit-calc(105% - 180px + 150px);
		left:    -moz-calc(105% - 180px + 150px);
		left:         calc(105% - 180px + 150px);
	}
	#header ul {
		margin-right: 140px;
	}
}
@media screen and (max-width:780px) {
	#header {
		height: auto;
	}
	#header > div {
		height: auto;
		background: url(../images/logo-menuiserie_weber-mobi.png) no-repeat center center;
		background-size: 85%;
	}
	#header > div:after {
		display: none;
	}
	#header h1 {
		display: block;
		width: auto;
		max-width: 100%;
		max-height: 7em;
		margin: 0 auto;
		line-height: 3.5em;
	}
	#header h1 img {
		opacity: 0;
	}
	.no-opacity #header h1 img {
		display: none;
	}
	#header nav {
		display: none;
	}
}
/* <-- header */

/* nav --> */
#nav {
	background-color: #343636;
	position: relative;
	z-index: 100;
}
* + html nav {
	z-index: 1000;
}
#nav .container {
	margin: auto !important;
}
#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav li {
	display: inline-block;
	width: 16.66666666666667%;
	margin-right: -4px;
	vertical-align: middle;
}
* + html #nav li {
	display: inline;
	margin-right: 0;
}
#nav ul.toplevel > li > div {
	position: absolute;
	top: 4.4em;
	left: 0;
	right: 0;
	height: 0;
	z-index: 1000;
	clip: rect(0, 2560px, 265px, 0); 
}
* + html #nav ul.toplevel > li > div {
	margin-top: -1000px;
}
* + html #nav ul.toplevel > li:hover > div,
* + html #nav ul.toplevel > li:focus > div,
* + html #nav ul.toplevel > li:active > div {
	margin-top: 0;
}
#nav ul.toplevel > li.rows1 > div {
	clip: rect(0, 2560px, 9em, 0); 
}
#nav ul.toplevel > li.rows2 > div {
	clip: rect(0, 2560px, 18em, 0); 
}
#nav ul.toplevel > li.rows3 > div {
	clip: rect(0, 2560px, 27em, 0); 
}
#nav ul.toplevel > li.rows4 > div {
	clip: rect(0, 2560px, 36em, 0); 
}
#nav ul.toplevel > li > div > div {
	position: relative;
	top: -265px;
	height: 265px;
	overflow: hidden;
	background-color: #d1cfcf;
	background-color: rgba(209,207,207,0.9);
	-webkit-transition: top 0.3s ease-out;
	   -moz-transition: top 0.3s ease-out;
		 -o-transition: top 0.3s ease-out;
			transition: top 0.3s ease-out;
}
#nav ul.toplevel > li.rows1 > div > div {
	top: -12em;
	height: 12em;
}
* + html #nav ul.toplevel > li.rows1 > div > div {
	height: 9em;
}
#nav ul.toplevel > li.rows2 > div > div {
	top: -21em;
	height: 21em;
}
* + html #nav ul.toplevel > li.rows2 > div > div {
	height: 18em;
}
#nav ul.toplevel > li.rows3 > div > div {
	top: -30em;
	height: 30em;
}
* + html #nav ul.toplevel > li.rows3 > div > div {
	height: 27em;
}
#nav ul.toplevel > li.rows4 > div > div {
	top: -39em;
	height: 39em;
}
* + html #nav ul.toplevel > li.rows4 > div > div {
	height: 36em;
}
#nav ul.toplevel > li:hover > div > div,
#nav ul.toplevel > li:focus > div > div,
#nav ul.toplevel > li:active > div > div {
	top: 0;
}
#nav ul.toplevel > li > a {
	display: block;
	position: relative;
	z-index: 2;
	height: 2.4em;
	padding: 1em 5px;
	color: #fff;
	line-height: 2.4em;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
#nav ul.toplevel > li:hover > a,
#nav ul.toplevel > li:focus > a,
#nav ul.toplevel > li:active > a,
#nav ul.toplevel > li.active > a {
	color: #343636;
	font-weight: 700;
	letter-spacing: -0.03em;
	text-shadow: none;
}
* + html #nav ul.toplevel > li:hover > a,
* + html #nav ul.toplevel > li:focus > a,
* + html #nav ul.toplevel > li:active > a,
* + html #nav ul.toplevel > li.active > a {
	background-color: #d1cfcf;
}
#nav ul.toplevel > li.daddy > a {
	padding-right: 20px;
	background: url(../images/arrow-down.png) no-repeat right center;
}
.csscalc #nav ul.toplevel > li.daddy > a {
	padding-right: 25px;
	background-position: -webkit-calc(100% - 5px) center;
	background-position:    -moz-calc(100% - 5px) center;
	background-position:         calc(100% - 5px) center;
}
#nav ul.toplevel > li > a > span {
	display: inline-block;
	line-height: 1.2em;
}
* + html #nav ul.toplevel > li > a > span {
	display: inline;
}
#nav ul.toplevel > li > a > span:after {
	display: block;
	content: '';
	position: absolute;
	top: -5px;
	left: 0;
	right: 0;
	z-index: -1;
	height: 0;
	background-color: #d1cfcf;
	background-position: right center;
	background-position: -webkit-calc(100% - 5px) center;
	background-position:    -moz-calc(100% - 5px) center;
	background-position:         calc(100% - 5px) center;
	background-repeat: no-repeat;
	-webkit-transition: height 0.1s ease-out;
	   -moz-transition: height 0.1s ease-out;
	     -o-transition: height 0.1s ease-out;
	        transition: height 0.1s ease-out;
}
#nav ul.toplevel > li:hover > a > span:after,
#nav ul.toplevel > li:focus > a > span:after,
#nav ul.toplevel > li:active > a > span:after,
#nav ul.toplevel > li.active > a > span:after {
	height: 4.4em;
	height: -webkit-calc(4.4em + 5px);
	height:    -moz-calc(4.4em + 5px);
	height:         calc(4.4em + 5px);
	padding-bottom: 5px;
}
#nav ul.toplevel > li.daddy:hover > a > span:after,
#nav ul.toplevel > li.daddy:focus > a > span:after,
#nav ul.toplevel > li.daddy:active > a > span:after,
#nav ul.toplevel > li.daddy.active > a > span:after {
	background-image: url(../images/arrow-up.png);
}
#nav li ul li {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	width: 16.66666666666667%;
	padding: 1px;
}
* + html #nav li ul li {
	margin-right: -4px;
}
#nav li ul a {
	display: block;
	position: relative;
	height: 4.25em;
	padding: 4.25em 15px 0.5em 15px;
	overflow: hidden;
	border-right: 1px solid #9d9b9b;
	border-bottom: 1px solid #9d9b9b;
	color: #000;
	line-height: 4.25em;
	font-weight: 600;
	text-align: left;
	text-shadow: none;
	text-transform: uppercase;
	-webkit-transition: color 0.1s ease-out;
	   -moz-transition: color 0.1s ease-out;
	     -o-transition: color 0.1s ease-out;
	        transition: color 0.1s ease-out;
}
* + html #nav li ul a {
	height: 3.5em;
	padding: 5em 15px 0.5em 15px;
}
#nav li ul a:hover,
#nav li ul a:focus,
#nav li ul a:active,
#nav li ul a.active {
	color: #fff;
}
#nav li ul a span {
	display: inline-block;
	vertical-align: bottom;
	line-height: 1.125em;
}
* + html #nav li ul a span {
	display: inline;
}
#nav li.categories div.container {
	display: table;
	table-layout: fixed;
	border-collapse: collapse;
}
#nav li.categories div.col {
	display: table-cell;
	vertical-align: top;
	border-right: 1px solid #9d9b9b;
}
.no-display-table #nav li.categories div.col {
	display: inline-block;
	margin-right: -4px;
}
* + html #nav li.categories div.col {
	display: inline !important;
}
#nav li.categories div.col:last-child {
	border-right: none;
}
#nav li.categories div.col1 {
	width: 16.66666666666667%;
}
#nav li.categories div.col2 {
	width: 33.33333333333333%;
}
#nav li.categories div.col3 {
	width: 50%;
}
#nav li.categories div.col4 {
	width: 66.66666666666667%;
}
#nav li.categories div.col5 {
	width: 83.33333333333333%;
}
#nav li.categories p {
	height: 4.25em;
	padding: 4.25em 15px 0.5em 15px;
	margin: 0;
	border-bottom: 1px solid #9d9b9b;
	font-weight: 600;
	line-height: 4.25em;
	text-transform: uppercase;
}
* + html #nav li.categories p {
	height: 3.5em;
	padding: 5em 15px 0.5em 15px;
}
#nav li.categories p span {
	display: inline-block;
	vertical-align: bottom;
	line-height: 1.125em;
}
#nav li.categories ul {
	margin: 0 15px;
	font-size: 0.75em;
}
#nav li.categories li {
	display: block;
	width: auto;
	padding: 0;
	margin: 0;
}
#nav li.categories div.col2 ul {
	-webkit-column-count: 2;
	   -moz-column-count: 2;
			column-count: 2;
	-webkit-column-width: auto;
	   -moz-column-width: auto;
			column-width: auto;
	-webkit-column-gap: 15px;
	   -moz-column-gap: 15px;
			column-gap: 15px;
}
.no-csscolumns #nav li.categories div.col2 li {
	display: inline-block;
	width: 46%;
	padding-right: 4%;
	margin-right: -4px;
}
* + html #nav li.categories div.col2 li {
	display: inline;
	float: left;
}
#nav li.categories ul a {
	height: auto;
	padding: 0.5em 0;
	margin: 0;
	border-right: none;
	border-bottom: 1px solid #aaa9a9 !important;
	font-weight: 400;
	line-height: 1.125em;
	cursor: pointer;
}
@media screen and (min-width:1320px) {
	#nav {
		font-size: 0.9em;
	}
	#nav li {
		margin-right: -5px;
	}
	#nav li ul a {
		padding-top: 5em;
	}
	#nav ul.toplevel > li.rows1 > div {
		clip: rect(0, 2560px, 10em, 0); 
	}
	#nav ul.toplevel > li.rows2 > div {
		clip: rect(0, 2560px, 19em, 0); 
	}
	#nav ul.toplevel > li.rows3 > div {
		clip: rect(0, 2560px, 28em, 0); 
	}
	#nav ul.toplevel > li.rows4 > div {
		clip: rect(0, 2560px, 37em, 0); 
	}
	#nav ul.toplevel > li.rows1 > div > div {
		top: -13em;
		height: 13em;
	}
	* + html #nav ul.toplevel > li.rows1 > div > div {
		height: 10em;
	}
	#nav ul.toplevel > li.rows2 > div > div {
		top: -22em;
		height: 22em;
	}
	* + html #nav ul.toplevel > li.rows2 > div > div {
		height: 19em;
	}
	#nav ul.toplevel > li.rows3 > div > div {
		top: -31em;
		height: 31em;
	}
	* + html #nav ul.toplevel > li.rows3 > div > div {
		height: 28em;
	}
	#nav ul.toplevel > li.rows4 > div > div {
		top: -40em;
		height: 40em;
	}
	* + html #nav ul.toplevel > li.rows4 > div > div {
		height: 37em;
	}
	#nav ul.toplevel > li:hover > div > div,
	#nav ul.toplevel > li:focus > div > div,
	#nav ul.toplevel > li:active > div > div {
		top: 0;
	}
}
@media screen and (max-width:930px) {
	#nav {
		font-size: 0.9em;
		letter-spacing: -0.05em;
	}
	#nav li ul a {
		font-size: 1em;
	}
}
@media screen and (max-width:780px) {
	#nav {
		height: 40px;
		overflow: hidden;
	}
	#nav:hover,
	#nav:focus,
	#nav:active,
	#nav.active {
		height: auto;
	}
	#nav:before {
		display: block;
		content: 'menu';
		height: 40px;
		background: #343636 url(../images/arrow-down.png) no-repeat 60% center;
		color: #fff;
		line-height: 40px;
		text-align: center;
		cursor: pointer;
		-webkit-transition: height 0.3s ease-out;
		   -moz-transition: height 0.3s ease-out;
			 -o-transition: height 0.3s ease-out;
				transition: height 0.3s ease-out;
	}
	#nav:hover:before,
	#nav:focus:before,
	#nav:active:before,
	#nav.active:before {
		height: 1px;
		overflow: hidden;
		visibility: hidden;
	}
	#nav li {
		display: block;
		width: 100%;
		margin-right: 0;
		border-bottom: 1px solid #525c59;
	}
	#nav li:last-child {
		border-bottom: none;
	}
	#nav li div {
		display: none;
	}
	#nav ul.toplevel > li.daddy > a,
	.csscalc #nav ul.toplevel > li.daddy > a {
		padding-right: 0;
		background: none;
	}
	#nav ul.toplevel > li.daddy:hover > a > span:after,
	#nav ul.toplevel > li.daddy:focus > a > span:after,
	#nav ul.toplevel > li.daddy:active > a > span:after,
	#nav ul.toplevel > li.daddy.active > a > span:after {
		background-image: none;
	}
	#nav ul.toplevel > li > a > span:after {
		top: 0;
	}
	#nav ul.toplevel > li:hover > a > span:after,
	#nav ul.toplevel > li:focus > a > span:after,
	#nav ul.toplevel > li:active > a > span:after,
	#nav ul.toplevel > li.active > a > span:after {
		height: 4.4em;
		padding-bottom: 0;
	}
}
/* <-- nav */

/* pictos --> */
li.picto a, p.picto, h1.picto {
	background-repeat: no-repeat;
	background-size: 75px auto;
}
h1.picto {
	height: 2.5em;
	padding-left: 100px;
	margin-bottom: 0;
	line-height: 2.5em !important;
}
h1.picto span {
	display: inline-block;
	vertical-align: middle;
	line-height: 1.125em;
}
.no-backgroundsize li.picto a,
.no-backgroundsize p.picto,
.no-backgroundsize h1.picto {
}
li.picto a:hover,
li.picto a:focus,
li.picto a:active,
li.picto a.active {
}
.no-backgroundsize li.picto a:hover,
.no-backgroundsize li.picto a:focus,
.no-backgroundsize li.picto a:active,
.no-backgroundsize li.picto a.active {
}
li.p_maison a, p.p_maison, h1.p_maison {
	background-position: 15px -35px;
}
li.p_immeuble a, p.p_immeuble, h1.p_immeuble {
	background-position: 15px -185px;
}
li.p_porte a, p.p_porte, h1.p_porte {
	background-position: 15px -335px;
}
li.p_evier a, p.p_evier, h1.p_evier {
	background-position: 15px -485px;
}
li.p_fenetre a, p.p_fenetre, h1.p_fenetre {
	background-position: 15px -635px;
}
li.p_garage a, p.p_garage, h1.p_garage {
	background-position: 15px -785px;
}
li.p_terrasse a, p.p_terrasse, h1.p_terrasse {
	background-position: 15px -935px;
}
li.p_volet a, p.p_volet, h1.p_volet {
	background-position: 15px -1085px;
}
li.p_facade a, p.p_facade, h1.p_facade {
	background-position: 15px -1235px;
}
li.p_panneau a, p.p_panneau, h1.p_panneau {
	background-position: 15px -1385px;
}
li.p_panneaux a, p.p_panneaux, h1.p_panneaux {
	background-position: 15px -1535px;
}
li.p_murs a, p.p_murs, h1.p_murs {
	background-position: 15px -1685px;
}
li.p_caisson a, p.p_caisson, h1.p_caisson {
	background-position: 15px -1835px;
}
li.p_photo a, p.p_photo, h1.p_photo {
	background-position: 15px -1985px;
}
li.p_cubes a, p.p_cubes, h1.p_cubes {
	background-position: 15px -2135px;
}
li.p_entreprise a, p.p_entreprise, h1.p_entreprise {
	background-position: 15px -2285px;
}
li.p_showroom a, p.p_showroom, h1.p_showroom {
	background-position: 15px -2435px;
}
@media screen and (min-width:1320px) {
	li.picto a, p.picto {
		background-size: 100px auto;
	}
	li.p_maison a, p.p_maison {
		background-position: 15px -45px;
	}
	li.p_immeuble a, p.p_immeuble {
		background-position: 15px -245px;
	}
	li.p_porte a, p.p_porte {
		background-position: 15px -445px;
	}
	li.p_evier a, p.p_evier {
		background-position: 15px -645px;
	}
	li.p_fenetre a, p.p_fenetre {
		background-position: 15px -845px;
	}
	li.p_garage a, p.p_garage {
		background-position: 15px -1045px;
	}
	li.p_terrasse a, p.p_terrasse {
		background-position: 15px -1245px;
	}
	li.p_volet a, p.p_volet {
		background-position: 15px -1445px;
	}
	li.p_facade a, p.p_facade {
		background-position: 15px -1645px;
	}
	li.p_panneau a, p.p_panneau {
		background-position: 15px -1845px;
	}
	li.p_panneaux a, p.p_panneaux {
		background-position: 15px -2045px;
	}
	li.p_murs a, p.p_murs {
		background-position: 15px -2245px;
	}
	li.p_caisson a, p.p_caisson {
		background-position: 15px -2445px;
	}
	li.p_photo a, p.p_photo {
		background-position: 15px -2645px;
	}
	li.p_cubes a, p.p_cubes {
		background-position: 15px -2845px;
	}
	li.p_entreprise a, p.p_entreprise {
		background-position: 15px -3045px;
	}
	li.p_showroom a, p.p_showroom {
		background-position: 15px -3245px;
	}
}
@media screen and (max-width:930px) {
	#nav li.picto a, #nav p.picto {
		background-size: 70px auto;
	}
	#nav li.p_maison a, #nav p.p_maison {
		background-position: 15px -33px;
	}
	#nav li.p_immeuble a, #nav p.p_immeuble {
		background-position: 15px -173px;
	}
	#nav li.p_porte a, #nav p.p_porte {
		background-position: 15px -313px;
	}
	#nav li.p_evier a, #nav p.p_evier {
		background-position: 15px -453px;
	}
	#nav li.p_fenetre a, #nav p.p_fenetre {
		background-position: 15px -593px;
	}
	#nav li.p_garage a, #nav p.p_garage {
		background-position: 15px -733px;
	}
	#nav li.p_terrasse a, #nav p.p_terrasse{
		background-position: 15px -873px;
	}
	#nav li.p_volet a, #nav p.p_volet {
		background-position: 15px -1013px;
	}
	#nav li.p_facade a, #nav p.p_facade {
		background-position: 15px -1153px;
	}
	#nav li.p_panneau a, #nav p.p_panneau {
		background-position: 15px -1293px;
	}
	#nav li.p_panneaux a, #nav p.p_panneaux {
		background-position: 15px -1433px;
	}
	#nav li.p_murs a, #nav p.p_murs {
		background-position: 15px -1573px;
	}
	#nav li.p_caisson a, #nav p.p_caisson {
		background-position: 15px -1713px;
	}
	#nav li.p_photo a, #nav p.p_photo {
		background-position: 15px -1853px;
	}
	#nav li.p_cubes a, #nav p.p_cubes {
		background-position: 15px -1993px;
	}
	#nav li.p_entreprise a, #nav p.p_entreprise {
		background-position: 15px -2133px;
	}
	#nav li.p_showroom a, #nav p.p_showroom {
		background-position: 15px -2273px;
	}
}
/* <-- pictos */

/* featured --> */
#featured {
	position: relative;
	height: 818px;
	height: -webkit-calc(100% - 8.75em - 4.4em);
	height:    -moz-calc(100% - 8.75em - 4.4em);
	height:         calc(100% - 8.75em - 4.4em);
	overflow: hidden;
}
#featured > div {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: url(../images/featured1.jpg) no-repeat center center;
	background-size: cover;
}
#featured > div + div {
	z-index: 1;
}
#featured > div.featured2 {
	background: url(../images/featured2.jpg) no-repeat center center;
	background-size: cover;
}
* + html #featured {
	z-index: 1;
}
#featured .title {
	display: table;
	table-layout: fixed;
	border-collapse: collapse;
	position: absolute;
	bottom: 180px;
	left: 50%;
	width: 300px;
	height: 300px;
	margin-left: -150px;
}
#featured .left {
	left: 25%;
}
#featured .right {
	left: 75%;
}
.no-csstransforms #featured .title {
	margin-left: -210px;
}
#featured .title:before,
#featured .title:after {
	display: block;
	content: '';
	width: 100%;
	height: 200%;
	position: absolute;
	top: -100%;
	background-color: #fff;
	background-color: rgba(255,255,255,0.5);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 100%);
	background:    -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 100%);
	background:      -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 100%);
	background:         linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 100%);
	-webkit-transform-origin: bottom;
	   -moz-transform-origin: bottom;
	    -ms-transform-origin: bottom;
	     -o-transform-origin: bottom;
	        transform-origin: bottom;
}
#featured .title:before {
	left: 35.25%;
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	     -o-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
#featured .title:after {
	left: -35.25%;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.no-csstransforms #featured .title:before,
.no-csstransforms #featured .title:after {
	display: none;
}
#featured .title a {
	display: table-cell;
	width: 100%;
	position: relative;
	z-index: 2;
	vertical-align: middle;
	color: #000;
	-webkit-transform: translateY(17.625%);
	   -moz-transform: translateY(17.625%);
	    -ms-transform: translateY(17.625%);
	     -o-transform: translateY(17.625%);
	        transform: translateY(17.625%);
}
.no-csstransforms #featured .title a {
	width: 300px;
	height: 300px;
	padding: 60px;
	background: url(../images/bg-featured.png) no-repeat center center;
}
* + html #featured .title a {
	display: block;
}
#featured h1 {
	margin: 0;
	font-size: 1.75em;
	font-weight: 400;
	line-height: 1.125em;
	text-align: center;
	text-transform: uppercase;
}
* + html #featured h1 {
	padding-top: 100px;
}
#featured h1:after {
	display: block;
	content: '';
	position: relative;
	top: 0;
	width: 32px;
	height: 32px;
	margin: 0.25em auto 0 auto;
	background: url(../images/plus.png) no-repeat center bottom;
	-webkit-transition: top 0.3s ease-out;
	   -moz-transition: top 0.3s ease-out;
		 -o-transition: top 0.3s ease-out;
			transition: top 0.3s ease-out;
}
#featured .title a:hover h1:after,
#featured .title a:focus h1:after,
#featured .title a:active h1:after {
	top: 0.5em;
}
#featured h1 span {
	font-size: 1.625em;
	font-weight: 600;
	line-height: 1em;
}
.wf-loading #featured h1 span {
	font-size: 1.5em;
}
#featured .nav {
	display: block;
}
#featured .nav ul {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
#featured .nav li {
	display: inline-block;
}
* + html #featured .nav li {
	display: inline;
}
#featured .nav li a {
	display: block;
	width: 15px;
	height: 15px;
	margin: 0 6px;
	background-color: #fff;
	color: #fff;
	opacity: 0.25;
	-webkit-transition: opacity 0.2s ease-out;
	   -moz-transition: opacity 0.2s ease-out;
	     -o-transition: opacity 0.2s ease-out;
	        transition: opacity 0.2s ease-out; 
}
#featured .nav li a:hover,
#featured .nav li a:focus,
#featured .nav li a:active,
#featured .nav li a.active {
	opacity: 1;
}
.no-opacity #featured .nav li a:hover,
.no-opacity #featured .nav li a:focus,
.no-opacity #featured .nav li a:active,
.no-opacity #featured .nav li a.active {
	background-color: #be3f0a;
}
#featured .nav p {
	position: absolute;
	top: 50%;
	z-index: 100;
	margin: 0;
}
#featured .nav p.prev {
	left: 5%;
}
#featured .nav p.next {
	right: 5%;
}
#featured .nav p a {
	display: block;
}
.no-csstransforms #featured .nav p a {
	width: 40px;
	height: 70px;
	background: url(../images/featured-arrows.png) no-repeat left top;
}
.no-csstransforms #featured .nav p.next a {
	background-position: right top;
}
.no-csstransforms #featured .nav p.prev a:hover,
.no-csstransforms #featured .nav p.prev a:focus,
.no-csstransforms #featured .nav p.prev a:active {
	background-position: left bottom;
}
.no-csstransforms #featured .nav p.next a:hover,
.no-csstransforms #featured .nav p.next a:focus,
.no-csstransforms #featured .nav p.next a:active {
	background-position: right bottom;
}
#featured .nav p a:before {
	display: block;
	content: '';
	width: 50px;
	height: 50px;
	margin: 0;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-color: #fff;
	-webkit-transition: border-color 0.2s ease-out, margin 0.2s ease-out;
	   -moz-transition: border-color 0.2s ease-out, margin 0.2s ease-out;
	     -o-transition: border-color 0.2s ease-out, margin 0.2s ease-out;
	        transition: border-color 0.2s ease-out, margin 0.2s ease-out;
}
#featured .nav p a:hover:before,
#featured .nav p a:focus:before,
#featured .nav p a:active:before {
	border-color: #be3f0a;
}
#featured .nav p.prev a:before {
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	     -o-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
#featured .nav p.prev a:hover:before,
#featured .nav p.prev a:focus:before,
#featured .nav p.prev a:active:before {
	margin-left: -10px;
}
#featured .nav p.next a:before {
	-webkit-transform: rotate(135deg);
	   -moz-transform: rotate(135deg);
	    -ms-transform: rotate(135deg);
	     -o-transform: rotate(135deg);
	        transform: rotate(135deg);
}
#featured .nav p.next a:hover:before,
#featured .nav p.next a:focus:before,
#featured .nav p.next a:active:before {
	margin-right: -10px;
}
.no-csstransforms #featured .nav p a:before {
	display: none;
}
#featured .nav a span {
	display: none;
}
@media screen and (min-width:1320px) {
	#featured {
		height: 850px;
		height: -webkit-calc(100% - 12.75em - 4.95em);
		height:    -moz-calc(100% - 12.75em - 4.95em);
		height:         calc(100% - 12.75em - 4.95em);
		font-size: 0.8em;
	}
}
@media screen and (max-width:930px) {
	#featured {
		height: 828px;
		height: -webkit-calc(100% - 8.75em - 3.96em);
		height:    -moz-calc(100% - 8.75em - 3.96em);
		height:         calc(100% - 8.75em - 3.96em);
	}
}
@media screen and (max-width:780px) {
	#featured {
		height: 100%;
	}
}
@media screen and (max-height:800px) {
	#featured .title {
		bottom: 160px;
		width: 250px;
		height: 200px;
		margin-left: -125px;
	}
	#featured h1 {
		font-size: 1.5em;
	}
}
@media screen and (max-height:700px) {
	#featured .title {
		bottom: 140px;
		width: 200px;
		height: 150px;
		margin-left: -100px;
	}
	#featured h1 {
		font-size: 1.125em;
	}
}
@media screen and (max-height:500px) and (min-width:760px) {
	#featured .title {
		display: none;
	}
}
/* <-- featured */

/* content --> */
#content h1 {
	font-size: 2em;
	font-weight: 300;
	line-height: 1.125em;
	text-transform: uppercase;
}
#content h2, 
#content h3 {
	font-size: 1.5em;
	font-weight: 300;
	line-height: 1.125em;
	text-transform: uppercase;
}
#content p {
	font-size: 1.125em;
	line-height: 1.25em;
}
#content p strong {
	color: #be3f0a;
}
/* <-- content */

/* breadcrumb --> */
.breadcrumb {
	display:none;
	height: 80px;
}
@media screen and (min-width: 768px) {
	.breadcrumb{
		display:block;
	}
}
.breadcrumb ol {
	padding: 1em 0;
	margin: 0;
	list-style: none;
	font-size: 1.125em;
	font-weight: 400;
	text-transform: uppercase;
}
.breadcrumb p {
	display: none;
}
.breadcrumb li {
	display: inline;
}
.breadcrumb li + li:before {
	display: inline;
	content: ' > ';
}
.breadcrumb a {
	position: relative;
	color: #000;
	text-decoration: none;
	-webkit-transition: color 0.2s ease-out;
	   -moz-transition: color 0.2s ease-out;
	     -o-transition: color 0.2s ease-out;
	        transition: color 0.2s ease-out;
}
.no-generatedcontent .breadcrumb a {
	padding-left: 5px;
	border-left: 1px solid #be3f0a;
}
.breadcrumb a:hover,
.breadcrumb a:focus,
.breadcrumb a:active {
	color: #be3f0a;
}
.breadcrumb a.active {
	color: #000;
}
.breadcrumb a:after {
	display: inline-block;
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 5px;
	width: auto;
	height: 3px;
	background-color: #be3f0a;
	opacity: 0;
	-webkit-transition: bottom 0.2s ease-out, opacity 0.2s ease-out;
	   -moz-transition: bottom 0.2s ease-out, opacity 0.2s ease-out;
	     -o-transition: bottom 0.2s ease-out, opacity 0.2s ease-out;
	        transition: bottom 0.2s ease-out, opacity 0.2s ease-out;
}
.no-opacity .breadcrumb a:after {
	bottom: 0;
	background-color: #fff;
}
.breadcrumb a:hover:after,
.breadcrumb a:focus:after,
.breadcrumb a:active:after,
.breadcrumb a.active:after {
	bottom: -5px;
	background-color: #be3f0a;
	opacity: 1;
}
.no-generatedcontent .breadcrumb a:hover,
.no-generatedcontent .breadcrumb a:focus,
.no-generatedcontent .breadcrumb a:active {
	color: #be3f0a;
}
/* <-- breadcrumb */

/* more button --> */
p.more {
	font-weight: 400;
}
p.more a {
	display: inline-block;
	position: relative;
	z-index: 2;
	padding: 0.625em 1em;
	overflow: hidden;
	margin: auto;
	vertical-align: middle;
	background-color: #d1cfcf;
	border-radius: 8px;
	color: #fff;
	font-weight: 600;
	text-shadow: 1px 1px 1px #000;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	-webkit-transition: top 0.2s ease-out, box-shadow 0.2s ease-out;
	   -moz-transition: top 0.2s ease-out, box-shadow 0.2s ease-out;
	     -o-transition: top 0.2s ease-out, box-shadow 0.2s ease-out;
	        transition: top 0.2s ease-out, box-shadow 0.2s ease-out;
}
p.more a:hover,
p.more a:focus,
p.more a:active {
	top: -2px;
	-webkit-box-shadow: 0px 10px 10px -12px rgba(0, 0, 0, 0.75);
	        box-shadow: 0px 10px 10px -12px rgba(0, 0, 0, 0.75);
}
p.more a:before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: -120px;
	z-index: -1;
	width: 30px;
	height: 50px;
	background-color: #be3f0a;
	-webkit-transform: skewX(-45deg);
	   -moz-transform: skewX(-45deg);
	    -ms-transform: skewX(-45deg);
	     -o-transform: skewX(-45deg);
	        transform: skewX(-45deg);
	-webkit-transition: left 0.2s ease-out;
	   -moz-transition: left 0.2s ease-out;
	     -o-transition: left 0.2s ease-out;
	        transition: left 0.2s ease-out;
}
p.more a:hover:before,
p.more a:focus:before,
p.more a:active:before {
	left: -10px;
}
/* <-- more button */

/* back button --> */
p.back {
	font-weight: 400;
}
p.back a {
	color: #000;
	text-decoration: none;
	-webkit-transition: color 0.2s ease-out;
	   -moz-transition: color 0.2s ease-out;
	     -o-transition: color 0.2s ease-out;
	        transition: color 0.2s ease-out;
}
p.back a:hover,
p.back a:focus,
p.back a:active {
	color: #be3f0a;
}
p.back a:before {
	display: inline-block;
	content: 'x';
	padding: 0 0.3125em 0.0625em 0.3125em;
	margin: -5px 10px 0 0;
	vertical-align: middle;
	background-color: #be3f0a;
	border-radius: 8px;
	color: #fff;
	font-size: 1.5em;
	font-weight: 700;
	line-height: 1em;
	text-align: center;
	-webkit-transition: background-color 0.2s ease-out;
	   -moz-transition: background-color 0.2s ease-out;
	     -o-transition: background-color 0.2s ease-out;
	        transition: background-color 0.2s ease-out;
}
p.back a:hover:before,
p.back a:focus:before,
p.back a:active:before {
	background-color: #000;
}
/* <-- back button */

/* home content --> */
#home #content {
	display: table;
	table-layout: fixed;
	margin: 120px auto;
	border-collapse: collapse;
}
#home #content article {
	display: table-cell;
	position: relative;
	padding-bottom: 4em;
}
.no-display-table #home #content article,
.buggy-display-table #home #content article {
	display: inline-block;
	width: 25%;
	margin-right: -4px;
	vertical-align: top;
}
* + html #home #content article {
	display: inline;
}
#home #content article h1 {
	padding-bottom: 200px;
	margin: 0 4%;
	background: url(../images/sprite-home-articles.png) no-repeat center 75px;
	text-align: center;
}
#home #content article h1:first-line {
	font-weight: 600;
	text-transform: none;
}
#home #content article + article h1 {
	background-position: center -225px;
}
#home #content article + article + article h1 {
	background-position: center -525px;
}
#home #content article + article + article + article h1 {
	background-position: center -825px;
}
#home #content p {
	margin: 0 4%;
	text-align: center;
}
#home #content p.more {
	position: absolute;
	left: 20%;
	right: 20%;
	bottom: 0;
}
#home #content p.more a {
	display: block;
	padding: 0.625em 0.25em;
}
.generatedcontent #home #content p.more span {
	display: none;
}
.generatedcontent #home #content p.more span + span {
	display: inline;
}
.generatedcontent #home #content p.more span + span:after {
	display: inline;
	content: ' +';
}
@media screen and (min-width:1450px) {
	.no-display-table #home #content article,
	.buggy-display-table #home #content article { 
		margin-right: -5px; 
	}
}
@media screen and (min-width:1320px) {
	#home #content article h1 {
		font-size: 1.8em;
	}
	#home #content article p {
		margin: 0 8%;
	}
	#home #content p.more {
		left: 10%;
		right: 10%;
	}
}
@media screen and (max-width:1010px) {
	#home #content article,
	.no-display-table #home #content article,
	.buggy-display-table #home #content article {
		display: inline-block;
		width: 50%;
		padding-bottom: 80px;
		vertical-align: top;
	}
	#home #content article {
		margin-bottom: 120px;
	}
	#home #content article + article + article {
		margin-bottom: 0;
	}
}
@media screen and (max-width:780px) {
	#home #content article,
	.no-display-table #home #content article,
	.buggy-display-table #home #content article {
		display: block;
		width: 100%;
		margin-right: 0;
	}
	#home #content article + article + article {
		margin-bottom: 120px;
	}
	#home #content article:last-child {
		margin-bottom: 0;
	}
}
/* <-- home content */

/* content image header --> */
.img-header {
    position: relative;
    z-index: 2;
    height: 0px;
    overflow: hidden;
    background-size:cover;
    background-repeat: no-repeat;
    width:100%;
    padding-top:31.25%;
}
.img-header > div {
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
}

.img-header > div:before {
    content: '';
    display:inline-block;
    vertical-align:middle;
    height:100%;
    width:0;
}

.img-header h1 {
    max-width: 40%;
    display:inline-block;
    vertical-align:middle;
    padding: 0 80px;
    margin: 0;
}
.no-generatedcontent .img-header h1,
.no-cssgradients .img-header h1 {
	max-width: 50%;
	padding-left: 0;
}
.img-header h1 span {
	display: inline-block;
	line-height: 1.125em;
	vertical-align: middle;
}
.no-generatedcontent .img-header h1 span,
.no-cssgradients .img-header h1 span {
	padding: 15px 20px 15px 80px;
	background-color: #fff;
	background-color: rgba(255,255,255,0.5);
}
* + html .img-header h1 span {
	margin-top: 150px;
}
.img-header h1 span:first-line {
	color: #be3f0a;
	font-weight: 600;
	font-size: 1.25em;
	text-transform: none;
}
.img-header h1:before,
.img-header h1:after {
	display: block;
	content: '';
	width: 800px;
	height: 1600px;
	position: absolute;
	left: 50%;
	z-index: -1;
	margin-left: -1248px;
	background-color: #fff;
	background-color: rgba(255,255,255,0.5);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background:    -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background:      -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background:         linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	-webkit-transform-origin: bottom;
	   -moz-transform-origin: bottom;
	    -ms-transform-origin: bottom;
	     -o-transform-origin: bottom;
	        transform-origin: bottom;
}
.img-header h1:before {
	top: -1118px;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.img-header h1:after {
	top: -1684px;
	-webkit-transform: rotate(135deg);
	   -moz-transform: rotate(135deg);
	    -ms-transform: rotate(135deg);
	     -o-transform: rotate(135deg);
	        transform: rotate(135deg);
}
.no-csstransforms .img-header h1:before,
.no-csstransforms .img-header h1:after {
	display: none;
}
@media screen and (max-width:930px) {
	.img-header h1 {
		max-width: 60%;
	}
	.img-header h1:before,
	.img-header h1:after {
		margin-left: -1048px;
	}
}
@media screen and (max-width:780px) {	
	.img-header h1 {
		padding: 0 40px;
		max-width: 70%;
	}
}
@media screen and (min-width:480px) {
	header.presentation {
		background: url(../images/headline-presentation-high.jpg) no-repeat center center;
		background-size: cover;
	}
	header.show-room {
		background: url(../images/headline-showroom-high.jpg) no-repeat center center;
		background-size: cover;
	}
	header.services {
		background: url(../images/headline-services-high.jpg) no-repeat center bottom;
		background-size: cover;
	}
}
@media screen and (max-width:480px) {
	.img-header {
		height: auto;
		background: none !important;
	}
	.img-header h1 {
		max-width: none;
		height: auto;
		padding: 0 0 0 0;
		line-height: 1.125em !important;
	}
	.img-header h1:before,
	.img-header h1:after {
		display: none;
	}
}
/* <-- content image header */

/* content cols --> */
#content .cols {
	margin: 3em 0;
}
#content .col {
	display: inline-block;
	width: 50%;
	margin-right: -4px;
	vertical-align: top;
}
* + html #content .col {
	display: inline;
}
#content .col:first-child {
	text-align: right;
}
#content .col p {
	margin: 1.5em 20px 1.5em 0;
	font-size: 1.25em;
}
#content .col + .col p {
	margin: 1.5em 0 1.5em 20px;
}
#content .col + .col p:first-child {
	text-transform: uppercase;
}
#content .col strong {
	font-size: 1.125em;
	line-height: 1.375em;
	text-transform: uppercase;
}
#content .col:first-child strong {
	color: #343636;
	font-size: 1.25em;
	font-weight: 600;
	line-height: 1.25em;
	text-transform: none;
}
#content .col + .col strong {
	font-weight: 300;	
}
#content .col p + p strong {
	color: #be3f0a;
}
@media screen and (max-width:780px) {
	#content .col {
		display: block;
		width: auto;
		margin-right: 0;
	}
	#content .col:first-child {
		text-align: left;
	}	
	#content .col p {
		margin: 1em 0 !important;
	}
}
/* <-- content cols */

/* categories --> */
#products #content .nav {
	padding:0;
	margin: 40px 0 120px 0;
}
#products #content .nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	background-color: #d1cfcf;
}
#products #content .nav li {
	display: inline-block;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	width: 16.6666666666667%;
	padding: 1px;
	margin-right: -4px;
	vertical-align: top;
	background-color: #d1cfcf;
}
* + html #products #content .nav li {
	display: inline;
}
#products #content .nav a {
	display: block;
	position: relative;
	height: 4em;
	padding: 5em 15px 1em 15px;
	overflow: hidden;
	border-right: 1px solid #aca9a9;
	border-bottom: 1px solid #aca9a9;
	color: #000;
	line-height: 4em;
	font-weight: 400;
	text-transform: uppercase;
	-webkit-transition: color 0.2s ease-out;
	   -moz-transition: color 0.2s ease-out;
	     -o-transition: color 0.2s ease-out;
	        transition: color 0.2s ease-out;
}
#products #content .categories a {
	padding-top: 1em;
}
#products #content .nav a:hover,
#products #content .nav a:focus,
#products #content .nav a:active,
#products #content .nav a.active {
	color: #fff;
}
#products #content .nav a span {
    display: inline-block;
    line-height: 1.2em;
	vertical-align: middle;
}
@media screen and (min-width:1320px) {
	#products #content .nav li {
		margin-right: -5px
	}
}
@media screen and (max-width:930px) {
	#products #content .nav li {
		width: 33.333333333333%;
	}
}
@media screen and (max-width:780px) {
	#products #content .nav li {
		width: 50%;
	}
}
@media screen and (max-width:480px) {
	#products #content .nav li {
		width: 100%;
	}
}
/* <-- categories */

/* presentation content --> */
#presentation #content {
	padding-bottom: 3.75em;
}
#presentation .intro {
	padding: 1em 80px;
	margin-top: 60px;
	background-color: #343636;
	color: #fff;
	text-align: right;
}
#presentation .intro p {
	margin: 1em 0;
	font-size: 1.25em;
	font-weight: 600;
}
#presentation .intro strong {
	color: #be3f0a;
	font-weight: 300;
}
#presentation .showroom {
	padding: 1em 80px;
	min-height: 440px;
	background: #e6ebeb;
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 60%, rgba(230,235,235,1) 100%), -webkit-linear-gradient(left, #e6ebeb 0%, #ffffff 50%, #e6ebeb 100%);
	background:    -moz-linear-gradient(top, rgba(255,255,255,0) 60%, rgba(230,235,235,1) 100%),    -moz-linear-gradient(left, #e6ebeb 0%, #ffffff 50%, #e6ebeb 100%);
	background:      -o-linear-gradient(top, rgba(255,255,255,0) 60%, rgba(230,235,235,1) 100%),      -o-linear-gradient(left, #e6ebeb 0%, #ffffff 50%, #e6ebeb 100%);
	background:         linear-gradient(to bottom, rgba(255,255,255,0) 60%, rgba(230,235,235,1) 100%),         linear-gradient(to right, #e6ebeb 0%, #ffffff 50%, #e6ebeb 100%);
}
#presentation .showroom p {
	font-size: 1.25em;
	line-height: 1.125em;
}
#presentation .showroom strong {
	display: block;
	color: #be3f0a;
	font-size: 1.5em;
	font-weight: 600;
	line-height: 1.125em;
}
#presentation .showroom img {
	max-width: 65%;
	float: right;
	margin: -50px -80px 0 0;
}
#presentation .gallery ul {
	max-width: 100%;
	max-width: -webkit-calc(100% + 1px);
	max-width:    -moz-calc(100% + 1px);
	max-width:         calc(100% + 1px);
	padding: 0;
	margin: 1px -1px;
	list-style: none;
}
#presentation .gallery li {
	display: inline-block;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 1px;
	margin-right: -4px;
	vertical-align: top;
}
* + html #presentation .gallery li {
	display: inline;
}
#presentation .gallery2cols li {
	width: 50%;
}
#presentation .gallery3cols li {
	width: 33.33333333%;
}
#presentation .gallery img {
	float: left;
}
#presentation article {
	position: relative;
	z-index: 2;
	padding: 3em 80px;
	overflow: hidden;
	margin-top: 60px;
	background-color: #343636;
	color: #fff;
	text-align: right;
}
#presentation article + article {
	margin-top: 1px;
}
#presentation article:nth-child(even) {
	background-color: #b2b0b0;
	color: #000;
}
#presentation article:nth-child(even):after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	right: 300px;
	z-index: -1;
	width: 350px;
	height: 500px;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,0.1) 100%);
	background:    -moz-linear-gradient(left, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,0.1) 100%);
	background:      -o-linear-gradient(left, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,0.1) 100%);
	background:         linear-gradient(to right, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,0.1) 100%);
	-webkit-transform: skewX(-45deg);
	   -moz-transform: skewX(-45deg);
	    -ms-transform: skewX(-45deg);
	     -o-transform: skewX(-45deg);
	        transform: skewX(-45deg);
}
#presentation article h1 {
	margin: 0 0 1em 0;
}
#presentation article p {
	margin: 0;
}
#presentation .adresse p {
	color: #fff;
	font-size: 1.25em;
	text-transform: uppercase;
}
#presentation .adresse a {
	color: #fff;
	text-decoration: none;
	-webkit-transition: color 0.2s ease-out;
	   -moz-transition: color 0.2s ease-out;
	     -o-transition: color 0.2s ease-out;
	        transition: color 0.2s ease-out;
}
#presentation .adresse a:hover,
#presentation .adresse a:focus,
#presentation .adresse a:active {
	color: #000;
}
#presentation .adresse span[itemprop=name] {
	font-weight: 600;
}
#presentation .adresse span[itemprop=streetAddress]:after,
#presentation .adresse span[itemprop=telephone]:after {
	display: inline;
	content: ' | ';
	color: #000;
	font-weight: 700;
}
@media screen and (max-width:930px) {
	#presentation article.picto {
		background-size: 100px auto;
	}
	#presentation article.conseil {
		background-position: 75px 20px;
	}
	#presentation article.pose {
		background-position: 75px -380px;
	}
	#presentation article.plans {
		background-position: 75px -780px;
	}
	#presentation article.itineraire {
		background-position: 75px 20px;
	}
	#presentation article.adresse {
		background-position: 75px -1580px;
	}
	#presentation article.formulaire {
		background-position: 75px -1980px;
	}
}
@media screen and (max-width:780px) {
	#presentation .intro,
	#presentation .showroom {
		padding: 1em 40px;
	}
	#presentation .showroom img {
		display: block;
		max-width: 100%;
		float: none;
		margin: -50px auto 0 auto;
	}
	#presentation article {
		padding: 3em 40px;
	}
	#presentation article.conseil {
		background-position: 25px 20px;
	}
	#presentation article.pose {
		background-position: 25px -380px;
	}
	#presentation article.plans {
		background-position: 25px -780px;
	}
	#presentation article.itineraire {
		background-position: 25px 20px;
	}
	#presentation article.adresse {
		background-position: 25px -1580px;
	}
	#presentation article.formulaire {
		background-position: 25px -1980px;
	}
	#presentation .adresse span[itemprop=name],
	#presentation .adresse span[itemprop=streetAddress],
	#presentation .adresse span[itemprop=contactPoint] > span {
		display: block;
	}
	#presentation .adresse span[itemprop=streetAddress]:after,
	#presentation .adresse span[itemprop=telephone]:after {
		display: none;
	}
}
@media screen and (max-width:480px) {
	#presentation .intro {
		padding: 0.5em 10px;
	}
	#presentation .showroom {
		padding: 0.5em 10px;
	}
	#presentation .showroom img {
		max-width: 100%;
		float: none;
		margin: -30px -10px 0 -10px;
	}
	#presentation article {
		padding: 3em 10px;
		background-image: none;
		text-align: left;
	}
	#presentation article h1 {
		min-height: 1em;
		margin-left: 0;
	}
}
/* <-- presentation content */

/* history --> */
#presentation .history {
	display: table;
	table-layout: fixed;
	margin: 0 auto;
	background: #e6ebeb;
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 60%, rgba(230,235,235,1) 100%), -webkit-linear-gradient(left, #e6ebeb 0%, #ffffff 50%, #e6ebeb 100%);
	background:    -moz-linear-gradient(top, rgba(255,255,255,0) 60%, rgba(230,235,235,1) 100%),    -moz-linear-gradient(left, #e6ebeb 0%, #ffffff 50%, #e6ebeb 100%);
	background:      -o-linear-gradient(top, rgba(255,255,255,0) 60%, rgba(230,235,235,1) 100%),      -o-linear-gradient(left, #e6ebeb 0%, #ffffff 50%, #e6ebeb 100%);
	background:         linear-gradient(to bottom, rgba(255,255,255,0) 60%, rgba(230,235,235,1) 100%),         linear-gradient(to right, #e6ebeb 0%, #ffffff 50%, #e6ebeb 100%);
	border-collapse: collapse;
}
#presentation .history h2 {
	display: none;
}
#presentation .history article {
	display: table-cell;
	position: relative;
	width: 25%;
	padding: 80px 0;
	margin-top: 0;
	background-color: transparent !important;
	color: #000;
	text-align: center;
}
.no-display-table #presentation .history article {
	display: inline-block;
	width: 25%;
	margin-right: -4px;
	vertical-align: top;
}
* + html #presentation .history article {
	display: inline;
}
#presentation .history article:after {
	display: none;
}
#presentation .history article h3 {
	position: relative;
	width: 184px;
	height: 184px;
	margin: 0 auto 2em auto;
	color: #fff;
	font-weight: 600;
	line-height: 184px;
}
#presentation .history article h3:after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
	width: 130px;
	height: 130px;
	margin: 27px 0 0 -65px;
	background-color: #343636;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
}
#presentation .history article h3 span {
	display: inline-block;
	vertical-align: middle;
	line-height: 1.125em;
}
#presentation .history article p {
	margin: 1em 15px;
}
/* <-- history */

/* products content --> */
#products #content {
	overflow: hidden;
}
#products .gallery {
	padding: 0;
	margin: 40px -20px 120px -20px;
	list-style: none;
}
#products .gallery li {
	display: inline-block;
	margin: 20px -4px 20px 0;
	width: 25%;
}
* + html #products .gallery li {
	display: inline;
}
#products .gallery li a {
	display: block;
	position: relative;
	margin: 0 20px;
	-webkit-box-shadow: 0px 4px 16px -8px rgba(0, 0, 0, 0.75);
	        box-shadow: 0px 4px 16px -8px rgba(0, 0, 0, 0.75);
	color: #000;
	font-size: 1.25em;
	line-height: 1em;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
}
.no-boxshadow #products .gallery li a {
	border: 1px solid #ececec;
}
#products .gallery li a:before {
	display: block;
	content: '';
	-webkit-transition: background-color 0.2s ease-out;
	   -moz-transition: background-color 0.2s ease-out;
	     -o-transition: background-color 0.2s ease-out;
	        transition: background-color 0.2s ease-out;
}
#products .gallery li a:hover:before {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}
#products .gallery li img {
	min-height: 80px;
	float: left;
	font-size: 0.75em;
}
#products .gallery li div {
	position: relative;
	overflow: hidden;
}
#products .gallery li div:before,
#products .gallery li div:after {
	display: block;
	position: absolute;
	bottom: -115px;
	left: 50%;
	width: 80px;
	height: 80px;
	margin-left: -40px;
	-webkit-transition: bottom 0.2s ease-out;
	   -moz-transition: bottom 0.2s ease-out;
	     -o-transition: bottom 0.2s ease-out;
	        transition: bottom 0.2s ease-out;
}
#products .gallery li div:before {
	content: '';
	bottom: -85px;
	z-index: 5;
	background-color: #fff;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
}
#products .gallery li div:after {
	content: 'Voir la galerie';
	bottom: -105px;
	z-index: 10;
	font-size: 18px;
	font-weight: 600;
	line-height: 1em;
	text-align: center;
	text-transform: none;
}
#products .gallery li:hover div:before {
	bottom: -10px;
}
#products .gallery li:hover div:after {
	bottom: -30px;
}
#products .gallery li a > span {
	display: block;
	z-index: 20;
	height: 110px;
	line-height: 110px;
}
#products .gallery li a > span span {
	display: inline-block;
	vertical-align: middle;
	line-height: 1.125em;
}
* + html #products .gallery li a > span span {
	padding-top: 40px;
}
#products .gallery li a > span span:after {
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	left: 35%;
	right: 35%;
	height: 5px;
	background-color: #be3f0a;
}
@media screen and (max-width:930px) {
	#products .gallery li {
		width: 33.33333333%;
	}
}
@media screen and (max-width:780px) {
	#products .gallery li {
		width: 50%;
	}
}
@media screen and (max-width:480px) {
	#products .gallery li {
		width: 100%;
	}
}
/* <-- products content */

/* gallery content --> */
#gallery #content h1 {
	margin: 40px 0 0 0;
}
#gallery #content p {
	margin: 2em 0;
}
#gallery #content p.more a {
	margin-top: 0.5em;
}
#gallery #content p.back {
	text-align: right;
}
#gallery #content .text p.p3d {
	font-weight: 400;
}
#gallery #content .text p.p3d a {
	padding: 15px 0 15px 75px;
	background: url(../images/sprite-pictos.png) no-repeat left -2598px;
	background-size: 75px auto;
	color: #000;
	-webkit-transition: color 0.2s ease-out;
	   -moz-transition: color 0.2s ease-out;
	     -o-transition: color 0.2s ease-out;
	        transition: color 0.2s ease-out;
}
#gallery #content .text p.p3d a:hover,
#gallery #content .text p.p3d a:focus,
#gallery #content .text p.p3d a:active {
	color: #be3f0a;
}
#gallery #content .text p.back {
	text-align: left;
}
#gallery #content .text p.more,
#gallery #content .text p.back {
	display: none;
}
#gallery .gallery {
	padding: 0;
	margin: 0;
	list-style: none;
}
#gallery .gallery li {
	margin-bottom: 2em;
}
#gallery .gallery img {
	display: block;
	margin: auto;
}
@media screen and (min-width:1320px) {
	#gallery .text {
		display: inline-block;
		width: 25%;
		float: right;
		margin-right: -5px;
		vertical-align: top;
	}
	#gallery .pics {
		display: inline-block;
		width: 75%;
		vertical-align: top;
	}
	#gallery .gallery {
		margin-top: 40px;
	}
	#gallery #content .text h1,
	#gallery #content .text p {
		margin-left: 40px;
	}
	#gallery #content .text h1 + p {
		padding-bottom: 2em;
		border-bottom: 10px solid #000;
		font-size: 1em;
	}
	#gallery #content .text p.p3d {
		padding-bottom: 2em;
		border-bottom: 10px solid #000;
		font-size: 1em;
	}
	#gallery #content .text p.more,
	#gallery #content .text p.back {
		display: block;
	}
}
/* <-- gallery content */

/* google maps --> */
#map_canvas {
	height: 600px;
}
#map_canvas img {
	max-width: none;
}
#map_directions {
	width: 75%;
	margin: 3em 0 0 25%;
	color: #fff;
}
.adp, 
.adp table, 
.adp-list {
	color: #fff;
	font-family: "proxima-nova", Helvetica, Arial, sans-serif;
	font-weight: 300;
}
.adp-list {
	padding: 4px;
	background: #be3f0a;
	border: 1px solid #fff;
	border-radius: 3px;
}
.adp b, 
.adp-list b {
    font-weight: 600;
}
.adp-listsel {
	background: #a6b509;
}
.adp-placemark {
	padding: 4px;
	margin: 10px 0;
	vertical-align: middle;
	background: #be3f0a;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #000000;
	text-transform: uppercase;
	cursor: pointer;
}
.adp-substep .adp-stepicon {
	padding: 1px;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #be3f0a;
	border-radius: 3px;
}
.adp-details, 
.adp-legal {
    color: #494b4b;
	font-size: 0.8em;
}
@media screen and (max-width:780px) {
	#map_directions {
		width: 100%;
		margin-left: 0;
	}
}
@media screen and (max-width:480px) {
	#map_canvas {
		height: 400px;
	}
}
/* <-- google maps */

/* forms --> */
#form h2 {
	margin: 1em 0 0 0;
}
/* <-- forms */

/* footer --> */
#footer {
	background-color: #313131;
	color: #fff;
	padding: 50px 0;
	text-align: center;
}
#footer h1 {
	width: 26.4797507788162%; /*340/1284*/
	max-width: 340px;
	margin: 1.5em auto;
	font-size: 2em;
	font-weight: 400;
}
#footer h2 {
	display: none;
}
#footer a {
	color: #fff;
}
#footer .social span,
#footer .social br {
	display: none;
}
#footer .social a {
	display: inline-block;
	position: relative;
	width: 34px;
	height: 34px;
	margin: 0 10px;
	background: url(../images/icons-social.png) no-repeat left center;
	-webkit-transition: top 0.2s ease-out, opacity 0.2s ease-out;
	   -moz-transition: top 0.2s ease-out, opacity 0.2s ease-out;
	     -o-transition: top 0.2s ease-out, opacity 0.2s ease-out;
	        transition: top 0.2s ease-out, opacity 0.2s ease-out;
}
* + html #footer .social a {
	display: inline;
}
#footer .social a.facebook {
	background-position: -40px center;
}
#footer .social a:hover,
#footer .social a:focus,
#footer .social a:active {
	top: -3px;
	opacity: 0.7;
}
#footer .coord {
	margin: 3em auto;
	text-transform: uppercase;
}
#footer .coord br {
	display: none;
}
#footer .coord > span:first-child,
#footer .coord > br + span {
	display: inline-block;
	padding: 1em 20px;
	vertical-align: middle;
	border-left: 1px solid #be3f0a;
	white-space: nowrap;
}
* + html #footer .coord > span:first-child,
* + html #footer .coord > br + span {
	display: inline;
}
#footer .coord span:first-child {
	border-left: none;
}
#footer .coord abbr {
	border-bottom: none;
}
#footer .coord a {
	-webkit-transition: color 0.2s ease-out;
	   -moz-transition: color 0.2s ease-out;
	     -o-transition: color 0.2s ease-out;
	        transition: color 0.2s ease-out;
}
#footer .coord a:hover,
#footer .coord a:focus,
#footer .coord a:active {
	color: #be3f0a;
}
#footer .contacts {
	font-size: 1.25em;
	text-transform: uppercase;
}
#footer .contacts a {
	position: relative;
}
#footer .contacts a:after {
	display: inline-block;
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 5px;
	width: auto;
	height: 2px;
	background-color: #be3f0a;
	opacity: 0;
	-webkit-transition: bottom 0.2s ease-out, opacity 0.2s ease-out;
	   -moz-transition: bottom 0.2s ease-out, opacity 0.2s ease-out;
	     -o-transition: bottom 0.2s ease-out, opacity 0.2s ease-out;
	        transition: bottom 0.2s ease-out, opacity 0.2s ease-out;
}
.no-opacity #footer .contacts a:after {
	bottom: 0;
	background-color: #313131;
}
#footer .contacts a:hover:after,
#footer .contacts a:focus:after,
#footer .contacts a:active:after {
	bottom: -5px;
	background-color: #be3f0a;
	opacity: 1;
}
.no-generatedcontent #footer .contacts a:hover,
.no-generatedcontent #footer .contacts a:focus,
.no-generatedcontent #footer .contacts a:active {
	color: #be3f0a;
}
#footer .contacts br {
	display: none;
}
#footer .contacts a + br + a:before {
	display: inline;
	content: ' - ';
}
.no-generatedcontent #footer .contacts a {
	margin: 0 10px;
}
#footer .contacts a + br + a:after {
	left: 12px;
}
@media screen and (max-width:780px) {
	#footer h1 {
		width: auto;
		max-width: 50%;
	}
	#footer .social {
		margin: 3em auto;
	}
	#footer .coord br {
		display: inline-block;
	}
	#footer .coord span {
		padding: 0;
		border-left: none;
		white-space: normal;
	}
	#footer .coord > span:first-child,
	#footer .coord > br + span {
		display: block;
		padding: 0;
		border-left: none;
		white-space: normal;
	}
	#footer .contacts {
		margin: 3em auto;
	}
	#footer .contacts br {
		display: inline-block;
	}
	#footer .contacts a + br + a:before {
		display: none;
	}
	#footer .hours {
		margin: 3em auto;
	}
	#footer .hours strong {
		display: block;
	}
}
@media screen and (max-width:480px) {
	#footer h1 {
		max-width: 75%;
	}
}
/* <-- footer */

/* newsletter --> */
form#form_nl {
	-webkit-animation: newsletter 0.5s ease-in 1;
			animation: newsletter 0.5s ease-in 1;
}
p#form_nl {
	color: #be3f0a;
}
#form_nl label {
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
	line-height: 1em;
	text-align: right;
}
#form_nl input {
	width: 200px;
	background-color: #fff;
	border: none;
	vertical-align: middle;
	color: #343636;
	font-family: "proxima-nova", Times, Arial, sans-serif;
	font-size: 0.8em;
	font-weight: 300;
}
#form_nl button {
	display: inline-block;
	padding: 0.25em 1.5em;
	margin-left: 10px;
	background: #343636;
	background: -webkit-linear-gradient(top, #343636 0%, #000 100%);
	background:    -moz-linear-gradient(top, #343636 0%, #000 100%);
	background:      -o-linear-gradient(top, #343636 0%, #000 100%);
	background:         linear-gradient(to bottom, #343636 0%, #000 100%);
	border: none;
	border-radius: 3px;
	background-clip: padding-box;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	        box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	color: #fff;
	font-family: "proxima-nova", Times, Arial, sans-serif;
	font-size: 0.9em;
	font-weight: 400;
	line-height: 1em;
	text-shadow: 0 -1px 1px #222;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	cursor: pointer;
}
@-webkit-keyframes newsletter {
	0% { opacity: 0; }
	100% { opacity: 1; }
}
@keyframes newsletter {
	0% { opacity: 0; }
	100% { opacity: 1; }
}
@media screen and (max-width:480px) {
	#form_nl label {
		text-align: center;
	}
	#form_nl input {
		width: 80%;
	}
	#form_nl label,
	#form_nl input,
	#form_nl button {
		display: block;
		margin: 10px auto;
	}
}
/* <-- newsletter */


/* Gilles */
body{
    padding-top:14.1em;
}
body#home{
    padding-top:10.2em;
}
@media screen and (max-width:480px) {
    body{
		padding-top:10.5em;
	}
}

@media screen and (max-width:780px) {
    body#home{
		padding-top:11.1em;
	}
}

@media screen and (min-width:1320px) {
    body#home{
		padding-top:14.1em;
	}
}
body div#fixedHeader header{
    -webkit-transition: height 0.2s ease-out;
    -moz-transition: height 0.2s ease-out;
    -o-transition: height 0.2s ease-out;
    transition: height 0.2s ease-out;
}
body div#fixedHeader header h1 img{
    -webkit-transition: height 0.2s ease-out;
    -moz-transition: height 0.2s ease-out;
    -o-transition: height 0.2s ease-out;
    transition: height 0.2s ease-out;
    height:108px;
}

body.scroll div#fixedHeader{
    height:150px;
}
body.scroll div#fixedHeader header{
    height:80px;
}
body.scroll div#fixedHeader header h1{
    line-height:0;
}
body.scroll div#fixedHeader header h1 img{
    line-height:0;
    height:60px;
}
body.scroll div#fixedHeader header nav{
    vertical-align:top;
}
div#fixedHeader{
    position:fixed;
    top:0;
    right:0;
    left:0;
    z-index:9999;
    background-color:#fff;
}
.view {
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
}
.view .mask,.view .content {
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
   right:0;
   bottom:0;
}
.view img {
   display: block;
   position: relative;
   margin:0 auto;
}
.view h2 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 17px;
   padding: 10px;
   background: rgba(52, 54, 53, 0.95);
   margin: 20px 0 0 0;
}
.view p {
   font-family: Georgia, serif;
   font-style: italic;
   font-size: 12px;
   position: relative;
   color: #fff;
   padding: 10px 20px 20px;
   text-align: center;
}
.view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #000;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
}
.view a.info:hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}
.view-first img {
	max-height:800px;
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view-first .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   background-color: rgba(190,63,10, 0.7);
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.view-first h2 {
   -webkit-transform: translateY(-100px);
   -moz-transform: translateY(-100px);
   -o-transform: translateY(-100px);
   -ms-transform: translateY(-100px);
   transform: translateY(-100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-first p {
   -webkit-transform: translateY(100px);
   -moz-transform: translateY(100px);
   -o-transform: translateY(100px);
   -ms-transform: translateY(100px);
   transform: translateY(100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view-first:hover img, .view-first.hovered img {
   -webkit-transform: scale(1.1,1.1);
   -moz-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1);
}
.view-first a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-first:hover .mask, .view-first.hovered .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view-first:hover h2, .view-first.hovered h2,
.view-first:hover p, .view-first.hovered p,
.view-first:hover a.info, .view-first.hovered a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
}
.view-first:hover p, .view-first.hovered p {
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
}
.view-first:hover a.info, .view-first.hovered a.info {
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}
				
#nav ul.toplevel > li.hovered{
	height:auto;
}	
#nav ul.toplevel > li.hovered > div{
	min-height:400px;
}	
				
#nav ul.toplevel > li.hovered > div > div{
	top:0;
}

#nav ul.toplevel > li.hovered > a > span:after{
    height: 4.4em;
    height: -webkit-calc(4.4em + 5px);
    height:    -moz-calc(4.4em + 5px);
    height:         calc(4.4em + 5px);
    padding-bottom: 5px;
}

#nav ul.toplevel > li.daddy.hovered > a > span:after{
    background-image: url(../images/arrow-up.png);
}

#nav ul.toplevel > li.hovered > a{
    color: #343636;
    font-weight: 700;
    letter-spacing: -0.03em;
    text-shadow: none;
}
.slide img{
	max-height:800px;
}

#slideshow{
	min-height:900px;
	padding-top:70px;
}


#slideshow nav{
	position:absolute;
	top:0px;
	right:0%;
	left:0;
	display:block;
	height: 70px;
}

#slideshow nav p.prev a:link, #slideshow nav p.prev a:visited{
	position:absolute;
	top:0px;
	left:0%;
	display:block;
	width: 40px;
	height: 70px;
	background:rgba(255,255,255,0.7) url(../images/featured-arrows.png) no-repeat left bottom;
	z-index:999;
	-webkit-transition: all 0.4s ease-in-out;
	  -moz-transition: all 0.4s ease-in-out;
	  -o-transition: all 0.4s ease-in-out;
	  transition: all 0.4s ease-in-out;
}
#slideshow nav p.next a:link , #slideshow nav p.next:visited{
	position:absolute;
	right:0%;
	top:0px;
	display:block;
	width: 40px;
	height: 70px;
	background:rgba(255,255,255,0.7) url(../images/featured-arrows.png) no-repeat right bottom;
	z-index:999;
	-webkit-transition: all 0.4s ease-in-out;
	  -moz-transition: all 0.4s ease-in-out;
	  -o-transition: all 0.4s ease-in-out;
	  transition: all 0.4s ease-in-out;
}

#pager{
	text-align:center;
	z-index:999;
}

#pager a{
	margin: 5px;
	width: 8px;
	height: 8px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	background: #be3f0a;
	border: 1px solid #fff;
	text-indent: -9000px;
	display:inline-block;
	overflow: hidden;
}

#pager a:hover {
	background: #be3f0a;
} 
#pager a.highlight {
	background: #fff;
	border: 1px solid #be3f0a;
}



#products .gallery.jobs li div:after {
content: "Voir l'offre"
}

li.slide{
    right:0;
    text-align:center;
}