@charset "UTF-8";
/* CSS Document */
html {
	font-size: 62.5%;
}
body {
	background-color: #fff;
	color: #000;
	font-family: "Arial Black", sans-serif;
	font-size: 1.4em; /* equiv 14px */
	line-height: 1.5; /* adapt to your design */
	margin: 0;
	padding: 0;
}
/* font-sizing for content */
/* preserve vertical-rythm, thanks to http://soqr.fr/vertical-rhythm/ */
p, ul, ol, dl, blockquote, pre, td, th, label, textarea, caption, details, figure, hgroup {
	font-size: 1em; /* equiv 14px */
	line-height: 1.5;
	margin: 1.5em 0 0;
}
h1, .h1-like {
	font-size: 1.8571em; /* equiv 26px */
	font-weight: normal;
	line-height: 1.6154em;
	margin: .8077em 0 0 0;
}
h2, .h2-like {
	font-size: 1.7143em; /* equiv 24px */
	font-weight: normal;
	line-height: 1.75em;
	margin: .875em 0 0 0;
}
h3, .h3-like {
	font-size: 1.5714em; /* equiv 22px */
	font-weight: normal;
	line-height: 1.909em;
	margin: .9545em 0 0 0;
}
h4, .h4-like {
	font-size: 1.4286em; /* equiv 20px */
	font-weight: normal;
	line-height: 1.05em;
	margin: 1.05em 0 0 0;
}
h5, .h5-like {
	font-size: 1.2857em; /* equiv 18px */
	font-weight: normal;
	line-height: 1.1667em;
	margin: 1.1667em 0 0 0;
}
h6, .h6-like {
	font-size: 1.1429em; /* equiv 16px */
	font-weight: normal;
	line-height: 1.3125em;
	margin: 1.3125em 0 0 0;
}
a {
	text-decoration: none;
	color: #000000;
}
.background img {
	width: 50%;
	min-width: 300px;
	margin-bottom: 80px;
	height: auto;
}
.close {
	width: 100%;
	float: right;
	text-align: right;
	padding-bottom: 10px;
	display:none;
}
.close-btn {
	margin: 0;
	padding: 0;
}
/*specifique*/
.navHG, .navHD, .navBG, .navBD {
	position: fixed;
	display: block;
	width: auto;
}
.navHG {
	top: 20px;
	left: 20px;
	z-index: 2;
}
.navHD {
	top: 20px;
	right: 20px;
	z-index: 2;
}
.navBD {
	bottom: 20px;
	right: 20px;
	z-index: 2;
}
.navBG {
	bottom: 20px;
	left: 20px;
	z-index: 2;
}
.logo {
	font-size: 4.5em; /* equiv 16px */
	letter-spacing: 0.1em;
	position: fixed;
	height: 100px;
	width: 100%;
	text-align: center;
	top: 10px;
	z-index: 1;
}
.content {
	display: block;
	position: fixed;
	top: 120px;
	width: 100%;
	text-align: center;
}
.title {
	display: none;
	font-size: 1.5em; /* equiv 16px */
	letter-spacing: 0.1em;
	text-transform: uppercase;
	border: solid 10px;
	text-align: center;
	width: 40%;
	margin: auto;
	background-color:white;
}
.precommande-btn {
	display: none;
	font-size: 1em; /* equiv 16px */
	letter-spacing: 0.1em;
	text-transform: uppercase;
	border: solid 10px;
	text-align: center;
	margin-top: -10px;
	text-decoration: underline;
	width: 15%;
	margin: auto;
	margin-top: -10px;
	background-color:white;

}
.background {
	margin-top: 170px;
	text-align: center;
}
.contact {
	font-size: 1em;
	border: solid 10px;
	display: block;
	height: 270px;
	background: white;
	text-align: center;
	width: 40%;
	margin: auto;
	padding-top:70px;
	display: none;
}
.contact a {
	text-decoration: underline;
}
.order-form {
	font-size: 1em;
	border: solid 10px;
	display: block;
	height: 300px;
	background: white;
	text-align: center;
	width: 40%;
	margin: auto;
	margin-top:-10px;
	display: none;
}
.gil-rigoulet {
	border: solid 10px;
	display: block;
	height: 660px;
	background: white;
	text-align: center;
	width: 40%;
	margin: auto;
	padding: 0% 5% 20px 5%;
	overflow: scroll;
	display: none;
}
.gil-rigoulet p {
	font-size: 0.8em;
	font-family: arial;
	font-weight: bold;
}
.le-projet {
	border: solid 10px;
	display: block;
	height: 550px;
	background: white;
	text-align: center;
	width: 30%;
	margin: auto;
	padding: 1% 5%;
	overflow: scroll;
	margin-top: -10px;
	display: none;
}
.le-projet p {
	font-size: 0.9em;
	font-family: arial;
	font-weight: bold;
	text-align: left;
}
.le-projet h2 {
	text-align: left;
	line-height: 1.3em;
	font-size: 1em;
}
.le-projet a {
	text-decoration: underline;
}

.is_visible {
	display: block;
}

/* ------- overlay style - popin video ------- */
/* Overlay style */
.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: -100%;
	left: 0;
	background: rgba(255,255,255,0.9);
	z-index:20;
}
.overlay.open {
	top:0;
}
.overlay iframe {
	margin: 0 auto;
	display: block;
	max-width: 80%;
	max-height: 80%;
}
.container.fixed {
	position: fixed;
}
/* ---- FIN : overlay style - popin video ----- */

@media screen and (max-width: 800px) {
.title {
	width: 80%;
}
.precommande-btn {
	width: 50%;
}
.le-projet {
	width: 80%;
}
}