ul.bxslider li img {
	width: 100%;
	height: 100%;
}

ul.bxslider li a img {
	border: 0px;
}

/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	-ms-touch-action: pan-y;
}

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

.bxslider {
	margin: 0;
	padding: 0;
}

ul.bxslider {
	list-style: none;
}

.bx-viewport {
	-webkit-transform: translatez(0);
}

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

.bx-wrapper {}

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

/* LOADER */

.bx-wrapper .bx-loading {}

/* PAGER */

.bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding: 10px 0px;
}

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

.bx-pager.bx-default-pager a:hover,
.bx-pager.bx-default-pager a.active,
.bx-pager.bx-default-pager a:focus {
	background: #092B4E;
}

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

.bx-pager-item {
	font-size: 0;
	line-height: 0;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url('images/controls.png') -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url('images/controls.png') -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: rgb(0, 84, 165);
	font-family: Arial;
	display: block;
	text-align: center;
	font-size: 1.8em;
	font-size: 3vw;
}

/* = = = = = = = = = = = = = = = = = = = = = = = = = = */
/* -----------------------------
  CSS Pager
----------------------------- */

#bx-pager>div {
	display: inline-block;
}

#bx-pager>.link-separator {
	vertical-align: middle;
}

#bx-pager>.link-separator>img {
	height: 40px;
}

#bx-pager>.link-pager {
	width: 20%;
}

#bx-pager>.link-pager>a {
	text-decoration: none;
	color: #71695d;
	font-weight: normal;
}

#bx-pager>.link-pager>a.active {
	font-weight: bold;
}

#bxslider .bx-wrapper .bx-next{
	top: 50%;
	right: 2%;
}

.bx-wrapper .bx-next {
	width: 80px;
	height: 81px;
	background-image: url("../img/icon/sprite-controls-direction2.png");
	background-repeat: no-repeat;
	background-position: 0px -240px;
	display: block;
	position: absolute;
	
}

.bx-wrapper .bx-next:hover {
	background-position: 0px -159px;
}


#bxslider .bx-wrapper .bx-prev{
	top: 50%;
	left: 2%;
}

.bx-wrapper .bx-prev {
	width: 80px;
	height: 81px;
	background-image: url("../img/icon/sprite-controls-direction2.png");
	background-repeat: no-repeat;
	background-position: 0px -79px;
	display: block;
	position: absolute;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0px 2px;
}


/* = = = = = = = = = = = = = = = = = = = = = = = = = = */

/* = = = = = = = = = = = = = = = = = = = = = = = = = = */
/* --------------------------------------------
	CSS du deuxieme slider
-------------------------------------------- */
.bxslider-2 > div{
	height:120px;

}
.bxslider-2 div .imgbloc{
	margin-left: 0px;
	text-align:left;
}
#enligne .bx-wrapper .bx-next, #enligne .bx-wrapper .bx-prev{
	top: 0;
	width:42px;
	background-color: #0054A5;
} 
#enligne .bx-wrapper .bx-next{
	right: 0%;
}

#enligne .bx-wrapper .bx-prev{
	left: -50px;
}

#enligne .bx-wrapper .bx-pager {
	position: absolute;
	bottom: 0px;
	width: 100%;

}

@media screen and (min-width: 770px) and (max-width: 1020px) {
	/* Tablette 2 colonnes */
	#enligne .bx-wrapper .bx-prev{
		left: 1px;
	}
}

@media screen and (max-width: 770px) {
	#enligne .bx-wrapper .bx-prev{
		left: 1px;
	}
}