/* SLIDER GENERIQUE */

.slider_testimony_item {
	margin:10px auto;	
	overflow: hidden;
	padding:15px 50px;;
	/*background:url(../img/public/quote_top_blanc.svg) 290px top no-repeat,url(../img/public/quote_bottom_blanc.svg) right bottom no-repeat;
	background-size:50px,100px;*/
	background:url(../img/public/quote_bottom_blanc.svg) right bottom no-repeat;
	background-size:100px;
}
.slider_testimony_item a {text-decoration:none; color:inherit;}

.slider_testimony_vignette {float:left;margin: 0 auto;width: 250px;text-align: center;}
.slider_testimony_vignette img {margin:10% auto 0 auto !important; width:auto !important; border-radius:12em; border:3px solid #FFF; box-shadow: 5px 5px 7px #aeaeae;}

.slider_testimony_vignette img {
	-webkit-transition: all 1s ease; /* Safari et Chrome */
	-moz-transition: all 1s ease; /* Firefox */
	-ms-transition: all 1s ease; /* Internet Explorer 9 */
	-o-transition: all 1s ease; /* Opera */
	transition: all 1s ease;
}
.slider_testimony_vignette:hover img {	
	-webkit-transform:scale(1.10); /* Safari et Chrome */
	-moz-transform:scale(1.10); /* Firefox */
	-ms-transform:scale(1.10); /* Internet Explorer 9 */
	-o-transform:scale(1.10); /* Opera */
	transform:scale(1.10);
}
.slider_testimony_texte {
	background:url(../img/public/quote_top_blanc.svg) left top no-repeat;
	background-size:50px;
	float:right; width:calc(100% - 260px); margin:0 auto; padding:50px 0 60px 70px;
}


.container_cadre.general_content
.slider-wrapper-testimony .bx-wrapper {padding:0 90px !important;}

.bx-wrapper .bx-controls-direction a {top: calc(50% - 30px) !important;}

.slider-wrapper-testimony .bx-wrapper .bx-prev {
	left: 20px;
	width:51px;
	height:59px;
	background: url('../img/public/generique_slider_prev.png') center left no-repeat;
	background-size:100%;
	opacity: 1;
}
.slider-wrapper-testimony .bx-wrapper .bx-prev:hover,
.slider-wrapper-testimony .bx-wrapper .bx-prev:focus {
	background: url("../img/public/generique_slider_prev.png") center left no-repeat;   
	background-size:100%;
  	opacity: 0.8;
}
.slider-wrapper-testimony .bx-wrapper .bx-next {
	right: 20px;
	width:51px;
	height:59px;
	background: url("../img/public/generique_slider_next.png") center right no-repeat;
	background-size:100%;
	opacity: 1;
}

.container_cadre.general_content .slider-wrapper-testimony .bx-wrapper .bx-prev {left: 0;}

.container_cadre.general_content .slider-wrapper-testimony .bx-wrapper .bx-next {right: 0;}

.slider-wrapper-testimony .bx-wrapper .bx-next:hover,
.slider-wrapper-testimony .bx-wrapper .bx-next:focus {
	background: url("../img/public/generique_slider_next.png") center right no-repeat;
	background-size:100%;
	opacity: 0.8;
}




@media screen and (max-width : 1250px) {
	
	.container_cadre.general_content .slider-wrapper-testimony .bx-wrapper {padding: 0 40px !important;}
	
	.slider_testimony_vignette {max-width: 150px;}
	.slider_testimony_vignette img {max-width: 100% !important;}
	.slider_testimony_texte {float:right; width:calc(100% - 180px);}
	.slider-wrapper-testimony .bx-wrapper .bx-prev, .slider-wrapper-testimony .bx-wrapper .bx-next {width:30px;height:70px;}
	.slider-wrapper-testimony .bx-wrapper .bx-prev {left: 10px;}
	.slider-wrapper-testimony .bx-wrapper .bx-next {right: 10px;}
	
	
}

@media screen and (max-width : 950px) {
	.slider_testimony_item {margin:0 auto; padding:0;}
	.slider_testimony_vignette {float:none;margin: 0 auto 30px auto;}
	.slider_testimony_texte {float:none; width:100%;}
	
}
@media screen and (max-width : 800px) {
	.container_cadre.general_content .slider-wrapper-testimony .bx-wrapper {padding: 0 20px !important;}
	
	.slider-wrapper-testimony .bx-wrapper .bx-controls-direction a {top: 97% !important;}

	.slider-wrapper-testimony .bx-wrapper .bx-prev,
	.slider-wrapper-testimony .bx-wrapper .bx-next {width:30px !important;;height:30px !important;}
	.slider_testimony_texte {padding: 50px 0 60px 2px;}
	
}
