/* TÉMOIGNAGES
-------------------------------------------------------------------------------------------------------------------------------- */
/* Témoignages > Modules */
.slider-testimonials:before,
.slider-testimonials:after {
	content:"";
	z-index:1;
	position:absolute;
	width:50px; height:50px;
	background:url(../../images/decoration/citation_1.gif) 0 0 no-repeat;
}
.slider-testimonials:before { top:10%; left: 0; }
.slider-testimonials:after  { bottom:10%; right: 0; background-position:-50px 0; }
.slider-testimonials .swiper-container {
	position: relative;
	border:#e8dac9 1px solid;
	margin: 15px;
	height: calc(100% - 30px);
	z-index:0; color:#fff
}
.slider-testimonials .swiper-slide {
	padding:30px 30px 50px;
	text-align:center;
	display:table;
	width:100%;
}
.slider-testimonials .swiper-slide .testimonials-els { display:table-cell; vertical-align:middle; }
.slider-testimonials .swiper-slide p { max-width:270px; margin:0 auto }
.slider-testimonials .swiper-slide p strong {
	display:block;
	margin-top:3%;
	text-transform:uppercase;
	font-family: 'Spinnaker', sans-serif;
	font-size:1.1em;
	color:#0d1c33;
}
.slider-testimonials .swiper-pagination-bullet {
	width: 10px;
    height: 10px;
    background:transparent;
	border:#fff 1px solid;
    opacity:1;
}
.slider-testimonials .swiper-pagination-bullet-active { background-color:#fff; }

/* Témoignages > Widget */
#testimonials-content {
	position:relative;
	padding:10px 60px;
	text-align:justify;
	margin:50px 0 0;
}
#testimonials-content:before,
#testimonials-content:after {
	content:"";
	z-index:1;
	position:absolute;
	width:50px; height:50px;
	background:url(../../images/decoration/citation_2.png) 0 0 no-repeat;
}
#testimonials-content:before { top:0; left:0; }
#testimonials-content:after  { bottom:0; right:0; background-position:-50px 0; }
#testimonials-content em { font-size:12px; font-style:normal; }

@media screen and (max-width: 480px) {
	#testimonials-content {
		padding:20px 30px;
	}
	#testimonials-content:before, 
	#testimonials-content:after { 
		background-size:50px 25px;
		width:25px; height:25px;
	}
	#testimonials-content:after { background-position:-25px 0 }
	
}

/* Témoignages > Widget page */
.temoignage-page { padding: 10% 10px; }
.temoignage-page .testimonials-els {
	position:relative;
	padding:10px 60px;
	text-align:justify;
	margin:20px 0;
}
.temoignage-page .testimonials-els:before,
.temoignage-page .testimonials-els:after {
	content:"";
	z-index:1;
	position:absolute;
	width:50px; height:50px;
	background:url(../../images/decoration/citation_2.png) 0 0 no-repeat;
}
.temoignage-page .testimonials-els:before { top:0; left:0; }
.temoignage-page .testimonials-els:after  { bottom:0; right:0; background-position:-50px 0; }
.temoignage-page .testimonials-els em { font-size:12px; font-style:normal; }

@media screen and (max-width: 480px) {
	.temoignage-page .testimonials-els { padding:20px 30px; }
	.temoignage-page .testimonials-els:before, 
	.temoignage-page .testimonials-els:after { 
		background-size:50px 25px;
		width:25px; height:25px;
	}
	.temoignage-page .testimonials-els:after { background-position:-25px 0 }
	
}

