html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	color: #fff;
}

body, html {
	font-size: 17px;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	text-rendering: optimizeLegibility;

	
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body, html{
	height: 100%;
}

.lang{
    position: fixed;
    top: 5px;
    left: 10px;
    z-index: 999;
}
.lang a{
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 2px;
	font-family: 'David Libre', serif;
	text-decoration: none;
	font-size: 0.6em;
}
a.fr_flag{
	background: url(images/fr_flag.png) no-repeat;
	background-size: 100%;
	width: 16px;
	height: 11px;
	display: inline-block;
	    position: relative;
    top: 3px;
}
a.en_flag{
	background: url(images/en_flag.png) no-repeat;
	background-size: 100%;
	width: 16px;
	height: 11px;
	display: inline-block;
}
a.ch_flag{
	background: url(images/ch_flag.png) no-repeat;
	background-size: 100%;
	width: 16px;
	height: 11px;
	display: inline-block;
}
a.jp_flag{
	background: url(images/jp_flag.png) no-repeat;
	background-size: 100%;
	width: 16px;
	height: 11px;
	display: inline-block;
}
.lang a:hover{
	color: #ad9f70;
	cursor: pointer;
}
.lang a::before{
	content:"- ";
}
.lang a:first-child::before{
	content:"";
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span{
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-o-border-radius: 50px;
}
.loader{
	position: fixed;
	z-index: 9999;
	background: #000 url(images/loader-jacquinot.gif) no-repeat center center;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	cursor: wait;
}
.active_lang{
	color: #ad9f70 !important;
}
.ico_logo_viticulture {
	background: url(images/ico_logo_viticulture.png) no-repeat;
	background-size: 100%;
	width: 80px;
	height: 80px;
	display: block;
	margin: auto;
	position: fixed;
	top: 40px;
	left: 10px;
	z-index: 100;
}
/* ========================== NAV ========================== */
body{
	background: #000;
	font-family: 'Open Sans', sans-serif;
}
.nav{
	width: 100%;
	height: 80px;
	position: fixed;
	padding: 33px 0;
	box-sizing: border-box;
	z-index: 900;
}
.logo_nav{
	background: url(svg/logo_nav.svg) no-repeat;
	background-size: 100%;
	width: 90px;
	height: 29px;
	position: absolute;
	top: 25px;
	right: 40px;
}
nav{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.9);
	position: fixed;
	top: 0;
	z-index: 800;
	font-family: 'David Libre', serif;
	text-transform: uppercase;
	font-size: 2em;
	
	display: none;
}
/* ========================== COUVERTURE ========================== */
.couv{
	height: 100%;
	width: 100%;
	background: url(images/couv_accueil.png) no-repeat 50% 50% / cover;
	position: relative;
}
.overlay_home{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	position: absolute;
	top: 0;
	left: 0;
}
.logo_home{
	width: 220px;
	height: 173px;
	background: url(svg/logo_home.svg) no-repeat;
	background-size: 100%;
	position: absolute;
	left: 50%;
	margin-left: -110px;
	top: 40%;
	margin-top: -86px;
}
.attention{
	text-align: center;
	line-height: 1.3em;
	position: absolute;
	width: 500px;
	left: 50%;
	margin-left: -250px;
	top: 50%;
	font-size: 0.8em;
}
.attention a{
	color: #fff;
	text-decoration: none;
	display: inline-block;
	padding: 10px;
	box-sizing: border-box;
	border: solid 1px rgba(255,255,255,0.3);
	margin-top: 30px;
}
.attention a:hover{
	border: solid 1px #fff;
	background: #fff;
	color: #000;
}


/* ========================== FOOTER ========================== */
footer{
	background: #0e1013;
	padding: 15px 0;
	color: rgba(255,255,255,0.5);
	font-size: 0.7em;
	text-align: center;
	line-height: 1.2em;
}
.abus{
	letter-spacing: 2px;
	font-size: 0.6em;
}
footer a{
	color: rgba(255,255,255,0.5);
	text-decoration: none;
}
.logo_cochet{
	background: url(svg/logo_sign.svg) no-repeat;
	background-size: 100%;
	width: 17px;
	height: 8px;
	display: inline-block;
	opacity: 0.5;
	margin: 0 5px;
}

footer a:hover{
	color: rgba(255,255,255,1);
	opacity: 1;
}






/* ATOUT 
	color: #ad9f70; (or marron);
	background: #0e1013; (foncé vignoble)
	background: #0a0a0d; (foncé prefooter)
	
	+ foncée : #121215
	font-family: 'David Libre', serif;
	font-family: 'Open Sans', sans-serif;
	
*/





h1 {
    color: rgba(255, 255, 255, 0.1);
    display: block;
    font-family: "David Libre",serif;
    font-size: 10em;
    position: fixed;
    right: 49%;
    text-transform: uppercase;
    top: 100%;
    transform: rotate(90deg);
    width: 100%;
    z-index: 90;
}
.arrow_active{
	right: 0;
}
.zoom{
	background-size: 120%;
}
.opacity{
	opacity: 1 !important;
	
	transition: all ease 0.4s;
	-webkit-transition: all ease 0.4s;
	-moz-transition: all ease 0.4s;
	-o-transition: all ease 0.4s;
}
.brun{
	color: #ad9f70;
}
.toggle_active{
	background-position: top;
}
.trans{
	transition: all ease 0.4s;
	-webkit-transition: all ease 0.4s;
	-moz-transition: all ease 0.4s;
	-o-transition: all ease 0.4s;
}
.rotate{
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}
.padd{
	padding-bottom: 100px !important;
}
.text-center{
	text-align: center;
}
.retour{
	clear: both;
}
.nav_active{
	background: rgba(0,0,0,0.3); /* fallback for old browsers */
	background: -webkit-linear-gradient(to bottom, rgba(0,0,0,1) , rgba(0,0,0,0)); /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,1) , rgba(0,0,0,0)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}




span.fr_flag{
	background: url(images/fr_flag.png) no-repeat;
	background-size: 100%;
	width: 16px;
	height: 11px;
	display: inline-block;
}
span.en_flag{
	background: url(images/en_flag.png) no-repeat;
	background-size: 100%;
	width: 16px;
	height: 11px;
	display: inline-block;
}
span.ch_flag{
	background: url(images/ch_flag.png) no-repeat;
	background-size: 100%;
	width: 16px;
	height: 11px;
	display: inline-block;
}
span.jp_flag{
	background: url(images/jp_flag.png) no-repeat;
	background-size: 100%;
	width: 16px;
	height: 11px;
	display: inline-block;
}
span.ico_logo_mentions{
	background: url(svg/ico_logo_mentions.svg) no-repeat;
	background-size: 100%;
	width: 150px;
	height: 43px;
	display: block;
	position: relative;
	top: -21px;
	left: 21px;
}



/* RESPONSIVE */
/* RESPONSIVE */
/* RESPONSIVE */
/* RESPONSIVE */
/* RESPONSIVE */
/* RESPONSIVE */
@media screen and (max-width: 1500px){
	body{
		font-size: 16px;
	}
}



@media screen and (max-width: 1200px){
	/* INDEX */
	.container{
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}
	body{
		font-size: 14px;
	}	
}

@media screen and (max-width: 500px){
	.attention{
		width: 250px;
		margin-left: -125px;
	}
}


@media screen and (max-width: 980px){
	body, html{
		overflow-x: hidden;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}
	.loader{
		background-size: 10%;
	}
}
/* RESPONSIVE */
/* RESPONSIVE */
/* RESPONSIVE */
/* RESPONSIVE */
/* RESPONSIVE */
/* RESPONSIVE */


@media screen and (max-height: 950px){
	.attention{
		top: 55%;
	}
}
@media screen and (max-height: 670px){
	.attention{
		top: 60%;
	}
}
@media screen and (max-height: 490px){
	.ico_logo_viticulture {
		width: 40px;
		height: 40px;
	}
	.attention{
		top: 70%;
	}
	.lang{
		left: 20px;
	}
	.logo_nav{
		right: 20px;
	}
}























