/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.2
*/

/* Styling Next and Prev buttons */
@font-face {
  font-family: 'simple-line-icons';
  src: url('../fonts/simple-line-icons-master/Simple-Line-Icons.eot?v=2.2.2');
  src: url('../fonts/simple-line-icons-master/Simple-Line-Icons.eot?v=2.2.2#iefix') format('embedded-opentype'), url('../fonts/simple-line-icons-master/Simple-Line-Icons.ttf?v=2.2.2') format('truetype'), url('../fonts/simple-line-icons-master/Simple-Line-Icons.woff2?v=2.2.2') format('woff2'), url('../fonts/simple-line-icons-master/Simple-Line-Icons.woff?v=2.2.2') format('woff'), url('../fonts/simple-line-icons-master/Simple-Line-Icons.svg?v=2.2.2#simple-line-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
.owl-buttons {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    height: 0;
}
.owl-theme .owl-controls .owl-buttons div{
	color: #FFFFFF;
	display: inline-block;
	/*zoom: 1;
	display: inline;/*IE7 life-saver
	margin: 5px;
	padding: 3px 0px; */
	font-size:0px;
	/*-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;*/
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity:1;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
    position: absolute;
    left: -34px;
    bottom: 319px;
    cursor: pointer;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
    position: absolute;
    left: -34px;
    bottom: 285px;
    cursor: pointer;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/


.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    float: right;
    background: #7f7f7f;
    z-index: 9999;
	width:15px;
	height:15px;
    position: relative;
    margin-right: 8px;
	cursor:pointer;
}
.owl-theme .owl-controls .owl-page.active {
    display: inline-block;
    zoom: 1;
    float: right;
    background: #00bdfd;
    z-index: 9999;
	width:15px;
	height:15px;
    position: relative;
    margin-right: 8px;
	cursor:pointer;
}



.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 5px;
	height: 5px;
	margin: 3px 3px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	/*border-radius: 20px;*/
	border-radius: 50%;
	/*background-color:rgba(255,255,255,065);*/
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	z-index:9;
	/*background: #fff;*/
    z-index: 9;
    /*border: 3px solid #fff;*/
	position:relative;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}
@media (min-width: 1000px) {
.slide .owl-theme .owl-controls .owl-buttons .owl-prev{
position:absolute;
left:50%;
margin-left:425px;
bottom:-5px;
background-image:url(../images/next-slide.png);
background-repeat:no-repeat;
width:40px;
height:54px;

}
.slide .owl-theme .owl-controls .owl-buttons .owl-prev:hover{
position:absolute;
left:50%;
margin-left:425px;
bottom:-5px;
background-image:url(../images/next-slide-hov.png);
background-repeat:no-repeat;
width:40px;
height:54px;

}

.slide .owl-theme .owl-controls .owl-buttons .owl-next{
position:absolute;
left:50%;
margin-left:386px;
bottom:-5px;
background-image:url(../images/prev-slide.png);
background-repeat:no-repeat;
width:40px;
height:54px;


}
.slide .owl-theme .owl-controls .owl-buttons .owl-next:hover{
position:absolute;
left:50%;
margin-left:386px;
bottom:-5px;
background-image:url(../images/prev-slide-hov.png);
background-repeat:no-repeat;
width:40px;
height:54px;


}

}
@media (max-width: 1000px) {
	
	
.slide .owl-theme .owl-controls .owl-buttons .owl-prev{
position:absolute;
left:40px;
bottom:-5px;
background-image:url(../images/next-slide.png);
background-repeat:no-repeat;
width:40px;
height:54px;

}
.slide .owl-theme .owl-controls .owl-buttons .owl-prev:hover{
position:absolute;
left:40px;
bottom:-5px;
background-image:url(../images/next-slide-hov.png);
background-repeat:no-repeat;
width:40px;
height:54px;

}

.slide .owl-theme .owl-controls .owl-buttons .owl-next{
position:absolute;
left:0;
bottom:-5px;
background-image:url(../images/prev-slide.png);
background-repeat:no-repeat;
width:40px;
height:54px;


}
.slide .owl-theme .owl-controls .owl-buttons .owl-next:hover{
position:absolute;
left:0;
bottom:-5px;
background-image:url(../images/prev-slide-hov.png);
background-repeat:no-repeat;
width:40px;
height:54px;


}

}




.bloc-nouvote .owl-theme .owl-controls .owl-buttons .owl-next {
position: absolute;
right: 0;
top: 45%;
background: url(../images/next.png) no-repeat;
background-size: 50%;
width:78px;
height:125px;

}
.bloc-nouvote .owl-theme .owl-controls .owl-buttons .owl-prev {
position: absolute;
left: 0;
top: 45%;
background: url(../images/prev.png) no-repeat;
background-size: 50%;
width:78px;
height:125px;
}