.bx-wrapper {
	position: relative;
	margin:0 0 5em 0;
  width:100%;
  font-size:1em;
  color:black;
	*zoom: 1;      
  padding:0;
}

.bx-wrapper img{
	display: block;
  width:100%;
}

.legende {
	position:absolute;
	left:35%;
	font-family:obvia-book, arial black, sans serif;
	bottom:0;
	width:30%;
	height:auto;
	padding:1em;
	color:black;
	background:rgba(255, 255, 255, 0.7);
	text-align:center;
}

/** THEME
===================================*/

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -40px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: 1em;
	font-family: Arial;
	font-weight: bold;
	color: black;
	padding-top: 1.1em;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

/* boutons ronds */

.bx-wrapper .bx-pager.bx-default-pager a {
	background: black;
	text-indent: -9999px;
	display: block;
	width: 20px;
	height: 20px;
	margin: 0 2px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 10px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #e61e29;
}

@media screen and (max-device-width:1600px){

.legende {
	left:30%;
	width:40%;
}
}

@media screen and (max-device-width:1200px){

.legende {
	left:25%;
	width:50%;
}
}

@media screen and (max-device-width:1000px){

.legende {
	left:15%;
	width:70%;
}


.bx-wrapper .bx-pager.bx-default-pager a {
	width: 1em;
	height: 1em;
}


}

@media screen and (max-device-width:550px){
.bx-wrapper .bx-pager.bx-default-pager a {
	width: 10px;
	height: 10px;
}
.legende {
	left:5%;
	width:90%;
}

}