<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS galerie js */
.js-carrousel--wrapper {
    width:800px;
}

.embed_galerie {
    position:relative;
}

.nb-photo {
    position:absolute;
    top:10px;
    right:10px;
    width:auto;
    background-color:rgba(0,0,0,0.5);
    color:#FFF;
    padding:4px 8px;
    border-radius:4px;
}
</pre></body></html>