@charset "UTF-8";
/* CSS Document */


html, body{
	font-family: "museo_sans300", Arial, Helvetica, sans-serif;
	color:#404040;
	font-size:14px;
	line-height:24px;
	font-style:normal;
	background-color:#EDEAE4;
	background-image: url(images/background-matiere-carte-vins.png);
	background-repeat: repeat;
	
		height: 100%;

}


* {
  margin: 0;
  padding: 0;
}
	

/*
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

FONTS

////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

*/
@font-face {
    font-family: 'cabinmedium';
    src: url('fonts/cabin-medium-webfont.eot');
    src: url('fonts/cabin-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/cabin-medium-webfont.woff') format('woff'),
         url('fonts/cabin-medium-webfont.ttf') format('truetype'),
         url('fonts/cabin-medium-webfont.svg#cabinmedium') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'museo_sans300';
    src: url('fonts/museosans_300-webfont.eot');
    src: url('fonts/museosans_300-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/museosans_300-webfont.woff') format('woff'),
         url('fonts/museosans_300-webfont.ttf') format('truetype'),
         url('fonts/museosans_300-webfont.svg#museo_sans300') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'museo_sans700';
    src: url('fonts/museosans_700-webfont.eot');
    src: url('fonts/museosans_700-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/museosans_700-webfont.woff') format('woff'),
         url('fonts/museosans_700-webfont.ttf') format('truetype'),
         url('fonts/museosans_700-webfont.svg#museo_sans700') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

Header

////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

*/

@media all and (min-width: 480px) {
#header{
	width:49.50%;
	height:auto;
	float:right;
	clear:right;
	z-index:20;
	position:relative;
	background-color:#FFF;
	
	}

.logo{
	width:100%;
	height:100px;
	}

.logo img{
	width:146px;
	height:80px;
	display: block;
	margin-top:10px;
    margin-left: auto;
    margin-right: auto; }	
	
}

@media all and (max-width: 480px) {
#header{
	width:100%;
	height:auto;
	background-color:#FFF;
	float:left;
	z-index:inherit;
	position:relative;
	}

.logo{
	width:100%;
	height:100px;
	}

.logo img{
	width:146px;
	height:80px;
	display: block;
	margin-top:10px;
    margin-left: auto;
    margin-right: auto; }	
	
}

/*
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

Menu

////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

*/

nav{
	width:100%;
float:right;
background-color:#FFF;
/*vertical-align:top;*/}

nav ul li{
		width:50%;
		height:20px;
		padding-top:20px;
		padding-bottom:10px;
		float:left;
			border-bottom:3px solid transparent;
}

nav li{
	display:block;
	font-family: 'cabinmedium';
	font-size:16px;
	
	/*line-height:45px;*/
}





nav li a:link, nav li a:visited, nav li a:active{
	color: #696969;
	text-decoration:none;
	margin-top:10px;
	margin-left:10%;
	/*margin-right:5px;
	padding-left:5px;
	padding-right:5px;*/
	}
	
nav ul li a:hover{
	color: #A03227;
	text-decoration:none;
}

.activation{
	border-bottom:3px solid #A03227;
}	
		


/*
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

Menu Teille

////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

*/

/*BOUTON pour clic apparition*/
@media all and (min-width: 480px) {

button{
	border: none;
	width:30px;
	height:30px;
-webkit-transform:rotate(45deg);
		transform:rotate(45deg);

	z-index:1000;
		position: fixed;
		top:242px;
		right:26px;
}
}

@media all and (max-width: 480px) {

button{
	border: none;
	width:30px;
	height:30px;
-webkit-transform:rotate(45deg);
		transform:rotate(45deg);

	z-index:1000;
		position: fixed;
		top:26px;
		right:26px;
}
}

.img-liste-teille, .img-liste-teille:hover{
	height:30px;
	width:30px;
	background-repeat: no-repeat;
	background-position: center center;
-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	z-index:9999;
}

@-moz-document url-prefix()/*hack FF*/
{
.img-liste-teille, .img-liste-teille:hover{
	height:12px;
	width:22px;
	background-repeat: no-repeat;
	background-position: center center;
-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	z-index:9999;
}
}



	
button > .img-liste-teille{
	background-image: url(images/vins-bourgogne-hover.png);
}	
button.active > .img-liste-teille{
	background-image: url(images/vins-bourgogne.png);
}

button, button:hover {
	background: #C0982A;
}

button.active {
	background:#FFF;
}

button.disabled {
	background: #C0982A;
	pointer-events: none;
}


/*GESTION DU Z INDEX DE LA ZONE*/


@media all and (min-width: 480px) and (min-height: 720px) {
 #cbp-spmenu-s2{
	z-index:5;
	background-color:#C0982A;
	}
	
.cbp-spmenu {
	position: fixed;
	padding-top:210px;
}
}

@media all and (min-width: 480px) and (max-height: 720px) {
#cbp-spmenu-s2{
	z-index:999;
	background-color:#C0982A;
	}
	
.cbp-spmenu {
	position: fixed;
	padding-top:0px;
}
}

/*
OK AVANT TEST CONS

@media all and (min-width: 480px) {
#cbp-spmenu-s2{
	z-index:5;
	background-color:#C0982A;
	}
	
.cbp-spmenu {
	position: fixed;
	padding-top:210px;
}
}*/

@media all and (max-width: 480px) {
#cbp-spmenu-s2{
	z-index:20;
	background-color:#C0982A;
	}
.cbp-spmenu {
	position: fixed;
	padding-top:0px;
}
}


.cbp-spmenu h3 {
		font-family: "museo_sans700", Arial, Helvetica, sans-serif;
	line-height:34px;
		font-size:14px;
		color:#FFF;
		font-weight:100;
	}

.cbp-spmenu a {
		font-family: "museo_sans300", Arial, Helvetica, sans-serif;

	display: block;
	color: #404040;
		text-decoration:none;
		line-height:24px;
		font-size:14px;
}

.cbp-spmenu a:hover {
	color: #FFF;
		text-decoration:none;

}

.cbp-spmenu a:active {
	color: #FFF;
	text-decoration:underline;
}


/* Orientation-dependent styles for the content of the menu */
@media all and (min-width: 480px) {

.cbp-spmenu-vertical {
	/*width: 240px;*/
	width:50%;
	height: 100%;
	top: 0;
/*	z-index: 1000;*/
	z-index:100;
}

.cbp-spmenu-vertical a {
}

.cbp-spmenu-horizontal {
	width: 50%;
	height: 150px;
	left: 0;
	z-index: 1000;
	overflow: hidden;
}
}


@media all and (max-width: 480px) {

.cbp-spmenu-vertical {
	width:100%;
	height: 100%;
	top: 0;
	z-index:100;
}

.cbp-spmenu-vertical a {

}

.cbp-spmenu-horizontal {
	width: 100%;
	height: 150px;
	left: 0;
	z-index: 1000;
	overflow: hidden;
}
}


/* Vertical menu that slides from the left or right */

.cbp-spmenu-right {
	right: -100%;/*relie a ca : .cbp-spmenu-vertical*/
}

.cbp-spmenu-right.cbp-spmenu-open {
	right: 0px;
}

/* Push classes applied to the body */

.cbp-spmenu-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}

.cbp-spmenu-push-toright {
	left: 240px;
}

.cbp-spmenu-push-toleft {
	left: -240px;
}

/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {/*à la base 0.3*/
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	transition: all 0.7s ease;
}


.recadrage{
	width:90%;
	margin-left:5%;
	}


/*
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

Galerie images

////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

*/
@media all and (min-width: 480px) {

#galerie-image{
	width:50%;
	min-width:250px;
	margin:0;
	padding:0;
	top:0px;
	float:left;
	
	z-index:10;
	
	position:fixed;
	height:100%;
	min-height:600px;
}
#galerie-image li,
iframe{
	width:50%;
	position:fixed;
	left:0px;
	top:0px;
	}
.map{
	
	background-color:#000;}
	}
	
@media all and (max-width: 480px) {

#galerie-image{
/*	width:inherit;
	float:inherit;
	position:inherit;
	height:inherit*/
	width:100%;
	top:0px;
	float:left;
	
	z-index:0;
	
	position:relative;
	float:left;
	height:auto;
	min-height:600px;
	/*width:100%;
	top:0px;
	float:left;
	
	z-index:0;
	
	position:relative;
	float:left;
	height:150px;
	margin-bottom:100px;*/
}
	
#galerie-image li,
iframe{}


.map{
	
	background-color:transparent;}
	}	
	

	
iframe{
	opacity:0.9;}
	
/*
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

Content

////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

*/
@media all and (min-width: 480px) {

#conteneur {
		position: relative;
		min-height: 98%;
		height: 98%;
		voice-family: "\"}\"";
		voice-family: inherit;
		height: auto;

	}
html>body #conteneur {
	height: auto;
}
			
#contenu{
	width:50%;

display:block;
	margin:0;
	padding:0;
	left:50%;
	position:relative;
	

	}
}

@media all and (max-width: 480px) {

#conteneur {
	float:left;
	width:100%;
	}
html>body #conteneur {
	/*height: auto;*/
}
			
#contenu{
	width:100%;
	
float:left;

	}
}


@media all and (min-width: 480px) {

article{
	padding-bottom:140px;
		padding-top:26px;

	}
}

@media all and (max-width: 480px) {
article{
		padding-top:0px;

	}
}
	
article{
	width:85%;
	margin-left:5%;
	clear:right;
}
article p{
	font-family: "museo_sans300", Arial, Helvetica, sans-serif;
	color:#404040;
	font-size:14px;
	font-weight:100;}

article p strong{
	font-family: "museo_sans700", Arial, Helvetica, sans-serif;
	font-weight:100;
	}

article p a:link, article p a:visited, article p a:active{
	text-decoration:none;
	color:#000;
	}

article p a:hover{
	text-decoration:underline;
	color:#000;}	


h1, 
h2{
	font-family: "museo_sans700", Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:100;
	}

@media all and (min-width: 480px) {
h1{
	color:#8A8C8E;
	margin-top:26px;
	font-weight:100;
	}
}

@media all and (max-width: 480px) {
h1{
	color:#8A8C8E;
	margin-top:0px;
	font-weight:100;
	}
}
	

h2{
	color:#FFF;
	margin-top:8px;
	font-weight:100;
	}	
	
.deco-dessus-txt,
.deco-dessous-txt{
	height:2px;
	position:relative;
	margin-top:28px;
	margin-bottom:26px;}
	
.deco-dessus-txt{
	width:25px;
	}	

.deco-dessous-txt{
	width:50px;
	}	
	
	
article .deco-dessus-txt,
article .deco-dessous-txt	{
	background-color:#C0982A;
}

.recadrage .deco-dessus-txt,
.recadrage .deco-dessous-txt	{
	background-color:#FFF;
}

.recadrage h1{
	color:#EDEAE4;}
	
/*HACK POUR GRAISSE FONT CAR PUTAIN DE COUILLES AVEC LES A FONT FACE*/
h1,
h2{
	-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
/*font-smoothing: antialiased;*/
font-smoothing: antialiased;
font-weight:normal;
}		

p.interlignage{
	line-height:34px;
	}
	
.interlignage strong{
	font-family: "museo_sans500", Arial, Helvetica, sans-serif;
	margin-right:5px;
	font-weight:100;}
	
.choix-vin-activ{
	color:#A03227;}	

/*
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

Footer

////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

*/
@media all and (min-width: 480px) {

footer{
	width:50%;
	position: absolute;
	bottom: 0px;
	right:0px;

}
}

@media all and (max-width: 480px) {

footer{
	width:100%;
	height:28px;
	float:left;

}
}

.abus-alcool{
	display:block;
	width:80%;
	margin-left:5%;
	}	
	
.mentions a{
	display:block;
	width:80%;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:5%;
	}
	
footer a:link, footer a:visited, footer a:active{
	margin-right:50px;
	text-decoration:none;
	color:#808080;}			
	
footer a:hover{
	color:#000;}
	
.breack{
	display:block;
	line-height:0px;
}