#bas-autres .owl-controls {
	bottom: -25px;
	top: auto;
}
#bas-autres .owl-pagination {
	display: inline-block;
	position: relative;
	border-radius: 40px;
	font-size: 0px;
	box-sizing: border-box;
}
#bas-autres .owl-page span {
	height: 10px;
	width: 10px;
	background-color: #b3b3b3;
	font-size: 0px;
	border: 0px solid #FFF;
}
#bas-autres .owl-page.active span {
	background-color: #1aabc2;
	height: 10px;
	width: 10px;
}
#bas-autres .owl-page span:hover {
	background-color: #ffae00;
}

