@charset "utf-8";
@page {
	orientation: portrait;
	margin: 2cm 1cm;
}
/* CSS Document */
/* ©2013 Didier Berck */

/* common --> */
html, 
body {
	height: auto;
	overflow: hidden;
	font-size: 0.9em;
}
/* <-- common */

/* header --> */
#header {
	height: auto;
}
#header > div {
	height: auto;
}
#header > div:after {
	display: none;
}
#header h1 {
	display: block;
	width: auto;
	max-width: 50%;
	margin: 0;
	line-height: 1em;
}
#header nav {
	display: none;
}
/* <-- header */

/* nav --> */
#nav {
	display: none;
}
/* <-- nav */

/* pictos --> */
/* <-- pictos */

/* featured --> */
#featured {
	display: none;
}
/* <-- featured */

/* content --> */
#content {
	margin: 0.75cm auto !important;
}
#content h1 {
	margin: 0.75cm 0 0.25cm 0;
	font-size: 1.5em;
}
#content h2 {
	font-size: 1.25em;
}
/* <-- content */

/* breadcrumb --> */
.breadcrumb {
	height: auto;
}
/* <-- breadcrumb */

/* more button --> */
p.more {
	margin: 0.25cm 0 !important;
}
p.more a {
	padding: 0;
	background-color: transparent;
	border-radius: 0;
	color: #000;
	font-family: "bree", Helvetica, Arial, sans-serif;
	font-weight: 700;
	text-shadow: none;
}
p.more a:after {
	display: inline-block;
	content: ' (' attr(href) ')';
	margin-left: 0.1cm;
	font-family: "proxima-nova", Helvetica, Arial, sans-serif;
	font-size: 0.75em;
	font-weight: 400;
}
/* <-- more button */

/* back button --> */
p.back {
	display: none;
}
/* <-- back button */

/* home content --> */
#home #content {
	display: block;
	table-layout: auto;
	margin: 0;
}
#home #content article {
	display: block;
	padding-bottom: 0;
}
.no-display-table #home #content article,
.buggy-display-table #home #content article {
	width: 100%;
	min-height: 1px !important;
}
#home #content article h1 {
	padding-bottom: 0;
	margin: 0.75cm 0 0.25cm 0;
	background: none;
	text-align: left;
}
#home #content p {
	margin: 0.25cm 0;
	text-align: left;
}
#home #content p.more {
	position: static;
	left: auto;
	right: auto;
	bottom: auto;
}
#home #content p.more a {
	display: inline-block;
	padding: 0;
}
/* <-- home content */

/* content image header --> */
.img-header {
	height: auto;
}
.img-header h1 {
	max-width: 100%;
	height: auto;
	padding: 0;
	line-height: 1em !important;
}
.no-generatedcontent .img-header h1,
.no-cssgradients .img-header h1 {
	max-width: 100%;
}
.img-header h1:before,
.img-header h1:after {
	display: none;
}
/* <-- content image header */

/* content cols --> */
#content .cols {
	margin: 0.75cm 0;
}
#content .col {
	display: block;
	width: auto;
	margin-right: 0;
}
#content .col:first-child {
	text-align: left;
}
#content .col p,
#content .col + .col p {
	margin: 1.5em 0;
}
/* <-- content cols */

/* categories --> */
#categories #content .nav {
	margin: 0;
}
#categories #content .nav ul {
	padding-left: 17px;
	background: none;
}
#categories #content .marques ul {
	background: none;
}
#categories #content .nav li {
	display: list-item;
	width: auto;
	list-style: disc;
	background: none;
}
#categories #content .marques li {
	background: none;
}
#categories #content .nav a {
	height: auto;
	padding: 0 !important;
	background: none;
	border: none;
	line-height: 1.125em;
}
#categories #content .marques a {
	border: none;
	color: #000;
	text-align: left;
}
#categories #content .nav a:after {
	display: inline-block;
	content: ' (' attr(href) ')';
	margin-left: 0.1cm;
	font-size: 0.75em;
	font-weight: 400;
}
#categories #content .nav a img {
	padding: 0.1cm;
	background-color: #313131 !important;
}
/* <-- categories */

/* presentation content --> */
#presentation #content {
	padding-bottom: 0;
}	
#presentation #content header.presentation {
	background: none;
}
#presentation .intro {
	padding: 0;
	margin-top: 0;
	background-color: transparent;
	color: #000;
	text-align: left;
}
#presentation .showroom {
	padding: 0;
	min-height: 1px;
	background: none;
}
#presentation .showroom img {
	max-width: 35%;
	float: right;
	margin: -0.75cm 0 0 0;
}
#presentation article {
	padding: 0;
	margin-top: 0;
	color: #000;
	text-align: left;
}
#presentation article.formulaire {
	display: none;
}
#presentation h1 {
	margin: 0.25cm 0 !important;
}
#presentation article.itineraire h1 {
	display: none;
}
#presentation p {
	margin: 0.25cm 0 !important;
}
/* <-- presentation content */

/* products content --> */
#products .gallery {
	padding: 0;
	margin: 0 -20px;
	list-style: none;
}
#products .gallery li {
	width: 33.333333333333%;
	page-break-inside: avoid;
}
#products .gallery li a {
	border: 1px solid #ccc;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
#products .gallery li a:before,
#products .gallery li div:before,
#products .gallery li div:after {
	display: none;
}
#products .gallery li a > span {
	display: block;
	z-index: 20;
	height: 2cm;
	line-height: 2cm;
}
/* <-- products content */

/* gallery content --> */
#gallery #content h1 {
	margin: 0;
}
#gallery .gallery img {
	display: block;
	max-width: 50%;
	margin: auto;
	page-break-inside: avoid;
}
/* <-- gallery content */

/* google maps --> */
#map_canvas {
	height: 10cm;
	overflow: hidden;
}
.gm-style {
	height: 10cm !important;
	overflow: hidden !important;
}
#map_directions {
	width: 100%;
	margin: 0;
	color: #000;
}
.adp-directions {
	width: 100%;
}
.adp-substep .adp-stepicon {
	padding: 0;
	background-color: #000;
	border: none;
	border-radius: 0;
}
/* <-- google maps */

/* forms --> */
#form_map {
	display: none;
}
/* <-- forms */

/* footer --> */
#footer {
	background-color: transparent;
	color: #000;
	padding: 0 0;
}
#footer h1 {
	display: none;
}
#footer a {
	color: #000;
}
#footer .social {
	display: none;
}
#footer .coord {
	margin: 0.75cm 0;
}
#footer .coord > span:first-child,
#footer .coord > br + span {
	padding: 0 0.25cm;
}
#footer .coord > span:last-child {
	display: none;
}
#footer .contacts {
	display: none;
}
