<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#flexisel_annonce {
display:none;
}

.nbs-flexisel-annonce-container {
    position:relative;
    max-width:80%;
	/*height:400px; */
}
.nbs-flexisel-annonce-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
    overflow: auto;
}

.nbs-flexisel-annonce-inner {
    position: relative;
    overflow: hidden;
    float:left;
    width:100%;
/*	height:400px;*/
    background:#F1F1F1;
    border:0px solid #ccc;
}

.nbs-flexisel-annonce-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
/*	height:400px;*/
}
.nbs-flexisel-annonce-item img {
    max-width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
}

/*** Navigation ***/

.nbs-flexisel-annonce-nav-left,
.nbs-flexisel-annonce-nav-right {
    padding:5px 10px;
    border-radius:15px;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;      
    position: absolute;
    cursor: pointer;
    z-index: 4;
    top: 50%;
    transform: translateY(-50%);   
    background: rgba(0,0,0,0.5);
    color: #fff;     
}

.nbs-flexisel-annonce-nav-left {
    left: 10px;
}

.nbs-flexisel-annonce-nav-left:before {
    content: "&lt;"
}

.nbs-flexisel-annonce-nav-left.disabled {
    opacity: 0.4;
}

.nbs-flexisel-annonce-nav-right {
    right: 5px;    
}

.nbs-flexisel-annonce-nav-right:before {
    content: "&gt;"
}

.nbs-flexisel-annonce-nav-right.disabled {
    opacity: 0.4;
}</pre></body></html>