/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */

.owl-theme .owl-nav {
	margin-top: 10px;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	position:absolute;
	top:400px;
	right:20px;
	padding: 20px;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
	background: #221959 url("/pics/fleche_g_dore.png") center center no-repeat;
	display: inline-block;
	cursor: pointer;
	border-radius: 100%;
	width: 47px;
	height: 47px;
	margin: 5px;
}
.owl-carousel .owl-nav button.owl-next {background-image: url("/pics/fleche_d_dore.png");}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
	background-color: #C3A52D;
	background-image: url("/pics/fleche_g_blanche.png");
	color: #FFF;
	text-decoration: none;
}
.owl-carousel .owl-nav button.owl-next:hover {background-image: url("/pics/fleche_d_blanche.png");}
.owl-theme .owl-nav .disabled {
	opacity: 0.5;
	cursor: default;
}

.img01, .img02, .img14 {width:420px;}
.img03 {width:920px;}
.img04 {width:800px;}
.img05, .img22 {width:900px;}
.img06 {width:480px;}
.img07 {width:752px;}
.img08 {width:520px;}
.img09 {width:400px;}
.img10 {width:700px;}
.img11 {width:490px;}
.img12, .img16 {width:430px;}
.img13 {width:650px;}
.img15 {width:530px;}
.img17 {width:820px;}
.img18 {width:570px;}
.img19 {width:680px;}
.img20, .img21 {width:320px;}

.item img {border-radius:20px;}
@media (max-width:767.98px){
	.img01, .img02, .img14 {width:210px;}
	.img03 {width:460px;}
	.img04 {width:400px;}
	.img05, .img22 {width:450px;}
	.img06 {width:240px;}
	.img07 {width:376px;}
	.img08 {width:260px;}
	.img09 {width:200px;}
	.img10 {width:350px;}
	.img11 {width:245px;}
	.img12, .img16 {width:215px;}
	.img13 {width:325px;}
	.img15 {width:265px;}
	.img17 {width:410px;}
	.img18 {width:285px;}
	.img19 {width:340px;}
	.img20, .img21 {width:160px;}
	.item img {max-width:90%;height:auto;}
	.owl-theme .owl-nav {top:220px;padding:0;}
}