/* ================================================================
   FIX ALLVIDEOS RESPONSIVE
   ================================================================ */

/* Tous les conteneurs AllVideos */
.jw_allvideos_wrapper,
.allvideosContainer,
div[class*="jw_allvideos"],
div[id*="jw_video"] {
    position: relative !important;
    width: 100% !important;
    max-width: 100% !important;
    padding-bottom: 56.25% !important; /* Ratio 16:9 */
    height: 0 !important;
    overflow: hidden !important;
    margin: 1.5rem auto !important;
}

/* Toutes les iframes AllVideos */
.jw_allvideos_wrapper iframe,
.allvideosContainer iframe,
div[class*="jw_allvideos"] iframe,
div[id*="jw_video"] iframe {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    border: none !important;
}

/* Support ancien format */
.jevideo,
.jw_video {
    position: relative !important;
    width: 100% !important;
    padding-bottom: 56.25% !important;
    height: 0 !important;
    overflow: hidden !important;
}

.jevideo iframe,
.jw_video iframe {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}
