#cadre_diaporama { 
    width:100%;
    height:215px;
    overflow: hidden;
    border-top:1px solid #000;
    border-bottom:1px solid #000;
    background-size:100%;
    background-repeat:no-repeat;
    background-position:50% 50%;
}

#cache_cadre_diaporama {
    width:100%;
    height:215px;
    position:absolute;
    z-index: 1;
    background-color:#fff;
}


#support_text_diapo {
    height:0px;
    width:100%;
    background-color:rgba(94, 94, 94, 0.6);
    border-top:3px solid #c1c3c1;
    border-bottom:3px solid #c1c3c1;
    margin-top:52px;
    position:relative;
    opacity:0;
    -webkit-transition: all 2.3s ease-in-out;
    -moz-transition: all 2.3s ease-in-out;
    -o-transition: all 2.3s ease-in-out;
    transition: all 2.3s ease-in-out;
}

.zone_text_diapo {
    position:absolute;
    left:0px;
    top:5px;
    color:#fff;
    font-weight:bold;
    text-shadow: 5px 5px 5px #000000;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
    letter-spacing: -1px;
    font-style: italic;
    opacity:0;
    -webkit-transition: all 2.3s ease-in-out;
    -moz-transition: all 2.3s ease-in-out;
    -o-transition: all 2.3s ease-in-out;
    transition: all 2.3s ease-in-out;
}

.zone_text_diapo_second {
    position:absolute;
    right:0px;
    bottom:5px;
    color:#fff;
    font-weight:bold;
    text-shadow: 5px 5px 5px #000000;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
    letter-spacing: -1px;
    font-style: italic;
    opacity:0;
    -webkit-transition: all 2.3s ease-in-out;
    -moz-transition: all 2.3s ease-in-out;
    -o-transition: all 2.3s ease-in-out;
    transition: all 2.3s ease-in-out;
}

@media screen and (min-width:320px) {
    .zone_text_diapo, .zone_text_diapo_second {
        font-size:25px !important;
    }
}


@media screen and (min-width:760px) {
    .zone_text_diapo, .zone_text_diapo_second {
        font-size:25px !important;
    }
}

@media screen and (min-width:1000px) {
    .zone_text_diapo, .zone_text_diapo_second {
        font-size:40px !important;
    }
}