@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	outline: 0;
}
body {
	font-family: "futura-pt",sans-serif;
	margin: 0;
	padding: 0;
	background: #4c4c4c; 
	background: -moz-linear-gradient(top,  #4c4c4c 0%, #595959 5%, #000000 58%, #111111 70%, #1c1c1c 91%, #131313 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(5%,#595959), color-stop(58%,#000000), color-stop(70%,#111111), color-stop(91%,#1c1c1c), color-stop(100%,#131313)); 
	background: -webkit-linear-gradient(top,  #4c4c4c 0%,#595959 5%,#000000 58%,#111111 70%,#1c1c1c 91%,#131313 100%);
	background: -o-linear-gradient(top,  #4c4c4c 0%,#595959 5%,#000000 58%,#111111 70%,#1c1c1c 91%,#131313 100%); 
	background: -ms-linear-gradient(top,  #4c4c4c 0%,#595959 5%,#000000 58%,#111111 70%,#1c1c1c 91%,#131313 100%); 
	background: linear-gradient(to bottom,  #4c4c4c 0%,#595959 5%,#000000 58%,#111111 70%,#1c1c1c 91%,#131313 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ); 
	color: #fff;
	text-shadow: 0 0 1px rgba(60,60,63,0.4);
	text-align: center;
	font-size: 1.1em;
}
#intro, #histo, #cuvee, #contact {
	background: url("../img/bulles.svg") 50% 75% no-repeat;
	background-size: contain;
}
h1 {
	font-size: 1.3em;
	text-align: center;
	margin-bottom: 20px;
	color: #d0b153;
	font-weight: normal;
}
h2 {
	text-align: center;
	text-shadow: none;
	font-weight: 700;
	color: #fff;
	font-style: italic;
	font-size: 1.7em;
	margin-top: -25px;
	margin-bottom: 20px;
}
.content img {
	margin: 0 auto;
	width: 90%;
	box-shadow: 0 0 15px rgba(0,0,0,.75);
	border: 1px solid #d0b153;
	display: block;
	margin-bottom: 15px;
}
.head01 {
	text-align: center;
	background-color: #131311;
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,.75);
	-moz-box-shadow: 0 0 15px rgba(0,0,0,.75);
	box-shadow: 0 0 15px rgba(0,0,0,.75);
	height: 50px;
	padding-top: 15px;
}
.head01 a.back {
	float: left;
	width: 40px;
	height: 17px;
	margin-top: 5px;
	margin-left: 1em;
	padding-top: 3px;
	padding-right: 12px;
	text-transform: uppercase;
	font-size: 0.8em;
	padding-left: 5px;
}
#logo {
	margin: 0 auto;
	width: 70%;
	border: none;
	box-shadow: none;
}
#logo_head {
	margin-left: -3em;
}
.content {
	margin: 7px 0;
	padding: 10px;
}
.content p.left {
	text-align: left;
}
a {
	color: #d0b153;
	text-decoration: none;
}
.menu {
	margin-top: 25px;
	font-size: 1.1em;
}
.menu a {
	display: block;
	width: 70%;
	margin: 0 auto;
	color: #fff;
	padding: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #fff;
}
.menu a:hover {
	border-bottom: 1px solid #d0b153;
}
ul {
	margin: 0;
}
ul li {
	list-style-type: none;
}
.close {
	margin-top: 30px;
}
a.bouton, .close a {
	border-radius: 5px;
	padding: 5px 7px;
	display: block;
	text-align: left;
	margin: 10px auto;
	color: #fff;
	cursor: pointer;
	width: 90%;
	border: 1px solid #b29346;
	background: #d0b153;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #d0b153 ), to( #c19d44 ));
	background-image: -webkit-linear-gradient( #d0b153, #c19d44 );
	background-image: -moz-linear-gradient( #d0b153, #c19d44 );
	background-image: -ms-linear-gradient( #d0b153, #c19d44 );
	background-image: -o-linear-gradient( #d0b153, #c19d44 );
	background-image: linear-gradient( #d0b153, #c19d44 );
}
#footer {
	font-size: 0.8em;
	text-align: center;
	background: url("../img/footer.svg") center bottom no-repeat;
	height: 200px;
	width: 100%;
	background-size: cover;
	position: absolute;
	bottom: 0;
	z-index: 991;
}
p.desc {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 50%;
}
.orientationOver {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:9999;
	background: #dadada url('../img/rotate.png') center center no-repeat;
}