@charset "UTF-8";
@import url(main.css);
a.button_homepageDoubleScreen.ctaLinks-button.text-color-fourth.p-3.fs-6.fw-bold.m-2, a.fw-light.grow.button_header.text-color-fourth.rounded-pill.p-2.text-decoration-none.all-activities-button { border-radius: 0.8rem !important; padding: 12px 24px !important; font-weight: 800 !important; font-family: 'Manrope'; font-size: 0.9rem; color: #182b35 !important; }

a.button_homepageDoubleScreen.ctaLinks-button.text-color-fourth.p-3.fs-6.fw-bold.m-2:hover, a.fw-light.grow.button_header.text-color-fourth.rounded-pill.p-2.text-decoration-none.all-activities-button:hover { color: white !important; }

h2.display-6.fw-bold.p-3.pt-lg-3.m-0.titles, h1.display-4.fw-bold.bandeauTitre.titles.text-color-seventh { color: #21333c !important; }

.maps-section.position-relative.bg-primaryColor { display: none; }

.px-4.py-5.my-5.text-center.cta_banner.bg-sixthColor { margin-bottom: 0px !important; }

/*============================= CUSTOM NAV BAR =================================*/
.lucas-nav { position: fixed; top: 0; right: 0; left: 0; z-index: 999; display: flex; justify-content: center; width: 100%; padding: 0.75rem 2rem; border-bottom: 0.08rem solid rgba(210, 165, 52, 0.22); background-color: rgba(24, 43, 53, 0.96); backdrop-filter: blur(0.8rem); box-sizing: border-box; }

.lucas-nav__inner { display: flex; align-items: center; gap: 2.5rem; width: 100%; max-width: 1600px; min-height: 4.6rem; box-sizing: border-box; }

.lucas-nav__brand { display: inline-flex; flex: 0 0 auto; align-items: center; justify-content: center; padding: 0.45rem 0.8rem; border-radius: 0.8rem; background-color: #f5f2ea; text-decoration: none; box-sizing: border-box; transition: background-color 0.3s ease, transform 0.3s ease; }

.lucas-nav__brand:hover, .lucas-nav__brand:focus-visible { background-color: #ffffff; transform: scale(1.02); }

.lucas-nav__brand:focus-visible { outline: 0.16rem solid #f8b90a; outline-offset: 0.2rem; }

.lucas-nav__logo { display: block; width: 10.5rem; height: 3.2rem; object-fit: contain; }

.lucas-nav__panel { display: flex; flex: 1 1 auto; align-items: center; justify-content: flex-end; gap: 2rem; }

.lucas-nav__links { display: flex; align-items: center; justify-content: center; gap: 0.3rem; }

.lucas-nav__link { position: relative; display: inline-flex; align-items: center; justify-content: center; min-height: 2.8rem; padding: 0.3rem 1rem; font-family: "Manrope", sans-serif; font-size: 0.86rem; font-weight: 700; line-height: 1.2; color: #f5f2ea; text-align: center; cursor: pointer; box-sizing: border-box; transition: color 0.3s ease; }

.lucas-nav__link::after { content: ""; position: absolute; right: 1rem; bottom: 0.25rem; left: 1rem; height: 0.15rem; border-radius: 1rem; background-color: #f8b90a; transform: scaleX(0); transform-origin: center; transition: transform 0.3s ease; }

.lucas-nav__link:hover, .lucas-nav__link:focus-visible { color: #f8b90a; text-decoration: none; }

.lucas-nav__link:hover::after, .lucas-nav__link:focus-visible::after { transform: scaleX(1); }

.lucas-nav__link:focus-visible { outline: 0.12rem solid #f8b90a; outline-offset: 0.15rem; }

.lucas-nav__phone { display: grid; grid-template-columns: auto auto; align-items: center; gap: 0.75rem; min-height: 3.7rem; padding: 0.4rem 1rem; border: 0.1rem solid #f8b90a; border-radius: 0.9rem; background-color: #f8b90a; color: #182b35; text-decoration: none; box-sizing: border-box; transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease; }

.lucas-nav__phone:hover, .lucas-nav__phone:focus-visible { border-color: #f5f2ea; background-color: transparent; color: #ffffff; }

.lucas-nav__phone:focus-visible { outline: 0.16rem solid #ffffff; outline-offset: 0.2rem; }

.lucas-nav__phone-icon { display: inline-flex; align-items: center; justify-content: center; width: 1.5rem; height: 1.5rem; }

.lucas-nav__phone-icon svg { width: 100%; height: 100%; }

.lucas-nav__phone-content { display: flex; flex-direction: column; gap: 0.1rem; }

.lucas-nav__phone-label { font-family: "Manrope", sans-serif; font-size: 0.66rem; font-weight: 700; line-height: 1.2; }

.lucas-nav__phone-number { font-family: "M PLUS Rounded 1c", sans-serif; font-size: 0.96rem; font-weight: 800; line-height: 1.2; white-space: nowrap; }

.lucas-nav__toggle { display: none; align-items: center; justify-content: center; flex-direction: column; gap: 0.3rem; width: 3rem; height: 3rem; padding: 0; border: 0.08rem solid rgba(210, 165, 52, 0.55); border-radius: 0.75rem; background-color: transparent; cursor: pointer; box-sizing: border-box; }

.lucas-nav__toggle-line { display: block; width: 1.35rem; height: 0.13rem; border-radius: 1rem; background-color: #f5f2ea; transition: transform 0.3s ease, opacity 0.3s ease; }

.lucas-nav--open .lucas-nav__toggle-line:nth-child(1) { transform: translateY(0.43rem) rotate(45deg); }

.lucas-nav--open .lucas-nav__toggle-line:nth-child(2) { opacity: 0; }

.lucas-nav--open .lucas-nav__toggle-line:nth-child(3) { transform: translateY(-0.43rem) rotate(-45deg); }

@media (max-width: 66rem) { .lucas-nav { padding: 0.7rem 1.2rem; } .lucas-nav__inner { flex-wrap: wrap; justify-content: space-between; gap: 0.8rem; } .lucas-nav__toggle { display: inline-flex; } .lucas-nav__panel { display: none; flex-basis: 100%; flex-direction: column; align-items: stretch; gap: 1.2rem; width: 100%; padding: 1rem 0 0.5rem; } .lucas-nav--open .lucas-nav__panel { display: flex; } .lucas-nav__links { flex-direction: column; align-items: stretch; gap: 0.2rem; width: 100%; } .lucas-nav__link { width: 100%; min-height: 3.2rem; border-bottom: 0.06rem solid rgba(245, 242, 234, 0.1); } .lucas-nav__link::after { right: 35%; left: 35%; } .lucas-nav__phone { justify-content: center; width: 100%; } }

@media (max-width: 38rem) { .lucas-nav { padding: 0.6rem 0.8rem; } .lucas-nav__logo { width: 8.5rem; height: 2.7rem; } .lucas-nav__brand { padding: 0.35rem 0.6rem; } }

@media (prefers-reduced-motion: reduce) { .lucas-nav__brand, .lucas-nav__link, .lucas-nav__link::after, .lucas-nav__phone, .lucas-nav__toggle-line { transition: none; } }

/*=========================== CUSTOM BLOC SEO ================================*/
.mx-auto.first-activity-div.col-lg-11.px-4.py-4.mb-5.mt-5.bg-primaryColor.text-color-primary.rounded-3.shadow-lg.position-relative, .mx-auto.second-activity-div.col-lg-11.px-4.py-4.mb-5.mt-5.rounded-3.shadow-lg.bg-primaryColor.text-color-primary.position-relative, .mx-auto.third-activity-div.col-lg-11.px-4.py-4.mb-4.mt-5.bg-primaryColor.text-color-primary.rounded-3.shadow-lg.position-relative { padding: 50px 20px !important; margin-top: 70px !important; margin-bottom: 70px !important; box-shadow: none !important; border: 1px solid #182b35; border-radius: 30px !important; }

.black-screen { display: none; }

/*========================== CUSTOM FORMULAIRE DE CONTACT ====================*/
section#contact { background-color: #182b35; }

/*======================================================================================== CARTE CLIMATISATION DANS LE BLOC SERVICES DE LUCAS PLOMBERIE CHAUFFAGE ===============================================================================*/
.lpc-clim-promo-wrapper { display: flex; justify-content: center; width: 100%; box-sizing: border-box; }

.lpc-clim-promo-card { position: relative; display: grid; grid-template-columns: 30rem minmax(0, 1fr); width: 100%; height: 20rem; overflow: hidden; border: 0.08rem solid #182b351f; border-radius: 1.1rem; background-color: #182b35; color: #ffffff; text-decoration: none; box-shadow: 0 0.8rem 2rem rgba(24, 43, 53, 0.1); box-sizing: border-box; transition: border-color 0.3s ease, box-shadow 0.3s ease; margin-top: 1.6rem; }

.lpc-clim-promo-card:hover, .lpc-clim-promo-card:focus-visible { border-color: #f8b90a; box-shadow: 0 1rem 2.4rem rgba(24, 43, 53, 0.16); }

.lpc-clim-promo-card:focus-visible { outline: 0.18rem solid #f8b90a; outline-offset: 0.2rem; }

/* ================================================== IMAGE ================================================== */
.lpc-clim-promo-media { position: relative; width: 100%; height: 20rem; overflow: hidden; background-color: #e5d8bb; }

.lpc-clim-promo-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(24, 43, 53, 0.02) 40%, rgba(24, 43, 53, 0.3) 100%); pointer-events: none; }

.lpc-clim-promo-image { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform 0.5s ease; }

.lpc-clim-promo-card:hover .lpc-clim-promo-image, .lpc-clim-promo-card:focus-visible .lpc-clim-promo-image { transform: scale(1.04); }

/* ================================================== NUMÉRO ================================================== */
.lpc-clim-promo-number { position: absolute; top: 0.8rem; left: 0.8rem; z-index: 2; display: inline-flex; align-items: center; justify-content: center; width: 2.5rem; height: 2.5rem; border-radius: 0.7rem; background-color: #f8b90a; font-family: "M PLUS Rounded 1c", sans-serif; font-size: 0.78rem; font-weight: 800 !important; line-height: 1; color: #182b35; }

/* ================================================== CONTENU ================================================== */
.lpc-clim-promo-body { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 2rem; height: 100%; padding: 1.4rem 1.6rem 1.4rem 1.8rem; box-sizing: border-box; }

.lpc-clim-promo-text { display: flex; flex-direction: column; gap: 0.55rem; min-width: 0; }

.lpc-clim-promo-title { all: unset; display: block; font-family: "M PLUS Rounded 1c", sans-serif; font-size: 1.6rem; font-weight: 800 !important; line-height: 1.35; color: #ffffff; text-transform: uppercase; margin-bottom: 20px; }

.lpc-clim-promo-description { max-width: 38rem; font-family: "Manrope", sans-serif; font-size: 0.87rem; font-weight: 400 !important; line-height: 1.65; color: rgba(255, 255, 255, 0.76); }

/* ================================================== BOUTON ================================================== */
.lpc-clim-promo-button { display: inline-flex; flex: 0 0 auto; align-items: center; justify-content: center; gap: 0.9rem; min-height: 3rem; padding: 0.1rem 1.1rem; border: 0.09rem solid #d2a534cc; border-radius: 0.7rem; background-color: transparent; font-family: "Manrope", sans-serif; font-size: 0.8rem; font-weight: 800 !important; line-height: 1.2; color: #ffffff; white-space: nowrap; box-sizing: border-box; transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease; }

.lpc-clim-promo-card:hover .lpc-clim-promo-button, .lpc-clim-promo-card:focus-visible .lpc-clim-promo-button { border-color: #f8b90a; background-color: #f8b90a; color: #182b35; }

.lpc-clim-promo-arrow { flex: 0 0 auto; width: 1.15rem; height: 1.15rem; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; transition: transform 0.3s ease; }

.lpc-clim-promo-card:hover .lpc-clim-promo-arrow, .lpc-clim-promo-card:focus-visible .lpc-clim-promo-arrow { transform: translateX(0.2rem); }

/* ================================================== CERCLE DÉCORATIF ================================================== */
.lpc-clim-promo-circle { position: absolute; top: -5.5rem; right: -4rem; z-index: 1; width: 11rem; height: 11rem; border: 0.1rem solid rgba(248, 185, 10, 0.18); border-radius: 50%; pointer-events: none; }

/* ================================================== TABLETTE ================================================== */
@media (max-width: 62rem) { .lpc-clim-promo-card { grid-template-columns: 13rem minmax(0, 1fr); max-width: 58rem; height: 11rem; } .lpc-clim-promo-media { height: 11rem; } .lpc-clim-promo-body { grid-template-columns: 1fr; gap: 0.8rem; padding: 1.2rem 1.4rem; } .lpc-clim-promo-button { justify-self: start; min-height: 2.7rem; } }

/* ================================================== MOBILE ================================================== */
@media (max-width: 40rem) { .lpc-clim-promo-card { grid-template-columns: 1fr; grid-template-rows: 14rem auto; width: 100%; height: auto; border-radius: 1.2rem; } .lpc-clim-promo-media { width: 100%; height: 14rem; } .lpc-clim-promo-image { width: 100%; height: 100%; object-fit: cover; object-position: center; } .lpc-clim-promo-number { top: 1rem; left: 1rem; width: 2.8rem; height: 2.8rem; border-radius: 0.75rem; font-size: 0.82rem; } .lpc-clim-promo-body { display: flex; flex-direction: column; align-items: stretch; justify-content: flex-start; gap: 1rem; height: auto; padding: 1.6rem; } .lpc-clim-promo-text { gap: 0.8rem; } .lpc-clim-promo-title { font-size: 1.6rem; line-height: 1.35; } .lpc-clim-promo-description { display: block; overflow: visible; max-width: none; font-size: 0.87rem; line-height: 1.65; -webkit-line-clamp: initial; } .lpc-clim-promo-button { justify-content: space-between; width: 100%; min-height: 3.1rem; padding: 0.15rem 1.1rem; font-size: 0.82rem; white-space: normal; } .lpc-clim-promo-button span:first-child { max-width: none; white-space: normal; } .lpc-clim-promo-circle { top: auto; right: -4rem; bottom: -5rem; } }

/* ================================================== RÉDUCTION DES ANIMATIONS ================================================== */
@media (prefers-reduced-motion: reduce) { .lpc-clim-promo-card, .lpc-clim-promo-image, .lpc-clim-promo-button, .lpc-clim-promo-arrow { transition: none; } }

/*======================================================================================== INFOS PAGE CLIMATISATION DE LUCAS PLOMBERIE CHAUFFAGE ===============================================================================*/
.lucas-clim-info-section { display: flex; justify-content: center; width: 100%; padding: 6rem 2rem; overflow: hidden; background-color: #ffffff; box-sizing: border-box; }

.lucas-clim-info-wrapper { display: grid; grid-template-columns: 1.1fr 0.9fr; align-items: stretch; width: 100%; max-width: 86rem; box-sizing: border-box; }

/* PARTIE GAUCHE */
.lucas-clim-info-introduction { position: relative; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 1.7rem; min-height: 35rem; overflow: hidden; padding: 3.5rem; border-radius: 1.4rem; background-color: #fff; box-sizing: border-box; }

.lucas-clim-info-introduction::after { content: ""; position: absolute; top: 3rem; left: 0; width: 0.35rem; height: 5rem; border-radius: 0 1rem 1rem 0; background-color: #f8b90a; pointer-events: none; }

.lucas-clim-info-decoration { position: absolute; right: 0; bottom: 0; left: 0; height: 12rem; overflow: hidden; pointer-events: none; }

.lucas-clim-info-curve { position: absolute; display: block; border-left-style: solid; border-bottom-style: solid; border-bottom-left-radius: 7rem; box-sizing: border-box; }

.lucas-clim-info-curve-one { left: -2rem; bottom: -2rem; width: 14rem; height: 11rem; border-left-width: 0.12rem; border-bottom-width: 0.12rem; border-color: rgba(245, 242, 234, 0.13); }

.lucas-clim-info-curve-two { left: 0; bottom: 0; width: 14rem; height: 11rem; border-left-width: 0.12rem; border-bottom-width: 0.12rem; border-color: rgba(210, 165, 52, 0.28); }

.lucas-clim-info-curve-three { left: 2rem; bottom: 2rem; width: 14rem; height: 11rem; border-left-width: 0.12rem; border-bottom-width: 0.12rem; border-color: rgba(169, 99, 60, 0.26); }

.lucas-clim-info-label { position: relative; z-index: 2; display: inline-flex; align-items: center; gap: 0.75rem; }

.lucas-clim-info-label-dot { display: block; flex: 0 0 auto; width: 0.7rem; height: 0.7rem; border-radius: 50%; background-color: #f8b90a; }

.lucas-clim-info-label-text { display: block; font-family: "Manrope", sans-serif; font-size: 0.8rem; font-weight: 800; line-height: 1.4; letter-spacing: 0.12rem; color: #f8b90a; text-transform: uppercase; margin-bottom: -15px; }

.lucas-clim-info-title { position: relative; z-index: 2; display: block; max-width: 35rem; padding: 0; font-family: "M PLUS Rounded 1c", sans-serif; font-size: 2.6rem; font-weight: 800 !important; line-height: 1.12; color: #182b35; text-transform: uppercase; letter-spacing: 1px; }

.lucas-clim-info-description { position: relative; z-index: 2; max-width: 35rem; font-family: "Manrope", sans-serif; font-size: 1rem; font-weight: 400; line-height: 1.8; color: #182b35; }

.lucas-clim-info-description p { padding: 0; }

.lucas-clim-info-note { position: relative; z-index: 2; display: flex; align-items: flex-start; gap: 0.85rem; width: 90%; padding: 1rem; border: 0.08rem solid rgba(210, 165, 52, 0.3); border-radius: 0.8rem; background-color: rgba(210, 165, 52, 0.08); box-sizing: border-box; margin-bottom: 10px; }

.lucas-clim-info-note-icon { display: inline-flex; flex: 0 0 auto; align-items: center; justify-content: center; width: 1.4rem; height: 1.4rem; color: #d2a534; }

.lucas-clim-info-note-icon svg { width: 100%; height: 100%; }

.lucas-clim-info-note-text { font-family: "Manrope", sans-serif; font-size: 0.9rem; font-weight: 600; line-height: 1.6; color: #182b35; }

.lucas-clim-info-button { position: relative; z-index: 2; display: inline-flex; align-items: center; justify-content: center; gap: 0.8rem; min-height: 3.5rem; padding: 0.2rem 1.6rem; border: 0.1rem solid #f8b90a; border-radius: 0.8rem; background-color: #f8b90a; font-family: "Manrope", sans-serif; font-size: 0.92rem; font-weight: 800; line-height: 1; color: #182b35; text-decoration: none; box-sizing: border-box; transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease; }

.lucas-clim-info-button:hover, .lucas-clim-info-button:focus-visible { border-color: #182b35; background-color: #182b35; color: #fff; }

.lucas-clim-info-button:focus-visible { outline: 0.18rem solid #ffffff; outline-offset: 0.2rem; }

.lucas-clim-info-button-arrow { width: 1.2rem; height: 1.2rem; transition: transform 0.3s ease; }

.lucas-clim-info-button:hover .lucas-clim-info-button-arrow, .lucas-clim-info-button:focus-visible .lucas-clim-info-button-arrow { transform: translateX(0.2rem); }

/* CARTES À DROITE */
.lucas-clim-info-cards { display: grid; grid-template-columns: 1fr; grid-auto-rows: 1fr; gap: 1.1rem; width: 100%; }

.lucas-clim-info-card { display: grid; position: relative; overflow: hidden; grid-template-columns: auto minmax(0, 1fr); align-items: center; gap: 1.8rem; min-height: 10rem; padding: 1.6rem; border: 0.08rem solid rgba(24, 43, 53, 0.14); border-radius: 1.1rem; background-color: #182b35; box-sizing: border-box; transition: border-color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease; }

.lucas-clim-info-card-icon, .lucas-clim-info-card-content { position: relative; z-index: 1; }

.lucas-clim-info-card::after { content: ""; position: absolute; top: -5rem; right: -5rem; width: 11rem; height: 11rem; border: 0.1rem solid rgba(210, 165, 52, 0.2); border-radius: 50%; pointer-events: none; }

.lucas-clim-info-card-icon { position: relative; z-index: 1; display: inline-flex; flex: 0 0 auto; align-items: center; justify-content: center; width: 4rem; height: 4rem; overflow: hidden; border-radius: 1rem; background-color: #e5d8bb; color: #182b35; }

.lucas-clim-info-card-icon-image { display: block; width: 2rem; height: 2rem; object-fit: contain; }

.lucas-clim-info-card-content { display: flex; flex-direction: column; gap: 0.65rem; }

.lucas-clim-info-card-title { display: block; padding: 0; font-family: "M PLUS Rounded 1c", sans-serif; font-size: 1.25rem; font-weight: 800 !important; line-height: 1.35; color: #f5f2ea; margin-bottom: -10px; }

.lucas-clim-info-card-description { font-family: "Manrope", sans-serif; font-size: 0.9rem; font-weight: 400; line-height: 1.7; color: #f5f2ea; }

.lucas-clim-info-card-description p { padding: 0; }

@media (max-width: 68rem) { .lucas-clim-info-wrapper { grid-template-columns: 1fr; gap: 2rem; } .lucas-clim-info-introduction { min-height: auto; } .lucas-clim-info-title { max-width: 46rem; } .lucas-clim-info-description { max-width: 48rem; } }

@media (max-width: 42rem) { .lucas-clim-info-section { padding: 4rem 1.2rem; } .lucas-clim-info-introduction { gap: 1.4rem; padding: 2.7rem 1.6rem; border-radius: 1.1rem; } .lucas-clim-info-title { font-size: 2.15rem; } .lucas-clim-info-description { font-size: 0.95rem; line-height: 1.7; } .lucas-clim-info-button { width: 100%; } .lucas-clim-info-card { grid-template-columns: 1fr; align-items: flex-start; min-height: auto; padding: 1.4rem; } .lucas-clim-info-card-icon { width: 3.5rem; height: 3.5rem; } }

@media (prefers-reduced-motion: reduce) { .lucas-clim-info-card, .lucas-clim-info-button, .lucas-clim-info-button-arrow { transition: none; } }

/*======================================================================================== HEADER DE LA PAGE CLIMATISATION DE LUCAS PLOMBERIE CHAUFFAGE ===============================================================================*/
.lucas-clim-header { display: block; width: 100%; padding: 0; overflow: hidden; background-color: #182b35; box-sizing: border-box; }

.lucas-clim-header-frame { display: grid; grid-template-columns: 0.92fr 1.08fr; width: 100%; min-height: 42rem; overflow: hidden; background-color: #182b35; box-sizing: border-box; }

.lucas-clim-header-content { position: relative; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 1.7rem; min-height: 42rem; overflow: hidden; padding: 6rem 7%; background-color: #182b35; box-sizing: border-box; }

.lucas-clim-header-content::before { content: ""; position: absolute; top: -9rem; right: -8rem; width: 22rem; height: 22rem; border: 0.1rem solid rgba(210, 165, 52, 0.2); border-radius: 50%; pointer-events: none; }

.lucas-clim-header-content::after { content: ""; position: absolute; top: 3rem; left: 0; width: 0.35rem; height: 6rem; border-radius: 0 1rem 1rem 0; background-color: #d2a534; pointer-events: none; }

.lucas-clim-header-decoration { position: absolute; right: 0; bottom: 0; left: 0; height: 13rem; overflow: hidden; pointer-events: none; }

.lucas-clim-header-curve { position: absolute; display: block; border-left-style: solid; border-bottom-style: solid; border-bottom-left-radius: 7rem; box-sizing: border-box; }

.lucas-clim-header-curve-one { left: -2rem; bottom: -2rem; width: 15rem; height: 12rem; border-left-width: 0.12rem; border-bottom-width: 0.12rem; border-color: rgba(245, 242, 234, 0.13); }

.lucas-clim-header-curve-two { left: 0; bottom: 0; width: 15rem; height: 12rem; border-left-width: 0.12rem; border-bottom-width: 0.12rem; border-color: rgba(210, 165, 52, 0.28); }

.lucas-clim-header-curve-three { left: 2rem; bottom: 2rem; width: 15rem; height: 12rem; border-left-width: 0.12rem; border-bottom-width: 0.12rem; border-color: rgba(169, 99, 60, 0.26); }

.lucas-clim-header-label { position: relative; z-index: 2; display: inline-flex; align-items: center; gap: 0.75rem; }

.lucas-clim-header-label-dot { display: block; flex: 0 0 auto; width: 0.7rem; height: 0.7rem; border-radius: 50%; background-color: #d2a534; }

.lucas-clim-header-label-text { display: block; font-family: "Manrope", sans-serif; font-size: 0.78rem; font-weight: 800; line-height: 1.4; letter-spacing: 0.12rem; color: #d2a534; text-transform: uppercase; }

.lucas-clim-header-title h1 { all: unset; display: block; max-width: 700px; font-family: 'Manrope' !important; font-size: 3rem; text-transform: uppercase; line-height: 1.08; color: #f5f2ea; font-weight: 800 !important; letter-spacing: 1px; }

.lucas-clim-header-description { position: relative; z-index: 2; max-width: 36rem; font-family: "Manrope", sans-serif; font-size: 1rem; font-weight: 400; line-height: 1.8; color: rgba(255, 255, 255, 0.76); }

.lucas-clim-header-description p { all: unset; display: block; }

.lucas-clim-header-button { position: relative; z-index: 2; display: inline-flex; align-items: center; justify-content: center; gap: 0.8rem; min-height: 3.5rem; padding: 0.2rem 1.6rem; border: 0.1rem solid #d2a534; border-radius: 0.8rem; background-color: #d2a534; font-family: "Manrope", sans-serif; font-size: 0.92rem; font-weight: 800; line-height: 1; color: #182b35; text-decoration: none; box-sizing: border-box; transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease; }

.lucas-clim-header-button:hover, .lucas-clim-header-button:focus-visible { border-color: #f5f2ea; background-color: transparent; color: #ffffff; }

.lucas-clim-header-button:focus-visible { outline: 0.18rem solid #ffffff; outline-offset: 0.2rem; }

.lucas-clim-header-button-arrow { width: 1.2rem; height: 1.2rem; transition: transform 0.3s ease; }

.lucas-clim-header-button:hover .lucas-clim-header-button-arrow, .lucas-clim-header-button:focus-visible .lucas-clim-header-button-arrow { transform: translateX(0.2rem); }

.lucas-clim-header-visual { position: relative; min-height: 42rem; overflow: hidden; background-color: #e5d8bb; }

.lucas-clim-header-image { display: block; width: 100%; height: 100%; min-height: 42rem; object-fit: cover; object-position: center; }

.lucas-clim-header-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(24, 43, 53, 0.3) 0%, rgba(24, 43, 53, 0.06) 38%, rgba(24, 43, 53, 0) 75%), linear-gradient(180deg, rgba(24, 43, 53, 0) 45%, rgba(24, 43, 53, 0.18) 100%); pointer-events: none; }

.lucas-clim-header-corner { position: absolute; right: 1.6rem; bottom: 1.6rem; z-index: 2; width: 5rem; height: 5rem; pointer-events: none; }

.lucas-clim-header-corner-line:first-child { position: absolute; right: 0; bottom: 0; width: 5rem; height: 0.25rem; border-radius: 1rem; background-color: #d2a534; }

.lucas-clim-header-corner-line:last-child { position: absolute; right: 0; bottom: 0; width: 0.25rem; height: 5rem; border-radius: 1rem; background-color: #d2a534; }

@media (max-width: 68rem) { .lucas-clim-header-frame { grid-template-columns: 1fr 1fr; } .lucas-clim-header-content { min-height: 38rem; padding: 5rem 3rem; } .lucas-clim-header-visual, .lucas-clim-header-image { min-height: 38rem; } .lucas-clim-header-title h1 { font-size: 2.5rem; } }

@media (max-width: 54rem) { .lucas-clim-header-frame { grid-template-columns: 1fr; min-height: auto; } .lucas-clim-header-content { order: 2; min-height: auto; padding: 4rem 2.5rem; } .lucas-clim-header-visual { order: 1; min-height: 26rem; } .lucas-clim-header-image { min-height: 26rem; } .lucas-clim-header-overlay { background: linear-gradient(180deg, rgba(24, 43, 53, 0.02) 40%, rgba(24, 43, 53, 0.25) 100%); } }

@media (max-width: 40rem) { .lucas-clim-header { padding: 0.8rem; } .lucas-clim-header-frame { border-radius: 1.1rem; } .lucas-clim-header-content { min-height: auto; gap: 1.4rem; padding: 3rem 1.5rem; } .lucas-clim-header-title { font-size: 2.3rem; line-height: 1.12; } .lucas-clim-header-description { font-size: 0.95rem; line-height: 1.7; } .lucas-clim-header-button { width: 100%; } .lucas-clim-header-visual, .lucas-clim-header-image { min-height: 20rem; } }

@media (prefers-reduced-motion: reduce) { .lucas-clim-header-button, .lucas-clim-header-button-arrow { transition: none; } }

/*======================================================================================== HERO D'ACCUEIL DE LUCAS PLOMBERIE CHAUFFAGE ===============================================================================*/
.lpc-hero-section { width: 100%; min-height: 100vh; padding: 0; background-color: #182b35; box-sizing: border-box; }

.lpc-hero-layout { position: relative; display: grid; grid-template-columns: 34% 66%; width: 100%; max-width: none; min-height: 100vh; overflow: hidden; border-radius: 0; background-color: #182b35; box-sizing: border-box; }

.lpc-hero-aside { position: relative; grid-column: 1; min-height: 100vh; overflow: hidden; background: radial-gradient(circle at 20% 15%, rgba(210, 165, 52, 0.18), transparent 32%), #182b35; }

.lpc-hero-aside::before { content: ""; position: absolute; top: 3rem; left: 3rem; width: 0.5rem; height: 5rem; border-radius: 1rem; background-color: #f8b90a; }

.lpc-hero-aside::after { content: ""; position: absolute; top: 3rem; left: 4.25rem; width: 2.5rem; height: 0.5rem; border-radius: 1rem; background-color: rgba(229, 216, 187, 0.45); }

.lpc-hero-pipe { position: absolute; display: block; border-left-style: solid; border-bottom-style: solid; border-bottom-left-radius: 7rem; opacity: 0.22; box-sizing: border-box; }

.lpc-hero-pipe--large { left: -3rem; bottom: -2rem; width: 22rem; height: 19rem; border-left-width: 0.2rem; border-bottom-width: 0.2rem; border-color: #f8b90a; }

.lpc-hero-pipe--medium { left: 0; bottom: 1rem; width: 17rem; height: 14rem; border-left-width: 0.2rem; border-bottom-width: 0.2rem; border-color: #f5f2ea; }

.lpc-hero-pipe--small { left: 3rem; bottom: 4rem; width: 12rem; height: 9rem; border-left-width: 0.2rem; border-bottom-width: 0.2rem; border-color: #a9633c; }

.lpc-hero-media { position: relative; grid-column: 2; min-height: 100vh; overflow: hidden; }

.lpc-hero-picture { display: block; width: 100%; height: 100%; min-height: 100vh; object-fit: cover; object-position: center; }

.lpc-hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(24, 43, 53, 0.42) 0%, rgba(24, 43, 53, 0.12) 35%, rgba(24, 43, 53, 0.04) 100%), linear-gradient(180deg, rgba(24, 43, 53, 0.04) 45%, rgba(24, 43, 53, 0.2) 100%); pointer-events: none; }

.lpc-hero-card { position: absolute; top: 50%; left: 8%; z-index: 4; display: flex; flex-direction: column; gap: 1.6rem; width: 55rem; padding: 3.25rem; border-left: 0.4rem solid #f8b90a; border-radius: 1.25rem; background-color: #f5f2ea; box-shadow: 0 1.5rem 4rem rgba(24, 43, 53, 0.24); transform: translateY(-50%); box-sizing: border-box; }

.lpc-hero-label { display: flex; align-items: center; gap: 0.75rem; }

.lpc-hero-label-dot { display: block; flex: 0 0 auto; width: 0.7rem; height: 0.7rem; border-radius: 50%; background-color: #a9633c; }

.lpc-hero-label-text { font-family: "Manrope", sans-serif; font-size: 0.78rem; font-weight: 700 !important; line-height: 1.4; letter-spacing: 0.09rem; color: #182b35; text-transform: uppercase; }

.lpc-hero-title { all: unset; display: block; max-width: 700px; font-family: "M PLUS Rounded 1c", sans-serif; font-size: 3.6rem; text-transform: uppercase; line-height: 1.08; color: #182b35; font-weight: 800 !important; }

.lpc-hero-description { max-width: 33rem; font-family: "Manrope", sans-serif; font-size: 1.05rem; font-weight: 400; line-height: 1.75; color: #182b35; }

.lpc-hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 0.85rem; }

.lpc-hero-button { all: unset; display: inline-flex; align-items: center; justify-content: center; min-height: 3.25rem; padding: 16px 30px; border: 0.12rem solid transparent; border-radius: 0.75rem; font-family: "Manrope", sans-serif; font-size: 0.92rem; font-weight: 700; line-height: 1; text-align: center; cursor: pointer; box-sizing: border-box; transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease; }

.lpc-hero-button--primary { border-color: #f8b90a; background-color: #f8b90a; color: #182b35; }

.lpc-hero-button--primary:hover, .lpc-hero-button--primary:focus-visible { border-color: #b98c24; background-color: #b98c24; color: #182b35; }

.lpc-hero-button--secondary { border-color: #182b35; background-color: transparent; color: #182b35; }

.lpc-hero-button--secondary:hover, .lpc-hero-button--secondary:focus-visible { border-color: #182b35; background-color: #182b35; color: #ffffff; }

.lpc-hero-button:focus-visible { outline: 0.18rem solid #a9633c; outline-offset: 0.2rem; }

.lpc-hero-reassurance { display: flex; flex-wrap: wrap; gap: 0.8rem 1.25rem; padding-top: 0.4rem; }

.lpc-hero-reassurance-item { display: flex; align-items: center; gap: 0.5rem; }

.lpc-hero-reassurance-mark { display: block; width: 0.45rem; height: 0.45rem; flex: 0 0 auto; border-radius: 50%; background-color: #f8b90a; }

.lpc-hero-reassurance-text { font-family: "Manrope", sans-serif; font-size: 0.9rem; font-weight: 600 !important; line-height: 1.4; color: #182b35; }

/*========================================================================================
RESPONSIVE DU HERO LUCAS PLOMBERIE CHAUFFAGE
========================================================================================*/
@media (max-width: 72rem) { .lpc-hero-layout { grid-template-columns: 25% 75%; min-height: 100vh; } .lpc-hero-aside, .lpc-hero-media, .lpc-hero-picture { min-height: 100vh; } .lpc-hero-card { left: 4%; width: 46rem; max-width: 90%; padding: 2.75rem; } .lpc-hero-title { max-width: none; font-size: 2.85rem; } .lpc-hero-description { max-width: none; } }

@media (max-width: 58rem) { .lpc-hero-section { width: 100%; min-height: 100vh; padding: 0; background-color: #182b35; } .lpc-hero-layout { position: relative; display: block; width: 100%; min-height: 100vh; overflow: hidden; border-radius: 0; } .lpc-hero-aside { display: none; } .lpc-hero-media { position: absolute; inset: 0; z-index: 1; width: 100%; min-height: 100vh; overflow: hidden; } .lpc-hero-picture { display: block; width: 100%; height: 100vh; min-height: 100vh; object-fit: cover; object-position: center; } .lpc-hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(24, 43, 53, 0.82) 0%, rgba(24, 43, 53, 0.58) 55%, rgba(24, 43, 53, 0.32) 100%), linear-gradient(180deg, rgba(24, 43, 53, 0.15) 0%, rgba(24, 43, 53, 0.55) 100%); } .lpc-hero-card { position: absolute; top: 50%; left: 50%; z-index: 4; width: 90%; max-width: 46rem; padding: 2.75rem; border-top: 0; border-left: 0.4rem solid #f8b90a; border-radius: 1.25rem; background-color: rgba(245, 242, 234, 0.94); box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.28); transform: translate(-50%, -50%); backdrop-filter: blur(0.35rem); box-sizing: border-box; } .lpc-hero-title { width: 100%; max-width: none; font-size: 2.75rem; } .lpc-hero-description { width: 100%; max-width: none; } }

@media (max-width: 40rem) { .lpc-hero-section, .lpc-hero-layout, .lpc-hero-media, .lpc-hero-picture { min-height: 100vh; } .lpc-hero-picture { height: 100vh; object-position: 62% center; } .lpc-hero-overlay { background: linear-gradient(180deg, rgba(24, 43, 53, 0.38) 0%, rgba(24, 43, 53, 0.72) 100%); } .lpc-hero-card { top: 50%; left: 50%; gap: 1.2rem; width: 92%; max-width: none; max-height: 90vh; padding: 2rem 1.5rem; overflow-y: auto; border-left-width: 0.3rem; border-radius: 1rem; transform: translate(-50%, -50%); } .lpc-hero-label-text { font-size: 0.7rem; letter-spacing: 0.07rem; } .lpc-hero-title { font-size: 2.15rem; line-height: 1.1; } .lpc-hero-description { font-size: 0.95rem; line-height: 1.6; } .lpc-hero-actions { flex-direction: column; align-items: stretch; gap: 0.7rem; } .lpc-hero-button { width: 100%; min-height: 3.15rem; padding: 0.9rem 1.4rem; } .lpc-hero-reassurance { flex-direction: column; gap: 0.6rem; } .lpc-hero-reassurance-text { font-size: 0.82rem; } }

@media (max-width: 24rem) { .lpc-hero-card { width: 94%; padding: 1.5rem 1.2rem; } .lpc-hero-title { font-size: 1.85rem; } .lpc-hero-description { font-size: 0.88rem; } }

@media (max-height: 46rem) and (max-width: 58rem) { .lpc-hero-card { max-height: 92vh; padding-top: 1.5rem; padding-bottom: 1.5rem; overflow-y: auto; } .lpc-hero-title { font-size: 1.9rem; } .lpc-hero-description { font-size: 0.9rem; line-height: 1.5; } }

@media (prefers-reduced-motion: reduce) { .lpc-hero-button { transition: none; } }

/*================================================================================================ PRESENTATION DE L'ENTREPRISE / Jean-Pierre LUCAS ==================================================================================*/
.lpc-about-section { width: 100%; padding: 6rem 5%; overflow: hidden; background-color: #ffffff; box-sizing: border-box; }

.lpc-about-wrapper { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 6rem; width: 100%; max-width: 1600px; padding: 0; box-sizing: border-box; }

.lpc-about-visual { position: relative; min-height: 39rem; box-sizing: border-box; }

.lpc-about-background { position: absolute; top: 3rem; left: 2rem; width: 78%; height: 82%; overflow: hidden; border-radius: 1.8rem; background-color: #182b35; }

.lpc-about-background::before { content: ""; position: absolute; top: -8rem; right: -7rem; width: 19rem; height: 19rem; border: 0.1rem solid rgba(210, 165, 52, 0.25); border-radius: 50%; }

.lpc-about-background::after { content: ""; position: absolute; right: 3rem; bottom: 2.5rem; width: 7rem; height: 0.35rem; border-radius: 2rem; background-color: #f8b90a; }

.lpc-about-pattern { position: absolute; display: block; border-left: 0.12rem solid rgba(245, 242, 234, 0.18); border-bottom: 0.12rem solid rgba(245, 242, 234, 0.18); border-bottom-left-radius: 6rem; }

.lpc-about-pattern--first { top: 4rem; left: 3rem; width: 10rem; height: 8rem; }

.lpc-about-pattern--second { top: 6rem; left: 5rem; width: 10rem; height: 8rem; border-color: rgba(210, 165, 52, 0.28); }

.lpc-about-pattern--third { top: 8rem; left: 7rem; width: 10rem; height: 8rem; border-color: rgba(169, 99, 60, 0.25); }

.lpc-about-gallery { position: relative; width: 100%; min-height: 39rem; }

.lpc-about-photo { position: absolute; overflow: hidden; padding: 0; border-radius: 1.2rem; background-color: #e5d8bb; box-shadow: 0 1.4rem 3.5rem rgba(24, 43, 53, 0.2); box-sizing: border-box; }

.lpc-about-photo img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }

.lpc-about-photo--main { top: 0; left: 0; z-index: 3; width: 48%; height: 24rem; background-color: #ffffff; }

.lpc-about-photo--detail { top: 4rem; right: 0; z-index: 2; width: 55%; height: 18rem; }

.lpc-about-photo--project { right: 4%; bottom: 0; z-index: 4; width: 59%; height: 16rem; background-color: #ffffff; }

.lpc-about-badge { position: absolute; left: 4%; bottom: 2rem; z-index: 6; display: flex; align-items: center; gap: 1rem; width: 18rem; padding: 1.15rem 1.3rem; border-radius: 1rem; background-color: #f5f2ea; box-shadow: 0 1rem 2.5rem rgba(24, 43, 53, 0.18); box-sizing: border-box; }

.lpc-about-badge-icon { display: flex; flex: 0 0 auto; align-items: center; justify-content: center; width: 3.4rem; height: 3.4rem; border-radius: 0.9rem; background-color: #f8b90a; color: #182b35; }

.lpc-about-badge-icon svg { width: 1.7rem; height: 1.7rem; }

.lpc-about-badge-content { display: flex; flex-direction: column; gap: 0.25rem; }

.lpc-about-badge-title { font-family: "M PLUS Rounded 1c", sans-serif; font-size: 1rem; font-weight: 800 !important; line-height: 1.25; color: #182b35; }

.lpc-about-badge-text { font-family: "Manrope", sans-serif; font-size: 0.75rem; font-weight: 500 !important; line-height: 1.45; color: #182b35; }

.lpc-about-content { display: flex; flex-direction: column; align-items: flex-start; gap: 2rem; box-sizing: border-box; }

.lpc-about-heading { display: flex; flex-direction: column; gap: 1rem; }

.lpc-about-label { display: inline-flex; align-items: center; gap: 0.8rem; font-family: "Manrope", sans-serif; font-size: 0.8rem; font-weight: 800 !important; line-height: 1.4; letter-spacing: 0.12rem; color: #a9633c; text-transform: uppercase; }

.lpc-about-label-line { display: block; flex: 0 0 auto; width: 2.5rem; height: 0.18rem; border-radius: 1rem; background-color: #f8b90a; }

.lpc-about-label-text { display: block; margin-top: 15px; }

.lpc-about-title { padding: 0; font-family: "M PLUS Rounded 1c", sans-serif; font-size: 2.9rem; font-weight: 800 !important; text-transform: uppercase; line-height: 1.12; color: #182b35; }

.lpc-about-description { max-width: 39rem; font-family: "Manrope", sans-serif; font-size: 1rem; font-weight: 400; line-height: 1.8; color: #182b35; }

.lpc-about-description p { padding: 0; }

.lpc-about-strengths { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; width: 100%; }

.lpc-about-strength { display: flex; align-items: flex-start; gap: 1rem; padding: 1.4rem; border: 0.08rem solid rgba(24, 43, 53, 0.12); border-radius: 1rem; background-color: #f5f2ea; box-sizing: border-box; transition: border-color 0.3s ease, background-color 0.3s ease; }

.lpc-about-strength:hover { border-color: rgba(210, 165, 52, 0.75); background-color: #ffffff; }

.lpc-about-strength-number { flex: 0 0 auto; font-family: "M PLUS Rounded 1c", sans-serif; font-size: 0.8rem; font-weight: 800 !important; line-height: 1; color: #f8b90a; }

.lpc-about-strength-content { display: flex; flex-direction: column; gap: 0.55rem; }

.lpc-about-strength-title { padding: 0; font-family: "M PLUS Rounded 1c", sans-serif; font-size: 1.08rem; font-weight: 800 !important; line-height: 1.3; color: #182b35; }

.lpc-about-strength-text { font-family: "Manrope", sans-serif; font-size: 0.86rem; font-weight: 400; line-height: 1.65; color: #182b35; }

.lpc-about-button { display: inline-flex; align-items: center; justify-content: center; gap: 0.8rem; min-height: 3.4rem; padding: 0.2rem 1.6rem; border: 0.1rem solid #f8b90a; border-radius: 0.8rem; background-color: #f8b90a; font-family: "Manrope", sans-serif; font-size: 0.9rem; font-weight: 800; line-height: 1; color: #182b35; text-decoration: none; box-sizing: border-box; transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease; }

.lpc-about-button:hover, .lpc-about-button:focus-visible { border-color: #182b35; background-color: #182b35; color: #ffffff; }

.lpc-about-button:focus-visible { outline: 0.18rem solid #a9633c; outline-offset: 0.2rem; }

.lpc-about-button-arrow { width: 1.2rem; height: 1.2rem; transition: transform 0.3s ease; }

.lpc-about-button:hover .lpc-about-button-arrow, .lpc-about-button:focus-visible .lpc-about-button-arrow { transform: translateX(0.25rem); }

@media (max-width: 68rem) { .lpc-about-section { padding: 5rem 4%; } .lpc-about-wrapper { gap: 3rem; } .lpc-about-visual { min-height: 34rem; } .lpc-about-gallery { min-height: 34rem; } .lpc-about-photo--main { height: 21rem; } .lpc-about-photo--detail { height: 16rem; } .lpc-about-photo--project { height: 14rem; } .lpc-about-title { font-size: 2.45rem; } .lpc-about-strengths { grid-template-columns: 1fr; } }

@media (max-width: 52rem) { .lpc-about-wrapper { grid-template-columns: 1fr; gap: 4rem; } .lpc-about-visual { width: 100%; max-width: 39rem; min-height: 38rem; } .lpc-about-gallery { min-height: 38rem; } .lpc-about-content { width: 100%; } .lpc-about-title { max-width: 38rem; } }

@media (max-width: 38rem) { .lpc-about-section { padding: 4rem 1.2rem; } .lpc-about-visual { min-height: 33rem; } .lpc-about-gallery { min-height: 33rem; } .lpc-about-background { top: 2rem; left: 1rem; width: 88%; height: 80%; } .lpc-about-photo--main { width: 57%; height: 18rem; } .lpc-about-photo--detail { top: 3rem; width: 53%; height: 14rem; } .lpc-about-photo--project { right: 0; width: 65%; height: 13rem; } .lpc-about-badge { left: 0; bottom: 1rem; width: 17rem; } .lpc-about-title { font-size: 2.15rem; } .lpc-about-description { font-size: 0.95rem; line-height: 1.7; } .lpc-about-button { width: 100%; } }

@media (prefers-reduced-motion: reduce) { .lpc-about-photo img, .lpc-about-strength, .lpc-about-button, .lpc-about-button-arrow { transition: none; } }

/*=================================================================================================== SERVICES / CARDS EN POP UP ====================================================================================================*/
.lpc-services-section { position: relative; width: 100%; padding: 6rem 5%; overflow: hidden; background-color: #f5f2ea; box-sizing: border-box; }

.lpc-services-section::before { content: ""; position: absolute; top: -10rem; right: -8rem; width: 24rem; height: 24rem; border: 0.12rem solid rgba(210, 165, 52, 0.18); border-radius: 50%; pointer-events: none; }

.lpc-services-wrapper { position: relative; z-index: 2; display: flex; flex-direction: column; gap: 3.5rem; width: 100%; max-width: 1600px; margin: 0 auto; box-sizing: border-box; }

.lpc-services-heading { display: grid; grid-template-columns: 1.1fr 0.9fr; align-items: end; gap: 4rem; }

.lpc-services-heading-content { display: flex; flex-direction: column; gap: 1rem; }

.lpc-services-label { display: inline-flex; align-items: center; gap: 0.8rem; font-family: "Manrope", sans-serif; font-size: 0.8rem; font-weight: 800; line-height: 1.4; letter-spacing: 0.12rem; color: #a9633c; text-transform: uppercase; }

.lpc-services-label-line { display: block; width: 2.5rem; height: 0.18rem; border-radius: 1rem; background-color: #f8b90a; }

.lpc-services-main-title { all: unset; display: block; max-width: 44rem; font-family: "M PLUS Rounded 1c", sans-serif; font-size: 3rem; font-weight: 800 !important; text-transform: uppercase; line-height: 1.12; color: #182b35; }

.lpc-services-introduction { max-width: 35rem; font-family: "Manrope", sans-serif; font-size: 1rem; font-weight: 400; line-height: 1.8; color: #182b35; }

.lpc-services-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-rows: 1fr; gap: 1.6rem; width: 100%; }

.lpc-services-card { display: grid; grid-template-rows: 16rem 1fr; height: 100%; overflow: hidden; border: 0.08rem solid rgba(24, 43, 53, 0.12); border-radius: 1.2rem; background-color: #ffffff; box-shadow: 0 1rem 2.5rem rgba(24, 43, 53, 0.08); box-sizing: border-box; transition: border-color 0.3s ease, box-shadow 0.3s ease; }

.lpc-services-card:hover { border-color: rgba(210, 165, 52, 0.75); box-shadow: 0 1.4rem 3.2rem rgba(24, 43, 53, 0.14); }

.lpc-services-card-media { position: relative; height: 16rem; overflow: hidden; background-color: #182b35; }

.lpc-services-card-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(24, 43, 53, 0.02) 35%, rgba(24, 43, 53, 0.38) 100%); pointer-events: none; }

.lpc-services-card-image { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }

.lpc-services-card:hover .lpc-services-card-image { transform: scale(1.045); }

.lpc-services-card-number { position: absolute; top: 1rem; left: 1rem; z-index: 2; display: inline-flex; align-items: center; justify-content: center; width: 2.8rem; height: 2.8rem; border-radius: 0.75rem; background-color: #f8b90a; font-family: "M PLUS Rounded 1c", sans-serif; font-size: 0.82rem; font-weight: 800; line-height: 1; color: #182b35; }

.lpc-services-card-content { display: grid; grid-template-rows: 4.8rem 5.2rem auto; gap: 1rem; height: 100%; padding: 1.6rem; background-color: #182b35; box-sizing: border-box; }

.lpc-services-card-title { all: unset; display: -webkit-box; align-self: start; overflow: hidden; font-family: "M PLUS Rounded 1c", sans-serif; font-size: 1.6rem; font-weight: 800 !important; text-transform: uppercase; line-height: 1.35; color: #ffffff; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }

.lpc-services-card-description { display: -webkit-box; align-self: start; overflow: hidden; font-family: "Manrope", sans-serif; font-size: 0.87rem; font-weight: 400; line-height: 1.65; color: rgba(255, 255, 255, 0.76); -webkit-box-orient: vertical; -webkit-line-clamp: 3; }

.lpc-services-card-button { all: unset; display: inline-flex; align-self: end; align-items: center; justify-content: space-between; gap: 1rem; width: 100%; min-height: 3.1rem; padding: 0.15rem 1.1rem; border: 0.09rem solid rgba(210, 165, 52, 0.8); border-radius: 0.7rem; background-color: transparent; font-family: "Manrope", sans-serif; font-size: 0.82rem; font-weight: 800; line-height: 1.2; color: #ffffff; cursor: pointer; box-sizing: border-box; transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease; }

.lpc-services-card-button:hover, .lpc-services-card-button:focus-visible { border-color: #f8b90a; background-color: #f8b90a; color: #182b35; }

.lpc-services-card-button:focus-visible { outline: 0.18rem solid #ffffff; outline-offset: 0.18rem; }

.lpc-services-card-arrow { flex: 0 0 auto; width: 1.2rem; height: 1.2rem; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; transition: transform 0.3s ease; }

.lpc-services-card-button:hover .lpc-services-card-arrow, .lpc-services-card-button:focus-visible .lpc-services-card-arrow { transform: translateX(0.2rem); }

.lpc-services-modal[hidden] { display: none; }

.lpc-services-modal { position: fixed; inset: 0; z-index: 99999; display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; padding: 1.5rem; overflow-y: auto; box-sizing: border-box; isolation: isolate; }

.lpc-services-modal-overlay { all: unset; position: fixed; inset: 0; z-index: 1; display: block; background-color: rgba(9, 18, 23, 0.8); cursor: pointer; backdrop-filter: blur(0.3rem); }

.lpc-services-modal-panel { position: relative; z-index: 2; width: 92%; max-width: 58rem; max-height: calc(100vh - 3rem); overflow-x: hidden; overflow-y: auto; border-radius: 1.3rem; background-color: #f5f2ea; box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.32); box-sizing: border-box; animation: lpc-services-popup-entry 0.35s ease both; }

.lpc-services-modal-close { all: unset; position: absolute; top: 1rem; right: 1rem; z-index: 5; display: inline-flex; align-items: center; justify-content: center; width: 2.8rem; height: 2.8rem; border-radius: 50%; background-color: #ffffff; box-shadow: 0 0.6rem 1.4rem rgba(24, 43, 53, 0.15); font-family: "Manrope", sans-serif; font-size: 1.6rem; font-weight: 400; line-height: 1; color: #182b35; cursor: pointer; box-sizing: border-box; transition: background-color 0.3s ease, color 0.3s ease; }

.lpc-services-modal-close:hover, .lpc-services-modal-close:focus-visible { background-color: #f8b90a; color: #182b35; }

.lpc-services-modal-close:focus-visible { outline: 0.18rem solid #182b35; outline-offset: 0.18rem; }

.lpc-services-modal-layout { display: grid; grid-template-columns: 0.82fr 1.18fr; min-height: 0; }

.lpc-services-modal-media { position: relative; min-height: 34rem; overflow: hidden; background-color: #182b35; }

.lpc-services-modal-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(24, 43, 53, 0.08) 35%, rgba(24, 43, 53, 0.58) 100%); pointer-events: none; }

.lpc-services-modal-media img { display: block; width: 100%; height: 100%; min-height: 34rem; object-fit: cover; }

.lpc-services-modal-index { position: absolute; left: 1.5rem; bottom: 1.5rem; z-index: 2; font-family: "M PLUS Rounded 1c", sans-serif; font-size: 4rem; font-weight: 800; line-height: 1; color: #f8b90a; }

.lpc-services-modal-content { display: flex; flex-direction: column; align-items: flex-start; gap: 1.5rem; padding: 4rem 3rem 3rem; box-sizing: border-box; }

.lpc-services-modal-label { display: inline-flex; align-items: center; min-height: 2rem; padding: 0.1rem 0.9rem; border-radius: 2rem; background-color: #e5d8bb; font-family: "Manrope", sans-serif; font-size: 0.72rem; font-weight: 800; line-height: 1; letter-spacing: 0.08rem; color: #a9633c; text-transform: uppercase; box-sizing: border-box; }

.lpc-services-modal-title { all: unset; display: block; font-family: "M PLUS Rounded 1c", sans-serif; font-size: 2.35rem; font-weight: 800 !important; text-transform: uppercase; line-height: 1.15; color: #182b35; }

.lpc-services-modal-description { font-family: "Manrope", sans-serif; font-size: 0.98rem; font-weight: 400; line-height: 1.75; color: #182b35; }

.lpc-services-modal-list { display: flex; flex-direction: column; gap: 0.85rem; width: 100%; }

.lpc-services-modal-list-item { position: relative; padding-left: 1.8rem; font-family: "Manrope", sans-serif; font-size: 0.9rem; font-weight: 600; line-height: 1.55; color: #182b35; }

.lpc-services-modal-list-item::before { content: ""; position: absolute; top: 0.52rem; left: 0; width: 0.65rem; height: 0.65rem; border: 0.16rem solid #f8b90a; border-radius: 50%; box-sizing: border-box; }

.lpc-services-modal-cta { display: inline-flex; align-items: center; justify-content: center; min-height: 3.4rem; padding: 0.15rem 1.5rem; border: 0.1rem solid #f8b90a; border-radius: 0.75rem; background-color: #f8b90a; font-family: "Manrope", sans-serif; font-size: 0.88rem; font-weight: 800; line-height: 1; color: #182b35; text-decoration: none; box-sizing: border-box; transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease; }

.lpc-services-modal-cta:hover, .lpc-services-modal-cta:focus-visible { border-color: #182b35; background-color: #182b35; color: #ffffff; }

.lpc-services-modal-cta:focus-visible { outline: 0.18rem solid #a9633c; outline-offset: 0.18rem; }

@keyframes lpc-services-popup-entry { from { opacity: 0;
    transform: translateY(1.5rem) scale(0.98); }
  to { opacity: 1;
    transform: translateY(0) scale(1); } }

@media (max-width: 68rem) { .lpc-services-section { padding: 5rem 4%; } .lpc-services-heading { grid-template-columns: 1fr; gap: 1.5rem; } .lpc-services-main-title { font-size: 2.6rem; } .lpc-services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }

@media (max-width: 50rem) { .lpc-services-modal { padding: 1rem; } .lpc-services-modal-layout { grid-template-columns: 1fr; min-height: auto; } .lpc-services-modal-media { min-height: 16rem; max-height: 16rem; } .lpc-services-modal-media img { min-height: 16rem; } .lpc-services-modal-index { font-size: 3rem; } .lpc-services-modal-content { padding: 2.5rem 1.8rem 2rem; } }

@media (max-width: 40rem) { .lpc-services-section { padding: 4rem 1.2rem; } .lpc-services-main-title { font-size: 2.2rem; } .lpc-services-grid { grid-template-columns: 1fr; } .lpc-services-card { grid-template-rows: 14rem 1fr; } .lpc-services-card-media { height: 14rem; } .lpc-services-card-content { grid-template-rows: 4.4rem 5.2rem auto; } .lpc-services-modal-panel { width: 100%; max-height: 92vh; } .lpc-services-modal-title { font-size: 1.9rem; } .lpc-services-modal-cta { width: 100%; } }

@media (prefers-reduced-motion: reduce) { .lpc-services-card, .lpc-services-card-image, .lpc-services-card-button, .lpc-services-card-arrow, .lpc-services-modal-panel, .lpc-services-modal-close, .lpc-services-modal-cta { animation: none; transition: none; } }

/*================================================================================================= BLOC DÉPANNAGE OU APPEL RAPIDE ==================================================================================================*/
.lucas-quickcall-section { position: relative; width: 100%; padding: 4rem 5%; overflow: hidden; background-color: #182b35; box-sizing: border-box; }

.lucas-quickcall-section::before { content: ""; position: absolute; top: -9rem; right: -6rem; width: 23rem; height: 23rem; border: 0.1rem solid rgba(210, 165, 52, 0.18); border-radius: 50%; pointer-events: none; }

.lucas-quickcall-section::after { content: ""; position: absolute; bottom: -10rem; left: 12%; width: 20rem; height: 20rem; border-radius: 50%; background-color: rgba(210, 165, 52, 0.05); pointer-events: none; }

.lucas-quickcall-decoration { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }

.lucas-quickcall-pipe { position: absolute; display: block; border-left-style: solid; border-bottom-style: solid; border-bottom-left-radius: 7rem; box-sizing: border-box; }

.lucas-quickcall-pipe--first { top: -3rem; left: 2rem; width: 11rem; height: 9rem; border-left-width: 0.12rem; border-bottom-width: 0.12rem; border-color: rgba(245, 242, 234, 0.12); }

.lucas-quickcall-pipe--second { top: -1rem; left: 4rem; width: 11rem; height: 9rem; border-left-width: 0.12rem; border-bottom-width: 0.12rem; border-color: rgba(210, 165, 52, 0.24); }

.lucas-quickcall-pipe--third { top: 1rem; left: 6rem; width: 11rem; height: 9rem; border-left-width: 0.12rem; border-bottom-width: 0.12rem; border-color: rgba(169, 99, 60, 0.22); }

.lucas-quickcall-wrapper { position: relative; z-index: 2; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 2.5rem; width: 100%; max-width: 1600px; box-sizing: border-box; }

.lucas-quickcall-icon { display: inline-flex; align-items: center; justify-content: center; width: 5.2rem; height: 5.2rem; flex: 0 0 auto; border: 0.1rem solid rgba(210, 165, 52, 0.4); border-radius: 1.2rem; background-color: rgba(210, 165, 52, 0.1); color: #f8b90a; box-sizing: border-box; }

.lucas-quickcall-icon svg { width: 2.3rem; height: 2.3rem; }

.lucas-quickcall-content { display: flex; flex-direction: column; align-items: flex-start; gap: 0.85rem; }

.lucas-quickcall-label { font-family: "Manrope", sans-serif; font-size: 0.75rem; font-weight: 800; line-height: 1.4; letter-spacing: 0.11rem; color: #f8b90a; text-transform: uppercase; }

.lucas-quickcall-title { padding: 0; font-family: "M PLUS Rounded 1c", sans-serif; font-size: 2.25rem; font-weight: 800 !important; text-transform: uppercase; line-height: 1.15; color: #ffffff; }

.lucas-quickcall-description { max-width: 44rem; font-family: "Manrope", sans-serif; font-size: 0.95rem; font-weight: 400; line-height: 1.7; color: rgba(255, 255, 255, 0.74); }

.lucas-quickcall-problems { display: flex; flex-wrap: wrap; gap: 0.6rem; padding-top: 0.35rem; }

.lucas-quickcall-problem { display: inline-flex; align-items: center; min-height: 2rem; padding: 0.1rem 0.85rem; border: 0.08rem solid rgba(245, 242, 234, 0.18); border-radius: 2rem; background-color: rgba(245, 242, 234, 0.05); font-family: "Manrope", sans-serif; font-size: 0.72rem; font-weight: 600; line-height: 1; color: #f5f2ea; box-sizing: border-box; }

.lucas-quickcall-action { display: flex; flex-direction: column; align-items: stretch; gap: 0.75rem; width: 19rem; }

.lucas-quickcall-action-label { font-family: "Manrope", sans-serif; font-size: 0.7rem; font-weight: 700; line-height: 1.4; letter-spacing: 0.08rem; color: rgba(255, 255, 255, 0.58); text-align: center; text-transform: uppercase; }

.lucas-quickcall-phone { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 0.9rem; width: 100%; min-height: 4.4rem; padding: 0.5rem 1.1rem; border: 0.1rem solid #f8b90a; border-radius: 0.9rem; background-color: #f8b90a; color: #182b35; text-decoration: none; box-sizing: border-box; transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease; }

.lucas-quickcall-phone:hover, .lucas-quickcall-phone:focus-visible { border-color: #f5f2ea; background-color: transparent; color: #ffffff; }

.lucas-quickcall-phone:focus-visible { outline: 0.18rem solid #ffffff; outline-offset: 0.2rem; }

.lucas-quickcall-phone-icon { width: 1.4rem; height: 1.4rem; }

.lucas-quickcall-phone-content { display: flex; flex-direction: column; gap: 0.2rem; }

.lucas-quickcall-phone-text { font-family: "Manrope", sans-serif; font-size: 0.7rem; font-weight: 700; line-height: 1.2; }

.lucas-quickcall-phone-number { font-family: "M PLUS Rounded 1c", sans-serif; font-size: 1.08rem; font-weight: 800; line-height: 1.2; }

.lucas-quickcall-phone-arrow { width: 1.25rem; height: 1.25rem; transition: transform 0.3s ease; }

.lucas-quickcall-phone:hover .lucas-quickcall-phone-arrow, .lucas-quickcall-phone:focus-visible .lucas-quickcall-phone-arrow { transform: translateX(0.2rem); }

.lucas-quickcall-contact { display: inline-flex; justify-content: center; font-family: "Manrope", sans-serif; font-size: 0.78rem; font-weight: 700; line-height: 1.4; color: #f5f2ea !important; text-decoration: underline; text-decoration-color: rgba(210, 165, 52, 0.65); text-underline-offset: 0.3rem; transition: color 0.3s ease; }

.lucas-quickcall-contact:hover, .lucas-quickcall-contact:focus-visible { color: #f8b90a !important; }

.lucas-quickcall-contact:focus-visible { outline: 0.15rem solid #f8b90a; outline-offset: 0.25rem; }

@media (max-width: 64rem) { .lucas-quickcall-wrapper { grid-template-columns: auto minmax(0, 1fr); } .lucas-quickcall-action { grid-column: 1 / -1; width: 100%; max-width: 25rem; justify-self: center; } }

@media (max-width: 42rem) { .lucas-quickcall-section { padding: 3.5rem 1.2rem; } .lucas-quickcall-wrapper { grid-template-columns: 1fr; justify-items: center; gap: 1.8rem; text-align: center; } .lucas-quickcall-content { align-items: center; } .lucas-quickcall-title { font-size: 1.9rem; } .lucas-quickcall-description { text-align: center; } .lucas-quickcall-problems { justify-content: center; } .lucas-quickcall-action { grid-column: auto; } }

@media (prefers-reduced-motion: reduce) { .lucas-quickcall-phone, .lucas-quickcall-phone-arrow, .lucas-quickcall-contact { transition: none; } }

/*===================================================================================== POURQUOI FAIRE APPEL A MOI ? ========================================================================================*/
.lucas-benefits-section { display: flex; justify-content: center; width: 100%; padding: 6rem 2rem; overflow: hidden; background-color: #f5f2ea; box-sizing: border-box; }

.lucas-benefits-shell { display: grid; grid-template-columns: 0.85fr 1.15fr; align-items: stretch; gap: 2rem; width: 100%; max-width: 86rem; box-sizing: border-box; }

.lucas-benefits-introduction { position: relative; display: flex; min-height: 34rem; overflow: hidden; border-radius: 1.4rem; background-color: #182b35; box-sizing: border-box; }

.lucas-benefits-introduction::before { content: ""; position: absolute; top: -7rem; right: -7rem; width: 19rem; height: 19rem; border: 0.1rem solid rgba(210, 165, 52, 0.2); border-radius: 50%; }

.lucas-benefits-introduction::after { content: ""; position: absolute; right: 3rem; bottom: 2.5rem; width: 5rem; height: 0.3rem; border-radius: 2rem; background-color: #f8b90a; }

.lucas-benefits-decoration { position: absolute; inset: 0; pointer-events: none; }

.lucas-benefits-decoration-line { position: absolute; display: block; border-left-style: solid; border-bottom-style: solid; border-bottom-left-radius: 6rem; box-sizing: border-box; }

.lucas-benefits-decoration-line--one { left: -2rem; bottom: -1rem; width: 13rem; height: 11rem; border-left-width: 0.12rem; border-bottom-width: 0.12rem; border-color: rgba(245, 242, 234, 0.13); }

.lucas-benefits-decoration-line--two { left: 0; bottom: 1rem; width: 13rem; height: 11rem; border-left-width: 0.12rem; border-bottom-width: 0.12rem; border-color: rgba(210, 165, 52, 0.24); }

.lucas-benefits-decoration-line--three { left: 2rem; bottom: 3rem; width: 13rem; height: 11rem; border-left-width: 0.12rem; border-bottom-width: 0.12rem; border-color: rgba(169, 99, 60, 0.24); }

.lucas-benefits-introduction-content { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 1.6rem; width: 100%; padding: 3.5rem; box-sizing: border-box; }

.lucas-benefits-eyebrow { display: inline-flex; align-items: center; gap: 0.75rem; }

.lucas-benefits-eyebrow-dot { display: block; flex: 0 0 auto; width: 0.7rem; height: 0.7rem; border-radius: 50%; background-color: #f8b90a; }

.lucas-benefits-eyebrow-text { display: block; font-family: "Manrope", sans-serif; font-size: 0.76rem; font-weight: 800; line-height: 1.4; letter-spacing: 0.11rem; color: #f8b90a; text-transform: uppercase; margin-top: 15px; }

.lucas-benefits-eyebrow-mark { display: block; width: 2.4rem; height: 0.18rem; border-radius: 1rem; background-color: #f8b90a; }

.lucas-benefits-heading { all: unset; display: block; max-width: 29rem; font-family: "M PLUS Rounded 1c", sans-serif; font-size: 2.85rem; font-weight: 800 !important; text-transform: uppercase; line-height: 1.12; color: #ffffff; }

.lucas-benefits-summary { max-width: 31rem; font-family: "Manrope", sans-serif; font-size: 0.98rem; font-weight: 400; line-height: 1.8; color: rgba(255, 255, 255, 0.74); }

.lucas-benefits-highlight { display: flex; align-items: center; gap: 0.9rem; width: 100%; padding: 1rem; border: 0.08rem solid rgba(210, 165, 52, 0.28); border-radius: 0.9rem; background-color: rgba(210, 165, 52, 0.08); box-sizing: border-box; }

.lucas-benefits-highlight-icon { display: inline-flex; flex: 0 0 auto; align-items: center; justify-content: center; width: 2.3rem; height: 2.3rem; border-radius: 0.7rem; background-color: #f8b90a; color: #182b35; }

.lucas-benefits-highlight-icon svg { width: 1.25rem; height: 1.25rem; }

.lucas-benefits-highlight-text { font-family: "Manrope", sans-serif; font-size: 0.83rem; font-weight: 600; line-height: 1.55; color: #f5f2ea; }

.lucas-benefits-contact-link { display: inline-flex; align-items: center; justify-content: center; gap: 0.8rem; min-height: 3.4rem; padding: 0.2rem 1.5rem; border: 0.1rem solid #f8b90a; border-radius: 0.8rem; background-color: #f8b90a; font-family: "Manrope", sans-serif; font-size: 0.88rem; font-weight: 800; line-height: 1; color: #182b35; text-decoration: none; box-sizing: border-box; transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease; }

.lucas-benefits-contact-link:hover, .lucas-benefits-contact-link:focus-visible { border-color: #f5f2ea; background-color: transparent; color: #ffffff; }

.lucas-benefits-contact-link:focus-visible { outline: 0.18rem solid #ffffff; outline-offset: 0.2rem; }

.lucas-benefits-contact-arrow { width: 1.2rem; height: 1.2rem; transition: transform 0.3s ease; }

.lucas-benefits-contact-link:hover .lucas-benefits-contact-arrow, .lucas-benefits-contact-link:focus-visible .lucas-benefits-contact-arrow { transform: translateX(0.2rem); }

.lucas-benefits-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 1fr; gap: 1.4rem; width: 100%; }

.lucas-benefits-card { display: grid; grid-template-rows: auto minmax(4.2rem, auto) 1fr; gap: 1.25rem; min-height: 16rem; padding: 2rem; border: 0.08rem solid rgba(24, 43, 53, 0.12); border-radius: 1.2rem; background-color: #ffffff; box-shadow: 0 1rem 2.5rem rgba(24, 43, 53, 0.07); box-sizing: border-box; transition: border-color 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease; }

.lucas-benefits-card:hover { border-color: rgba(210, 165, 52, 0.78); background-color: #fffdf8; box-shadow: 0 1.3rem 3rem rgba(24, 43, 53, 0.12); }

.lucas-benefits-card-topline { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }

.lucas-benefits-card-index { font-family: "M PLUS Rounded 1c", sans-serif; font-size: 0.8rem; font-weight: 800; line-height: 1; color: #a9633c; }

.lucas-benefits-card-icon { display: inline-flex; align-items: center; justify-content: center; width: 3rem; height: 3rem; border-radius: 0.85rem; background-color: #e5d8bb; color: #182b35; }

.lucas-benefits-card-icon svg { width: 1.55rem; height: 1.55rem; }

.lucas-benefits-card-title { all: unset; display: block; align-self: start; font-family: "M PLUS Rounded 1c", sans-serif; font-size: 1.35rem; font-weight: 800 !important; text-transform: uppercase; line-height: 1.3; color: #182b35; }

.lucas-benefits-card-description { align-self: start; font-family: "Manrope", sans-serif; font-size: 0.88rem; font-weight: 400; line-height: 1.7; color: #182b35; }

@media (max-width: 68rem) { .lucas-benefits-shell { grid-template-columns: 1fr; } .lucas-benefits-introduction { min-height: auto; } .lucas-benefits-heading { max-width: 42rem; } .lucas-benefits-summary { max-width: 45rem; } }

@media (max-width: 44rem) { .lucas-benefits-section { padding: 4rem 1.2rem; } .lucas-benefits-introduction-content { padding: 2.5rem 1.6rem; } .lucas-benefits-heading { font-size: 2.15rem; } .lucas-benefits-grid { grid-template-columns: 1fr; } .lucas-benefits-card { min-height: auto; } .lucas-benefits-contact-link { width: 100%; } }

@media (prefers-reduced-motion: reduce) { .lucas-benefits-card, .lucas-benefits-contact-link, .lucas-benefits-contact-arrow { transition: none; } }

/*=========================================================================================== ZONE D'INTERNVETION =========================================================================================*/
.lucas-zone-section { display: flex; justify-content: center; width: 100%; padding: 6rem 2rem; overflow: hidden; background-color: #ffffff; box-sizing: border-box; }

.lucas-zone-wrapper { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 5rem; width: 100%; max-width: 86rem; box-sizing: border-box; }

.lucas-zone-content { display: flex; flex-direction: column; align-items: flex-start; gap: 2rem; }

.lucas-zone-heading { display: flex; flex-direction: column; gap: 1rem; }

.lucas-zone-label { display: inline-flex; align-items: center; gap: 0.75rem; }

.lucas-zone-label-dot { display: block; flex: 0 0 auto; width: 0.7rem; height: 0.7rem; border-radius: 50%; background-color: #a9633c; }

.lucas-zone-label-text { display: block; font-family: "Manrope", sans-serif; font-size: 0.8rem; font-weight: 800; line-height: 1.4; letter-spacing: 0.12rem; color: #a9633c; text-transform: uppercase; margin-top: 15px; }

.lucas-zone-title { all: unset; display: block; max-width: 38rem; font-family: "M PLUS Rounded 1c", sans-serif; font-size: 2.9rem; font-weight: 800 !important; text-transform: uppercase; line-height: 1.12; color: #182b35; }

.lucas-zone-description { max-width: 39rem; font-family: "Manrope", sans-serif; font-size: 1rem; font-weight: 400; line-height: 1.8; color: #182b35; }

.lucas-zone-cities { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.85rem; width: 100%; }

.lucas-zone-city { display: flex; align-items: center; gap: 0.8rem; min-height: 3.6rem; padding: 0.7rem 1rem; border: 0.08rem solid rgba(24, 43, 53, 0.12); border-radius: 0.85rem; background-color: #f5f2ea; box-sizing: border-box; transition: border-color 0.3s ease, background-color 0.3s ease; }

.lucas-zone-city:hover { border-color: rgba(210, 165, 52, 0.75); background-color: #ffffff; }

.lucas-zone-city--main { grid-column: 1 / -1; min-height: 4.5rem; border-color: rgba(210, 165, 52, 0.55); background-color: #182b35; }

.lucas-zone-city--main:hover { border-color: #f8b90a; background-color: #182b35; }

.lucas-zone-city-icon { display: inline-flex; flex: 0 0 auto; align-items: center; justify-content: center; width: 2.8rem; height: 2.8rem; border-radius: 0.75rem; background-color: #f8b90a; color: #182b35; }

.lucas-zone-city-icon svg { width: 1.5rem; height: 1.5rem; }

.lucas-zone-city-content { display: flex; flex-direction: column; gap: 0.2rem; }

.lucas-zone-city-name { font-family: "M PLUS Rounded 1c", sans-serif; font-size: 0.95rem; font-weight: 800; line-height: 1.3; color: #182b35; }

.lucas-zone-city--main .lucas-zone-city-name { font-size: 1.1rem; color: #ffffff; }

.lucas-zone-city-status { font-family: "Manrope", sans-serif; font-size: 0.72rem; font-weight: 600; line-height: 1.4; color: rgba(255, 255, 255, 0.7); }

.lucas-zone-city-dot { display: block; flex: 0 0 auto; width: 0.55rem; height: 0.55rem; border: 0.15rem solid #f8b90a; border-radius: 50%; box-sizing: border-box; }

.lucas-zone-note { display: flex; align-items: flex-start; gap: 0.85rem; width: 100%; padding: 1rem; border-left: 0.22rem solid #f8b90a; border-radius: 0.6rem; background-color: #e5d8bb; box-sizing: border-box; }

.lucas-zone-note-icon { display: inline-flex; flex: 0 0 auto; align-items: center; justify-content: center; color: #a9633c; }

.lucas-zone-note-icon svg { width: 1.3rem; height: 1.3rem; }

.lucas-zone-note-text { font-family: "Manrope", sans-serif; font-size: 0.82rem; font-weight: 600; line-height: 1.6; color: #182b35; }

.lucas-zone-button { display: inline-flex; align-items: center; justify-content: center; gap: 0.8rem; min-height: 3.4rem; padding: 0.2rem 1.5rem; border: 0.1rem solid #f8b90a; border-radius: 0.8rem; background-color: #f8b90a; font-family: "Manrope", sans-serif; font-size: 0.88rem; font-weight: 800; line-height: 1; color: #182b35; text-decoration: none; box-sizing: border-box; transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease; }

.lucas-zone-button:hover, .lucas-zone-button:focus-visible { border-color: #182b35; background-color: #182b35; color: #ffffff; }

.lucas-zone-button:focus-visible { outline: 0.18rem solid #a9633c; outline-offset: 0.2rem; }

.lucas-zone-button-arrow { width: 1.2rem; height: 1.2rem; transition: transform 0.3s ease; }

.lucas-zone-button:hover .lucas-zone-button-arrow, .lucas-zone-button:focus-visible .lucas-zone-button-arrow { transform: translateX(0.2rem); }

.lucas-zone-visual { position: relative; min-height: 38rem; box-sizing: border-box; }

.lucas-zone-map { position: relative; z-index: 2; width: 100%; height: 38rem; overflow: hidden; border-radius: 1.4rem; background-color: #182b35; box-shadow: 0 1.5rem 4rem rgba(24, 43, 53, 0.18); }

.lucas-zone-map-image { display: block; width: 100%; height: 100%; object-fit: cover; }

.lucas-zone-map-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(24, 43, 53, 0.04) 35%, rgba(24, 43, 53, 0.58) 100%); pointer-events: none; }

.lucas-zone-map-location { position: absolute; right: 1.5rem; bottom: 1.5rem; left: 1.5rem; z-index: 3; display: flex; align-items: center; gap: 1rem; padding: 1.1rem; border: 0.08rem solid rgba(255, 255, 255, 0.18); border-radius: 1rem; background-color: rgba(24, 43, 53, 0.92); backdrop-filter: blur(0.4rem); box-sizing: border-box; }

.lucas-zone-map-pin { display: inline-flex; flex: 0 0 auto; align-items: center; justify-content: center; width: 3.2rem; height: 3.2rem; border-radius: 0.85rem; background-color: #f8b90a; color: #182b35; }

.lucas-zone-map-pin svg { width: 1.7rem; height: 1.7rem; }

.lucas-zone-map-location-content { display: flex; flex-direction: column; gap: 0.3rem; }

.lucas-zone-map-location-title { font-family: "M PLUS Rounded 1c", sans-serif; font-size: 1rem; font-weight: 800; line-height: 1.3; color: #ffffff; }

.lucas-zone-map-location-address { font-family: "Manrope", sans-serif; font-size: 0.78rem; font-weight: 500; line-height: 1.5; color: rgba(255, 255, 255, 0.7); }

.lucas-zone-decoration { position: absolute; right: -2rem; bottom: -2rem; width: 14rem; height: 12rem; pointer-events: none; }

.lucas-zone-decoration-line { position: absolute; display: block; border-right-style: solid; border-bottom-style: solid; border-bottom-right-radius: 7rem; box-sizing: border-box; }

.lucas-zone-decoration-line--one { right: 0; bottom: 0; width: 14rem; height: 12rem; border-right-width: 0.14rem; border-bottom-width: 0.14rem; border-color: rgba(24, 43, 53, 0.18); }

.lucas-zone-decoration-line--two { right: 2rem; bottom: 2rem; width: 12rem; height: 10rem; border-right-width: 0.14rem; border-bottom-width: 0.14rem; border-color: rgba(210, 165, 52, 0.42); }

.lucas-zone-decoration-line--three { right: 4rem; bottom: 4rem; width: 10rem; height: 8rem; border-right-width: 0.14rem; border-bottom-width: 0.14rem; border-color: rgba(169, 99, 60, 0.35); }

@media (max-width: 68rem) { .lucas-zone-wrapper { grid-template-columns: 1fr; gap: 4rem; } .lucas-zone-title { max-width: 44rem; } .lucas-zone-description { max-width: 46rem; } .lucas-zone-visual { width: 100%; max-width: 48rem; } }

@media (max-width: 42rem) { .lucas-zone-section { padding: 4rem 1.2rem; } .lucas-zone-title { font-size: 2.15rem; } .lucas-zone-cities { grid-template-columns: 1fr; } .lucas-zone-city--main { grid-column: auto; } .lucas-zone-button { width: 100%; } .lucas-zone-visual { min-height: 28rem; } .lucas-zone-map { height: 28rem; } .lucas-zone-map-location { right: 1rem; bottom: 1rem; left: 1rem; } }

@media (prefers-reduced-motion: reduce) { .lucas-zone-city, .lucas-zone-button, .lucas-zone-button-arrow { transition: none; } }

/*========================================================================================== FAQ PAGE D'ACCUEIL =====================================================================================*/
.lucas-faq-section { display: flex; justify-content: center; width: 100%; padding: 6rem 2rem; overflow: hidden; background-color: #f5f2ea; box-sizing: border-box; }

.lucas-faq-wrapper { display: grid; grid-template-columns: 0.78fr 1.22fr; align-items: stretch; gap: 2rem; width: 100%; max-width: 86rem; box-sizing: border-box; }

.lucas-faq-introduction { position: relative; display: flex; min-height: 36rem; overflow: hidden; border-radius: 1.4rem; background-color: #182b35; box-sizing: border-box; }

.lucas-faq-introduction::before { content: ""; position: absolute; top: -7rem; right: -7rem; width: 19rem; height: 19rem; border: 0.1rem solid rgba(210, 165, 52, 0.22); border-radius: 50%; }

.lucas-faq-introduction::after { content: ""; position: absolute; right: 3rem; bottom: 2.5rem; width: 5rem; height: 0.3rem; border-radius: 2rem; background-color: #f8b90a; }

.lucas-faq-decoration { position: absolute; inset: 0; pointer-events: none; }

.lucas-faq-decoration-line { position: absolute; display: block; border-left-style: solid; border-bottom-style: solid; border-bottom-left-radius: 7rem; box-sizing: border-box; }

.lucas-faq-decoration-line--one { left: -2rem; bottom: -1rem; width: 13rem; height: 11rem; border-left-width: 0.12rem; border-bottom-width: 0.12rem; border-color: rgba(245, 242, 234, 0.13); }

.lucas-faq-decoration-line--two { left: 0; bottom: 1rem; width: 13rem; height: 11rem; border-left-width: 0.12rem; border-bottom-width: 0.12rem; border-color: rgba(210, 165, 52, 0.26); }

.lucas-faq-decoration-line--three { left: 2rem; bottom: 3rem; width: 13rem; height: 11rem; border-left-width: 0.12rem; border-bottom-width: 0.12rem; border-color: rgba(169, 99, 60, 0.25); }

.lucas-faq-introduction-content { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 1.6rem; width: 100%; padding: 3.5rem; box-sizing: border-box; }

.lucas-faq-eyebrow { display: inline-flex; align-items: center; gap: 0.75rem; }

.lucas-faq-eyebrow-dot { display: block; flex: 0 0 auto; width: 0.7rem; height: 0.7rem; border-radius: 50%; background-color: #f8b90a; }

.lucas-faq-eyebrow-text { display: block; font-family: "Manrope", sans-serif; font-size: 0.76rem; font-weight: 800; line-height: 1.4; letter-spacing: 0.11rem; color: #f8b90a; text-transform: uppercase; }

.lucas-faq-title { padding: 0; max-width: 30rem; font-family: "M PLUS Rounded 1c", sans-serif; font-size: 2.85rem; font-weight: 800 !important; text-transform: uppercase; line-height: 1.12; color: #ffffff; }

.lucas-faq-intro-text { max-width: 31rem; font-family: "Manrope", sans-serif; font-size: 0.98rem; font-weight: 400; line-height: 1.8; color: rgba(255, 255, 255, 0.74); }

.lucas-faq-contact-card { display: flex; align-items: center; gap: 0.9rem; width: 100%; padding: 1rem; border: 0.08rem solid rgba(210, 165, 52, 0.28); border-radius: 0.9rem; background-color: rgba(210, 165, 52, 0.08); box-sizing: border-box; }

.lucas-faq-contact-icon { display: inline-flex; flex: 0 0 auto; align-items: center; justify-content: center; width: 2.8rem; height: 2.8rem; border-radius: 0.75rem; background-color: #f8b90a; color: #182b35; }

.lucas-faq-contact-icon svg { width: 1.4rem; height: 1.4rem; }

.lucas-faq-contact-content { display: flex; flex-direction: column; gap: 0.2rem; }

.lucas-faq-contact-title { font-family: "M PLUS Rounded 1c", sans-serif; font-size: 0.92rem; font-weight: 800; line-height: 1.3; color: #ffffff; }

.lucas-faq-contact-text { font-family: "Manrope", sans-serif; font-size: 0.76rem; font-weight: 500; line-height: 1.5; color: rgba(255, 255, 255, 0.7); }

.lucas-faq-contact-button { display: inline-flex; align-items: center; justify-content: center; gap: 0.8rem; min-height: 3.4rem; padding: 0.2rem 1.5rem; border: 0.1rem solid #f8b90a; border-radius: 0.8rem; background-color: #f8b90a; font-family: "Manrope", sans-serif; font-size: 0.88rem; font-weight: 800; line-height: 1; color: #182b35; text-decoration: none; box-sizing: border-box; transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease; }

.lucas-faq-contact-button:hover, .lucas-faq-contact-button:focus-visible { border-color: #f5f2ea; background-color: transparent; color: #ffffff; }

.lucas-faq-contact-button:focus-visible { outline: 0.18rem solid #ffffff; outline-offset: 0.2rem; }

.lucas-faq-contact-arrow { width: 1.2rem; height: 1.2rem; transition: transform 0.3s ease; }

.lucas-faq-contact-button:hover .lucas-faq-contact-arrow, .lucas-faq-contact-button:focus-visible .lucas-faq-contact-arrow { transform: translateX(0.2rem); }

.lucas-faq-accordion { display: flex; flex-direction: column; gap: 0.85rem; width: 100%; }

.lucas-faq-item { overflow: hidden; border: 0.08rem solid rgba(24, 43, 53, 0.13); border-radius: 1rem; background-color: #ffffff; box-shadow: 0 0.8rem 2rem rgba(24, 43, 53, 0.05); box-sizing: border-box; transition: border-color 0.3s ease, box-shadow 0.3s ease; }

.lucas-faq-item[open] { border-color: rgba(210, 165, 52, 0.8); box-shadow: 0 1.2rem 2.8rem rgba(24, 43, 53, 0.1); }

.lucas-faq-question { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 1rem; min-height: 5.4rem; padding: 1rem 1.4rem; cursor: pointer; list-style: none; box-sizing: border-box; transition: background-color 0.3s ease, color 0.3s ease; }

.lucas-faq-question::-webkit-details-marker { display: none; }

.lucas-faq-question:hover { background-color: #fffdf8; }

.lucas-faq-question:focus-visible { outline: 0.16rem solid #f8b90a; outline-offset: -0.2rem; }

.lucas-faq-question-number { display: inline-flex; align-items: center; justify-content: center; width: 2.7rem; height: 2.7rem; border-radius: 0.75rem; background-color: #e5d8bb; font-family: "M PLUS Rounded 1c", sans-serif; font-size: 0.78rem; font-weight: 800; line-height: 1; color: #a9633c; transition: background-color 0.3s ease, color 0.3s ease; }

.lucas-faq-item[open] .lucas-faq-question-number { background-color: #f8b90a; color: #182b35; }

.lucas-faq-question-text { font-family: "M PLUS Rounded 1c", sans-serif; font-size: 1.08rem; font-weight: 800; line-height: 1.4; color: #182b35; }

.lucas-faq-question-icon { position: relative; display: inline-flex; align-items: center; justify-content: center; width: 2.4rem; height: 2.4rem; border: 0.08rem solid rgba(24, 43, 53, 0.14); border-radius: 50%; background-color: #f5f2ea; color: #182b35; transition: background-color 0.3s ease, transform 0.3s ease; }

.lucas-faq-question-icon-line { position: absolute; display: block; width: 0.9rem; height: 0.12rem; border-radius: 1rem; background-color: currentColor; transition: opacity 0.3s ease, transform 0.3s ease; }

.lucas-faq-question-icon-line--vertical { transform: rotate(90deg); }

.lucas-faq-item[open] .lucas-faq-question-icon { background-color: #f8b90a; transform: rotate(180deg); }

.lucas-faq-item[open] .lucas-faq-question-icon-line--vertical { opacity: 0; transform: rotate(0); }

.lucas-faq-answer { padding: 0 5.5rem 1.5rem; font-family: "Manrope", sans-serif; font-size: 0.9rem; font-weight: 400; line-height: 1.75; color: #182b35; box-sizing: border-box; animation: lucas-faq-answer-entry 0.3s ease both; }

.lucas-faq-answer p { padding: 0; }

@keyframes lucas-faq-answer-entry { from { opacity: 0;
    transform: translateY(-0.5rem); }
  to { opacity: 1;
    transform: translateY(0); } }

@media (max-width: 68rem) { .lucas-faq-wrapper { grid-template-columns: 1fr; } .lucas-faq-introduction { min-height: auto; } .lucas-faq-title { max-width: 44rem; } .lucas-faq-intro-text { max-width: 46rem; } }

@media (max-width: 42rem) { .lucas-faq-section { padding: 4rem 1.2rem; } .lucas-faq-introduction-content { padding: 2.5rem 1.6rem; } .lucas-faq-title { font-size: 2.15rem; } .lucas-faq-question { grid-template-columns: auto minmax(0, 1fr) auto; gap: 0.75rem; min-height: 4.8rem; padding: 0.85rem; } .lucas-faq-question-number { width: 2.3rem; height: 2.3rem; } .lucas-faq-question-text { font-size: 0.95rem; } .lucas-faq-question-icon { width: 2.1rem; height: 2.1rem; } .lucas-faq-answer { padding: 0 1.2rem 1.3rem; } .lucas-faq-contact-button { width: 100%; } }

@media (prefers-reduced-motion: reduce) { .lucas-faq-item, .lucas-faq-question, .lucas-faq-question-number, .lucas-faq-question-icon, .lucas-faq-question-icon-line, .lucas-faq-contact-button, .lucas-faq-contact-arrow, .lucas-faq-answer { animation: none; transition: none; } }

/*# sourceMappingURL=custom.css.map */