.clearout {
    height:0px;
    clear:both;
}

#sliderItems{
    display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
}

.nbs-flexisel-item {
    float:left;
    margin:0;
    padding:0px;
    cursor:pointer;
    position:relative;
    vertical-align:middle;
}
.avis .nbs-flexisel-item {
    cursor:auto;
}
.partenaires-home .nbs-flexisel-item img {
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}
.nbs-flexisel-item img{
    max-width:280px;
    max-height:160px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
@media only screen and (max-width : 480px) {
    .nbs-flexisel-item {
        height: 110px;
        width: 190px;
    }
    .nbs-flexisel-item img{
        max-width:190px;
        max-height:110px;
        vertical-align: middle;
    }
}

.partenaires-home .nbs-flexisel-item img
{
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1);
}
.equipes .nbs-flexisel-item img{
    width:280px;
    max-height: none;
    max-height: none;
}
.nbs-flexisel-item img:hover, .photos .nbs-flexisel-item img, .leprojet .nbs-flexisel-item img, .les-equipes .nbs-flexisel-item img
{
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 101px;
    height: 101px; 
    position: absolute;
    cursor: pointer;
    z-index: 1;
    opacity: 0.5;
}
.nbs-flexisel-nav-left {
    background: url(../images/button-previous.png) no-repeat;
    left: -101px;
}

.nbs-flexisel-nav-right {
    background: url(../images/button-next.png) no-repeat;
    right: -101px;
}
.nbs-flexisel-nav-left:hover,
.nbs-flexisel-nav-right:hover {
    opacity: 1;
}

/*** Slider Avis ***/
#sliderAvis.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:left;  
}

#sliderAvis .nbs-flexisel-inner {
    overflow:hidden;
    width:100%;
}

#sliderAvis .nbs-flexisel-item {
    position:relative;
    float:left;
}

@media only screen and (max-width: 1039px) {
    .nbs-flexisel-container {
        margin: 0 70px;
    }
}