<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.wrapperInterne{
    padding: 10vh 0px;
    text-align: center;
   width:100%;
background:#fff;
}
 
.RepeterBoutique {

width: 90%;

margin-left: 5%;

justify-content: center;

overflow: hidden;
}
@media screen and (max-width:767px) {
.wrapperInterne{  background:#fff;}
.RepeterBoutique{
width:100%;
margin-left: 0%;

}

}


@media screen and (min-width:993px) {

.bx-controls-direction {
    display: none;
}

}





</pre></body></html>