@charset "UTF-8";
/* CSS Document */
html {
	font-size: 62.5%;
}
body {
	font-family: "Arial Black", Arial, "Franklin Gothic Bold", sans-serif;
	background-color: #fff;
	color: #000;
	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;
	margin-top: 100px;
}
.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;
	background: white;
	text-align: center;
	width: 40%;
	margin: auto;
	margin-top: -10px;
	padding: 20px 80px;
}
.order-form p {
	padding-top: 0px;
	margin-top: 0px;
	width: 100%
}
.order-form hr {
	border-bottom: solid 1px;
	width: 100%
}
.gil-rigoulet {
	border: solid 10px;
	display: block;
	height: 650px;
	background: white;
	text-align: center;
	width: 40%;
	margin: auto;
	padding: 0% 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;
}
.is_visible {
	display: block;
}

@media screen and (max-width: 800px) {
.title {
	width: 90%;
}
.precommande-btn {
	width: 50%;
}
.le-projet {
	width: 80%;
}
}
.error {
	color: blue;
	font-family: arial;
	font-size: 0.8em;
}
.form {
	margin-top: 30px;
text-align: left;
margin-left: 40px;
}
.form p {
	padding-bottom: 10px;
}
label
{
width: 170px;
display: inline-block;
vertical-align: top;
margin: 0px;
}

input:focus {
  	border: solid 3px;
}
 
input, textarea {
  width: 249px;
}
select {
  width: 100px;
}
 
textarea {
  height: 50px;
}
 
input[type=submit] {
  width: 170px;
  padding: 10px;
  background-color:white;
  	border: solid 10px;
	font-family:"Arial black", arial;
	text-transform: uppercase;
cursor:pointer;}

input[type=submit]:hover {
  background-color:black;
color:white;
border-color:black;
}