/* Conteneur commun image / vidéo flyer */
.strip-flyer-media {
	display: block;
	width: 100%;
	line-height: 0;
}

.strip-flyer-media video.strip-flyer-video {
	display: block;
	width: 100%;
	height: auto;
	max-width: none;
	vertical-align: top;
	background: #000;
}

/* Même règle que .video-image { width: 100%; } (style.css) */
.strip-flyer-media video.strip-flyer-video.video-image {
	width: 100%;
}

.strip-flyer-media video.programme-card-flyer.strip-flyer-video {
	width: 100%;
	height: auto;
}

.programme-card-figure .strip-flyer-media {
	border-radius: 0 0 12px 12px;
	overflow: hidden;
	transition: transform 0.3s ease;
}

/* .video est inline-block par défaut → réduit la vidéo à sa taille native */
article.video:has(.strip-flyer-media),
.pattern-bg-double-3.video:has(.strip-flyer-media) {
	display: block;
	width: 100%;
}

/* Aligné sur .pattern-bg-double-3 img (style.css) */
.pattern-bg-double-3 .strip-flyer-media {
	z-index: 2;
	position: relative;
}
