/* --------------------------------- */
/*  Diaporama OWL (module) */
/* --------------------------------- */
.owl-carousel .owl-item img {width:auto;}

/*centrer les visuels*/
.owl-carousel.owl-theme .owl-item , .owl-carousel.owl-theme .owl-item .field--item {text-align: center}
.owl-carousel.owl-theme .owl-item a , .owl-carousel.owl-theme .owl-item .field--item a{text-align: center;display:inline-block}

/* Diaporama OWL  Hack navigation */
.owl-theme {position:relative;z-index:150}
.owl-theme .owl-nav{margin:0;}
.owl-theme .owl-nav [class*=owl-]{border-radius:0;cursor:pointer;padding:0;opacity:1;font-size:1.5em;}
.owl-carousel  .owl-nav div i{font-size:3em}
.owl-carousel  .owl-dots{ position: absolute;z-index: 50;right:0%;bottom:0;width:100%;text-align:center}
.owl-carousel  .owl-dots .owl-dot span {width:15px;height:15px;background-color:#fff;border-radius:50%;float:left;margin-left:5px}

/* Voir dans le style.css */
