.nnga-hero-video {
	position: relative;
	width: 100%;
	height: 100vh; /* fallback si Elementor ne génère pas le sélecteur */
	overflow: hidden;
}

.nnga-hero-video__slot {
	position: absolute;
	inset: 0;
}

.nnga-hero-video__slot--mobile {
	display: none;
}

@media (max-width: 767px) {
	.nnga-hero-video__slot--desktop { display: none; }
	.nnga-hero-video__slot--mobile  { display: block; }
}

.nnga-hero-video__video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.nnga-hero-video__poster {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
	z-index: 2; /* le contrôle "Z-index du poster" dans Elementor remplace cette valeur */
	pointer-events: none;
}
