#ThumbnailCarousel img {

}
#ThumbnailCarousel div {
    width:100%;
}
#ThumbnailCarousel.carousel {
    padding-top:30px;
    text-align:center;
}
.col-md-3 .img-thumbnail {
    height:100%;
}
#z-section .z-well-equipe {
    width: 100%;
    padding: 50px 0;
    background: url('../image/bgg.jpg') no-repeat;
}
#z-section .z-well-equipe .col-sm-3 {
    overflow: hidden;
}
#z-section .z-well-equipe .z-card {
    display: inline-block;
    width: 100%;
    height: 325px;
    background: #fff;
    position: relative;
    cursor: pointer;
    
}


#z-section .z-well-equipe .z-card img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0; 
}
#z-section .z-well-equipe .z-card .z-card-bg {
    position: absolute;
    left:0;
    width: 100%;
    height: 100%;
    display: inline-block;
}
#z-section .z-well-equipe .z-card-bg:before{
    content: '';
    background: rgba(41,119,155,0.8);
    height: 0;
    position: absolute;
    width: 100%;
    left:0;
     transition: all ease-in .3s;
    -moz-transition: all ease-in .3s;
    -ms-transition: all ease-in .3s;
    -webkit-transition: all ease-in .3s;
}
#z-section .z-well-equipe .z-card-bg:after{
    content: '';
    background: rgba(41,119,155,0.8);
    height: 0;
    position: absolute;
    width: 100%;
    left:0;
    bottom:0;
     transition: all ease-in .3s;
    -moz-transition: all ease-in .3s;
    -ms-transition: all ease-in .3s;
    -webkit-transition: all ease-in .3s;
}

#z-section .z-well-equipe .z-card-bg:hover:after{
    height: 50%;
}
#z-section .z-well-equipe .z-card-bg:hover:before{
    height: 50%;
}
#z-section .z-well-equipe .z-card-bg h3{
    width: 100%;
    text-align: center;
    position: relative;
    top: 30%;
    font-size: 18px;
    font-weight: bold;
    z-index: 1;
    opacity: 0;
     transition: all ease-in .3s;
    -moz-transition: all ease-in .3s;
    -ms-transition: all ease-in .3s;
    -webkit-transition: all ease-in .3s;
    margin-left: -200px;
    color: #fff;
    font-family:'noto sans';
}
#z-section .z-well-equipe .z-card-bg p{
    width: 100%;
    text-align: center;
     font-family:'noto sans';
    position: relative;
    top: 30%;
    font-size: 18px;
    font-weight: bold;
    z-index: 1;
    opacity: 0;
     transition: all ease-in .3s;
    -moz-transition: all ease-in .3s;
    -ms-transition: all ease-in .3s;
    -webkit-transition: all ease-in .3s;
    margin-left: 200px;
}
#z-section .z-well-equipe .z-card-bg:hover h3{
    opacity: 1;
    margin-left:0;
}
#z-section .z-well-equipe .z-card-bg:hover p{
    opacity: 1;
     margin-left:0;
    color: #fff;
}