/* Conteneur flyer — anti-enregistrement (sans filigrane) */
.strip-flyer-media {
    display: block;
    width: 100%;
    line-height: 0;
    position: relative;
    overflow: hidden;
}

.strip-flyer-media video.strip-flyer-video,
.strip-flyer-media img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    vertical-align: top;
    background: #000;
    -webkit-user-select: none !important;
    user-select: none !important;
    -webkit-touch-callout: none !important;
    -webkit-user-drag: none !important;
    user-drag: none;
}

.strip-flyer-protect {
    position: relative;
}

img[src*="flyers.thestrip.fr"],
video[src*="flyers.thestrip.fr"] {
    -webkit-user-select: none !important;
    user-select: none !important;
    -webkit-touch-callout: none !important;
    -webkit-user-drag: none !important;
}
