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;
	width: auto;
	height: auto;
	vertical-align: text-bottom;
}
.lang a:hover{
	color: #ad9f70;
	cursor: pointer;
}

#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;
}


.signature-cochet {
	width: 100px;
	height: 20px;
	background-image: url(svg/logo-cochet-website-100x15-blanc.svg);
	background-repeat: no-repeat;
	text-indent: -10000px;
	display: inline-block;
	margin: 5px auto;
	opacity: 0.5;

	transition: all 0.3s ease 0s; 
	-webkit-transition: all 0.1s ease 0s; 
	-moz-transition: all 0.2s ease 0.1s; 
	-ms-transition: all 0.1s ease 0s; 
	-o-transition: all 0.1s ease 0s;
}

.signature-cochet:hover {
	opacity: 0.8;
}


a.fr_flag{
	background: url(http://www.champagne-jacquinot.com/images/fr_flag.png) no-repeat;
	background-size: 100%;
	display: inline-block;
    position: relative;
}
a.en_flag{
	background: url(http://www.champagne-jacquinot.com/images/en_flag.png) no-repeat;
	background-size: 100%;
	display: inline-block;
}
a.ch_flag{
	background: url(http://www.champagne-jacquinot.com/images/ch_flag.png) no-repeat;
	background-size: 100%;
	display: inline-block;
}
a.jp_flag{
	background: url(http://www.champagne-jacquinot.com/images/jp_flag.png) no-repeat;
	background-size: 100%;
	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;
	margin: auto;
}
.inline-b{
	display: inline-block;
}
.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;
}
.toggle{
	background: url(svg/burger.svg) no-repeat;
	background-size: 100%;
	background-position: bottom; 
	width: 19px;
	height: 13px;
	margin: auto;
}
.toggle:hover{
	cursor: pointer;
}
.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;
}
nav ul{
	list-style: none;
	padding-top: 250px;
}
nav ul li{
	width: 100%;
	text-align: center;
}
nav ul li a{
	width: 100%;
	display: block;
	text-align: center;
	color: #fff;
	text-decoration: none;
	letter-spacing: 2px;
	padding: 20px 0;
	box-sizing: border-box;
	
	transition: all ease 0.4s;
	-webkit-transition: all ease 0.4s;
	-moz-transition: all ease 0.4s;
	-o-transition: all ease 0.4s;
}
nav ul li a:hover{
	color: #ad9f70;
	
	transition: all ease 0.4s;
	-webkit-transition: all ease 0.4s;
	-moz-transition: all ease 0.4s;
	-o-transition: all ease 0.4s;
}
.zone_ico{
	width: 100px;
	margin: auto;
	vertical-align: middle;
}
.ico{
	float: left;
	opacity: 0.5;
}
.ico:hover{
	opacity: 1;
	cursor: pointer;
}
.ico:nth-child(2n){
	margin: 0 25px;
}
.ico_fb_menu{
	background: url(svg/ico_fb_menu.svg) no-repeat;
	background-size: 100%;
	width: 9px;
	height: 17px;
}
.ico_insta_menu{
	background: url(svg/ico_insta_menu.svg) no-repeat;
	background-size: 100%;
	width: 16px;
	height: 16px;
	position: relative;
	top: 2px;
}
.ico_clip_menu{
	background: url(svg/ico_clip_menu.svg) no-repeat;
	background-size: 100%;
	width: 22px;
	height: 19px;
	position: relative;
	top: -2px;
	opacity: 0.3;
}
/* ========================== COUVERTURE ========================== */
.couv{
	height: 100%;
	width: 100%;
	background: url(images/couv_accueil.png) no-repeat 50% 50% / cover;
	position: relative;
}
.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: 50%;
	margin-top: -86px;
}





/* ========================== SOMMAIRE ========================== */
.section{
	width: 25%;
	height: 800px;
	float: left;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
}
.overlay_section{
	background: rgba(0,0,0,0.7);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 20px;
	box-sizing: border-box;
	
	transition: all ease 0.4s;
	-webkit-transition: all ease 0.4s;
	-moz-transition: all ease 0.4s;
	-o-transition: all ease 0.4s;
	
	opacity: 0;
}
.overlay_section:hover{
	cursor: pointer
}
.text_overlay_section{
	position: absolute;
	bottom: 20px;
}
.section_histoire{
	background: url(images/section_histoire.jpg) no-repeat center center / 100%;
}
.section_vinif{
	background: url(images/section_vinif.jpg) no-repeat center center / 100%;
}
.section_cuvees{
	background: url(images/section_cuvees.jpg) no-repeat center center / 100%;
}
.section_ambas{
	background: url(images/section_ambas.jpg) no-repeat center center / 100%;
}
.sommaire{
	font-family: 'David Libre', serif;
	border-top: solid 1px rgba(255,255,255,0.2);
}
.sommaire h2{
	width: auto;
	color: #fff;
	font-size: 3.5em;
	text-transform: uppercase;
	line-height: 0.8em;
	letter-spacing: 5px;
}
.bold{
	font-weight: 500;
}
.separator{
	width: 80%;
	background: rgba(255,255,255,0.5);
	height: 1px;
	display: block;
	margin: 10px 0;
}
.sommaire p{
	color: #ad9f70;
	letter-spacing: 2px;
	width: 60%;
}
.arrow{
	width: 30px;
	height: 21px;
	background: url(svg/arrow.svg) no-repeat;
	background-size: 100%;
	display: block;
	margin-top: 10px;
	position: relative;
	right: 150px;
}






/* ========================== 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;
	text-transform: uppercase;
}
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;
}











/* ========================== HISTOIRE ========================== */
.mini_couv{
	height: 590px;
	width: 100%;
	position: relative;
}
.couv_histoire{
	background: url(images/couv_histoire.png) no-repeat;
	background-size: 100%;
	width: 100%;
}
.citation{
	color: #fff;
	font-family: 'David Libre', serif;
	text-align: center;
	font-size: 2em;
	text-transform: uppercase;
	letter-spacing: 3px;
	position: absolute;
	width: 600px;
	top: 50%;
	left: 50%;
	margin-left: -300px;
	margin-top: -50px;
}
.container{
	width: 1200px;
	margin: auto;
}
.paragraphe{
	color: #fff;
	padding: 100px 20px;
	line-height: 1.6em;
	box-sizing: border-box;
}
.paragraphe p{
	margin-bottom: 20px;
}
.para_1{
	width: 80%;
}
.bande_photo{
	height: 425px;
	width: 100%;
}
.scan_1{
	width: 45%;
	height: 425px;
	background: url(images/histoire_photo_1.jpg) no-repeat;
	background-size: cover;
	float: left;
}
.scan_2{
	width: 45%;
	height: 425px;
	background: url(images/histoire_photo_2.jpg) no-repeat;
	background-size: cover;
	float: left;
}
.scan_3{
	width: 10%;
	height: 425px;
	background: url(images/histoire_photo_3.jpg) no-repeat;
	background-size: cover;
	float: left;
}
.scan_4{
	width: 25%;
	height: 655px;
	background: url(images/histoire_photo_4.jpg) no-repeat;
	background-size: cover;
	float: left;
}
.scan_5{
	width: 75%;
	height: 655px;
	background: url(images/histoire_photo_5.jpg) no-repeat;
	background-size: cover;
	float: left;
}
.para_2{
	padding-left: 120px;
	box-sizing: border-box;
}
.col50{
	width: 50%;
	float: left;
}
.vignoble{
	background: #0e1013;
	height: 655px;
	padding: 110px;
	box-sizing: border-box;
}
.vignoble h3{
	text-align: center;
	font-family: 'David Libre', serif;
	text-transform: uppercase;
	font-size: 3.5em;
	letter-spacing: 2px;
	margin-bottom: 80px;
	color: rgba(255,255,255,0.3)
}
.vignoble p{
	line-height: 1.6em;
	width: 100%;
	margin: 0 auto 20px auto;
}
.suivant{
	text-align: right;
	font-family: 'David Libre', serif;
	font-size: 2em;
	text-transform: uppercase;
	padding: 0 20px;
	box-sizing: border-box;
}
.suivant a{
	padding: 60px 0;
	display: inline-block;
	color: rgba(255,255,255,0.3);
	text-decoration: none;
}
.suivant a:hover{
	color: rgba(255,255,255,0.8);
	cursor: pointer;
}
.arrow_next{
	width: 30px;
	height: 21px;
	background: url(svg/arrow.svg) no-repeat;
	background-size: 100%;
	display: inline-block;
	margin: 0 10px;
}
.prefooter{
	padding: 60px 0;
	background: #0a0a0d;
	box-sizing: border-box;
}
.col33{
	width: calc(100% / 3);
	float: left;
	padding: 0 40px;
	box-sizing: border-box;
	text-align: center;
	color: #fff;
	line-height: 1.4em;
	opacity: 0.3;
}
.col33:hover{
	opacity: 1;
}
.col33 h4{
	font-family: 'David Libre', serif;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	padding-bottom: 20px;
	font-size: 1.5em;
	text-transform: uppercase;
	width: 250px;
	margin: 0 auto 40px auto;
}
.col33 p{
	width: 440px;
	margin: auto;
}
.col33 a{
	display: block;
	width: 180px;
	border: 1px solid #fff;
	margin: 30px auto 0 auto;
	padding: 10px 0;
	color: #fff;
	font-size: 0.8em;
	text-transform: uppercase;
	text-decoration: none;
	font-family: 'David Libre', serif;
	letter-spacing: 2px;
}
.col33 a:hover{
	border: 1px solid #ad9f70;
	color: #ad9f70;
}










/* ========================== VINIFICATION ========================== */
.couv_vinification{
	background: url(images/couv_vinification.png) no-repeat;
	background-size: 100%;
	width: 100%;
}
.paragraphe h3{
	text-align: left;
	font-family: 'David Libre', serif;
	text-transform: uppercase;
	font-size: 3.5em;
	letter-spacing: 2px;
	margin-bottom: 50px;
	color: rgba(255,255,255,0.3);
}
.vinif_page .paragraphe{
	background: #0e1013;
	text-align: right;
	padding: 100px 40px 0 40px;
}
.vinif_page .paragraphe p{
	width: 550px;
	float: right;
}
.vinif_page h3{
	text-align: right;
}
.vinification_photo_1{
	background: url(images/vinification_photo_1.jpg) no-repeat center center /cover;
	height: 610px;
}
.vinification_photo_2{
	background: url(images/vinification_photo_2.jpg) no-repeat center center /cover;
	height: 650px;
}
.vinification_photo_3{
	background: url(images/vinification_photo_3.jpg) no-repeat center center /cover;
	height: 600px;
}
.vinification_photo_4{
	background: url(images/vinification_photo_4.jpg) no-repeat center center /cover;
	height: 600px;
}
.precedent{
	text-align: left;
	font-family: 'David Libre', serif;
	font-size: 2em;
	text-transform: uppercase;
	padding: 0 20px;
	box-sizing: border-box;
}
.precedent a{
	padding: 60px 0 60px 60px;
	box-sizing: border-box;
	display: inline-block;
	color: rgba(255,255,255,0.3);
	text-decoration: none;
}
.precedent a:hover{
	color: rgba(255,255,255,0.8);
	cursor: pointer;
}
.vinif_page .precedent{
	padding-top: 90px;
}
.rotate_arrow{
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}
.part_2_vinif .col50 p{
	float: none;
	margin: auto;
}
.part_2_vinif .col50 .paragraphe{
	padding: 220px 40px;
}
.part_2_vinif .col50 .paragraphe:last-child{
	background: #000;
	padding-bottom: 80px;
}
.part_2_vinif .col50 h3{
	text-align: center;
}











/* ========================== CUVEES ========================== */
.couv_noscuvees{
	background: url(images/couv_noscuvees.png) no-repeat;
	background-size: 100%;
	width: 100%;
}
.list_btlle li{
	width: 25%;
	float: left;
	text-align: center;
	padding: 65px 0;
	position: relative;
}
.list_btlle li:hover{
	background: #16171a;
	cursor: pointer;
}
.list_btlle li a{
	display: block;
	width: 100%;
	text-decoration: none;
}
.list_btlle li a span{
	font-family: 'David Libre', serif;
	text-transform: uppercase;
	margin-top: 10px;
	font-size: 1.1em;
	text-align: center;
	color: #fff;
	position: absolute;
	bottom: 30px;
	width: 300px;
	left: 50%;
	margin-left: -150px;
}
.list_btlle li a .assemblage{
	bottom: 10px;
	color: #ad9f70;
}
.btlle{
	width: 160px;
	height: 566px;
}
.list_btlle .btlle_1{
	background: url(images/btlle_1.png) no-repeat;
	background-position: center center;
}
.list_btlle .btlle_2{
	background: url(images/btlle_2.png) no-repeat;
	background-position: center center;
}
.list_btlle .btlle_3{
	background: url(images/btlle_3.png) no-repeat;
	background-position: center center;
}
.list_btlle .btlle_4{
	background: url(images/btlle_4.png) no-repeat;
	background-position: center center;
}
.list_btlle .btlle_5{
	background: url(images/btlle_5.png) no-repeat;
	background-position: center center;
}
.list_btlle .btlle_6{
	background: url(images/btlle_6.png) no-repeat;
	background-position: center center;
}

.list_btlle span{
	opacity: 0;
}





/* ========================== CUVEES INDIVIDUELLES ========================== */
.col40{
	width: 40%;
	float: left;
}
.col60{
	width: 60%;
	float: left;
}
.big_btlle{
	float: right;
	background-size: 100%;
	position: relative;
	top: -100px;
	right: 40px;
}
.big_btlle_1{
	background: url(images/big_btlle_1.png) no-repeat;
	width: 185px;
	height: 679px;
	position: relative;
	top: -100px;
	right: 40px;
}
.big_btlle_2{
	background: url(images/big_btlle_2.png) no-repeat;
	width: 182px;
	height: 675px;
}
.big_btlle_3{
	background: url(images/big_btlle_3.png) no-repeat;
	width: 184px;
	height: 676px;
}
.big_btlle_4{
	background: url(images/big_btlle_4.png) no-repeat;
	width: 185px;
	height: 676px;
}
.big_btlle_5{
	background: url(images/big_btlle_5.png) no-repeat;
	width: 183px;
	height: 667px;
}
.big_btlle_6{
	background: url(images/big_btlle_6.png) no-repeat;
	width: 193px;
	height: 676px;
}
.desc_paragraphe{
	background: #0e1013;
	padding: 50px 200px 50px 50px;
	box-sizing: border-box;
	line-height: 1.5em;
	letter-spacing: 1px;
}
.desc_btlle{
	padding: 50px 200px 50px 50px;
	box-sizing: border-box;
	line-height: 1.5em;
	letter-spacing: 1px;
}
.desc_btlle p{
	margin-bottom: 20px;
}
.download a{
	text-decoration: none;
	color: #fff;
	display: block;
	width: 350px;
	padding-left: 50px;
	box-sizing: border-box;
}
.download a:hover{
	color: #ad9f70;
}
.download a:before{
	content: url(images/ico_download.png);
	background-size: 100%;
	margin-right: 10px;
	vertical-align: middle;
}
.wrap_desc_btlle{
	margin-bottom: 150px;
	position: relative;
}
.bande_btlle{
	position: absolute;
	bottom: -150px;
	width: 100%;
	height: 300px;
	background-color: #141414;
	z-index: -1;
	opacity: 0.6;
}
.couv_private{
	background: url(images/couv_private.png) no-repeat center center / cover;
	width: 100%;
}
.couv_bdb{
	background: url(images/couv_bdb.png) no-repeat center center / cover;
	width: 100%;
}
.couv_bdn{
	background: url(images/couv_bdn.png) no-repeat center center / cover;
	width: 100%;
}
.couv_symphonie{
	background: url(images/couv_symphonie.png) no-repeat center center / cover;
	width: 100%;
}
.couv_symphonierose{
	background: url(images/couv_rose.png) no-repeat center center / cover;
	width: 100%;
}
.couv_harmonie{
	background: url(images/couv_harmonie.png) no-repeat center center / cover;
	width: 100%;
}






/* ========================== PAGE AMBASSADEURS ========================== */
.couv_ambassadeur{
	background: url(images/couv_ambassadeur.png) no-repeat center center / cover;
	width: 100%;
}
.list_ambassadeur{
	padding-top: 50px;
}
.list_ambassadeur li{
	width: 25%;
	float: left;
	height: 400px;
	position: relative;
}
.list_ambassadeur li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
}
.hover_ambassadeur{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #0e1013;
	z-index: 20;
	text-align: center;
	font-family: 'David Libre', serif;
	padding: 35px;
	box-sizing: border-box;
	opacity: 0;
	overflow: scroll;
	font-size: 1.2em;
	line-height: 1.4em;
}
.list_ambassadeur a{
	color: #fff;
}
.list_ambassadeur .groupe{
	margin-bottom: 20px;
}
.title_ambassadeur{
	font-size: 1.5em;
	margin-bottom: 10px;
}














/* 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+ */
}






/* GALERIE */
.wrap_galerie{
	padding-top: 80px;
}
.wrap_galerie ul li{
	width: calc(100% / 8);
	height: 220px;
	float: left;
	overflow: hidden;
}
.wrap_galerie ul li a{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.5;
}
.wrap_galerie ul li a:hover{
	opacity: 1;
	width: 150%;
}
.wrap_galerie ul li a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	vertical-align: middle;
}
h6{
	font-size: 3em;
	letter-spacing: 4px;
	text-transform: uppercase;
	font-family: 'David Libre', serif;
	color: #787879;
}
.sub_h6{
	color: #ad9f70;
	font-size: 1em;
	letter-spacing: 2px;
	font-family: 'David Libre', serif;
	text-transform: uppercase;
}
.full_single{
	padding: 80px 0;
	background: #0e1013;
}





/* MENTIONS */
.wrap_mentions{
	padding: 80px 0;
}
.wrap_mentions h3{
	color: #ad9f70;
	font-size: 1.5em;
	letter-spacing: 2px;
	font-family: 'David Libre', serif;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.wrap_mentions p{
	line-height: 1.3em;
	margin-bottom: 50px;
}
.wrap_mentions a{
	color: #ad9f70;
	text-decoration: none;
}
.wrap_mentions a:hover{
	text-decoration: underline;
}





/* RESPONSIVE */
/* RESPONSIVE */
/* RESPONSIVE */
/* RESPONSIVE */
/* RESPONSIVE */
/* RESPONSIVE */
@media screen and (max-width: 1500px){
	body{
		font-size: 16px;
	}
	/* INDEX */
	.section{
		background-size: 160%;
	}
	.zoom{
		background-size: 200%;
	}
	
	
	/* HISTOIRE */
	.col33 p{
		width: 100%;
	}
	.mini_couv {
		height: 450px;
		background-size: cover;
	}
	
	/* GALERIE */
	.wrap_galerie ul li{
		width: calc(100% / 6);
	}
}



@media screen and (max-width: 1200px){
	/* INDEX */
	.container{
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}
	/* HISTOIRE */
	.paragraphe {
	    padding: 100px 20px;
	}
	body{
		font-size: 14px;
	}
	.para_2{
		padding: 0;
	}
	.vignoble{
		padding: 110px 50px;
	}
	
	
	/* VIGNOBLE */
	.vinif_page .paragraphe p{
		width: 100%;
	}
	.part_2_vinif .col50 h3, .paragraphe h3{
		line-height: 1em;
	}
	
	/* GALERIE */
	.wrap_galerie ul li{
		width: calc(100% / 5);
	}
	
}




@media screen and (max-width: 980px){
	body, html{
		overflow-x: hidden;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}
	.nav{
		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+ */
	}
	.loader{
		background-size: 10%;
	}
	/* INDEX */
	.section {
	    height: 400px;
	    width: 50%;
	}
	/* HISTOIRE */
	.scan_4{
		display: none;
	}
	.scan_5{
		width: 100%;
	}
	.part_vign .col50:first-child{
		width: 30%;
	}
	.part_vign .col50:nth-child(2){
		width: 70%;
	}
	.col33 h4{
		width: 100%;
	}
	
	
	/* CUVEE */
	.wrap_list_btlle{
		width: 650px;
		margin: auto;
	}
	.list_btlle li{
		width: calc(100% / 3);
	}
	.list_btlle .btlle_1,
	.list_btlle .btlle_2,
	.list_btlle .btlle_3,
	.list_btlle .btlle_4,
	.list_btlle .btlle_5,
	.list_btlle .btlle_6{
		background-size: 50%;
		height: 390px;
	}
	
	
	
	
	/* CUVEE INDIVIDUELLE */
	.desc_btlle, .desc_paragraphe{
		padding: 50px;
	}
	.wrap_desc_btlle .col40{
		width: 30%;
	}
	.wrap_desc_btlle .col60{
		width: 70%;
	}
	.big_btlle_1,
	.big_btlle_2,
	.big_btlle_3,
	.big_btlle_4,
	.big_btlle_5,
	.big_btlle_6{
		background-size: 80%;
		background-position: center center;
	}
	
	
	/* GALERIE */
	.wrap_galerie ul li{
		width: calc(100% / 4);
	}
}



@media screen and (max-width: 870px){
	/* HISTOIRE */
	.scan_5{
		background-position: center center;
	}
	.col33{
		width: 100%;
		margin-bottom: 80px;
	}
	.col33 h4{
		width: 70%;
	}
	.mini_couv{
		background-position: center center;
	}
	
	
	/* VINIFICATION*/
	.vinif_page .col50:first-child{
		width: 70%;
	}
	.vinif_page .col50:nth-child(2n){
		width: 30%;
	}
	.part_2_vinif .col50:first-child{
		width: 30%;
	}
	.part_2_vinif .col50:nth-child(2n){
		width: 70%;
	}
	.vinification_photo_1, .vinification_photo_2{
		height: 500px;
	}
	.vinif_page .precedent {
	    display: none;
	}
}





@media screen and (max-width: 730px){
	/* CUVEE INDIVIDUELLE */
	.desc_btlle, .desc_paragraphe{
		padding: 50px;
	}
	.wrap_desc_btlle .col40{
		width: 20%;
	}
	.wrap_desc_btlle .col60{
		width: 80%;
	}
	.big_btlle_1,
	.big_btlle_2,
	.big_btlle_3,
	.big_btlle_4,
	.big_btlle_5,
	.big_btlle_6{
		right: -50px;
	}
	
	/* GALERIE */
	.wrap_galerie ul li{
		width: calc(100% / 2);
	}
}


@media screen and (max-width: 660px){
	/* HISTOIRE */
	.part_vign .col50:first-child{
		width: 100%;
	}
	.part_vign .col50:nth-child(2){
		width: 100%;
	}
	.vignoble{
		height: auto;
	}
	.citation{
		width: 90%;
		margin: auto;
		position: unset;
		padding-top: 200px;
	}
	.para_1 {
	    width: 100%;
	}
	/* VINIFICATION*/
	.vinif_page .col50{
		width: 100% !important;
	}
	.vinification_photo_1, .vinification_photo_3, .vinification_photo_2, .vinification_photo_4{
		height: 300px;
		width: 50%;
		float: left;
	}
	.part_2_vinif .col50 .paragraphe {
	    padding: 100px 40px;
	}
	
	
	
	/* CUVEE */
	.wrap_list_btlle{
		width: 450px;
		margin: auto;
	}
	.list_btlle .btlle_1,
	.list_btlle .btlle_2,
	.list_btlle .btlle_3,
	.list_btlle .btlle_4,
	.list_btlle .btlle_5,
	.list_btlle .btlle_6{
		background-size: 70%;
		height: 390px;
	}
	
	
	
	/* NAV */
	nav ul {
	    padding-top: 150px;
	}
	nav ul li a{
		padding: 10px 0;
	}
	
}



@media screen and (max-width: 500px){
	.lang{
		left: 20px;
	}
	.ico_logo_viticulture{
		width: 60px;
		height: 60px;
	}
	.logo_nav{
		right: 20px;
	}
	/* INDEX */
	.sommaire{
		display: none;
	}
	/* HISTOIRE */
	.scan_1{
		width: 100%;
		height: 200px
	}
	.scan_2{
		width: 80%;
		height: 150px
	}
	.scan_3{
		width: 20%;
		height: 150px
	}
	.scan_5{
		height: 200px;
	}
	.bande_photo{
		height: auto;
	}
	h1{
		top: 50%;
		opacity: 0.02;
	}
	
	
	/* CUVEE */
	.wrap_list_btlle{
		width: 100%;
		margin: auto;
	}
	.list_btlle .btlle_1,
	.list_btlle .btlle_2,
	.list_btlle .btlle_3,
	.list_btlle .btlle_4,
	.list_btlle .btlle_5,
	.list_btlle .btlle_6{
		background-size: 45%;
		height: 390px;
	}
	.list_btlle li {
	    width: 50%;
	}
	.list_btlle span {
	    opacity: 1;
	}
	
	
	
	
	
	
	
	/* CUVEE INDIVIDUELLE */
	.wrap_desc_btlle .col40{
		width: 100%;
	}
	.wrap_desc_btlle .col60{
		width: 100%;
	}
	.big_btlle_1,
	.big_btlle_2,
	.big_btlle_3,
	.big_btlle_4,
	.big_btlle_5,
	.big_btlle_6{
		position: unset;
		margin: auto;
	}
	.big_btlle{
		float: none;
	}
	
	
	
	
	
	.map{
		padding: 0 0 40px 0;
	}
	
	
}




@media screen and (max-width: 400px){
	.part_2_vinif .col50 h3, .paragraphe h3 {
	    font-size: 2.5em;
	}
	/* HISTOIRE */
	.sommaire{
		display: none;
	}
}





@media screen and (max-width: 350px){
	/* CUVEE */
	.list_btlle .btlle_1,
	.list_btlle .btlle_2,
	.list_btlle .btlle_3,
	.list_btlle .btlle_4,
	.list_btlle .btlle_5,
	.list_btlle .btlle_6{
		background-size: 30%;
	}
	.list_btlle li {
	    width: 100%;
	}
}


/* RESPONSIVE */
/* RESPONSIVE */
/* RESPONSIVE */
/* RESPONSIVE */
/* RESPONSIVE */
/* RESPONSIVE */



@media (max-height:800px) and (max-width: 1200px){
	nav ul{
		padding-top: 100px;
	}
}
@media (max-height:630px) and (max-width: 1200px){
	nav ul li a{
		padding: 10px 0;
	}
}
@media (max-height:480px) and (max-width: 1200px){
	nav ul li a{
		padding: 7px 0;
	}
	nav{
		font-size: 1em;
	}
	nav ul{
		padding-top: 150px;
	}
}






























