html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
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, sup, 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-size: 100%;
	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;
}

.col33.video {
	position: relative;
	
}
.col33.video span {
	background-image: url(gallerie/play.svg);
	z-index: 100;
	background-repeat: no-repeat;
	background-position: center center;
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	display: block;
	position: absolute;
}

#map-canvas {
				width: 60%;
				height: 100%;
			}

body {
	line-height: 1.4em;
	font-size: 19px;
	font-family: 'Amiri', serif;
	color:#fff;
	background: #000;
}
body.body_historique{
	background: url(img/pat.png)top left repeat;
}
body.body_contact{
	background: url(img/pat.png)top left repeat;
}
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;
}
a img{
	outline: none;
}
body,html{
	height: 100%;
}
a{
	text-decoration: none;
}

a.cochet {color: #FFF;}
/*
===========================
COMMON
===========================
*/
.relative{
	position: relative;
}
.absolute{
	position: absolute;
}
.fixed{
	position: fixed;
}
.full{
	width: 100%;
}
.half{
	width: 50%;
}
.lefted{
	float: left;
}
.container{
	width: 1024px;
	margin: auto;
}
.retour{
	clear:both;
}
.col33{
	width: 188px;
	height: 157px;
	padding: 8px;
	float: left;
	overflow: hidden;
}
.separator{
	width: 160px;
	height: 1px;
	margin: auto;
	background: #fff;
}
/*
===========================
FIN-COMMON
===========================
*/
/*
===========================
MAIN
===========================
*/
.border_top{
	width: 60%;
	height: 9px;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 10;
}
.border_left{
	width: 9px;
	height: 100%;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 10;
}

.cache{
	z-index: 20;
	height: 100%;
	width: 40%;
	top:0;
	right: 0;
	background: url(img/cache.png)top right no-repeat;
	background-size: auto 100%;
}

.wrapper_photos{
	width: 100%;
	z-index: 1;
	height: 100%;
}
.wrapper_right{
	width: 40%;
	float: right;
	background: rgba(0, 0, 0, 0.75);
	z-index: 100;
	pointer-events: auto;
}

.inner_right{
	width: 60%;
	margin: auto;
	text-align: justify;
}
/*
===========================
FIN-MAIN
===========================
*/
/*
===========================
ACCUEIL
===========================
*/
.accueil .outter_right{
	padding: 200px 0 130px 0;
}
.accueil h1{
	font-family: 'Fjalla One', sans-serif;
	font-size: 1.8em;
	line-height: 1.4em;
	text-align: center;
}
.accueil h2{
	font-style:italic;
	text-align: center;
	font-size: 0.9em;
	position: relative;
	display: table;
	margin: auto;
	padding: 15px 0 25px 0;
}
.accueil h2:after{
	content: "";
	display: block;
	position: absolute;
	bottom:0px;
	left: 50%;
	width: 70%;
	margin-left: -35%;
	height: 1px;
	background: #fff;
}
.accueil .inner_right p{
	padding-top: 60px;
}
/*
===========================
FIN-ACCUEIL
===========================
*/
/*
===========================
GAMME
===========================
*/
.gamme .outter_right{
	padding: 135px 0 130px 0;
}
.list_btlle{
	width: 33.33%;
	float:left;
	padding-bottom: 50px;
}
.list_btlle a.link_list_btlle{
	width: 97px;
	height: 334px;
	display: block;
	margin: auto;
	z-index: 2;
}
.list_btlle_mill{
/* 	background: crimson; */
}
.list_btlle_mill a.link_list_btlle{
	background: url(img/list_btlle_mill.png)center center no-repeat;
	background-size: cover;
}
.list_btlle_pat{
/* 	background: darkblue; */
}
.list_btlle_pat a.link_list_btlle{
	background: url(img/list_btlle_pat.png)center center no-repeat;
	background-size: cover;
}
.list_btlle_nat{
/* 	background: coral; */
}
.list_btlle_nat a.link_list_btlle{
	background: url(img/list_btlle_nat.png)center center no-repeat;
	background-size: cover;
}
.list_btlle_res{
/* 	background: moccasin; */
}
.list_btlle_res a.link_list_btlle{
	background: url(img/list_btlle_res.png)center center no-repeat;
	background-size: cover;
}
.list_btlle_rose{
/* 	background: orange; */
}
.list_btlle_rose a.link_list_btlle{
	background: url(img/list_btlle_rose.png)center center no-repeat;
	background-size: cover;
}

.list_btlle_mongamin{
/* 	background: teal; */
}
.list_btlle_mongamin a.link_list_btlle{
	background: url(img/list_btlle_mongamin.png)center center no-repeat;
	background-size: cover;
}

.list_btlle_rata{
/* 	background: teal; */
}
.list_btlle_rata a.link_list_btlle{
	background: url(img/list_btlle_rata.png)center center no-repeat;
	background-size: cover;
}
.list_btlle_orig{
/* 	background: teal; */
}
.list_btlle_orig a.link_list_btlle{
	background: url(img/list_btlle_orig.png)center center no-repeat;
	background-size: cover;
}
.name_btlle{
	text-align: center;
	padding-top: 25px;
}
.name_btlle h2{
	font-family: 'Fjalla One', sans-serif;
	
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
}
.name_btlle h3{
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	
	font-style:italic;
	display: table;
	margin: auto;
	position: relative;
	padding: 3px 0 10px 0;
}
.name_btlle .line_name_btlle{
    display: block;
    position: absolute;
    bottom: 50px;
    left: 50%;
    width: 0;
    margin-left: 0;
    height: 1px;
    background: #fff;
    
    transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -ms-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
}
.name_btlle_hovered .line_name_btlle{
    width: 80px;
    margin-left: -40px;
}
.opacity{
	color:transparent;
}
.list_btlle_nat .light_btlle,
.list_btlle_pat .light_btlle,
.list_btlle_res .light_btlle,
.list_btlle_mill .light_btlle,
.list_btlle_rose .light_btlle,
.list_btlle_orig .light_btlle{
	display: block;
	width: 193px;
	height: 334px;
	margin: auto;
	left: 50%;
	margin-left: -97px;
	top: 0;
	z-index: 1;
	background: url(img/light_list_btlle.png)center center no-repeat;
	background-size: cover;
	display: none;
}
.list_btlle_rata .light_btlle{
	display: block;
	width: 193px;
	height: 334px;
	margin: auto;
	left: 50%;
	margin-left: -97px;
	top: 0;
	z-index: 1;
	background: url(img/light_list_btlle_rataf.png)center center no-repeat;
	background-size: cover;
	display: none;
}
/*
===========================
FIN-GAMME
===========================
*/
/*
===========================
HISTOIRE
===========================
*/
.historique .outter_right{
	padding: 200px 0 130px 0;
	z-index: 99;
}
.historique h1{
	font-family: 'Fjalla One', sans-serif;
	font-size: 1.8em;
	line-height: 1.4em;
	text-align: center;
	
	position: relative;
	display: table;
	margin: auto;
	padding: 15px 0 25px 0;
}
/*
.historique h2{
	font-style:italic;
	text-align: center;
	font-size: 0.9em;
	position: relative;
	display: table;
	margin: auto;
	padding: 15px 0 25px 0;
}
*/
.historique h1:after{
	content: "";
	display: block;
	position: absolute;
	bottom:0px;
	left: 50%;
	width: 70%;
	margin-left: -35%;
	height: 1px;
	background: #fff;
}
.historique .inner_right p{
	padding-top: 60px;
}

#container {
  height:801px; 
  overflow:visible; 
  padding:0; 
  position:relative;
}
.box {
	background-color: #91e600;
	text-align: center;
	width: 196px;
	height: 100px;
	line-height: 100px;
	color: black;
	position: absolute;
	top:0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.wrapper_date{
	display: table;
	margin:auto;
	padding-top: 150px;
}
.wrapper_date li{
	float: left;
}
.wrapper_date li a {
	color:#a2a2a2;
	font-family: 'Fjalla One', sans-serif;
	font-size: 1.4em;
	padding: 0 10px;
	position: relative;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
}
.wrapper_date li a:hover{
	color:#fff;
}
.wrapper_date li a:before{
	content: "";
	display: block;
	position: absolute;
	width: 1px;
	/* height: 30px; */
	height: 0;
	background: #fff;
	left: 50%;
	top:-40px;
}
.wrapper_date li a:after{
	content: "";
	display: block;
	position: absolute;
	width: 1px;
	/* height: 30px; */
	height: 0;
	background: #fff;
	left: 50%;
	bottom:-40px;
}
.wrapper_date li a.active{
	color:#fff;
}
.wrapper_date li a.active:before{
	height: 30px;
}
.wrapper_date li a.active:after{
	height: 30px;
}


.date_xl{
	font-size: 600px;
	line-height: 600px;
	letter-spacing: -40px;
	bottom:-100px;
	right:0;
	font-family: 'Fjalla One', sans-serif;
	opacity: 0.1;
	filter : alpha(opacity=10);
	-moz-opacity : 0.1;
	-khtml-opacity:0.1;
	-ms-filter: "alpha(opacity=10)";
	 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10);
	 z-index: 1;
}
.small-date_xl{
	letter-spacing: -120px;
    opacity: 0.3;
}




.histo{
	position: absolute;
	left:50%;
	cursor:-webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
    display: block;
    outline: none;
}
.histo:active{
	cursor:-webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing;
}
.histo_19{
	width: 864px;
	height: 585px;
	background: url(img/histo_19.png)center center no-repeat;
	margin-left: -713px;
	top:-20px;
	z-index: 11;
}
.histo_13{
	width: 685px;
	height: 535px;
	background: url(img/histo_13.png)center center no-repeat;
	margin-left: -611px;
	top:522px;
	z-index: 11;
}
/*
===========================
FIN-HISTOIRE
===========================
*/
/*
===========================
CUVEE
===========================
*/
.cuvee .outter_right{
	padding: 145px 0 50px 0;
}
.btlle_xl{
	height: 572px;
	width: 100%;
	background: red;
}
.btlle_xl_patron{
	background: url(img/btlle_xl_patron.png)center center no-repeat;
	background-size: auto 572px;
}
.btlle_xl_nature{
	background: url(img/btlle_xl_nature.png)center center no-repeat;
	background-size: auto 572px;
}
.btlle_xl_millesime{
	background: url(img/btlle_xl_millesime.png)center center no-repeat;
	background-size: auto 572px;
}
.btlle_xl_reserve{
	background: url(img/btlle_xl_reserve.png)center center no-repeat;
	background-size: auto 572px;
}
.btlle_xl_rose{
	background: url(img/btlle_xl_rose.png)center center no-repeat;
	background-size: auto 572px;
}

.btlle_xl_mongamin{
	background: url(img/btlle_xl_mongamin.png)center center no-repeat;
	background-size: auto 572px;
}

.btlle_xl_ratafia{
	background: url(img/btlle_xl_ratafia-coffret.png)center center no-repeat;
	background-size: auto 572px;
}
.btlle_xl_origines{
	background: url(img/btlle_xl_origine.png)center center no-repeat;
	background-size: auto 572px;
}
.cuvee h1{
	font-family: 'Fjalla One', sans-serif;
	font-size: 1.8em;
	line-height: 1.4em;
	text-align: center;
	padding-top: 30px;
}
.cuvee h2{
	font-style:italic;
	text-align: center;
	font-size: 0.9em;
	position: relative;
	display: table;
	margin: auto;
	padding: 15px 0 25px 0;
}
.cuvee h2:after{
	content: "";
	display: block;
	position: absolute;
	bottom:0px;
	left: 50%;
	width: 70%;
	margin-left: -35%;
	height: 1px;
	background: #fff;
}
.cuvee .inner_right p {
	padding: 30px 0;
}
.cuvee .inner_right p.dispo{
	font-family: 'Fjalla One', sans-serif;
	font-size: 0.7em;
	line-height: 32px;
	height: 32px;
	padding: 0 0 0 35px
}
.dispo_btlle{
	background: url(img/dispo_btlle.svg)center left no-repeat;
	background-size: 25px auto;
}
.dispo_demie_btlle_mag{
	background: url(img/dispo_demie_btlle_mag.svg)center left no-repeat;
	background-size: 25px auto;
}

.next_cuvee{
	display: table;
	float: right;
	line-height: 1em;
	border: 1px solid #fff;
	padding: 25px;
	margin-top: 40px;
}
.next_cuvee a{
	padding: 0;
	margin: 0;
	display: inline-block;
	color:#fff;
}
.next_cuvee a.cuvee_suivante{
	font-family: 'Fjalla One', sans-serif;
	font-size: 0.7em;
}
.next_cuvee a.name_cuvee_suivante{
	font-family: 'Amiri', serif;
	font-style: italic;
	font-size: 0.8em;
}
/*
===========================
FIN-CUVEE
===========================
*/
/*
===========================
CONTACT
===========================
*/

.body_contact .inner_right {
	width: 60%;
}

.indications {
    background-color: #FFF;
    margin-top: 20px;
    padding: 20px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    color: #000;
}

.contact .outter_right{
	padding: 200px 0 130px 0;
}
.contact h1{
	font-family: 'Fjalla One', sans-serif;
	font-size: 1.8em;
	line-height: 1.4em;
	text-align: center;
}
.contact h2{
	font-style:italic;
	text-align: center;
	font-size: 0.9em;
	position: relative;
	display: table;
	margin: auto;
	padding: 15px 0 25px 0;
}
.contact h2:after{
	content: "";
	display: block;
	position: absolute;
	bottom:0px;
	left: 50%;
	width: 70%;
	margin-left: -35%;
	height: 1px;
	background: #fff;
}
.contact .inner_right p{
	padding: 60px 0 40px 0;
}
.contact a{
	color:#fff;
}









#cd-google-map{
	position: fixed;
}
.body_contact .main_content{
	position: relative;
	top: 0;
	right: 0;
	width: 100%;
	pointer-events: none;
}




/*
===========================
FIN-CONTACT
===========================
*/
/*
===========================
FORMULAIRE
===========================
*/
#contact {
	width: 100%;
	min-height: 100%;
	float:left;
	position: relative;
	z-index: 994;
	overflow: hidden;
	text-align: center;
	margin-bottom: 10px;
}
#contact p {
	width: 60%;
	margin: auto;
	font-weight: 300;
}




#formulaire {
	padding: 10px 0 0 0;
}
#formulaire p {
	text-align: left;
	position: relative;
}
#formulaire p .error-message  {
	position: absolute;
	right: 0;
	bottom: -25px;
	font-style: italic;
	color:#d56866;
	font-size: 0.8em;
}
#formulaire p.label {
	padding: 10px 0 5px 0;
}
#formulaire input, #formulaire textarea {
	width: 100%;
	background: none;
	outline: none;
	border: 1px solid #ddd;
	color: #fff;
	font-family: 'Amiri', serif;
	font-size: 1em;
}
#adresse {
	display: none;
}
#formulaire textarea,
#formulaire input[type="text"],
#formulaire input[type="button"],
#formulaire input[type="submit"] {
     -webkit-appearance: none;
     border-radius: 0;
}

#formulaire input {
	height: 30px;
}
#formulaire textarea {
	height: 150px;
	resize: none;
}
#formulaire input.bouton {
	width: 140px;
	margin: auto;
	display: block;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 30px;
	height: 50px;
	font-size: 1em;
	cursor: pointer;
}
/*
===========================
FIN-FORMULAIRE
===========================
*/
/*
===========================
MAP
===========================
*/
#google-container {
  position: relative;
  width: 60%;
  background-color: #e7eaf0;
}
#cd-google-map {
  position: relative;
}
#cd-google-map address {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 1em 1em;
  background-color: rgba(211, 104, 104, 0.9);
  color: white;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media only screen and (min-width: 768px) {
  #cd-google-map address {
    font-size: 15px;
    font-size: 0.9375rem;
    text-align: center;
  }
}

#cd-zoom-in, #cd-zoom-out {
  height: 32px;
  width: 32px;
  cursor: pointer;
  margin-left: 9px;
  background-color: #000;
  background-repeat: no-repeat;
  background-size: 32px 64px;
  background-image: url("img/cd-icon-controller.svg");
}
.no-touch #cd-zoom-in:hover, .no-touch #cd-zoom-out:hover {
  background-color: #5d5c5c;
}

#cd-zoom-in {
  background-position: 50% 0;
  margin-top: 9px;
 /*  margin-bottom: 1px; */
}

#cd-zoom-out {
  background-position: 50% -32px;
}

.content_map h1.firstHeading{
	color:#2f2d2f;
}

/*
===========================
FIN-MAP
===========================
*/
/*
===========================
FOOTER
===========================
*/
.flare_bottom{
	width: 100%;
	height: 529px;
	bottom: 0;
	left: 0;
	background: url(img/flare_bottom.png)bottom left no-repeat;
	z-index: 10;
}
footer{
	background: #fff;
	color:#b1b1b1;
	font-size: 0.7em;
	position: relative;
	z-index: 999;
}
footer a{
	color:#b1b1b1;
}
.wrapper_footer{
	padding: 40px 0 40px 40px;
}
.infos_footer{
	float: left;
}
.inner_infos_footer{
	padding: 0 0 0 110px;
	background: url(img/logo.svg)left center no-repeat;
	background-size: 92px 40px;
}
.infos_footer p{
	padding: 13px 0 13px 17px;
	border-left:1px solid #dddddd;
}
.copy_footer{
	float: right;
}
.copy_footer{
	padding: 55px 20px 0 0;
}


.googleMapMobile{
	display: none;
}

#langue_bloc{
	margin-right: 22px;
	float: right;
}

.langue.active{
	color: rgba(0,0,0,1);
}





/*
===========================
FIN-FOOTER
===========================
*/
/*
===========================
RESPONSIVE
===========================
*/
@media screen and (max-width: 2000px) {
	.inner_right {
    	width: 65%;
	}
	
	
	
}
@media screen and (max-width: 1530px) {
	.inner_right {
    	width: 70%;
	}
	#map-canvas {
		width: 60%;
	}
}
@media screen and (max-width: 1170px) {
	.inner_right {
    	width: 80%;
	}
	
	
	
}
@media screen and (max-width: 1400px) {
	.wrapper_right {
    	width: 50%;
	}
	.cache{
		width: 50%;
	}
	header {
		width: 50%;
	}
	.border_top{
		width: 50%;
	}
	.col33{
		width: 33%;
	}
	
	#map-canvas {
		width: 50%;
	}

}
@media screen and (max-width: 1024px) {
	.container{
		width: 100%;
	}

}
@media screen and (max-width: 890px) {
	.list_btlle{
		width: 50%;
	}
}
@media screen and (max-width: 680px) {
	.col33{
		width: 50%;
	}
	.list_btlle{
		width: 33.3%;
	}
	#google-container{
		width: 100%;
		display: none;
	}
	.body_contact .cache{
		display: none;
	}
	.googleMapMobile{
		display: block;
		overflow: hidden;
		width: 100%;
		filter: grayscale(100%);
		height: 370px;
	}
	.contact .outter_right{
		padding: 50px 0 130px;
	}
	.body_contact .wrapper_right{
		width: 100%;
	}
	.body_contact header{
		width: 100%;
	}
	.body_contact .border_left{
		display: none;
	}
	.body_contact .facebook{
		left: 0;
	}
	.body_contact .outter_right{
		padding: 50px 10px 130px 10px;
	}
	
	#map-canvas {
		width: 100%;
	}
	
}
@media screen and (max-width: 555px) {
	.list_btlle{
		width: 50%;
	}
	.cache{
		background: rgba(0,0,0,0);
	}
}

/*
===========================
FIN-RESPONSIVE
===========================
*/










