#gallery-enseignes { overflow:hidden; position:relative; }
#gallery-enseignes .swiper-container-enseignes { height:70px; width: 100%; }
#gallery-enseignes .swiper-slide { display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; /* width:auto; */ }
#gallery-enseignes .swiper-slide img { display:block; height:100% !important; width: auto;}

#gallery-enseignes .swiper-button-prev { background-color:#fff; background-image:url('slider_prev.png'); background-size:auto; height:100%; left:0; margin-top:0; top:0; width:40px; z-index:200; }
#gallery-enseignes .swiper-button-next { background-color:#fff; background-image:url('slider_next.png'); background-size:auto; height:100%; margin-top:0; right:0; top:0; width:40px; z-index:200; }