/* Plein écran Elementor canvas — landings SOS */
body.mli-landing-page.elementor-template-canvas,
body.mli-landing-page.elementor-template-full-width {
	margin: 0;
	padding: 0;
}

body.mli-landing-page #dc-root,
body.mli-landing-page #dc-root > .sc-host {
	width: 100%;
	min-height: 100vh;
}

body.mli-landing-page .elementor-location-header,
body.mli-landing-page .elementor-location-footer {
	display: none;
}

.mli-landing-root {
	width: 100%;
	overflow-x: hidden;
}

/* Éditeur Elementor */
body.mli-landing-page.elementor-editor-active .mli-landing-root {
	min-height: 60vh;
}

/* Bouton d'appel footer — centrage garanti (Elementor / WP) */
body.mli-landing-page .footer-call-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
}

body.mli-landing-page .footer-call-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 22px;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	box-sizing: border-box;
	text-decoration: none;
	flex-wrap: wrap;
}

body.mli-landing-page .footer-call-text {
	text-align: center;
}

/* Pages déjà importées (ancien markup inline) */
body.mli-landing-page section[style*="background:#F47A20"] .wrap > a[href^="tel:"],
body.mli-landing-page section[style*="background:#F47A20"] > div > a[href^="tel:"] {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: calc(100% - 40px);
	flex-wrap: wrap;
}

/* Numéro de téléphone — chiffres tabulaires, pas d'écrasement */
body.mli-landing-page .phone-num,
body.mli-landing-page a[href^="tel:0680774606"] {
	font-variant-numeric: tabular-nums;
	font-feature-settings: "tnum" 1;
	font-kerning: normal;
}

body.mli-landing-page .phone-num {
	font-family: "Barlow Condensed", Impact, sans-serif;
	font-weight: 800;
	letter-spacing: 0.04em;
	white-space: nowrap;
	line-height: 1.05;
	flex-shrink: 0;
	display: block;
}

body.mli-landing-page .phone-num--xl {
	font-size: clamp(26px, 5.8vw, 64px);
}

body.mli-landing-page .phone-num--lg {
	font-size: clamp(24px, 4.8vw, 42px);
}

body.mli-landing-page .phone-num--md {
	font-size: clamp(22px, 4.2vw, 38px);
}

body.mli-landing-page .phone-num--footer {
	font-size: clamp(24px, 4.8vw, 58px);
	margin-top: 6px;
}

body.mli-landing-page .phone-num--sticky {
	font-size: clamp(17px, 4.2vw, 24px);
	line-height: 1.05;
}

body.mli-landing-page .phone-num--hero-mt {
	margin-top: 2px;
}

body.mli-landing-page .phone-num--watermark {
	font-weight: 900;
	font-size: clamp(120px, 28vw, 520px);
	line-height: 1;
	letter-spacing: 0.02em;
}

body.mli-landing-page .phone-num--archivo {
	font-family: Archivo, Impact, sans-serif;
	font-weight: 900;
	letter-spacing: 0.02em;
}

body.mli-landing-page .phone-num--archivo-xl {
	font-size: clamp(26px, 5.5vw, 42px);
	margin-top: 4px;
}

body.mli-landing-page .phone-num--archivo-footer {
	font-size: clamp(24px, 4.8vw, 56px);
	margin-top: 6px;
}

body.mli-landing-page .phone-num--archivo-md {
	font-size: clamp(22px, 4vw, 28px);
}

body.mli-landing-page .phone-num--archivo-header {
	font-family: Archivo, sans-serif;
	font-weight: 800;
	font-size: clamp(15px, 3.5vw, 18px);
	display: inline;
}

body.mli-landing-page .phone-pad {
	max-width: min(620px, 100%) !important;
	min-width: 0;
	overflow: hidden;
}

body.mli-landing-page .sticky-call > div:first-child {
	min-width: 0;
	flex: 1 1 auto;
}

@media (max-width: 480px) {
	body.mli-landing-page .footer-call-btn {
		padding: 18px 20px;
		gap: 12px;
	}

	body.mli-landing-page .footer-call-btn .pulse {
		width: 48px !important;
		height: 48px !important;
		min-width: 48px !important;
	}
}

/* Fallback : anciennes landings sans classes phone-num */
body.mli-landing-page a[href="tel:0680774606"] div[style*="letter-spacing:-"],
body.mli-landing-page a[href="tel:0680774606"] span[style*="letter-spacing:-"] {
	letter-spacing: 0.03em !important;
}

body.mli-landing-page a[href="tel:0680774606"] div[style*="font-size:56px"],
body.mli-landing-page a[href="tel:0680774606"] div[style*="font-size:42px"] {
	font-size: clamp(24px, 5vw, 56px) !important;
	letter-spacing: 0.03em !important;
}
