/*
 * LPE — feature « video-elementor »
 *
 * Repris à l'identique de LPE/custom/css-customizer-2026-08-19.css, lignes 45-86.
 * Commentaires d'origine et mise en forme conservés, y compris la coquille
 * « dimmension » et les espaces de fin de ligne.
 *
 * ATTENTION, voir README.md : .elementor-widget-container ne concerne pas que
 * la vidéo, elle touche tous les widgets Elementor du site.
 */

/* dimmension vidéo */ 
.elementor-widget-video .elementor-wrapper { 
	display: flex; 
	justify-content: center; 
} 
.elementor-widget-video .elementor-wrapper iframe, .elementor-widget-video .elementor-wrapper video { 
	height: 70%; width: 70%; 
} 
.elementor-widget-container { 
	padding: 10px 0px 0px 0px; 
	margin-bottom: -30px; 
} 
/* Conteneur commun */ 
.video-cover-fix .elementor-wrapper { width: 80%; 
	margin: 0 auto; 
	position: relative; 
	aspect-ratio: 16 / 9; 
	display: flex; 
	justify-content: center; } 
/* Iframe */ 
.video-cover-fix iframe { 
	width: 70%; 
	height: 70%; 
	display: flex; 
	justify-content: center; } 
/* Overlay exactement calé */ 
.video-cover-fix .elementor-custom-embed-image-overlay { 
	  margin: 0 auto;
	position: relative; 
	inset: 0; 
	width: 70%; 
	height: 70%; 
	display: flex; 
	justify-content: center; } 
/* Image vignette */ 
.video-cover-fix .elementor-custom-embed-image-overlay img { 
	width: 70%; 
	height: 70%; 
	object-fit: cover; 
	display: flex; 
	justify-content: center; 
}
