*{
	box-sizing:border-box;
	margin: 0;
	padding: 0;
	border: 0;
}

html, body{
	height: 100%;
}

body{
	font-family: 'Futura BT W01 Book', 'Futura';
	font-size: 14px;
	background: white;
	color:#555;
	overflow: hidden;
}

body.mentions-legales {
	overflow: auto;
}
body.mentions-legales footer {
	position:relative;
}

b{
	font-weight: normal;
	font-family: 'Futura BT W01 Medium', 'Futura';
}

nav{
	position: absolute;
	background: #aa1d32;
	left:0;
	top:50%;
	margin-top: -200px;
	text-align: center;
	padding: 35px 10px 30px 10px;

	display: block;
	z-index:10;

	animation: slide 0.4s cubic-bezier(.08,.28,.01,1) 0.1s backwards;
}

nav img{
	width: 160px;
	margin: 0 30px 1.5em;

	animation: fade 0.75s ease-out 0.55s backwards;
}

nav a{
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	color:white;
	font-size: 12px;
	letter-spacing: 1px;
	padding: 1em 2em;
	margin: 0;

	transition: opacity 0.25s;
}

nav a{
	animation: popBottom 0.3s ease-out 0.55s backwards;
}

nav a:nth-child(2){
	animation-delay : 0.6s;
}

nav a:nth-child(3){
	animation-delay : 0.65s;
}

nav a:nth-child(4){
	animation-delay : 0.7s;
}

nav a:nth-child(5){
	animation-delay : 0.75s;
}

nav a:nth-child(6){
	animation-delay : 0.8s;
}

nav a:hover{
	opacity: 0.5;
}

footer{
	position: absolute;
	bottom:0;
	left:0;
	right:0;
	background: white;
	color:#666;
	border-top:1px solid #E5E5E5;
	text-align: center;
	text-transform: uppercase;
	font-size:11px;
	letter-spacing: 3px;
	padding: 10px 0 9px 0;
}
.legal-link{
	text-decoration: none;
	color:rgb(86, 86, 86);
	margin-left:0.5em;
	margin-right:0.5em;
	transition: .5s;
}
.legal-link:hover{
	color:rgb(9, 9, 9);
}

#main{
	background: white;
	position: absolute;
	top:0;
	bottom:30px;
	left:35%;
	right:20%;
	overflow: hidden;
	overflow-y: scroll;
	display: none;
}

#close{
	position: fixed;
	width:40px;
	height:40px;

	top:0;
	right:20%;
	margin-right: 25px;
	z-index:20;
	cursor: pointer;
	display: none;

	background:#aa1d32 url(../img/cross.png) no-repeat;
	background-size: 40%;
	background-position: 50%;

	animation: popTop 0.3s;
}

#close:hover{
	background-color: #AA8283;
}

#p1{
	position: absolute;
	top: 0;
	bottom: 30px;
	left: 0;
	width: 35%;

	background:#000 url(../img/about1.jpg);
	background-size: cover;
	background-position: 50%;

	transition: background 0.5s ease-out;
}

.credits{
	position: absolute;
	display: block;
	color:white;
	bottom:1em;
	left:1em;
	font-size:10px;
	opacity: 0.5;
	letter-spacing: 0.6px;
}

#p2{
	position: absolute;
	top: 0;
	bottom: 30px;
	right: 0;
	width: 20%;

	background:#000 url(../img/about2.jpg);
	background-size: cover;
	background-position: 50%;

	transition: background 0.5s ease-out;
}

#reel{
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:45px;
	background: url(../img/intro4.jpg);
	background-size: cover;
	background-position: 50%;
	z-index: 5;
}
/* 
#intro{
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:30px;
	background:black url(../img/intro.jpg);
	background-size: cover;
	background-position: 50%;
	z-index: 30;
}

#intro .inner{
	position: absolute;
	display: block;
	width: 340px;
	height: 300px;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin: auto;

	background: #aa1d32;
	text-align: center;
}

#intro p{
	color:#F2C9D1;
	margin-bottom: 2em;
}

#intro .inner img{
	width: 70%;
	margin: 2em auto 1em;
}

#intro .inner .btn{
	color:white;
	border-width: 0;
	border-color:rgba(0, 0, 0, 0.5);
	display: inline-block;
	width: 30%;
	padding: 0.8em 0;
	margin: 0 8px;
	font-size:16px;
	background: rgba(0, 0, 0, 0.3);
}

#intro .inner .btn:hover{
	border-color:white;
} */

article{
	display: table;
	width: 100%;
	height: 100%;
}

article .inner{
	display: table-cell;
	vertical-align: middle;
	padding: 0 10%;
}


article h1, article h2, article h3, article h4{
	font-family: 'Futura W03 Md Cnd';
	font-weight: normal;
	font-size: 38px;
	color:#aa1d32;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 26px;
	letter-spacing: 1px;
}

article h2{
	font-size:28px;
}

article h3{
	font-size:24px;
	margin:1em 0;
	color:#333;
}

article h4{
	font-size:18px;
	margin: 1em 0;
}

article cite{
	font-family: 'Futura W03 Md Cnd';
	text-transform: uppercase;
	font-style: normal;
	font-size:18px;
	margin: 2em auto;
	width:90%;
	display: block;
	text-align: justify;


	font-family: Georgia;
	text-transform: none;
	font-style: italic;
}

article p{
	font-size:14px;
	line-height: 2em;
	width: 80%;
	margin: 1em auto 0 auto;
	text-align: justify;
}

article .thumb{
	display: block;
	margin: 2em auto;
}

article .more{
	display: none;
}

article em{
	width: 80%;
	margin: 1em auto;
	font-family: Georgia;
	font-size:12px;
	color:gray;
	text-align: right;
	display: block;
}

a.btn{
	font-family: 'Futura W03 Md Cnd';
	font-size:16px;
	letter-spacing: 1px;
	display: block;
	max-width: 300px;
	margin: 1em auto;
	border:1px solid #BCBCBC;
	color:#333;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	padding: 0.5em 0;
	
	animation:popBottom 0.3s ease-out 0.1s backwards;
}

a.btn:first-child{
	margin-top: 2em;
}

a.btn:last-child{
	margin-bottom: 2em;
}

a.btn:hover{
	color:white;
	background: #aa1d32;
	border-color: #aa1d32;
}

a.btn.tel::before{
	content:'Tel : ';
}

a.btn:nth-child(2){
	animation-delay : 0.2s;
}

a.btn:nth-child(3){
	animation-delay : 0.3s;
}

a.btn.fax::before{
	content:'Fax : ';
}

#about, #services, #services-carte, #services-livraison, #conseils, #conseils-degustation, #conseils-service, #selection, #contact{
	display: none;
}

#services-carte h1,
#services-livraison h1{
	margin-bottom: 0;
}

#services-carte h2, 
#services-livraison h2{
	color:#333;
	font-size:1.5em;
}

#services-carte h2::before,
#services-livraison h2::before{
	content:'';
	height:2px;
	width:100px;
	background: gainsboro;
	display: block;
	margin: 0.7em auto;
}

#services-carte .subnav{
	text-align: center;
}

#services-carte .subnav a{
	text-transform: uppercase;
}

#services-carte h5{
	text-align: center;
	text-transform: uppercase;

	margin: 2em auto 1em auto;
	display: block;
	width: 50%;
	padding: 10px;
	position: relative;
	background: #E1E1E1;
	color:#aa1d32;
}

#services-carte h5::before{
	content:'';
	display: block;
	position: absolute;
	left:50%;
	top: -3px;
	margin-left: -10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #FFF transparent transparent transparent;
}

#services-carte h5::after{
	content:'';
	display: block;
	position: absolute;
	left:50%;
	bottom: -10px;
	margin-left: -10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #E1E1E1 transparent transparent transparent;
}

#services-carte h5.first::before{
	display: none;
}

#services-carte h5.last::after{
	display: none;
}

#services-carte p.step{
	text-align: center;
}

#services-livraison p{
	text-align: center;
}

#services-carte, #conseils-degustation, #conseils-service{
	padding: 120px 0 60px;
}


table{
	width:80%;
	margin: 2em auto;
	border-collapse: collapse;
}

td{
	padding: 0.8em 0;
	border-top: 2px solid gainsboro;
	border-bottom: 2px solid gainsboro;
}

tr{

}

td.temp{
	text-align: right;
}



@keyframes popTop{
	from{
		transform:translate3d(0, -100%, 0);
	}

	to{
		transform:translate3d(0, 0, 0);
	}
}

@keyframes popBottom{
	from{
		opacity: 0;
		transform:translate3d(0, 30px, 0);
	}

	to{
		opacity: 1;
		transform:translate3d(0, 0, 0);
	}
}

@keyframes fade{
	from{
		opacity: 0;
	}

	to{
		opacity: 1;
	}
}

@keyframes slide{
	from{
		transform:translate3d(-100%, 0, 0);
	}

	to{
		transform:translate3d(0, 0, 0);
	}
}

@media screen and (max-width: 1040px) {
	#main{
		right:10%;
	}

	#p2{
		width: 10%;
	}
}

@media screen and (max-width: 820px) {

	#p1{
		width: 260px;
	}

    #main {
    	left:260px;
        right:0;
    }

    #p2{
    	display: none;
    }
}

.disclaim-logo {
	filter: invert();
}

#contact-form {
	margin: 50px auto;
}

form.contact .fieldset.submit {
	flex-direction: column;
}

form.contact .fieldset.submit > div:last-child {
	margin: 10px auto;
}

@media screen and (max-width: 616px) {

	body {
		display: flex;
		flex-direction: column;
		overflow: unset;
	}
	nav {
		position:relative;
		margin-top: inherit;
		top:0;
		order:-1
	}
	#main {
		position: relative;
		left:0;
		right:0;
		order:1;
		overflow: unset;
		padding-top: 100px;
	}
	#reel {
		position: relative;
		width: 100%;
		height: 43%;
	}
	footer {
		position: relative;
		order:10;
	}
	#p1 {
		display: none;
	}
}