/******************************************************************************
Thumbmail carousel pour la section installations
*******************************************************************************/
#installations-carousel{
    max-width: 550px;
    margin: 0 auto;
    min-height: 390px;
    /*    width:550px;
        height: 375px;
        min-height: 375px;
        margin: 0 auto;*/

}
#installations-carousel .carousel-caption {
    background: rgba(0, 0, 0, 0.20);
}
.carousel-installations .thumbs{

    text-align:center;
    margin:0;
    padding:0;
    margin:0 auto 10px auto;
    width:90%;

}
.carousel-installations .thumbs  img {
    border: 2px solid #fff;
    background-color: white;
    padding: 0px;
    margin: 0px;
    height:30px;
    opacity:0.3;
}
.carousel-installations .thumbs  img:hover, carousel-installations .thumbs  img.active {
    opacity:1;
}
.carousel-installations .thumbs  img.active {
    border: 2px solid #000;
}


#installations-carousel .carousel-control {
    position: absolute;
    margin-top: -20px;
    top: 40%;

    left: 5px;
    width: 30px;
    height: 30px;
    font-size: 40px;
    line-height: 25px;
    color: #ffffff;
    text-align: center;
    background: #222222;
    border: none;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
#installations-carousel .carousel-control.right {
    right: 5px;
    left: auto;
}

#installations-carousel img {
    margin: 0 auto;
    max-height: 380px;
}


#contenu.carousel {
    min-height:375px;
}


#sidebar .slide-start {
    display:block;
    margin: 30px auto 0 auto;
    cursor:pointer;
}
#sidebar .slide-start:hover {
    cursor:pointer;
    text-decoration: none;
}