@charset "utf-8";
/* CSS Document */
/* Color
#272727
#323232
#EC2427
*/

body {
	font-family: 'Oswald', sans-serif;
	font-weight:300;
	font-size:19px;
	line-height:1.5;
	background-color:#272727;
	color:#FFFFFF;
}
.wrap {
	width: 100%;
	overflow: Hidden;
	padding: 0	15px;
}
.top{
	background-color:#EC2427;
	color:#FFFFFF;
	padding:10px 0;
}
.bgTop{
	min-height:300px;
	background-color:#323232;
	position:relative;
	overflow: hidden;
}
.bgTop:after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	width: 0;
	height: 0;
	background-color: transparent;
	outline: none;
	bottom: 0;
	border-right: 2500px solid #272727;
	border-top: 60px solid transparent;
}
.bgBottom{
	background-color:#272727;
	min-height:300px;
}
.floatLeft {
	float: left;
}	
.floatRight {
	float: right;
}	
p{
	margin-bottom:15px;
	text-align: justify;
}
span.gras{
	font-weight:400;
}
ul {
	list-style-type:none;
}
.bgBottom{
	position:relative;
}
#menu li a:hover{
	color:#EC2427;
}
.tools a{
	padding: 0 10px;
	border-left: 1px solid #323232;
}
.tools span:last-child a{
	border-right: 1px solid #323232;
}
.lignePanel{
	clear:both;
	width:100%;
	overflow:hidden;
	padding:50px 5%;
}
.lignePanel.prems{
	clear:both;
	width:100%;
	overflow:hidden;
	padding:0 5%;
	margin-top:-75px;
}
.bgBottom .panel{
	position:absolute;
	top:-80px;
	right:5%;
	width:30%;	
}
.lignePanel .panel{
	position: relative;
	width: 30%;
	float: right;
}
.panel3{
	position: relative;
	width: 30%;
	float: left;
	margin-right: 5%;
}
.panel3:last-child{
	margin-right: 0;
}
.panel h2,
.panel3 h2{
	text-align:center;
}
.bodyPanel{
	padding:85px 15px 15px;
	background-color:#323232;
}
.bodyPanel.prems{
	padding: 15px;
	background-color:transparent;
	margin-bottom: 50px;
}
.bodyPanel.enValeur{
	padding: 60px 15px;
	width:65%;
}
.photo{
	width:100px;
	height:100px;
	border-radius:50px;
	border:5px solid #EC2427;
	position: absolute;
	left: 50%;
	top: -50px;
	margin-left: -50px;
	background-color:#272727;
}
.photo.prems{
	position:relative;
	margin:0 auto 20px;
	left:0;
	top:0;
}
.photo i{
	font-size: 250%;
	text-align: center;
	display: block;
	margin: 0 auto;
	margin-top: 25%;
}
h1,
h2{
	font-weight:normal;
	line-height:1;
	margin-bottom:30px;
	font-size:130%;
}
h3{
	font-weight:normal;
	line-height:1;
	margin-bottom:30px;
	font-size:100%;
}
h1 span,
h2 .slogan{
	font-size:76%;
	font-weight:300;
	text-transform:none;
}
h1.logo{
	text-shadow:0 0 5px rgba(0,0,0,1);
	font-size:250%;
	text-transform:none;
}
h1.logo span{
	text-shadow:none;
	font-size:70%;
	color:rgba(255,255,255,0.5);
}
h1 .titre,
h2 .titre{
	color:#a6b522;
	line-height:1.5;
	font-size:200%;
	border-left:5px solid #a6b522;
	padding-left:10px;
	text-transform:none;
}
h1 .gda,
h1 .slogan,
h2 .gda,
h2 .slogan{
	padding-left:15px;
	color:rgba(255,255,255,0.5);
}
a,
a:visited{
	transition:all 300ms;
	color:#EC2427;
}
a.lienPhoto{
	color:#FFF;
}
a.lienPhoto:hover .photo{
	border-color:#FFF;
}
p a i{
	padding:0 10px;
	border-left:1px solid #EC2427;
}
a:hover{
	color:#FFF;
}
.signature{
	font-style:italic;
	font-size: 90%;
	color:rgba(255,255,255,0.5);
	text-align:right;
}
#abec{
	padding-left:10%;
}
#abec img{
	display:block;
	width:180px;
}
.margeBas{
	margin-bottom:20px;
}
.paddingTop{
	padding-top:30px;
}
.reseaux{
	font-size:130%;
	padding:5px 20px 5px 0;
	margin-right:15px;
}
.partenaires{
	font-size:90%;
	color:rgba(255,255,255,0.5);
	text-align:right;
}

/* bnt scroll-top */
.scroll-top {
	display:block;
	position:fixed;
	bottom:-45px;
	right:20px;
	transition:all 500ms;
	z-index:10;
	font-size:200%;
	color: rgba(255,255,255,0.7);
	text-shadow:0 0 8px rgba(0,0,0,0.4);
}
.scroll-top:hover {
	color:#EC2427;
	text-shadow:0 0 8px rgba(0,0,0,0.75);
}
.show {
	bottom:20px;
}

/* header */
#icon-menu {
	display:none;
	z-index:15;
}
header{

}
header nav{
	width: 100%;
	overflow: hidden;
	background-color:#272727;
	border-bottom:3px solid #EC2427;
	position:relative;
	z-index:10;
}
header nav ul{
	list-style-type:none;
	overflow:hidden;
	float: right;
	width: 430px;
}
header nav ul li{
	float:right;
	margin-right:20px;
}
header nav ul li:first-child{
	margin-right:0;
}
header nav ul li a{
	display:block;
	width:100%;
	padding:7px 0;
}
header a,
header a:hover,
header a:visited,
header a:focus{
	color:#FFFFFF;
	text-shadow:none;
    font-weight:400;
}
.logoTop{
	display:block;
	z-index:10;
}

/* contenu */
.abcd img{
	display:block;
	width:200px;
	margin:0 auto 20px;
}
.abcd p{
	text-align:center;
}
.image100{
	width:100%;
	height:100%;
	background-color:#657778;
	background-attachment:fixed;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:bottom center;
	position:relative;
	overflow:hidden;
}
.restaurant{
	background-image:url(../images/table-restaurant-vins-grenoble-le-gout-des-autres.jpg);
}
.groupe{
	background-image:url(../images/degustation-restaurant-vins-grenoble-le-gout-des-autres.jpg);
}
.carte{
	background-image:url(../images/pain-restaurant-vins-grenoble-le-gout-des-autres.jpg);
}
.credits{
	background-image:url(../images/cave-restaurant-vins-grenoble-le-gout-des-autres.jpg);
}
.image100:before,
.image100:after{
	content:"";
	display:block;
	position:absolute;
	left:0;
	width:0;
	height:0;
	background-color:transparent;
	outline:none;
}
/*
.image100:before{
	top:0;
	border-right:2500px solid #657778;
    border-bottom:60px solid transparent;
}
*/
.image100:after{
	bottom:0;
	border-right:2500px solid #5b6b6b;
    border-top:60px solid transparent;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
	.image100{
	background-size:100%;
	background-attachment:scroll;
	}
	.restaurant{
		background-image:url(../images/table-restaurant-vins-grenoble-le-gout-des-autres_h.jpg);
	}
	.groupe{
		background-image:url(../images/degustation-restaurant-vins-grenoble-le-gout-des-autres_h.jpg);
	}
	.carte{
		background-image:url(../images/pain-restaurant-vins-grenoble-le-gout-des-autres_h.jpg);
	}
	.credits{
		background-image:url(../images/cave-restaurant-vins-grenoble-le-gout-des-autres_h.jpg);
	}
}
.row{
	width:100%;
	color:#FFF;
	padding:0 15px 30px ;
	overflow:hidden;
	clear:both;
	border:none;
	outline:none;
}
.row h1,
.row h2{
    margin-left:-15px;
    margin-right:-15px;
    padding-top:85px;
    padding-bottom:15px;
    padding-left:15px;
    padding-right:15px;
    border-bottom:1px dashed rgba(255,255,255,0.4);
}
.bas{
	position:absolute;
	bottom:0;
	left:0;
}
.col{
	float:left;
	width:31%;
	margin-right:3.5%;
}
.col.der{
	margin-right:0;
}
.imageRond{
	border-radius:50%;
	overflow:hidden;
	width:200px;
	height:200px;
	margin:30px auto;
}
#actu .col{
	min-height:400px;
}
#actu .imageRond{
	margin:30px auto;
}
#actu p,
#actu ul{
	text-align:center;
}
.imageRond img{
	display:block;
	width:100%;
	transition:all 300ms;
}
.imageRond img:hover,
.imageRond img:focus{
	width:110%;
	margin-top:-5%;
	margin-left:-5%;
}
.retrait{
	margin:0 20px;
}

/* carte & vins */
.listeMenu h3,
.listeVins h3{
	font-size: 85%;
	font-weight: normal;
	text-transform: uppercase;
}
.date,
.lieu {
	float: right;
	padding: 0 10px 0 15px;
	border-left: 1px solid;
	text-transform: none;
	font-weight:lighter;
}
.lieu{
	padding: 0 0 0 15px;
}
#formules .col{
	text-align:center;
}
#formules .col{
	position:relative;
	height:400px;
	margin-bottom:40px;
}
#photo-vins .col{
	height:260px;
}
#formules .col p{
	position:absolute;
	bottom:0;
	width:100%;
	text-align:center;
}
#bio{
	padding-top:60px;
	color:#a6b522;
}
.listeVins h3{
	color:#FFF;
	cursor:pointer;
	border-bottom:3px solid #EC2427;
	padding: 35px 0 10px 0;
	overflow: hidden;
}
.listeVins h3 br{
	display:none;
}
.listeVins h3.h3Inactif{
	color:#505050;
	border-color:#505050;
}
.listeVins h3:hover,
.listeVins h3:focus{
	color:#EC2427;
}
.listeVins h3.h3Actif{
	border-color:#FFF;
	color:#FFF;
}
.bodyListe{
	background-color: #323232;
	margin-bottom: 20px;
	padding: 15px 15px 5px 15px;
}	
.bodyListe ul{
	padding: 0 0 0 20px;
	margin-bottom: 15px;
	list-style: disclosure-closed;
}
.bodyListe ul li{
	margin-bottom: 5px;
}
.bodyListe h4{
	margin-bottom: 10px;
	border-bottom: 1px solid #272727;
	padding: 5px 0;
}


/* footer */
footer{
	background-color:#FFFFFF;
	color:#323232;
	padding:15px;
	overflow:hidden;
	width:100%;
}
footer ul{
	margin-bottom:15px;
}
footer iframe{
	width:100%;
	height:auto;
	border:0;
	margin-bottom:15px;
}
footer .ligne{
	float:none;
	clear:both;
	text-align:center;
	margin: 0 auto;
	width: 100%;
	display: block;
}
footer a,
footer a:visited{
	color:#272727;
}
footer a:hover,
footer a:focus{
	color:#EC2427;
}
.logoFooter {
	float:right;
	width:139px;
	height:70px;
}
footer h2{
	float:left;
}
.rowFooter{
	overflow:hidden;
	clear:both;
	margin-bottom:15px;
}

/* responsive */
@media screen and (max-width:940px) {
	.cacher{
		display:none;
	}
	#icon-menu{
		display:block;
    	text-align: center;
		cursor:pointer;
		float: left;
		padding-right: 10px;
	}
	#menu{
		width:100%;
	}
	footer .col{
		margin:0 0 20px;
	}
	footer .col.col1{
		width:45%;
		margin:0 0 20px 5%;
	}
	footer .col.col2{
		width:50%;
	}
	footer .col.der{
		width:100%;
	}
	.partenaires{
		text-align:center;
	}
}
@media screen and (max-width:768px) {
	#actu .col,
	#photo-vins .col,
	#formules .col{
		width:100%;
		margin:0 0 20px;
	}
	#formules .col1{
		height:345px;
	}
	.bgTop {
		min-height: 150px;
	}
}
@media screen and (max-width:580px) {
	#menu li{
		margin:0 0 15px;
		width:100%;
		border-bottom:1px solid #EC2427;
	}
	#menu li:last-child{
		margin:0;
		border:none;
	}
	#menu{
		padding:15px 15px 0;
	}
	h1.logo{
		font-size:150%;
	}
	footer .col.col1,
	footer .col.col2{
		width:100%;
		margin:0 0 20px;
	}
	.logoFooter,
	footer h2{
		float:none;
		clear:both
	}
	header{
		/*height:60px;*/
	}
	.logoTop{
    	top:5px;
	}
	.row h1,
	.row h2{
		padding-top:75px;
	}
	.retrait{
		margin:0;
	}
	.lignePanel .panel,
	.panel3{
		clear:both;
		float:none;
		width:100%;
		margin-bottom:50px;
	}
	.lignePanel .panel3{
		margin-bottom:150px;
	}
	.lignePanel.prems {
		margin-top: -55px;
	}
	.bodyPanel.enValeur{
		width:100%;
	}
	.date,
	.lieu {
		float:none;
		clear:both;
		padding: 0 10px 0 15px;
	}
	.listeVins h3 br{
		display:block;
	}
	h3 span:first-child{
		padding-bottom: 10px;
		display: inline-block;
	}
}