/* L'Empreinte Quotidienne - habillage des pages Elementor */
:root {
	--leq-navy: #112136;
	--leq-navy-deep: #12263f;
	--leq-night: #08111d;
	--leq-ink: #08143d;
	--leq-accent: #0c8dfe;
	--leq-accent-dark: #0a7be0;
	--leq-cyan: #11a5f0;
	--leq-cyan-l: #36d4f3;
	--leq-mist: #f0f6fb;
	--leq-frost: #f6fbfe;
	--leq-muted: #3f5476;
	--leq-soft: #566788;
	--leq-royal: #0f3fb0;
	--leq-icon: #0a3a8a;
	--leq-line: #d6e3ef;
	--leq-shadow: 0 8px 28px rgba(16, 42, 80, .09);
	--leq-chev: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'><path d='m9 18 6-6-6-6'/></svg>");
}

/* ---------- Base ---------- */
body { margin: 0; -webkit-font-smoothing: antialiased; }
.wp-site-blocks { padding: 0 !important; }
body .wp-site-blocks > * { margin-block-start: 0; margin-block-end: 0; }
.leq-main { display: block; }
.leq-main a, header.wp-block-template-part a, footer.wp-block-template-part a { text-decoration: none; }
.leq-accent { color: var(--leq-accent); }

/* Conteneurs LEQ : pas de marge interne ni d'espace par defaut d'Elementor, on les fixe ici */
.elementor .e-con[class*="leq-"] { padding: 0; --gap: 0px; --row-gap: 0px; --column-gap: 0px; gap: 0; }
.elementor .e-con.leq-sec { padding-inline: 24px; --container-max-width: 1192px; }
.elementor .e-con.leq-sec > .e-con-inner { gap: 0; }
.elementor .e-con.leq-embed { width: 100%; }
.elementor .leq-main .elementor-widget:not(:last-child) { margin-block-end: 0; }

/* ---------- Titres et textes ---------- */
.elementor .leq-eyebrow .elementor-heading-title { margin: 0 0 10px; color: var(--leq-cyan); font-size: 12px; font-weight: 600; letter-spacing: .14em; line-height: 1.3; text-transform: uppercase; }
.elementor .leq-eyebrow--light .elementor-heading-title { color: #fff; }
.elementor .leq-eyebrow--cyan .elementor-heading-title { color: var(--leq-cyan-l); }

/* ---------- Boutons (widget Bouton) ---------- */
.elementor .leq-btn { width: auto; --container-widget-width: auto; flex: none; }
.elementor .leq-btn .elementor-button { display: inline-flex; align-items: center; justify-content: center; height: 46px; padding: 0 28px; border: 1.5px solid transparent; border-radius: 999px; background: transparent; box-shadow: none; color: #fff; font-family: inherit; font-size: 14px; font-weight: 600; line-height: 1; white-space: nowrap; transition: background-color .18s ease, transform .18s ease, border-color .18s ease; }
.elementor .leq-btn .elementor-button:active { transform: translateY(1px); }
.elementor .leq-btn .elementor-button:focus-visible { outline: 2px solid var(--leq-cyan-l); outline-offset: 3px; }
.elementor .leq-btn .elementor-button-content-wrapper { display: inline-flex; align-items: center; justify-content: center; }
.elementor .leq-btn--chev .elementor-button-text::after { content: ""; display: inline-block; width: 15px; height: 15px; margin-left: 12px; vertical-align: -2px; background: currentColor; -webkit-mask: var(--leq-chev) center / contain no-repeat; mask: var(--leq-chev) center / contain no-repeat; }
.elementor .leq-btn--primary .elementor-button { background: var(--leq-accent); color: #fff; }
.elementor .leq-btn--primary .elementor-button:hover { background: var(--leq-accent-dark); color: #fff; }
.elementor .leq-btn--ghost .elementor-button { border-color: rgba(255, 255, 255, .8); color: #fff; }
.elementor .leq-btn--ghost .elementor-button:hover { background: rgba(255, 255, 255, .1); color: #fff; }
.elementor .leq-btn--white .elementor-button { background: #fff; color: #0567d0; }
.elementor .leq-btn--white .elementor-button:hover { transform: translateY(-1px); color: #0567d0; }
.elementor .leq-btn--sm .elementor-button { height: 34px; padding: 0 22px; font-size: 12.5px; }

/* ---------- En-tete (modele Elementor) ---------- */
header.wp-block-template-part { position: sticky; top: 0; z-index: 100; }
.admin-bar header.wp-block-template-part { top: 32px; }
.elementor .e-con.leq-header { background: var(--leq-navy); color: #fff; padding-inline: 24px; --container-max-width: 1192px; }
.elementor .leq-header > .e-con-inner { align-items: center; gap: 28px; min-height: 78px; flex-wrap: nowrap; }
.elementor .leq-brand { flex: none; width: auto; --container-widget-width: auto; line-height: 0; }
.elementor .leq-brand img { display: block; width: auto; height: 62px; max-width: none; }
.elementor .leq-nav { flex: 1 1 auto; width: auto; --container-widget-width: auto; }
.elementor .leq-nav .elementor-nav-menu--main .elementor-nav-menu { justify-content: center; }
.elementor .leq-nav .elementor-nav-menu--main .elementor-nav-menu > li { margin-inline: 19px; }
.elementor .leq-nav .elementor-nav-menu--main .elementor-item { padding: 8px 0; color: #fff; font-size: 14.5px; font-weight: 500; line-height: 1.2; }
.elementor .leq-nav .elementor-nav-menu--main .elementor-item:hover, .elementor .leq-nav .elementor-nav-menu--main .elementor-item.elementor-item-active { color: var(--leq-cyan-l); }
.elementor .leq-nav .elementor-nav-menu--main .sub-arrow { margin-left: 8px; }
.elementor .leq-nav .elementor-nav-menu--main .sub-menu { min-width: 240px; padding: 8px; border: 1px solid rgba(255, 255, 255, .14); border-radius: 12px; background: var(--leq-navy); box-shadow: 0 18px 40px rgba(0, 0, 0, .35); }
.elementor .leq-nav .elementor-sub-item { display: block; padding: 10px 14px; border-radius: 8px; color: #fff; font-size: 14px; font-weight: 500; }
.elementor .leq-nav .elementor-sub-item:hover { background: rgba(255, 255, 255, .08); color: var(--leq-cyan-l); }
.elementor .leq-nav .elementor-menu-toggle { background: transparent; color: #fff; }
.elementor .leq-nav .elementor-nav-menu--dropdown { background: var(--leq-navy); }
.elementor .e-con.leq-header__actions { flex: none; flex-direction: row; align-items: center; gap: 22px; width: auto; }
.elementor .leq-header__actions .leq-btn .elementor-button { height: 44px; padding: 0 26px; }
.elementor .leq-search { width: auto; --container-widget-width: auto; --e-search-form-toggle-color: #fff; --e-search-form-toggle-size: 36px; }
.elementor .leq-search .elementor-search-form__toggle { color: #fff; font-size: 21px; }
.elementor .leq-search .elementor-search-form__toggle:hover { color: var(--leq-cyan-l); }

/* ---------- Hero ---------- */
.elementor .e-con.leq-hero { position: relative; isolation: isolate; overflow: hidden; background: var(--leq-night); color: #fff; min-height: clamp(340px, 27vw, 430px); }
.elementor .leq-hero > .e-con-inner { align-items: flex-start; justify-content: center; min-height: clamp(340px, 27vw, 430px); padding-block: clamp(36px, 4.5vw, 60px); }
.elementor .leq-hero .leq-hero__bg { position: absolute; top: 0; right: 0; bottom: 0; z-index: -1; width: 68%; height: 100%; margin: 0; -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 36%); mask-image: linear-gradient(90deg, transparent 0, #000 36%); }
.elementor .leq-hero .leq-hero__bg .elementor-widget-container { height: 100%; }
.elementor .leq-hero .leq-hero__bg img { display: block; width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: right center; }
.elementor .leq-hero__title .elementor-heading-title { margin: 0 0 18px; color: #fff; font-size: clamp(31px, 2.75vw, 46px); font-weight: 700; line-height: 1.04; letter-spacing: -.02em; text-shadow: 0 2px 18px rgba(0, 0, 0, .35); }
.elementor .leq-hero__title span { display: block; }
.elementor .leq-hero__title .leq-accent { color: #1a9bff; }
.elementor .leq-hero__text { max-width: 500px; }
.elementor .leq-hero__text p { margin: 0 0 26px; color: #cfd5dd; font-size: 15px; line-height: 1.6; }
.elementor .e-con.leq-actions { flex-direction: row; flex-wrap: wrap; gap: 16px; width: auto; }

/* ---------- Arguments ---------- */
.elementor .e-con.leq-features { background: #f8fbfe; border-bottom: 1px solid #e4edf5; }
.elementor .leq-features > .e-con-inner { display: grid; grid-template-columns: repeat(4, 1fr); }
.elementor .leq-feature { width: 100%; }
.elementor .leq-feature .elementor-icon-box-wrapper { position: relative; display: flex; align-items: center; gap: 14px; padding: 22px 24px; text-align: left; }
.elementor .leq-feature .elementor-icon-box-icon { margin: 0; }
.elementor .leq-feature .elementor-icon { display: block; color: var(--leq-icon); font-size: 36px; line-height: 1; }
.elementor .leq-feature .elementor-icon svg { width: 36px; height: 36px; }
.elementor .leq-feature .elementor-icon-box-content { flex: 1; }
.elementor .leq-feature .elementor-icon-box-title { margin: 0 0 3px; color: var(--leq-ink); font-size: 14px; font-weight: 700; line-height: 1.25; }
.elementor .leq-feature .elementor-icon-box-title span { color: inherit; }
.elementor .leq-feature .elementor-icon-box-description { margin: 0; color: var(--leq-soft); font-size: 12px; line-height: 1.4; }
.elementor .leq-features > .e-con-inner > .leq-feature:first-child .elementor-icon-box-wrapper { padding-left: 0; }
.elementor .leq-features > .e-con-inner > .leq-feature + .leq-feature .elementor-icon-box-wrapper::before { content: ""; position: absolute; top: 20px; bottom: 20px; left: 0; width: 1px; background: var(--leq-line); }

/* ---------- Services (accueil) ---------- */
.elementor .e-con.leq-services { background: var(--leq-mist); padding-block: clamp(40px, 5vw, 64px); }
.elementor .leq-services > .e-con-inner { display: grid; grid-template-columns: minmax(280px, 4fr) 8fr; gap: 56px; align-items: center; }
.elementor .e-con.leq-services__copy { flex-direction: column; align-items: flex-start; width: auto; }
.elementor .leq-services__title .elementor-heading-title { margin: 0 0 18px; color: var(--leq-ink); font-size: clamp(25px, 2.1vw, 32px); font-weight: 700; line-height: 1.14; letter-spacing: -.015em; }
.elementor .leq-services__text { max-width: 380px; }
.elementor .leq-services__text p { margin: 0 0 26px; color: var(--leq-muted); font-size: 14.5px; line-height: 1.65; }
.elementor .e-con.leq-minis { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; width: 100%; }
.elementor .e-con.leq-mini { position: relative; flex-direction: column; overflow: hidden; border-radius: 8px; background: #fff; box-shadow: 0 4px 16px rgba(16, 42, 80, .08); transition: transform .2s ease, box-shadow .2s ease; }
.elementor .e-con.leq-mini:hover { transform: translateY(-3px); box-shadow: 0 10px 26px rgba(16, 42, 80, .14); }
.elementor .leq-mini .elementor-widget, .elementor .e-con.leq-mini__label { position: static; }
.elementor .leq-mini__img img { display: block; width: 100%; max-width: none; aspect-ratio: 192 / 76; object-fit: cover; }
.elementor .e-con.leq-mini__label { flex-direction: row; align-items: center; gap: 9px; padding: 11px 12px; }
.elementor .e-con.leq-mini__label::after { content: ""; flex: none; width: 13px; height: 13px; margin-left: auto; background: var(--leq-accent); -webkit-mask: var(--leq-chev) center / contain no-repeat; mask: var(--leq-chev) center / contain no-repeat; }
.elementor .leq-mini__icon { width: auto; flex: none; --container-widget-width: auto; }
.elementor .leq-mini__icon .elementor-icon { display: block; color: var(--leq-accent); font-size: 17px; line-height: 1; }
.elementor .leq-mini__icon .elementor-icon svg { width: 17px; height: 17px; }
.elementor .leq-mini__title { flex: 1; }
.elementor .leq-mini__title .elementor-heading-title { margin: 0; font-size: 12.5px; font-weight: 600; line-height: 1.2; }
.elementor .leq-mini__title a { color: #1d2f52; }
.elementor .leq-mini__title a::after { content: ""; position: absolute; inset: 0; z-index: 1; }

/* ---------- Page Nos services ---------- */
.elementor .e-con.leq-intro { background: var(--leq-frost); padding-block: 44px 34px; }
.elementor .leq-intro > .e-con-inner { display: grid; grid-template-columns: 5fr 7fr; gap: 40px; align-items: center; }
.elementor .e-con.leq-intro__copy { flex-direction: column; align-items: flex-start; width: auto; }
.elementor .leq-intro__title .elementor-heading-title { margin: 0 0 16px; color: var(--leq-ink); font-size: clamp(30px, 3vw, 44px); font-weight: 700; line-height: 1.06; letter-spacing: -.02em; }
.elementor .leq-intro__title span { display: block; color: var(--leq-accent); }
.elementor .leq-intro__text { max-width: 470px; }
.elementor .leq-intro__text p { margin: 0; color: var(--leq-muted); font-size: 15px; line-height: 1.65; }
.elementor .e-con.leq-features__list { display: grid; grid-template-columns: repeat(4, 1fr); width: 100%; }
.elementor .leq-intro .leq-feature .elementor-icon-box-wrapper { flex-direction: column; align-items: flex-start; gap: 14px; padding: 6px 22px; border-left: 1px solid #8bc5f7; }
.elementor .leq-intro .leq-feature .elementor-icon { color: var(--leq-royal); font-size: 44px; }
.elementor .leq-intro .leq-feature .elementor-icon svg { width: 44px; height: 44px; }
.elementor .leq-intro .leq-feature .elementor-icon-box-description { color: var(--leq-muted); font-size: 12.5px; }
.elementor .e-con.leq-catalog { background: var(--leq-frost); padding-block: 22px 60px; }
.elementor .e-con.leq-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; width: 100%; }
.elementor .e-con.leq-card { flex-direction: column; overflow: hidden; height: 100%; border-radius: 10px; background: #fff; box-shadow: var(--leq-shadow); scroll-margin-top: 110px; }
.elementor .leq-card__media { line-height: 0; }
.elementor .leq-card__media img { display: block; width: 100%; max-width: none; aspect-ratio: 330 / 126; object-fit: cover; transition: transform .4s ease; }
.elementor .leq-card__media .elementor-widget-container { overflow: hidden; }
.elementor .e-con.leq-card:hover .leq-card__media img { transform: scale(1.035); }
.elementor .e-con.leq-card__body { flex-direction: column; padding: 18px 18px 22px; }
.elementor .e-con.leq-card__head { flex-direction: row; align-items: center; gap: 12px; margin-bottom: 12px; }
.elementor .leq-card__icon { width: auto; flex: none; --container-widget-width: auto; }
.elementor .leq-card__icon .elementor-icon { display: block; color: var(--leq-royal); font-size: 30px; line-height: 1; }
.elementor .leq-card__icon .elementor-icon svg { width: 30px; height: 30px; }
.elementor .leq-card__title { flex: 1; }
.elementor .leq-card__title .elementor-heading-title { margin: 0; color: #0d2a6e; font-size: 17px; font-weight: 600; line-height: 1.22; letter-spacing: -.005em; }
.elementor .leq-card__go { width: auto; flex: none; --container-widget-width: auto; }
.elementor .leq-card__go .elementor-icon { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; background: #e8f3ff; color: var(--leq-accent); font-size: 15px; transition: background-color .18s ease, color .18s ease; }
.elementor .leq-card__go .elementor-icon:hover { background: var(--leq-accent); color: #fff; }
.elementor .leq-card__go .elementor-icon svg { width: 15px; height: 15px; }
.elementor .leq-card__text p { margin: 0; color: #40618e; font-size: 13.5px; line-height: 1.6; }

/* ---------- A propos (modele Elementor) ---------- */
.elementor .e-con.leq-about { display: grid; grid-template-columns: minmax(280px, 32.5%) 1fr; background: var(--leq-navy-deep); color: #fff; }
.elementor .leq-about__media { position: relative; min-height: 190px; }
.elementor .leq-about__media .elementor-widget-container { position: absolute; inset: 0; }
.elementor .leq-about__media img { display: block; width: 100%; height: 100%; max-width: none; object-fit: cover; }
.elementor .e-con.leq-about__body { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 40px; align-items: center; padding: 34px clamp(24px, 6vw, 96px) 34px 40px; }
.elementor .e-con.leq-about__copy { flex-direction: column; align-items: flex-start; width: auto; }
.elementor .leq-about__title .elementor-heading-title { margin: 0 0 12px; color: #fff; font-size: clamp(20px, 1.6vw, 25px); font-weight: 700; line-height: 1.2; letter-spacing: -.01em; }
.elementor .leq-about__text { max-width: 480px; }
.elementor .leq-about__text p { margin: 0 0 18px; color: #cbd5e2; font-size: 13.5px; line-height: 1.6; }
.elementor .leq-about .leq-btn--ghost .elementor-button { border-color: rgba(255, 255, 255, .55); }
.elementor .e-con.leq-stats { display: grid; grid-template-columns: repeat(4, 112px); width: auto; }
.elementor .leq-stat { width: 100%; }
.elementor .leq-stat .elementor-icon-box-wrapper { display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 6px 8px; border-left: 1px solid rgba(255, 255, 255, .16); text-align: center; }
.elementor .leq-stat .elementor-icon-box-icon { margin: 0; }
.elementor .leq-stat .elementor-icon { display: block; color: #22b8f7; font-size: 30px; line-height: 1; }
.elementor .leq-stat .elementor-icon svg { width: 30px; height: 30px; }
.elementor .leq-stat .elementor-icon-box-title { margin: 0; color: #fff; font-size: 15px; font-weight: 700; line-height: 1.2; }
.elementor .leq-stat .elementor-icon-box-title span { color: inherit; }
.elementor .leq-stat .elementor-icon-box-description { margin: 0; color: #c5d0de; font-size: 11px; line-height: 1.3; }

/* ---------- Appel a l'action + pied de page (modele Elementor) ---------- */
.elementor .e-con.leq-cta { position: relative; overflow: hidden; color: #fff; }
.elementor .e-con.leq-cta::after { content: ""; position: absolute; right: -30px; bottom: -70px; width: 300px; height: 300px; pointer-events: none; background: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 300' fill='none' stroke='rgba(255,255,255,0.22)' stroke-width='9' stroke-linecap='round'><circle cx='150' cy='150' r='34' stroke-dasharray='120 94'/><circle cx='150' cy='150' r='64' stroke-dasharray='230 172' transform='rotate(30 150 150)'/><circle cx='150' cy='150' r='94' stroke-dasharray='330 260' transform='rotate(-20 150 150)'/><circle cx='150' cy='150' r='124' stroke-dasharray='470 309' transform='rotate(60 150 150)'/><circle cx='150' cy='150' r='154' stroke-dasharray='600 368' transform='rotate(10 150 150)'/></svg>") center / contain no-repeat; }
.elementor .leq-cta > .e-con-inner { position: relative; z-index: 1; align-items: center; gap: 36px; min-height: 76px; padding-block: 18px; flex-wrap: nowrap; }
.elementor .e-con.leq-cta__copy { flex: 1; flex-direction: column; width: auto; }
.elementor .leq-cta__title .elementor-heading-title { margin: 0 0 3px; color: #fff; font-size: 21px; font-weight: 700; line-height: 1.2; letter-spacing: -.01em; }
.elementor .leq-cta__sub p { margin: 0; color: #eaf6ff; font-size: 13.5px; line-height: 1.4; }
.elementor .leq-cta .leq-btn--white .elementor-button { height: 44px; }
.elementor .leq-cta__contact { width: auto; flex: none; --container-widget-width: auto; }
.elementor .leq-cta__contact .elementor-icon-list-items { display: flex; flex-wrap: wrap; gap: 8px 28px; margin: 0; padding: 0; list-style: none; }
.elementor .leq-cta__contact .elementor-icon-list-item { margin: 0; padding: 0; }
.elementor .leq-cta__contact .elementor-icon-list-item a { display: inline-flex; align-items: center; gap: 10px; color: #fff; font-size: 13px; font-weight: 500; white-space: nowrap; }
.elementor .leq-cta__contact .elementor-icon-list-icon { display: inline-flex; color: #fff; font-size: 17px; }
.elementor .leq-cta__contact .elementor-icon-list-icon svg { width: 17px; height: 17px; fill: none; }
.elementor .leq-cta__contact .elementor-icon-list-text { color: #fff; padding: 0; }
.elementor .e-con.leq-footer { color: #9fb0c6; font-size: 13px; }
.elementor .leq-footer > .e-con-inner { align-items: center; justify-content: space-between; gap: 12px 32px; padding-block: 20px; flex-wrap: wrap; }
.elementor .leq-footer__copy p { margin: 0; color: #9fb0c6; font-size: 13px; }
.elementor .leq-footer__nav { width: auto; --container-widget-width: auto; }
.elementor .leq-footer__nav .elementor-nav-menu--main .elementor-nav-menu { justify-content: flex-end; }
.elementor .leq-footer__nav .elementor-nav-menu--main .elementor-nav-menu > li { margin-inline: 13px; }
.elementor .leq-footer__nav .elementor-nav-menu--main .elementor-item { padding: 0; color: #c6d3e3; font-size: 13px; }
.elementor .leq-footer__nav .elementor-nav-menu--main .elementor-item:hover { color: var(--leq-cyan-l); }

/* ---------- Pages simples ---------- */
.elementor .e-con.leq-page-hero { background: var(--leq-navy); color: #fff; padding-block: clamp(36px, 5vw, 60px); }
.elementor .leq-page-title .elementor-heading-title { margin: 0; color: #fff; font-size: clamp(30px, 3.2vw, 44px); font-weight: 700; line-height: 1.08; letter-spacing: -.02em; }
.elementor .e-con.leq-page-body { background: var(--leq-frost); padding-block: clamp(36px, 5vw, 64px); }
.elementor .leq-page-body .e-con-inner { align-items: flex-start; }
.elementor .leq-page-text { max-width: 820px; color: var(--leq-muted); font-size: 16px; line-height: 1.7; }
.elementor .leq-page-text > .elementor-widget-container > * + * { margin-top: 1.1em; }
.elementor .leq-page-text h2 { margin-top: 1.6em; color: var(--leq-ink); font-size: 26px; }
.elementor .leq-page-text a { color: var(--leq-accent); font-weight: 600; }
.elementor .leq-page-body .leq-btn { margin-top: 24px; }

/* ---------- Tablette et mobile ---------- */
@media (max-width: 1240px) {
	.elementor .leq-header > .e-con-inner { gap: 18px; }
	.elementor .leq-nav .elementor-nav-menu--main .elementor-nav-menu > li { margin-inline: 12px; }
	.elementor .e-con.leq-header__actions { gap: 14px; }
	.elementor .leq-brand img { height: 56px; }
}
@media (max-width: 1100px) {
	.elementor .leq-header > .e-con-inner { gap: 12px; }
	.elementor .leq-nav .elementor-nav-menu--main .elementor-nav-menu > li { margin-inline: 8px; }
	.elementor .leq-nav .elementor-nav-menu--main .elementor-item { font-size: 13.5px; }
	.elementor .e-con.leq-header__actions { gap: 10px; }
	.elementor .leq-header__actions .leq-btn .elementor-button { padding: 0 16px; font-size: 13px; }
	.elementor .leq-brand img { height: 52px; }
	.elementor .leq-services > .e-con-inner { grid-template-columns: 1fr; gap: 32px; }
	.elementor .leq-services__text { max-width: 560px; }
	.elementor .leq-intro > .e-con-inner { grid-template-columns: 1fr; gap: 28px; }
	.elementor .e-con.leq-grid { grid-template-columns: repeat(2, 1fr); }
	.elementor .e-con.leq-about { grid-template-columns: 1fr; }
	.elementor .leq-about__media { min-height: 220px; }
	.elementor .e-con.leq-about__body { padding: 32px 24px 36px; }
}
@media (max-width: 900px) {
	.elementor .leq-features > .e-con-inner { grid-template-columns: repeat(2, 1fr); }
	.elementor .leq-features > .e-con-inner > .leq-feature:nth-child(3) .elementor-icon-box-wrapper { padding-left: 0; }
	.elementor .leq-features > .e-con-inner > .leq-feature:nth-child(3) .elementor-icon-box-wrapper::before { display: none; }
	.elementor .e-con.leq-minis { grid-template-columns: repeat(2, 1fr); }
	.elementor .e-con.leq-about__body { grid-template-columns: 1fr; gap: 28px; }
	.elementor .e-con.leq-stats { grid-template-columns: repeat(2, 1fr); row-gap: 18px; }
	.elementor .leq-stat:nth-child(odd) .elementor-icon-box-wrapper { border-left: 0; }
	.elementor .leq-cta > .e-con-inner { flex-wrap: wrap; gap: 18px 28px; }
	.elementor .e-con.leq-cta__copy { flex: 1 1 100%; }
	.elementor .leq-hero .leq-hero__bg { width: 100%; opacity: .55; }
	.elementor .e-con.leq-features__list { grid-template-columns: repeat(2, 1fr); row-gap: 20px; }
	.elementor .leq-intro .leq-feature:nth-child(odd) .elementor-icon-box-wrapper { padding-left: 0; border-left: 0; }
}
@media (max-width: 782px) {
	.admin-bar header.wp-block-template-part { top: 46px; }
}
@media (max-width: 640px) {
	.elementor .leq-header > .e-con-inner { min-height: 68px; gap: 14px; }
	.elementor .leq-brand img { height: 50px; }
	.elementor .leq-header__actions .leq-btn { display: none; }
	.elementor .e-con.leq-header__actions { margin-left: auto; gap: 8px; }
	.elementor .e-con.leq-grid { grid-template-columns: 1fr; }
	.elementor .leq-features > .e-con-inner, .elementor .e-con.leq-features__list { grid-template-columns: 1fr; }
	.elementor .leq-features > .e-con-inner > .leq-feature .elementor-icon-box-wrapper { padding: 14px 0; }
	.elementor .leq-features > .e-con-inner > .leq-feature + .leq-feature .elementor-icon-box-wrapper::before { top: 0; right: 0; bottom: auto; left: 0; width: auto; height: 1px; }
	.elementor .leq-intro .leq-feature .elementor-icon-box-wrapper { flex-direction: row; align-items: center; padding: 12px 0; border-left: 0; }
	.elementor .leq-hero__title .elementor-heading-title { font-size: 31px; }
	.elementor .leq-btn .elementor-button { padding: 0 22px; }
	.elementor .leq-cta__contact .elementor-icon-list-item a { white-space: normal; }
}
@media (max-width: 400px) {
	.elementor .leq-header > .e-con-inner { gap: 8px; }
	.elementor .leq-brand img { height: 42px; max-width: 100%; }
	.elementor .e-con.leq-minis { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
	.elementor .leq-btn .elementor-button, .elementor .e-con.leq-mini, .elementor .leq-card__go .elementor-icon, .elementor .leq-card__media img { transition: none !important; }
	.elementor .e-con.leq-mini:hover, .elementor .e-con.leq-card:hover .leq-card__media img { transform: none; }
}

/* ---------- Demande de devis ---------- */
.elementor .leq-page-lead { max-width: 640px; margin-top: 14px; color: rgba(255, 255, 255, .78); font-size: 16px; line-height: 1.6; }
.elementor .leq-page-lead p { margin: 0; }
.elementor .e-con.leq-devis__card { width: 100%; max-width: 860px; padding: clamp(22px, 4vw, 40px); border: 1px solid var(--leq-line); border-radius: 20px; background: #fff; box-shadow: var(--leq-shadow); }
.elementor .leq-form { width: 100%; }
.elementor .leq-form .elementor-form-fields-wrapper { row-gap: 20px; margin: 0; }
.elementor .leq-form .elementor-field-group { margin: 0; padding-inline: 0; }
.elementor .leq-form .elementor-form-fields-wrapper { column-gap: 20px; }
.elementor .leq-form .elementor-field-group.elementor-column { padding-inline: 0; }
.elementor .leq-form .elementor-field-group.elementor-col-50 { width: calc(50% - 10px); flex: none; }
.elementor .leq-form .elementor-field-group.elementor-col-100 { width: 100%; }
.elementor .leq-form .elementor-field-label { display: block; margin-bottom: 8px; color: var(--leq-ink); font-size: 14px; font-weight: 600; line-height: 1.3; }
.elementor .leq-form .elementor-mark-required .elementor-field-label::after { content: " *"; color: var(--leq-accent); }
.elementor .leq-form .elementor-field-textual { width: 100%; min-height: 48px; padding: 12px 16px; border: 1.5px solid var(--leq-line); border-radius: 12px; background: var(--leq-frost); box-shadow: none; color: var(--leq-navy); font-family: inherit; font-size: 15px; line-height: 1.4; transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease; }
.elementor .leq-form textarea.elementor-field-textual { min-height: 150px; resize: vertical; }
.elementor .leq-form .elementor-field-textual::placeholder { color: var(--leq-soft); opacity: .8; }
.elementor .leq-form .elementor-field-textual:focus { outline: none; border-color: var(--leq-accent); background: #fff; box-shadow: 0 0 0 4px rgba(12, 141, 254, .14); }
.elementor .leq-form .elementor-field-group.elementor-field-type-checkbox .elementor-field-subgroup { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.elementor .leq-form .elementor-field-type-checkbox .elementor-field-option { position: relative; display: block; margin: 0; padding: 0; }
.elementor .leq-form .elementor-field-type-checkbox .elementor-field-option input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.elementor .leq-form .elementor-field-type-checkbox .elementor-field-option label { display: flex; align-items: center; gap: 12px; width: 100%; min-height: 48px; padding: 10px 14px; border: 1.5px solid var(--leq-line); border-radius: 12px; background: var(--leq-frost); color: var(--leq-navy); font-size: 14.5px; font-weight: 500; line-height: 1.3; cursor: pointer; transition: border-color .18s ease, background-color .18s ease; }
.elementor .leq-form .elementor-field-type-checkbox .elementor-field-option label::before { content: ""; flex: none; width: 20px; height: 20px; border: 1.5px solid #9db6d0; border-radius: 6px; background: #fff center / 13px no-repeat; transition: background-color .18s ease, border-color .18s ease; }
.elementor .leq-form .elementor-field-type-checkbox .elementor-field-option input:checked + label { border-color: var(--leq-accent); background: #eaf4ff; }
.elementor .leq-form .elementor-field-type-checkbox .elementor-field-option input:checked + label::before { border-color: var(--leq-accent); background-color: var(--leq-accent); background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'><path d='m5 12 5 5 9-10'/></svg>"); }
.elementor .leq-form .elementor-field-type-checkbox .elementor-field-option input:focus-visible + label { outline: 2px solid var(--leq-accent); outline-offset: 2px; }
.elementor .leq-form .elementor-field-type-acceptance .elementor-field-option label { display: inline; color: var(--leq-muted); font-size: 13.5px; line-height: 1.5; }
.elementor .leq-form .elementor-field-type-acceptance input { margin-right: 10px; accent-color: var(--leq-accent); }
.elementor .leq-form .elementor-field-type-submit { margin-top: 4px; }
.elementor .leq-form .elementor-button { display: inline-flex; align-items: center; justify-content: center; height: 50px; padding: 0 34px; border: 0; border-radius: 999px; background: var(--leq-accent); color: #fff; font-family: inherit; font-size: 15px; font-weight: 600; line-height: 1; transition: background-color .18s ease, transform .18s ease; }
.elementor .leq-form .elementor-button:hover { background: var(--leq-accent-dark); color: #fff; }
.elementor .leq-form .elementor-button:active { transform: translateY(1px); }
.elementor .leq-form .elementor-button-text::after { content: ""; display: inline-block; width: 16px; height: 16px; margin-left: 12px; vertical-align: -3px; background: currentColor; -webkit-mask: var(--leq-chev) center / contain no-repeat; mask: var(--leq-chev) center / contain no-repeat; }
.elementor .leq-form .elementor-message { margin: 4px 0 0; font-size: 14.5px; font-weight: 600; line-height: 1.5; }
.elementor .leq-form .elementor-message-success { color: #0a6b3c; }
.elementor .leq-form .elementor-message-danger, .elementor .leq-form .elementor-message-warning { color: #b42318; }
@media (max-width: 640px) {
	.elementor .leq-form .elementor-field-group.elementor-col-50 { width: 100%; }
	.elementor .leq-form .elementor-field-group.elementor-field-type-checkbox .elementor-field-subgroup { grid-template-columns: minmax(0, 1fr); }
	.elementor .leq-form .elementor-button { width: 100%; }
}

/* ---------- Page contact ---------- */
.elementor .e-con.leq-contact { padding-block: clamp(40px, 5vw, 76px); }
.elementor .e-con.leq-contact__grid { flex-direction: row; align-items: flex-start; gap: clamp(28px, 4vw, 56px); width: 100%; }
.elementor .e-con.leq-contact__info { flex: 0 0 min(400px, 38%); width: auto; flex-direction: column; align-items: stretch; gap: 14px; }
.elementor .leq-contact__title .elementor-heading-title { margin: 0; color: var(--leq-ink); font-size: clamp(26px, 2.6vw, 34px); font-weight: 700; line-height: 1.12; letter-spacing: -.02em; }
.elementor .leq-contact__text { color: var(--leq-muted); font-size: 15.5px; line-height: 1.65; }
.elementor .leq-contact__text p, .elementor .leq-contact__note p, .elementor .leq-form-sub p { margin: 0; }
.elementor .leq-contact__note { margin-top: 8px; color: var(--leq-muted); font-size: 14.5px; line-height: 1.6; }
.elementor .leq-contact__info .leq-btn { margin-top: 2px; }

/* Cartes d'information (telephone, e-mail, horaires) */
.elementor .leq-info { width: 100%; }
.elementor .leq-info .elementor-icon-box-wrapper { display: flex; flex-direction: row; align-items: center; gap: 16px; padding: 16px 18px; border: 1px solid var(--leq-line); border-radius: 16px; background: #fff; box-shadow: var(--leq-shadow); text-align: left; transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.elementor .leq-info .elementor-icon-box-icon { flex: none; margin: 0; }
.elementor .leq-info .elementor-icon-box-icon .elementor-icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 13px; background: #eaf4ff; color: var(--leq-accent); font-size: 22px; }
.elementor .leq-info .elementor-icon-box-icon svg { width: 22px; height: 22px; }
.elementor .leq-info .elementor-icon-box-content { display: flex; flex-direction: column; min-width: 0; }
.elementor .leq-info .elementor-icon-box-description { order: -1; margin: 0 0 2px; color: var(--leq-soft); font-size: 12px; font-weight: 600; letter-spacing: .08em; line-height: 1.3; text-transform: uppercase; }
.elementor .leq-info .elementor-icon-box-title { margin: 0; color: var(--leq-navy); font-size: 16px; font-weight: 600; line-height: 1.35; overflow-wrap: anywhere; }
.elementor .leq-info .elementor-icon-box-title a { color: inherit; }
.elementor .leq-info:hover .elementor-icon-box-wrapper { border-color: rgba(12, 141, 254, .5); box-shadow: 0 12px 30px rgba(16, 42, 80, .13); transform: translateY(-2px); }
.elementor .leq-info:hover .elementor-icon-box-title a { color: var(--leq-accent-dark); }

/* Carte du formulaire de contact */
.elementor .e-con.leq-contact__card { flex: 1 1 0; width: auto; max-width: none; min-width: 0; gap: 6px; }
.elementor .leq-form-title .elementor-heading-title { margin: 0; color: var(--leq-ink); font-size: 24px; font-weight: 700; line-height: 1.2; letter-spacing: -.01em; }
.elementor .leq-form-sub { margin-bottom: 14px; color: var(--leq-soft); font-size: 13.5px; line-height: 1.5; }
.elementor .leq-form .elementor-select-wrapper::before { display: none; }
.elementor .leq-form .elementor-select-wrapper select.elementor-field-textual { appearance: none; -webkit-appearance: none; padding-right: 44px; background: var(--leq-frost) url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230a3a8a' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'><path d='m6 9 6 6 6-6'/></svg>") right 16px center / 16px no-repeat; cursor: pointer; }
.elementor .leq-form .elementor-select-wrapper select.elementor-field-textual:focus { background-color: #fff; }

/* Etapes */
.elementor .e-con.leq-steps { background: #fff; padding-block: clamp(40px, 5vw, 76px); }
.elementor .leq-steps__title .elementor-heading-title { max-width: 680px; margin: 0; color: var(--leq-ink); font-size: clamp(24px, 2.4vw, 32px); font-weight: 700; line-height: 1.15; letter-spacing: -.02em; }
.elementor .e-con.leq-steps__list { flex-direction: row; align-items: stretch; gap: 24px; width: 100%; margin-top: 32px; }
.elementor .e-con.leq-step { flex: 1 1 0; min-width: 0; flex-direction: column; align-items: flex-start; gap: 8px; padding: 26px 24px; border: 1px solid var(--leq-line); border-radius: 18px; background: var(--leq-frost); }
.elementor .leq-step__num .elementor-heading-title { display: grid; place-items: center; width: 44px; height: 44px; margin: 0 0 8px; border-radius: 50%; background: var(--leq-accent); box-shadow: 0 6px 16px rgba(12, 141, 254, .35); color: #fff; font-size: 18px; font-weight: 700; line-height: 1; }
.elementor .leq-step__title .elementor-heading-title { margin: 0; color: var(--leq-ink); font-size: 18px; font-weight: 700; line-height: 1.25; }
.elementor .leq-step__text { color: var(--leq-muted); font-size: 15px; line-height: 1.6; }
.elementor .leq-step__text p { margin: 0; }

@media (max-width: 900px) {
	.elementor .e-con.leq-contact__grid { flex-direction: column; align-items: stretch; }
	.elementor .e-con.leq-contact__info { flex: none; width: 100%; }
	.elementor .e-con.leq-contact__card { flex: none; width: 100%; }
	.elementor .e-con.leq-steps__list { flex-direction: column; gap: 16px; }
}

/* ---------- Pages de service ---------- */
.elementor .e-con.leq-svc-hero { background: var(--leq-navy); color: #fff; padding-block: clamp(36px, 5vw, 72px); }
.elementor .e-con.leq-svc-hero__grid { flex-direction: row; align-items: center; gap: clamp(28px, 5vw, 64px); width: 100%; }
.elementor .e-con.leq-svc-hero__copy { flex: 1 1 0; min-width: 0; flex-direction: column; align-items: flex-start; gap: 14px; }
.elementor .leq-crumb { color: rgba(255, 255, 255, .7); font-size: 13.5px; font-weight: 500; line-height: 1.4; }
.elementor .leq-crumb p { margin: 0; }
.elementor .leq-crumb a { color: var(--leq-cyan-l); font-weight: 600; }
.elementor .leq-crumb a:hover { text-decoration: underline; text-underline-offset: 3px; }
.elementor .leq-svc-title .elementor-heading-title { font-size: clamp(32px, 3.6vw, 50px); }
.elementor .leq-svc-hero .leq-page-lead { margin-top: 0; max-width: 560px; font-size: 17px; }
.elementor .e-con.leq-svc-actions { flex-direction: row; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 8px; width: auto; }
.elementor .leq-svc-hero__media { flex: 0 0 min(46%, 520px); width: auto; --container-widget-width: auto; }
.elementor .leq-svc-hero__media img { display: block; width: 100%; aspect-ratio: 4 / 3; height: auto; object-fit: cover; border-radius: 22px; box-shadow: 0 24px 60px rgba(0, 0, 0, .4); }

.elementor .e-con.leq-svc-body { background: var(--leq-frost); padding-block: clamp(40px, 5vw, 76px); }
.elementor .e-con.leq-svc-body__grid { flex-direction: row; align-items: flex-start; gap: clamp(28px, 4.5vw, 60px); width: 100%; }
.elementor .e-con.leq-svc-body__copy { flex: 1 1 0; min-width: 0; flex-direction: column; align-items: stretch; gap: 14px; }
.elementor .leq-svc-h2 .elementor-heading-title { margin: 0; color: var(--leq-ink); font-size: clamp(25px, 2.5vw, 34px); font-weight: 700; line-height: 1.15; letter-spacing: -.02em; }
.elementor .leq-svc-text { color: var(--leq-muted); font-size: 16px; line-height: 1.75; }
.elementor .leq-svc-text p { margin: 0 0 1em; }
.elementor .leq-svc-text p:last-child { margin-bottom: 0; }
.elementor .e-con.leq-svc-options { flex: 0 0 min(400px, 38%); width: auto; flex-direction: column; align-items: stretch; gap: 16px; padding: 28px; border: 1px solid var(--leq-line); border-radius: 20px; background: #fff; box-shadow: var(--leq-shadow); }
.elementor .leq-svc-options__title .elementor-heading-title { margin: 0; color: var(--leq-ink); font-size: 20px; font-weight: 700; }
.elementor .leq-checks .elementor-icon-list-items { display: flex; flex-direction: column; gap: 12px; margin: 0; padding: 0; list-style: none; }
.elementor .leq-checks .elementor-icon-list-item { display: flex; align-items: flex-start; gap: 12px; margin: 0; padding: 0; }
.elementor .leq-checks .elementor-icon-list-icon { flex: none; margin-top: 2px; color: var(--leq-accent); font-size: 20px; }
.elementor .leq-checks .elementor-icon-list-icon svg { width: 20px; height: 20px; }
.elementor .leq-checks .elementor-icon-list-text { color: var(--leq-navy); font-size: 15.5px; font-weight: 500; line-height: 1.5; padding: 0; }

.elementor .e-con.leq-svc-feats { background: #fff; padding-block: clamp(40px, 5vw, 76px); }
.elementor .e-con.leq-svc-feats__grid { flex-direction: row; align-items: stretch; gap: 20px; width: 100%; margin-top: 30px; }
.elementor .leq-svc-feat { flex: 1 1 0; min-width: 0; }
.elementor .leq-svc-feat .elementor-icon-box-wrapper { display: flex; flex-direction: column; align-items: flex-start; height: 100%; padding: 26px 24px; border: 1px solid var(--leq-line); border-radius: 18px; background: var(--leq-frost); text-align: left; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.elementor .leq-svc-feat .elementor-icon-box-icon { margin: 0 0 16px; }
.elementor .leq-svc-feat .elementor-icon-box-content { width: 100%; text-align: left; }
.elementor .leq-svc-feat .elementor-icon-box-title, .elementor .leq-svc-feat .elementor-icon-box-description { text-align: left; }
.elementor .leq-svc-feat .elementor-icon-box-icon .elementor-icon { display: grid; place-items: center; width: 50px; height: 50px; border-radius: 14px; background: #eaf4ff; color: var(--leq-accent); font-size: 24px; }
.elementor .leq-svc-feat .elementor-icon-box-icon svg { width: 24px; height: 24px; }
.elementor .leq-svc-feat .elementor-icon-box-title { margin: 0 0 6px; color: var(--leq-ink); font-size: 17px; font-weight: 700; line-height: 1.25; }
.elementor .leq-svc-feat .elementor-icon-box-description { margin: 0; color: var(--leq-muted); font-size: 14.5px; line-height: 1.6; }
.elementor .leq-svc-feat:hover .elementor-icon-box-wrapper { border-color: rgba(12, 141, 254, .45); box-shadow: 0 14px 32px rgba(16, 42, 80, .12); transform: translateY(-3px); }

.elementor .e-con.leq-svc-steps { background: var(--leq-frost); }
.elementor .e-con.leq-svc-steps .leq-step { background: #fff; }

.elementor .e-con.leq-svc-others { background: #fff; padding-block: clamp(40px, 5vw, 76px); }
.elementor .e-con.leq-svc-others__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; width: 100%; margin-top: 30px; }
.elementor .e-con.leq-svc-others__grid > .leq-mini { width: 100%; }

@media (max-width: 1000px) {
	.elementor .e-con.leq-svc-feats__grid { flex-wrap: wrap; }
	.elementor .leq-svc-feat { flex: 1 1 calc(50% - 10px); }
	.elementor .e-con.leq-svc-others__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 860px) {
	.elementor .e-con.leq-svc-hero__grid { flex-direction: column; align-items: stretch; }
	.elementor .leq-svc-hero__media { flex: none; width: 100%; }
	.elementor .e-con.leq-svc-body__grid { flex-direction: column; align-items: stretch; }
	.elementor .e-con.leq-svc-options { flex: none; width: 100%; }
	.elementor .e-con.leq-svc-others__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
	.elementor .leq-svc-feat { flex: 1 1 100%; }
	.elementor .e-con.leq-svc-actions .leq-btn { width: 100%; }
	.elementor .e-con.leq-svc-actions .leq-btn .elementor-button { width: 100%; }
}
