/* Correctif Firefox : logos SVG Elementor dans les conteneurs flexibles. */
.elementor-location-header .elementor-widget-image:has(img[src*=".svg"]),
.elementor-location-header .elementor-widget-theme-site-logo:has(img[src*=".svg"]),
.elementor-location-footer .elementor-widget-image:has(img[src*=".svg"]),
.elementor-location-footer .elementor-widget-theme-site-logo:has(img[src*=".svg"]) {
	flex: 0 1 30%;
	min-width: 0;
}

.elementor-widget-image a,
.elementor-widget-theme-site-logo a {
	display: block;
	width: 100%;
}

.elementor-widget-image img[src*=".svg"],
.elementor-widget-theme-site-logo img[src*=".svg"] {
	height: auto;
}
