.bx-wrapper, .bx2 {
	position: relative;
	margin:0;
	width:auto;
	font-size:1em;
	padding:0;
	text-align:center;
}

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

.legende {
	position:relative;
	width:100%;
	padding:0.5em 0;
	color:white;
	background:#8acfcf;
	text-align:center;
	font-family:Oswald-Light, arial, sans serif;
	z-index:59000;
	font-size:1em;
}
/** THEME
===================================*/


/* 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-weight: bold;
	color: #666;
	padding-top: 20px;
}

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

/* DIRECTION CONTROLS (NEXT / PREV) */

/* boutons ronds */

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #414042;
	text-indent: -9999px;
	display: block;
	width: 15px;
	height: 15px;
	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: #8acfcf;
}


/* Big Smartphones  */
@media screen and (max-device-width:1200px){


.legende {
	font-size:1.5em;
}


}


/* Big Smartphones  */
@media screen and (max-device-width:1600px){
.legende {
	font-size:1em;
}

/* Big Smartphones  */
@media screen and (max-device-width:900px){
.legende {
	font-size:1em;
}

@media screen and (max-device-width:500px){
.legende {
	position:relative;
	width:100%;
	padding:0.5em 1%;
	color:white;
	background:#8acfcf;
	text-align:center;
	font-family:Oswald-Light, arial, sans serif;
	z-index:59000;
	font-size:0.7em;
	line-height:1.1em;
	padding-left:25%;
	padding-right:25%;
}

}