.owl {
	position: relative;
	width: 100%;
	height: 547px;
	border: solid 0px orange;
	overflow: hidden;
	margin-bottom: 15px;
}
/* img { max-width:100%;max-height:100%; } */

.owl .owl-carousel .item {
    height: 547px;
    width: fit-content;
    padding-right: 0px;
   /* background:tomato; */
    margin: 0 0px;
}
.item img { height:100%;display:block; }







/* Neutralise le width:100% imposé par le CSS coeur d'Owl Carousel
   (.owl-item img { width: 100% }), qui écrase le ratio naturel de
   l'image dès qu'un refresh (resize) recalcule les largeurs en
   autoWidth. Ici la hauteur est fixe (100% de .item, donc 547px) :
   on laisse le navigateur déduire la largeur du ratio naturel. */
.owl .owl-carousel .owl-item img {
	width: auto;
	max-width: none;
}







.customNav, .customNav1, .customNav2, .customNav3 {
	position: absolute;left: 0px;bottom: 0px;
	border: solid 0px red;
	z-index: 100;
}

button.owl-prev { left: 0;top:40%;font-size:32px;font-family: 'Graphit-Light'; }
button.owl-next { right: 0;top:40%;font-size:32px;font-family: 'Graphit-Light'; }
.owl-dots { margin-top:5px; }
.customNav button, .customNav1 button, .customNav2 button, .customNav3 button { margin:0;background-color:#02a9a1;color:#ffed00; }
.customNav button:hover, .customNav2 button:hover, .customNav2 button:hover, .customNav3 button:hover { background-color:#283884;color:#ffed00; }


.owl-theme .owl-nav {
    margin-top: 0px;
}

.owl-nav button { width: 75px; }
.owl-nav button.owl-prev span { 
	padding: 5px;margin-top: -10px;font-size:64px;font-family: 'Graphit-Light'; 
}
.owl-nav button.owl-next span { 
	padding: 5px;font-size:64px;font-family: 'Graphit-Light'; 
}
