
.owl-carousel-paragraphe {
    height: 200px;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
.owl-carousel-paragraphe.owl-loaded {
    visibility: visible;
    opacity: 1;
}
.owl-carousel-paragraphe .owl-item-content {
    width: 200px;
    height:200px;
    margin:auto;
    position: relative;
    float: left;
}
.owl-carousel-paragraphe .owl-item .owl-item-content {
    float: none;
}
.owl-carousel-paragraphe .owl-item-content img {
    position: relative;
    z-index: 0;
}
.owl-carousel-paragraphe .owl-item-content h3 {
    position: absolute;
    z-index: 1;
    font-size: 16px;
    color: #FFF;
    font-weight: 400;
    display: block;
    bottom: 0;
    left:0;
    width:100%;
    padding:8px 10px;
    min-height:52px;
    line-height: 18px;
    background: rgba(0,0,0,0.5);
}