/*! http://responsiveslides.com v1.54 by @viljamis */




.rslides2
{
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

.rslides2 li
{
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
}

.rslides2 li:first-child
{
	position: relative;
	display: block;
	float: left;
}

.rslides2 img
{
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}


/* supplement */
.divRespSlider {
    overflow: hidden;
    position: relative;
}

.af1resptxt
{
	position:absolute;
	bottom:0px;
	left:0px;
	right:0px;
}

.rslides_tabs
{
	list-style:outside none none;
	padding:0px;
	margin:0px;
	width:100%;
}

.rslides2_tabs img
{
	border:none;
}

.af1_rs2_gauche{
	padding-left: 0;
	margin-bottom: 0;
}
.rslides2_here
{
	border:#888 solid 1px;
}
.rslides2_tabs li img
{
	max-width:100%;
	height:auto;
}
.rslides2_tabs li a, .rslides2_tabs li a:hover
{
	display:block;
	text-decoration:none;
}


.rslides2_tabs li{
	width: 25%;
	box-sizing: border-box;
	margin: 0;
    display:inline-block;
	padding: 6px 6px 0;
    text-align: center;
   /* transition: all 0.5s ease-in-out 0s;*/
}

.rslides2_tabs li img {
    display: inline-block;
    height:auto;
    width: 75px;
}

.rslides2_tabs .rslides2_here{
	display: none;
	border: none;
	margin: 6px 0;
	width: 0;
	padding : 0;
	/* transition: all 0.5s ease-in-out 0s;*/
}



/*Galerie*/
.af1_rs2_col_gauche {
    float: left;
    width: 32%;
    margin-right: 8%;
}
.af1_rs2_col_droite {
    float:left;
    width: 60%;
    bottom: 0;
    position: absolute;
    right: 0;
}
