.pWine .container {
	position: relative;
	background-color: #ffffff;
	height: calc( 100% - 130px );
}
.pWine .container .bottle {
	height: 80%;
}
.pWine .container .col {
	padding-top: 50px;
}

.pWine .container .test {
	background-image: url('../../img/domaines/landeyran/test.jpg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	text-align: left;
}

.panel.desc {
	text-align: center;
}
.panel.desc h1 {
  font-size: 2em;
  font-weight: bold;
}
.panel.desc h2 {
  font-size: 1.6em;
  margin-bottom: 30px;
}
.panel.desc h1, .panel.desc h2 {
  font-family: 'Lora', serif;
  text-align: center;
}
.panel.desc .button {
	margin-top: 25px;
	background-color: #48342b;
	font-family: 'Lora', serif;
	font-size: 0.9em;
}

a.acces-gamme, a.acces-gamme:hover,
a.acces-gamme:focus, a.acces-gamme:active {
	position: absolute;
	bottom: 0;
	margin: 0;
	width: 100%;
	left: 0;
	background: #48342b;
	font-family: 'Lora', serif;
	text-transform: uppercase;
	line-height: normal;
	color: #c29e4a;
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: underline;
}

#la-gamme {
	padding: 50px 0;
}
#la-gamme ul li {
	text-align: center;
}
#la-gamme ul li a {
	background: #c29e4a;
	color: rgba(73,52,43,1);
	font-weight: bold;
	font-family: 'Lora', serif;
	text-transform: uppercase;
}

ul.listreview {
	margin-left: 0;
	list-style-type: none;
	margin-top: 30px;
}
ul.listreview li .dot {
	width: 15px;
	height: 15px;
	border-radius: 10px;
	border: 1px solid  #c29e4a;
	background: #f2f2f2;
	display: inline-block;
}
ul.listreview li .dot.full {
	background: #c29e4a;
}


@media only screen and (max-width: 1439px) {

	.pWine .container {
		height: auto;
	}
	a.acces-gamme, a.acces-gamme:hover, a.acces-gamme:focus, a.acces-gamme:active {
		position: relative;
	}
}