#droite>.content{
	background: url('../../images/vins/fond_droite.jpg') no-repeat top right;
	-webkit-background-size: cover;
	background-size: cover;
}
#bouteille img{
    height: 700px;
    margin-top: 110px;
    margin-left: 42px;
}

#details_vin{
	height: calc(100vh - 62px);
	padding: 160px 0;
	
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#details_vin .details{
	max-height: 100%;
	overflow: auto;	
	align-items: center;
	
    display: flex;
    flex-direction: column;
    padding: 0 10px;
	
	color: #FFF;
	font-size: 17px;
	font-weight: 100;
}
#details_vin h1{
	position: relative;
	display: inline-block;
	padding: 0 25px;
	margin: 0 auto;
	margin-bottom: 15px;
	color: #c49f64;
	font-family: "bodoni";
	font-size: 45px;
}
#details_vin h1:before, #details_vin h1:after{
	content: '';
	position: absolute;
	bottom: 15px;
	width: 8px;
	height: 8px;
	background: #c49f64;
	border-radius: 50%;
}
#details_vin h1:before{
	left: 0;
}
#details_vin h1:after{
	right: 0;
}

#details_vin .description{
	text-align: center;
	line-height: 35px;	
	border-bottom: 1px solid #c49f64;
}

#details_vin .prix{
	margin-top: 20px;
	align-self: flex-end;
}
#details_vin .prix .valeur{
	font-weight: 300;
	font-size: 31px;
	color: #c49f64;
}
#details_vin #ajout_panier{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
#details_vin #ajout_panier label{
	margin: 0;
}
#details_vin #qte{
	font-size: 23px;
	color: #000;
	background: #FFF;
	border: 1px solid #c49f64;
	width: 60px;
	height: 50px;
	text-align: center;
	padding: 10px;
	margin: auto 15px;
}
#details_vin #qte:focus{
	border: 1px solid #c49f64;
	outline-color: #c49f64;
}
#details_vin .dispo svg{
	color: #499802;
	margin-right: 10px;
}
#details_vin .indispo svg{
	color: #b10000;
	margin-right: 10px;
}
#details_vin .ajoutPanier{
	margin-left: 50px;
	
	width: 150px;
	height: 50px;
	color: #FFF;
	text-align: center;
	
	background: #5f4c2d; /* Old browsers */
	background: -moz-linear-gradient(top,  #5f4c2d 0%, #c8a164 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #5f4c2d 0%,#c8a164 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #5f4c2d 0%,#c8a164 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f4c2d', endColorstr='#c8a164',GradientType=0 ); /* IE6-9 */
	
	border: none;
	box-shadow: none;
	outline: none;
}

.retour{
	position: absolute;
	bottom: 0;
	right: 0;
	
	display: flex;
	align-items: center;
	justify-content: flex-end;
	
	align-self: flex-end;
	justify-self: flex-end;
	
	margin: 60px 0;
	text-decoration: none !important;
}
.retour .icon{
	margin-right: 5px;
	user-select: none;
}
.retour .txt{
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #FFF;
	font-size: 14px;
	font-weight: 100;
	line-height: 20px;
}
.retour .txt .gold{
	font-family: bodoni;
	font-weight: 500;
	font-size: 20px;
	color: #c49f64;
}

/* --------------------------------------------------------------- */
/*
/* Responsive
/*
/* --------------------------------------------------------------- */

@media screen and (max-width: 1690px) {
	#details_vin .description {
		line-height: 27px;
		font-size: 14px;
	}

	#bouteille img {
		height: 520px;
	}

	#details_vin #ajout_panier {
		flex-wrap: wrap;
	}

	#details_vin .ajoutPanier {
		margin-left: initial;
		margin: 15px auto;
		width: 242px;
		display: block;
	}
}

@media screen and (max-width: 1450px) {
	#details_vin h1 {
		padding: 0 20px;
		margin-bottom: 12px;
		font-size: 35px;
	}

	#bouteille img {
		margin-left: -15px;
	}
}

@media screen and (max-width: 1199px) {

}

@media screen and (max-width: 991px) {
	#texte_page {
		padding: 30px 15% 30px 15%;
		height: 480px;
		max-height: 380px;
	}

	#details_vin {
		height: auto;
	}
}

@media screen and (max-width: 767px) {

}

@media screen and (max-width: 575px) {

	#texte_page {
		height: 580px;
		max-height: 480px;
	}

	#bouteille img {
		margin-left: auto;
		margin: 20px auto;
		display: block;
		height: 450px;
	}

	#details_vin {
		padding: 10px 0;
	}

	#details_vin .details {
		padding: 10px 20px 10px 20px;
	}

	.retour {
		position: relative;
		bottom: initial;
		right: initial;
		margin: 10px 20px;
	}
}

@media screen and (max-width: 430px) {
	#bouteille img {
		height: 380px;
	}

	#details_vin .description {
		line-height: 18px;
		font-size: 12px;
	}

	#details_vin h1 {
		font-size: 27px;
	}

	#details_vin h1:before, #details_vin h1:after {
		bottom: 10px;
		width: 6px;
		height: 6px;
	}
}