/* Empêche les animations d'entrée décalées de créer un scroll horizontal. */
.site-content {
	overflow-x: hidden;
	overflow-x: clip;
}

img,
svg,
video,
iframe {
	max-width: 100%;
}

@media (max-width: 767px) {
	.e-con,
	.e-con-inner,
	.elementor-element {
		min-width: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
}
