
/* ===== GLOBAL CSS ===== */
.responslide {
	width: 100%;
	margin: 0;
	padding: 0;
}
.responslide .slides > li {
	display: none;
} 
/* Hide slider > JS is loaded */
.responslide .slides img {
	max-width: 100%;
	height: auto;
	display: block;
}
/* Clearfix > .slides */
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
}
/* No JavaScript */
.no-js .slides > li:first-child {
	display: block;
}
/* init HTML5 > older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*_______________________________________________________________ responslide */
.responslide {
	margin: 0px 0 0 0;
	background: #fff;
	position: relative;
	z-index:1;
	border: 3px solid #fff;
/*		-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;*/
}
.introrespon{
	position:inherit;
	z-index:10;
	border:none;
	border-bottom: 9px solid #d5230c;
}
.responslide .slides > li {
	position: relative;
}
/* ------------------------------------------------------------------ page avantages*/
.avantages{
	max-width: 800px;
	margin-left:auto;
	margin-right:auto;
	margin-top:25px;
	border:none;
	background:#333;
}
.avantages-txt {
	width: 40%;
	height:100%;
	padding: 25px;
	position:absolute;
	right:0;
	top: 0;
	background: rgba(51,51,51,0.7);
	border-left: 3px solid #fff;
	color: #fff;
	/*text-shadow: 0px 1px 3px rgba(0,0,0,0.8);*/
	font-size: 4.75em;
	font-weight:bold;
	line-height: 1.5em;
}
.avantages-txt span {
	position:absolute;
	color: #fff;
	font-size: 0.19em;
	bottom:25px;
	right:25px;
	text-align:right;
	/*text-shadow: 0px 1px 3px rgba(0,0,0,0.4);*/
}




/* ------------------------------------------------------------------Champs txt */

/* IE old RGBA*/
.res-champtxt {
	background: #333;
}
.res-champtxt {
	width: 30%;
	height:100%;
	padding: 2%;
	position: absolute;
	right:0;
	top: 0;
	background: rgba(51,51,51,.7);
	border-left: 1px solid #fff;
	color: #fff;
	/*text-shadow: 0px 1px 3px rgba(0,0,0,0.8);*/
	font-size: 2.1em;
	line-height: 1.5em;
}
.res-champtxt span {
	color: #f00;
	/*text-shadow: 0px 1px 3px rgba(0,0,0,0.4);*/
}
/* -----------------------------------------------------------------Nav left right*/
.res-prevnext-nav li a {
	width: 52px;
	height: 52px;
	margin: -13px 0 0;
	display: block;
	background: url(../navig/prevnext_nav.png) no-repeat 0 0;
	position: absolute;
	z-index:1000;
	top: 75%;
	cursor: pointer;
	text-indent: -9999px;
	opacity: 1;
}
.res-prevnext-nav li .next {
	background-position: -52px;
	right: -8px;
}
.res-prevnext-nav li .prev {
	left: -3px;

}
.res-prevnext-nav li .disabled {
	opacity: .3;
	filter: alpha(opacity=30);
	cursor: default;
}
/* -------------------------------------------------------------------------Nav bas*/
.res-selecteur-nav {
	width: 100%;
	position: absolute;
	bottom: 0px;
	text-align: center;
}
.res-selecteur-nav li {
	margin: 0 0 10px 5px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.res-selecteur-nav li:first-child {
	margin: 0;
}
.res-selecteur-nav li a {
	width: 13px;
	height: 13px;
	display: block;
	background: url(../navig/select_nav.png) no-repeat 0 0;
	cursor: pointer;
	text-indent: -9999px;
}
.res-selecteur-nav li a:hover {
	background-position: 0 -13px;
}
.res-selecteur-nav li a.active {
	background-position: 0 -26px;
	cursor: default;
}

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

@media screen and (max-width: 950px){
	.res-champtxt {
		font-size: 1.1em;
	}
}
@media screen and (max-width: 800px){
	.avantages-txt {
		width: 50%;
	}
}
@media screen and (max-width: 700px){
	.res-champtxt {
		font-size: 0.9em;
	}
}
@media screen and (max-width: 600px){
	.avantages-txt {
		font-size: 3.65em;
	}
}
@media screen and (max-width: 550px){
	.res-champtxt {
		width: 35%;
		font-size: 0.8em;
	}
}
@media screen and (max-width: 480px){
	.avantages-txt {
		width: 100%;
		background: rgba(51,51,51,0);
		left:0;
		border-left: none;
		padding: 15px;
		font-size: 4em;
	}
}
@media screen and (max-width: 440px){
	.avantages-txt {
		font-size: 2.75em;
	}
	.avantages-txt span {
		font-size: 0.20em;
	}
}
@media screen and (max-width: 400px){
	.res-champtxt {
		font-size: 0.75em;
	}
}