.produit_type {
	font-size: 1.8em;
	color: #C80A4D
}
.produit_wrapper {
	display: flex;
    display: -webkit-flex;
    display: -ms-flex;
	flex-direction: column-reverse;
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	border-bottom: 1px solid rgba(72,38,131,0.2)
}
.produits_wrapper, .produit_photos { position:relative }
.slider_produit { height: auto!important }
.slider_produit img { display: block }
.slider_produit ul, .slider_produit li {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	list-style: none
}
.slider_produit li { display: none }
.slider_produit li:first-child { display: block }
.slider_produit, .slider_produit li { overflow: hidden }
.slider_produit, .slider_produit img { width: 100% }
.produit_photos .controls {
	height: 30px;
	background-color: #cec2b4
}
.produit_photos .prevBtn {
	position: absolute;
	z-index: 998;
	top: 10px;
	left: 0;
	display: block;
	width: 46px;
	height: 72px;
	background: url('../img/icons/previous_photo.png') no-repeat scroll top center transparent;
	text-indent: -8000px
}
.produit_photos .nextBtn {
	position: absolute;
	z-index: 998;
	top: 10px;
	right: 0;
	display: block;
	width: 46px;
	height: 72px;
	background: url('../img/icons/next_photo.png') no-repeat scroll top center transparent;
	text-indent: -8000px
}
.produit_photos .controls a {
	color: white;
	text-decoration: none;
	text-align: center;
	padding: 0 6px
}
.produit_nom {
	font-size: 1.8em;
	font-weight: 400
}


@media all and (min-width:850px) {
	.produit_wrapper { align-items: center }
	.produits_wrapper .produit_wrapper:nth-child(odd) {
		flex-direction: row;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
	}
	.produits_wrapper .produit_wrapper:nth-child(even) {
		flex-direction: row-reverse;
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse
	}
	.produit_wrapper > div { width: 50% }
	.produit_photos .prevBtn {
		top: 41%;
		left: 10px
	}
	.produit_photos .nextBtn {
		top: 41%;
		right: 10px
	}
	.produit_texte {
		width: 70%;
		max-height: 250px;
		margin: auto;
		overflow: hidden
	}
	/*.produit_texte h2, .produit_texte h3 { display: inline}*/
	
	.produit_texte .mCSB_dragger { height: 30px!important }
	.produit_texte .mCSB_dragger_bar {
		background-color: #C80A4D!important;
		background-color: rgba(200,10,77,.90)!important
	}
}

@media all and (min-width:1200px) {
	.produit_texte { max-height: 350px }
}
@media all and (min-width:1400px) {
	.produit_texte { max-height: 400px }
}
@media all and (min-width:1500px) {
	.produit_texte { max-height: 450px }
}
@media all and (min-width:1700px) {
	.produit_texte { max-height: 500px }
}