
.owl-carousel .owl-item img {margin:auto;}
.owl-dots {display: none !important;}

.pix-wrapper-bande-marques {
    padding:30px 0px 30px 0px;
    background: url('i/fond-owlcarousel.jpg') no-repeat center center;
}

.pix-wrapper-marque {position: relative;}

.pix-wrapper-marque:before {
    content:     "";
    display:     block;
    padding-top: 75%; /* initial ratio of 1:1*/
}

.pix-marque-logo {
    position: absolute;
    top:      0;
    left:     0;
    bottom:   0;
    right:    0;
}


.pix-wrapper-marque-logo {
    position: absolute;
    vertical-align: middle;
    width:100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding:0px 20px;
}

