@charset "UTF-8";
@import url(main.css);
/* ----------------------------------------------------------------------------- NAVBAR QUEMERAIS PLOMBERIE ----------------------------------------------------------------------------- */
#navigation-bar-hide { opacity: 1 !important; top: 0 !important; }

/* --- BOUTON --- */
.animated-border-button:after { background-color: #97C11F; }

/* --- NAVBAR --- */
.navbar { transition: background-color 0.3s ease, backdrop-filter 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease; border-bottom: 1px solid rgba(255, 255, 255, 0.18); }

/* --- NAVBAR AU SCROLL --- */
.navbar.scrolled { background-color: rgba(17, 25, 36, 0.96) !important; backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom: 1px solid rgba(89, 198, 241, 0.3); box-shadow: 0 8px 30px rgba(0, 0, 0, 0.16); }

/* --- LOGO --- */
.navbar-brand { height: 14vh !important; width: auto !important; display: flex; align-items: center; padding-top: 0 !important; padding-bottom: 0 !important; }

.logo_nav { height: 14vh !important; width: auto !important; max-height: none !important; max-width: none !important; object-fit: contain; }

/* ----------------------------------------------------------------------------- TABLETTE ----------------------------------------------------------------------------- */
@media screen and (max-width: 991px) { .navbar { background-color: rgba(17, 25, 36, 0.96) !important; backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom: 1px solid rgba(89, 198, 241, 0.26); box-shadow: 0 8px 26px rgba(0, 0, 0, 0.14); } .navbar-brand { height: 11vh !important; } .logo_nav { height: 10vh !important; max-height: none !important; } }

/* ----------------------------------------------------------------------------- MOBILE ----------------------------------------------------------------------------- */
@media screen and (max-width: 600px) { .navbar-brand { height: 10vh !important; } .logo_nav { height: 9vh !important; max-height: none !important; } }

/* ----------------------------------------------------------------------------- HERO QUEMERAIS PLOMBERIE ----------------------------------------------------------------------------- */
/* --- BASE --- */
.quem-hero p { margin: 0; }

/* --- SECTION --- */
.quem-hero { position: relative; min-height: 680px; overflow: hidden; isolation: isolate; }

/* --- IMAGE DE FOND --- */
.quem-hero-background { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; object-position: center center; animation: quemHeroBackground 16s ease-in-out infinite alternate; }

/* --- ANIMATION IMAGE --- */
@keyframes quemHeroBackground { 0% { transform: scale(1); }
  100% { transform: scale(1.08); } }

/* --- OVERLAY --- */
.quem-hero-overlay { position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(27, 42, 58, 0.3) 0%, rgba(27, 42, 58, 0.42) 55%, rgba(27, 42, 58, 0.65) 100%); }

/* --- CONTAINER --- */
.quem-hero-container { width: 90%; max-width: 1320px; min-height: 680px; margin: 0 auto; padding: 100px 0; display: flex; align-items: center; justify-content: center; }

/* --- CONTENU --- */
.quem-hero-content { width: 100%; max-width: 780px; margin: auto; padding: 65px 30px; text-align: center; }

/* --- SURTITRE --- */
.quem-hero-kicker { display: inline-flex; align-items: center; justify-content: center; margin-bottom: 28px; padding: 8px 17px; border: 1px solid rgba(89, 198, 241, 0.48); border-radius: 50px; background: rgba(89, 198, 241, 0.09); letter-spacing: 1.5px; text-transform: uppercase; backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); }

.quem-hero-kicker > * { margin: 0; }

/* --- TITRE --- */
.quem-hero-title { margin-bottom: 25px; }

.quem-hero-title > * { margin: 0; }

/* --- DESCRIPTION --- */
.quem-hero-description { max-width: 670px; margin: 0 auto; opacity: 0.88; }

.quem-hero-description > * { margin: 0; }

/* --- ACTIONS --- */
.quem-hero-actions { display: flex; align-items: center; justify-content: center; margin-top: 38px; }

/* --- BOUTON --- */
.quem-hero-button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 54px; padding: 13px 30px; border: 2px solid #FFFFFF; border-radius: 999px; background: transparent; color: #FFFFFF !important; text-decoration: none; transition: transform 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease; }

.quem-hero-button * { margin: 0; color: #FFFFFF !important; transition: color 0.25s ease, transform 0.25s ease; }

.quem-hero-button i { display: inline-flex; align-items: center; justify-content: center; }

/* --- HOVER --- */
@media (hover: hover) { .quem-hero-button:hover { transform: translateY(-3px); background: #FFFFFF; border-color: #FFFFFF; color: #1B2A3A !important; } .quem-hero-button:hover * { color: #1B2A3A !important; } .quem-hero-button:hover i { transform: translateX(4px); } }

/* --- FOCUS --- */
.quem-hero-button:focus { background: #FFFFFF; border-color: #FFFFFF; outline: 2px solid #C9E8FC; outline-offset: 3px; }

.quem-hero-button:focus * { color: #1B2A3A !important; }

/* ----------------------------------------------------------------------------- TABLETTE ----------------------------------------------------------------------------- */
@media screen and (max-width: 991px) { .quem-hero { min-height: 620px; } .quem-hero-background { animation: none; } .quem-hero-container { width: 92%; min-height: 620px; padding: 80px 0; } .quem-hero-content { padding: 55px 20px; } }

/* ----------------------------------------------------------------------------- MOBILE ----------------------------------------------------------------------------- */
@media screen and (max-width: 767px) { .quem-hero { min-height: auto; } .quem-hero-container { width: 100%; min-height: auto; padding: 80px 20px; } .quem-hero-content { max-width: 100%; padding: 50px 0; } .quem-hero-kicker { margin-bottom: 20px; } .quem-hero-actions { margin-top: 30px; } .quem-hero-button { width: 100%; max-width: 320px; } }

/* ----------------------------------------------------------------------------- PETIT MOBILE ----------------------------------------------------------------------------- */
@media screen and (max-width: 480px) { .quem-hero-container { padding: 70px 15px; } .quem-hero-content { padding: 40px 0; } }

/* ----------------------------------------------------------------------------- ACCESSIBILITÉ ----------------------------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) { .quem-hero-background { animation: none; } .quem-hero-button, .quem-hero-button *, .quem-hero-button i { transition: none; } }

/* ----------------------------------------------------------------------------- SECTION PLOMBERIE / CHAUFFAGE ----------------------------------------------------------------------------- */
.quem-home-services { position: relative; width: 100%; padding: 38px 30px 70px; overflow: hidden; background: #1B2A3A; }

.quem-home-services *, .quem-home-services *::before, .quem-home-services *::after { box-sizing: border-box; }

/* --- DECORATION --- */
.quem-home-services::before { content: ""; position: absolute; top: -190px; left: 50%; width: 500px; height: 300px; border-radius: 50%; background: rgba(201, 232, 252, 0.025); transform: translateX(-50%); pointer-events: none; }

/* --- CONTAINER --- */
.quem-home-services-container { position: relative; z-index: 1; width: 90%; max-width: 980px; margin: 0 auto; }

/* --- GRILLE --- */
.quem-home-services-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }

/* --- CARTE --- */
.quem-home-service { position: relative; min-height: 150px; padding: 30px; display: flex; align-items: center; gap: 22px; overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.18); border-radius: 14px; backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }

.quem-home-service::before { content: ""; position: absolute; inset: 0; z-index: -1; }

/* --- TRAIT SUPERIEUR --- */
.quem-home-service::after { content: ""; position: absolute; top: 0; left: 30px; width: 60px; height: 2px; }

/* ----------------------------------------------------------------------------- PLOMBERIE ----------------------------------------------------------------------------- */
.quem-home-service-plomberie { background: rgba(89, 198, 241, 0.11); border-color: rgba(89, 198, 241, 0.4); }

.quem-home-service-plomberie::before { background: linear-gradient(135deg, rgba(89, 198, 241, 0.3) 0%, rgba(89, 198, 241, 0.09) 55%, rgba(17, 25, 36, 0.24) 100%); }

.quem-home-service-plomberie::after { background: #59C6F1; }

/* ----------------------------------------------------------------------------- CHAUFFAGE ----------------------------------------------------------------------------- */
.quem-home-service-chauffage { background: rgba(240, 125, 0, 0.11); border-color: rgba(240, 125, 0, 0.4); }

.quem-home-service-chauffage::before { background: linear-gradient(135deg, rgba(240, 125, 0, 0.3) 0%, rgba(240, 125, 0, 0.09) 55%, rgba(17, 25, 36, 0.24) 100%); }

.quem-home-service-chauffage::after { background: #F07D00; }

/* --- ICONES --- */
.quem-home-service-icon { flex: 0 0 auto; width: 58px; height: 58px; display: flex; align-items: center; justify-content: center; border-radius: 50%; }

.quem-home-service-plomberie .quem-home-service-icon { background: rgba(89, 198, 241, 0.15); border: 1px solid rgba(89, 198, 241, 0.58); }

.quem-home-service-chauffage .quem-home-service-icon { background: rgba(240, 125, 0, 0.15); border: 1px solid rgba(240, 125, 0, 0.58); }

/* --- CONTENU --- */
.quem-home-service-content { flex: 1; min-width: 0; }

.quem-home-service-title > * { margin: 0 0 5px; }

.quem-home-service-description { opacity: 0.84; }

.quem-home-service-description > * { margin: 0; }

/* ----------------------------------------------------------------------------- TABLETTE ----------------------------------------------------------------------------- */
@media screen and (max-width: 991px) { .quem-hero { min-height: 620px; animation: none; background-size: cover; } .quem-hero-container { width: 92%; min-height: 620px; padding: 80px 0; } .quem-hero-content { padding: 60px 20px; } .quem-home-services { padding: 32px 25px 60px; } .quem-home-services-container { width: 94%; max-width: 760px; } .quem-home-service { min-height: 140px; padding: 25px 24px; gap: 16px; } .quem-home-service::after { left: 24px; } .quem-home-service-icon { width: 50px; height: 50px; } }

/* ----------------------------------------------------------------------------- MOBILE ----------------------------------------------------------------------------- */
@media screen and (max-width: 767px) { .quem-hero { min-height: auto; background-position: center center; background-size: cover; } .quem-hero-container { width: 100%; min-height: auto; padding: 80px 20px; } .quem-hero-content { max-width: 100%; padding: 55px 0; } .quem-hero-kicker { margin-bottom: 20px; } .quem-hero-actions { margin-top: 30px; } .quem-hero-button { width: 100%; max-width: 320px; } .quem-home-services { padding: 20px 20px 55px; } .quem-home-services-container { width: 100%; } .quem-home-services-grid { grid-template-columns: 1fr; gap: 12px; } .quem-home-service { min-height: 125px; padding: 22px; border-radius: 12px; } .quem-home-service::after { left: 22px; width: 50px; } }

/* ----------------------------------------------------------------------------- PETIT MOBILE ----------------------------------------------------------------------------- */
@media screen and (max-width: 480px) { .quem-hero-container { padding: 70px 15px; } .quem-hero-content { padding: 45px 0; } .quem-home-services { padding: 16px 15px 45px; } .quem-home-service { align-items: flex-start; } .quem-home-service-icon { width: 46px; height: 46px; } }

/* ----------------------------------------------------------------------------- ACCESSIBILITE ----------------------------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) { .quem-hero { animation: none; } .quem-hero-button, .quem-hero-button *, .quem-hero-button i { transition: none; } }

/* ----------------------------------------------------------------------------- PRÉSENTATION QUEMERAIS PLOMBERIE ----------------------------------------------------------------------------- */
/* --- BASE --- */
.quem-about p { margin: 0; }

/* --- SECTION --- */
.quem-about { position: relative; padding: 150px 30px 110px; overflow: hidden; background: #1B2A3A; }

.quem-about::before { content: ""; position: absolute; top: -180px; right: -180px; width: 430px; height: 430px; border: 1px solid rgba(89, 198, 241, 0.08); border-radius: 50%; pointer-events: none; }

.quem-about::after { content: ""; position: absolute; bottom: -220px; left: -180px; width: 480px; height: 480px; border: 1px solid rgba(240, 125, 0, 0.06); border-radius: 50%; pointer-events: none; }

/* --- GRAND TITRE DÉCORATIF --- */
.quem-about-background-title { position: absolute; top: 38px; left: 50%; z-index: 0; width: 100%; max-width: 1200px; display: flex; align-items: center; justify-content: center; color: #C9E8FC !important; opacity: 0.045; font-weight: 700; letter-spacing: 8px; text-align: center; text-transform: uppercase; white-space: nowrap; transform: translateX(-50%) scale(4.2); transform-origin: top center; pointer-events: none; user-select: none; }

.quem-about-background-title > * { margin: 0; color: #C9E8FC !important; }

/* --- CONTAINER --- */
.quem-about-container { position: relative; z-index: 2; width: 90%; max-width: 1250px; margin: 0 auto; display: grid; grid-template-columns: 0.82fr 1.18fr; align-items: center; gap: 85px; }

/* --- VISUEL --- */
.quem-about-visual { position: relative; display: flex; align-items: center; justify-content: center; }

.quem-about-image-wrap { position: relative; width: 100%; max-width: 430px; padding: 12px; }

.quem-about-image-wrap::before { content: ""; position: absolute; top: 0; left: 0; width: 42%; height: 42%; border-top: 2px solid #59c6f1; border-left: 2px solid #59c6f1; border-radius: 24px 0 0 0; }

.quem-about-image-wrap::after { content: ""; position: absolute; right: 0; bottom: 0; width: 42%; height: 42%; border-right: 2px solid #f07d00; border-bottom: 2px solid #f07d00; border-radius: 0 0 24px 0; }

.quem-about-image { position: relative; z-index: 2; display: block; width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center; border-radius: 16px; }

/* --- CONTENU --- */
.quem-about-content { position: relative; z-index: 2; width: 100%; max-width: 680px; }

/* --- SURTITRE --- */
.quem-about-kicker { position: relative; display: inline-flex; align-items: center; gap: 12px; margin-bottom: 20px; color: #C9E8FC !important; letter-spacing: 1.5px; text-transform: uppercase; }

.quem-about-kicker > * { margin: 0; color: #C9E8FC !important; }

.quem-about-kicker::before { content: ""; width: 34px; height: 2px; background: #59c6f1; }

/* --- TITRE --- */
.quem-about-title { margin-bottom: 25px; }

.quem-about-title > * { margin: 0; }

/* --- DESCRIPTION --- */
.quem-about-description { max-width: 620px; margin-bottom: 40px; opacity: 0.82; }

.quem-about-description > * { margin: 0; }

/* --- POINTS --- */
.quem-about-points { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px 38px; }

.quem-about-point { display: flex; align-items: flex-start; gap: 15px; }

/* --- COCHES --- */
.quem-about-point-icon { flex: 0 0 auto; width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(255, 255, 255, 0.55); border-radius: 50%; background: rgba(255, 255, 255, 0.06); color: #FFFFFF !important; }

.quem-about-point-icon i, .quem-about-point-icon svg { color: #FFFFFF !important; fill: #FFFFFF !important; }

/* --- CONTENU DES POINTS --- */
.quem-about-point-content { display: flex; flex-direction: column; gap: 5px; }

.quem-about-point-title { font-weight: 600; }

.quem-about-point-title > * { margin: 0; }

.quem-about-point-description { opacity: 0.68; }

.quem-about-point-description > * { margin: 0; }

/* --- TABLETTE --- */
@media (max-width: 991px) { .quem-about { padding: 125px 25px 85px; } .quem-about-background-title { top: 32px; max-width: 980px; letter-spacing: 6px; transform: translateX(-50%) scale(3.1); opacity: 0.04; } .quem-about-container { width: 94%; grid-template-columns: 0.85fr 1.15fr; gap: 50px; } .quem-about-image-wrap { max-width: 380px; } .quem-about-points { gap: 25px; } }

/* --- MOBILE --- */
@media (max-width: 767px) { .quem-about { padding: 110px 20px 70px; } .quem-about-background-title { top: 24px; max-width: 700px; letter-spacing: 4px; white-space: nowrap; transform: translateX(-50%) scale(2.1); opacity: 0.035; } .quem-about-container { width: 100%; grid-template-columns: 1fr; gap: 45px; } .quem-about-visual { order: 1; } .quem-about-content { order: 2; max-width: 100%; } .quem-about-image-wrap { max-width: 390px; } .quem-about-image { aspect-ratio: 4 / 5; } .quem-about-points { grid-template-columns: 1fr; gap: 22px; } .quem-about-description { margin-bottom: 32px; } }

/* --- PETIT MOBILE --- */
@media (max-width: 480px) { .quem-about { padding: 95px 15px 60px; } .quem-about-background-title { top: 20px; max-width: 360px; letter-spacing: 3px; white-space: normal; line-height: 1; transform: translateX(-50%) scale(1.45); opacity: 0.03; } .quem-about-container { gap: 38px; } .quem-about-image-wrap { max-width: 330px; padding: 8px; } .quem-about-image { border-radius: 13px; } .quem-about-kicker { margin-bottom: 16px; } .quem-about-title { margin-bottom: 20px; } .quem-about-point { gap: 13px; } }

/* ----------------------------------------------------------------------------- PRESTATIONS QUEMERAIS PLOMBERIE ----------------------------------------------------------------------------- */
/* --- BASE --- */
.quem-services p { margin: 0; }

/* --- SECTION --- */
.quem-services { position: relative; padding: 105px 30px 115px; overflow: hidden; background: linear-gradient(180deg, #111924 0%, #162230 45%, #182532 100%); }

.quem-services::before { content: ""; position: absolute; top: -180px; right: -180px; width: 420px; height: 420px; border: 1px solid rgba(89, 198, 241, 0.08); border-radius: 50%; pointer-events: none; }

.quem-services::after { content: ""; position: absolute; bottom: -200px; left: -180px; width: 450px; height: 450px; border: 1px solid rgba(240, 125, 0, 0.08); border-radius: 50%; pointer-events: none; }

/* --- CONTAINER --- */
.quem-services-container { position: relative; z-index: 2; width: 90%; max-width: 1320px; margin: 0 auto; }

/* --- INTRO --- */
.quem-services-heading { max-width: 760px; margin: 0 auto 60px; text-align: center; }

.quem-services-kicker { display: inline-flex; align-items: center; gap: 12px; margin-bottom: 16px; letter-spacing: 1.5px; text-transform: uppercase; }

.quem-services-kicker::before, .quem-services-kicker::after { content: ""; width: 28px; height: 1px; background: #f07d00; }

.quem-services-kicker > * { margin: 0; }

.quem-services-main-title { margin-bottom: 20px; }

.quem-services-main-title > * { margin: 0; }

.quem-services-intro { max-width: 680px; margin: 0 auto; opacity: 0.78; }

.quem-services-intro > * { margin: 0; }

/* --- GRILLE --- */
.quem-services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }

/* --- CARTE --- */
.quem-service-card { position: relative; min-height: 390px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; isolation: isolate; border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 20px; background-position: center; background-repeat: no-repeat; background-size: cover; text-decoration: none; transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease; }

/* --- OVERLAY UNIQUE --- */
.quem-service-card-overlay { position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(17, 25, 36, 0.38) 0%, rgba(17, 25, 36, 0.6) 48%, rgba(17, 25, 36, 0.96) 100%); transition: background 0.35s ease; }

/* --- TRAIT COULEUR --- */
.quem-service-card::before { content: ""; position: absolute; top: 0; left: 30px; z-index: 3; width: 48px; height: 3px; }

/* 01 - PLOMBERIE */
.quem-service-card:nth-child(1)::before { background: #59c6f1; }

/* 02 - CHAUFFAGE */
.quem-service-card:nth-child(2)::before { background: #f07d00; }

/* 03 - SALLE DE BAINS */
.quem-service-card:nth-child(3)::before { background: #59c6f1; }

/* 04 - GÉOTHERMIE & POMPE À CHALEUR */
.quem-service-card:nth-child(4)::before { background: #f07d00; }

/* 05 - CLIMATISATION */
.quem-service-card:nth-child(5)::before { background: #59c6f1; }

/* 06 - ENTRETIEN & DÉPANNAGE */
.quem-service-card:nth-child(6)::before { background: #97c11f; }

/* --- CONTENU --- */
.quem-service-card-content { padding: 34px 34px 95px; }

.quem-service-card-top { display: flex; flex-direction: column; gap: 10px; }

/* --- NUMÉRO --- */
.quem-service-number { display: block; color: #FFFFFF !important; opacity: 1; letter-spacing: 1px; }

/* --- TITRE --- */
.quem-service-title > * { margin: 0; }

/* --- LIGNE --- */
.quem-service-line { width: 100%; height: 1px; margin: 22px 0; background: rgba(255, 255, 255, 0.23); }

/* --- DESCRIPTION --- */
.quem-service-description { opacity: 0.82; }

.quem-service-description > * { margin: 0; }

/* --- FLÈCHE --- */
.quem-service-arrow { position: absolute; right: 24px; bottom: 24px; width: 52px; height: 52px; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(255, 255, 255, 0.48); border-radius: 50%; background: rgba(17, 25, 36, 0.32); color: #FFFFFF !important; backdrop-filter: blur(7px); -webkit-backdrop-filter: blur(7px); transition: transform 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease; }

.quem-service-arrow i { color: #FFFFFF !important; }

/* --- HOVER --- */
@media (hover: hover) { .quem-service-card:hover { transform: translateY(-8px); box-shadow: 0 22px 45px rgba(0, 0, 0, 0.25); } .quem-service-card:hover .quem-service-card-overlay { background: linear-gradient(180deg, rgba(17, 25, 36, 0.28) 0%, rgba(17, 25, 36, 0.52) 48%, rgba(17, 25, 36, 0.94) 100%); } .quem-service-card:hover .quem-service-arrow { transform: rotate(45deg); background: #FFFFFF; border-color: #FFFFFF; color: #111924 !important; } .quem-service-card:hover .quem-service-arrow i { color: #111924 !important; } .quem-service-card:nth-child(1):hover, .quem-service-card:nth-child(5):hover { border-color: #59c6f1; } .quem-service-card:nth-child(2):hover, .quem-service-card:nth-child(4):hover { border-color: #f07d00; } .quem-service-card:nth-child(3):hover { border-color: #c9e8fc; } .quem-service-card:nth-child(6):hover { border-color: #97c11f; } }

/* --- TABLETTE --- */
@media (max-width: 991px) { .quem-services { padding: 85px 25px 95px; } .quem-services-container { width: 94%; } .quem-services-heading { margin-bottom: 50px; } .quem-services-grid { grid-template-columns: repeat(2, 1fr); gap: 22px; } .quem-service-card { min-height: 360px; } }

/* --- MOBILE --- */
@media (max-width: 767px) { .quem-services { padding: 70px 20px 80px; } .quem-services-container { width: 100%; } .quem-services-heading { margin-bottom: 40px; } .quem-services-grid { grid-template-columns: 1fr; gap: 18px; } .quem-service-card { min-height: 340px; } .quem-service-card-content { padding: 30px 30px 85px; } .quem-service-arrow { right: 20px; bottom: 20px; width: 48px; height: 48px; } }

/* --- PETIT MOBILE --- */
@media (max-width: 480px) { .quem-services { padding: 60px 15px 70px; } .quem-services-kicker::before, .quem-services-kicker::after { width: 20px; } .quem-service-card { min-height: 320px; border-radius: 16px; } .quem-service-card-content { padding: 26px 25px 80px; } .quem-service-line { margin: 18px 0; } }

/* ----------------------------------------------------------------------------- ENGAGEMENTS QUEMERAIS PLOMBERIE ----------------------------------------------------------------------------- */
/* --- BASE --- */
.quem-engagements p { margin: 0; }

/* --- SECTION --- */
.quem-engagements { position: relative; padding: 185px 30px 115px; overflow: hidden; background: #1B2A3A; border-top: 1px solid rgba(201, 232, 252, 0.22); }

.quem-engagements::before { content: ""; position: absolute; top: -180px; right: -180px; width: 420px; height: 420px; border: 1px solid rgba(89, 198, 241, 0.12); border-radius: 50%; pointer-events: none; }

.quem-engagements::after { content: ""; position: absolute; bottom: -220px; left: -180px; width: 480px; height: 480px; border: 1px solid rgba(240, 125, 0, 0.09); border-radius: 50%; pointer-events: none; }

/* --- GRAND TITRE DÉCORATIF --- */
.quem-engagements-background { position: absolute; top: 48px; left: 0; z-index: 0; width: 100%; background: transparent !important; background-color: transparent !important; box-shadow: none !important; pointer-events: none; user-select: none; }

.quem-engagements-background-line { width: 100%; color: #C9E8FC !important; background: transparent !important; background-color: transparent !important; box-shadow: none !important; opacity: 0.06; font-weight: 700; letter-spacing: 5px; text-align: center; text-transform: uppercase; white-space: nowrap; line-height: 0.82; transform-origin: center center; }

.quem-engagements-background-line > * { margin: 0 !important; padding: 0 !important; color: #C9E8FC !important; background: transparent !important; background-color: transparent !important; border: none !important; box-shadow: none !important; font-weight: 700; line-height: 0.82; }

.quem-engagements-background-line-1 { margin-top: 30px; transform: scale(3.8); }

.quem-engagements-background-line-2 { margin-top: 30px; transform: scale(3.8); }

/* --- CONTAINER --- */
.quem-engagements-container { position: relative; z-index: 2; width: 90%; max-width: 1320px; margin: 0 auto; }

/* --- EN-TÊTE --- */
.quem-engagements-heading { max-width: 760px; margin: 0 auto 60px; text-align: center; }

/* --- SURTITRE --- */
.quem-engagements-kicker { display: inline-flex; align-items: center; gap: 12px; margin-bottom: 16px; color: #97C11F !important; letter-spacing: 1.5px; text-transform: uppercase; }

.quem-engagements-kicker > * { margin: 0; color: #97C11F !important; }

.quem-engagements-kicker::before, .quem-engagements-kicker::after { content: ""; width: 28px; height: 1px; background: #97C11F; }

/* --- TITRE --- */
.quem-engagements-title { margin-bottom: 20px; }

.quem-engagements-title > * { margin: 0; }

/* --- DESCRIPTION --- */
.quem-engagements-intro { max-width: 680px; margin: 0 auto; opacity: 0.84; }

.quem-engagements-intro > * { margin: 0; }

/* --- GRILLE --- */
.quem-engagements-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }

/* --- CARTE --- */
.quem-engagement-card { position: relative; min-height: 390px; padding: 28px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; isolation: isolate; border: 1px solid rgba(255, 255, 255, 0.22); border-radius: 20px; background: rgba(255, 255, 255, 0.105); background-image: none !important; box-shadow: 0 18px 40px rgba(11, 24, 36, 0.13), 0 1px 0 rgba(255, 255, 255, 0.06) inset; backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }

/* --- TRAIT COULEUR --- */
.quem-engagement-card::before { content: ""; position: absolute; top: 0; left: 28px; z-index: 3; width: 48px; height: 3px; }

.quem-engagement-card-blue::before { background: #59C6F1; }

.quem-engagement-card-orange::before { background: #F07D00; }

.quem-engagement-card-green::before { background: #97C11F; }

.quem-engagement-card-lightblue::before { background: #C9E8FC; }

/* --- HAUT DE CARTE --- */
.quem-engagement-card-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }

/* --- ICÔNE --- */
.quem-engagement-icon { width: 58px; height: 58px; padding: 12px; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(255, 255, 255, 0.38); border-radius: 50%; background: rgba(255, 255, 255, 0.12); box-shadow: 0 8px 20px rgba(11, 24, 36, 0.1); }

.quem-engagement-icon img { display: block; width: 100%; height: 100%; object-fit: contain; }

/* --- NUMÉRO --- */
.quem-engagement-number { color: #FFFFFF !important; letter-spacing: 1px; opacity: 0.95; }

/* --- CONTENU --- */
.quem-engagement-content { position: relative; }

.quem-engagement-card-title { margin-bottom: 14px; }

.quem-engagement-card-title > * { margin: 0; }

.quem-engagement-card-description { opacity: 0.84; }

.quem-engagement-card-description > * { margin: 0; }

/* ----------------------------------------------------------------------------- TABLETTE ----------------------------------------------------------------------------- */
@media screen and (max-width: 991px) { .quem-engagements { padding: 155px 25px 95px; } .quem-engagements-background { top: 42px; } .quem-engagements-background-line-1, .quem-engagements-background-line-2 { margin-top: 24px; transform: scale(2.8); } .quem-engagements-background-line-2 { margin-top: 24px; } .quem-engagements-container { width: 94%; } .quem-engagements-heading { margin-bottom: 50px; } .quem-engagements-grid { grid-template-columns: repeat(2, 1fr); } .quem-engagement-card { min-height: 350px; } }

/* ----------------------------------------------------------------------------- MOBILE ----------------------------------------------------------------------------- */
@media screen and (max-width: 767px) { .quem-engagements { padding: 130px 20px 80px; } .quem-engagements-background { top: 36px; } .quem-engagements-background-line { letter-spacing: 3px; } .quem-engagements-background-line-1, .quem-engagements-background-line-2 { margin-top: 20px; transform: scale(1.8); } .quem-engagements-background-line-2 { margin-top: 20px; } .quem-engagements-container { width: 100%; } .quem-engagements-heading { margin-bottom: 40px; } .quem-engagements-grid { grid-template-columns: 1fr; gap: 18px; } .quem-engagement-card { min-height: 320px; padding: 26px; } .quem-engagement-icon { width: 54px; height: 54px; } }

/* ----------------------------------------------------------------------------- PETIT MOBILE ----------------------------------------------------------------------------- */
@media screen and (max-width: 480px) { .quem-engagements { padding: 115px 15px 70px; } .quem-engagements-background { top: 30px; } .quem-engagements-background-line { white-space: normal; line-height: 0.88; letter-spacing: 2px; } .quem-engagements-background-line-1, .quem-engagements-background-line-2 { transform: scale(1.25); } .quem-engagements-background-line-2 { margin-top: 8px; } .quem-engagements-kicker::before, .quem-engagements-kicker::after { width: 20px; } .quem-engagement-card { min-height: 290px; border-radius: 16px; } .quem-engagement-icon { width: 50px; height: 50px; padding: 10px; } }

/* ----------------------------------------------------------------------------- GALERIE INFINIE QUEMERAIS PLOMBERIE ----------------------------------------------------------------------------- */
/* --- BASE --- */
.infinite-gallery-section, .infinite-gallery-section * { box-sizing: border-box; }

.infinite-gallery-section p { margin: 0; }

/* --- SECTION --- */
.infinite-gallery-section { position: relative; width: 100%; padding: 120px 0; overflow: hidden; }

/* --- EN-TÊTE --- */
.infinite-gallery-heading { width: 90%; max-width: 1200px; margin: 0 auto 55px; text-align: center; }

/* --- TITRE --- */
.infinite-gallery-title-wrap { display: flex; align-items: center; justify-content: center; gap: 22px; }

.infinite-gallery-title-wrap::before, .infinite-gallery-title-wrap::after { content: ""; width: 55px; height: 2px; flex: 0 0 auto; background: #59c6f1; }

.infinite-gallery-title > * { margin: 0; }

/* --- GALERIE --- */
.infinite-gallery { position: relative; width: 100%; overflow: hidden; }

.gallery-track { display: flex; gap: 20px; width: max-content; animation: scrollGallery 60s linear infinite; }

/* --- IMAGE --- */
.gallery-item { flex: 0 0 auto; overflow: hidden; border-radius: 14px; }

.gallery-item a { display: block; }

.gallery-item img { display: block; max-height: 400px; aspect-ratio: 1 / 1; object-fit: cover; transition: transform 0.4s ease; }

/* --- ANIMATION --- */
@keyframes scrollGallery { from { transform: translateX(0); }
  to { transform: translateX(-50%); } }

.gallery-track:hover { animation-play-state: paused; }

@media (hover: hover) { .gallery-item a:hover img { transform: scale(1.04); } }

/* --- BOUTON --- */
.infinite-gallery-actions { width: 90%; max-width: 1200px; margin: 55px auto 0; display: flex; justify-content: center; }

.infinite-gallery-button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 52px; padding: 12px 30px; border: 2px solid #FFFFFF; border-radius: 999px; background: transparent; color: #FFFFFF !important; text-decoration: none; box-shadow: 0 0 0 rgba(255, 255, 255, 0); transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease; }

.infinite-gallery-button * { margin: 0; color: #FFFFFF !important; }

.infinite-gallery-button i { color: #FFFFFF !important; transition: transform 0.3s ease, color 0.3s ease; }

/* --- HOVER BOUTON --- */
@media (hover: hover) { .infinite-gallery-button:hover { background: #FFFFFF; border-color: #FFFFFF; color: #111924 !important; transform: translateY(-4px); box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18); } .infinite-gallery-button:hover * { color: #111924 !important; } .infinite-gallery-button:hover i { color: #111924 !important; transform: translateX(5px); } }

/* --- FOCUS --- */
.infinite-gallery-button:focus-visible { outline: 2px solid #FFFFFF; outline-offset: 4px; }

/* --- TABLETTE --- */
@media screen and (max-width: 991px) { .infinite-gallery-section { padding: 90px 0; } .infinite-gallery-heading { margin-bottom: 45px; } .gallery-item img { max-height: 350px; } }

/* --- MOBILE --- */
@media screen and (max-width: 767px) { .infinite-gallery-section { padding: 70px 20px; overflow: visible; } .infinite-gallery-heading { width: 100%; margin-bottom: 35px; } .infinite-gallery-title-wrap { gap: 14px; } .infinite-gallery-title-wrap::before, .infinite-gallery-title-wrap::after { width: 32px; } .infinite-gallery { overflow: visible; } .gallery-track { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; width: 100%; animation: none; transform: none; } .gallery-track:hover { animation-play-state: initial; } .gallery-item { width: 100%; border-radius: 10px; } .gallery-item a { display: block; width: 100%; } .gallery-item img { width: 100%; max-height: none; aspect-ratio: 1 / 1; object-fit: cover; } .infinite-gallery-actions { width: 100%; margin-top: 40px; } }

/* --- PETIT MOBILE --- */
@media screen and (max-width: 480px) { .infinite-gallery-section { padding: 60px 15px; } .infinite-gallery-title-wrap { gap: 10px; } .infinite-gallery-title-wrap::before, .infinite-gallery-title-wrap::after { width: 22px; } .gallery-track { gap: 10px; } .infinite-gallery-button { width: 100%; max-width: 320px; } }

/* --- LIGHTBOX --- */
.lightbox { position: fixed; inset: 0; z-index: 9999; padding: 40px; display: flex; align-items: center; justify-content: center; background: rgba(0, 0, 0, 0.9); opacity: 0; pointer-events: none; transition: opacity 0.3s ease; }

.lightbox.active { opacity: 1; pointer-events: auto; }

.lightbox-image { max-width: 90vw; max-height: 90vh; object-fit: contain; }

.lightbox-close { position: absolute; top: 20px; right: 25px; border: none; background: transparent; color: #FFFFFF; cursor: pointer; line-height: 1; }

/* --- LIGHTBOX MOBILE --- */
@media screen and (max-width: 767px) { .lightbox { padding: 20px; } .lightbox-close { top: 12px; right: 16px; } }

/* ----------------------------------------------------------------------------- CTA QUEMERAIS PLOMBERIE ----------------------------------------------------------------------------- */
/* --- SECTION --- */
.cta_banner { position: relative; overflow: hidden; padding: 95px 30px !important; }

/* --- DÉCORATIONS --- */
.cta_banner::before { content: ""; position: absolute; top: 0; left: 50%; width: 90px; height: 3px; background: #59c6f1; transform: translateX(-100%); }

.cta_banner::after { content: ""; position: absolute; top: 0; left: 50%; width: 90px; height: 3px; background: #f07d00; }

/* --- CONTENU --- */
.cta_banner .content { width: 94%; max-width: 1100px; margin: 0 auto; }

/* --- TEXTES --- */
.cta_banner .ctaLinks-title { margin: 0 !important; }

.cta_banner .ctaLinks-title h2 { margin: 0 0 12px !important; }

.cta_banner .ctaLinks-title h3 { margin: 0 0 18px !important; }

.cta_banner .ctaLinks-title p { width: 100%; max-width: none; margin: 0 auto !important; white-space: nowrap; text-align: center; opacity: 0.82; }

/* --- SUPPRESSION DES MARGES DES P --- */
.cta_banner p, .cta_banner .button_homepageDoubleScreen p { margin: 0 !important; }

/* --- BOUTON --- */
.cta_banner .button_homepageDoubleScreen { min-height: 54px; margin: 34px 0 0 !important; padding: 13px 30px !important; display: inline-flex; align-items: center; justify-content: center; border: 2px solid #FFFFFF; border-radius: 999px; background: transparent; text-decoration: none; box-shadow: none; transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease; }

.cta_banner .button_homepageDoubleScreen p { color: #FFFFFF !important; transition: color 0.3s ease; }

/* --- HOVER BOUTON --- */
@media (hover: hover) { .cta_banner .button_homepageDoubleScreen:hover { background: #FFFFFF; border-color: #FFFFFF; color: #111924 !important; transform: translateY(-4px); box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2); } .cta_banner .button_homepageDoubleScreen:hover p { color: #111924 !important; } }

/* --- FOCUS --- */
.cta_banner .button_homepageDoubleScreen:focus-visible { outline: 2px solid #C9E8FC; outline-offset: 4px; }

/* --- TABLETTE --- */
@media screen and (max-width: 991px) { .cta_banner { padding: 80px 25px !important; } .cta_banner .content { width: 100%; max-width: 100%; } }

/* --- MOBILE --- */
@media screen and (max-width: 767px) { .cta_banner { padding: 70px 20px !important; } .cta_banner .content { width: 100%; } .cta_banner::before, .cta_banner::after { width: 60px; } .cta_banner .button_homepageDoubleScreen { margin-top: 28px !important; } }

/* --- PETIT MOBILE --- */
@media screen and (max-width: 480px) { .cta_banner { padding: 60px 15px !important; } .cta_banner .button_homepageDoubleScreen { width: 100%; max-width: 320px; } }

/* ----------------------------------------------------------------------------- AVIS GOOGLE QUEMERAIS PLOMBERIE ----------------------------------------------------------------------------- */
/* --- TOUTES LES CARTES DU BLOC --- */
.googleReviews-div .card { /*background: rgba(255, 255, 255, 0.82) !important;*/ border: 1px solid rgba(255, 255, 255, 0.28) !important; backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); box-shadow: 0 12px 30px rgba(17, 25, 36, 0.12) !important; }

/* --- CARTE PRINCIPALE ENTREPRISE / NOTE GLOBALE --- */
.googleReviews-div > .container > .card { /*background: rgba(255, 255, 255, 0.78) !important;*/ border: 1px solid rgba(255, 255, 255, 0.32) !important; backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }

/* --- CARTES DES AVIS --- */
/*.googleReviews-div #google-reviews-widget .card { background: rgba(255, 255, 255, 0.76) !important; }*/
/* --- SUPPRESSION MARGE PARAGRAPHES --- */
.googleReviews-div .card p { margin: 0 !important; }

/* --- BOUTON VOIR LA FICHE --- */
.googleReviews-div #maps-url { border: 2px solid #FFFFFF; border-radius: 999px; background: transparent; text-decoration: none; transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, transform 0.3s ease; }

.googleReviews-div #maps-url:hover { background: #FFFFFF; border-color: #FFFFFF; color: #111924 !important; transform: translateY(-3px); }

.googleReviews-div #maps-url:hover * { color: #111924 !important; }

/* ----------------------------------------------------------------------------- BULLE FLOTTANTE QUEMERAIS PLOMBERIE ----------------------------------------------------------------------------- */
/* --- POSITION --- */
#bulle-container { right: 25px !important; bottom: 25px !important; }

/* --- BULLE --- */
#bulle-container .bulle-link { position: relative; width: 110px !important; height: 110px !important; padding: 12px; overflow: visible !important; border: 2px solid #FFFFFF !important; border-radius: 50% !important; background: rgba(17, 25, 36, 0.1) !important; backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); box-shadow: 0 8px 25px rgba(17, 25, 36, 0.18); transition: transform 0.35s ease, background-color 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease; }

/* --- HALO DÉCORATIF --- */
#bulle-container .bulle-link::before { content: ""; position: absolute; inset: -7px; z-index: -1; border-radius: 50%; border-top: 2px solid transparent; border-right: 2px solid transparent; border-bottom: 2px solid transparent; border-left: 2px solid transparent; opacity: 0; transform: rotate(0deg) scale(0.92); transition: opacity 0.35s ease, transform 0.35s ease; }

/* --- IMAGE --- */
#bulle-container .bulle-image { position: relative; z-index: 2; object-fit: contain; display: block; transition: transform 0.4s ease; }

/* --- HOVER --- */
@media (hover: hover) { #bulle-container .bulle-link:hover { transform: translateY(-6px) scale(1.05); background: rgba(17, 25, 36, 0.34) !important; border-color: #FFFFFF !important; box-shadow: -10px 0 24px rgba(89, 198, 241, 0.3), 10px 0 24px rgba(240, 125, 0, 0.28), 0 14px 32px rgba(17, 25, 36, 0.28); } #bulle-container .bulle-link:hover::before { opacity: 1; transform: rotate(180deg) scale(1); border-top-color: #59c6f1; border-right-color: #59c6f1; border-bottom-color: #f07d00; border-left-color: #f07d00; } #bulle-container .bulle-link:hover .bulle-image { animation: quemBulleIcon 0.7s ease; } }

/* --- ANIMATION ICÔNE --- */
@keyframes quemBulleIcon { 0% { transform: rotate(0deg) scale(1); }
  30% { transform: rotate(-5deg) scale(1.04); }
  60% { transform: rotate(5deg) scale(1.04); }
  100% { transform: rotate(0deg) scale(1); } }

/* --- TABLETTE --- */
@media (max-width: 900px) { #bulle-container { right: 20px !important; bottom: 20px !important; } #bulle-container .bulle-link { width: 90px !important; height: 90px !important; padding: 10px; } }

/* --- MOBILE --- */
@media (max-width: 600px) { #bulle-container { right: 15px !important; bottom: 15px !important; } #bulle-container .bulle-link { width: 75px !important; height: 75px !important; padding: 8px; } #bulle-container .bulle-link::before { inset: -5px; } }

/* --- ACCESSIBILITÉ --- */
@media (prefers-reduced-motion: reduce) { #bulle-container .bulle-link, #bulle-container .bulle-link::before, #bulle-container .bulle-image { transition: none; animation: none !important; } }

/* ------------------------------------------------------------------ PAGE SECONDAIRES ----------------------------------------------------------------- */
/* ----------------------------------------------------------------------------- HERO PAGE INTERNE QUEMERAIS PLOMBERIE ----------------------------------------------------------------------------- */
/* --- HAUTEUR DU HERO --- */
#secondaires { height: 0; }

#secondaires + style + #fullHeight { height: 85vh; min-height: unset !important; }

.spacer { display: none; }

/* --- BASE DU SLIDER --- */
#fullHeight { position: relative; overflow: hidden; border-bottom: 1px solid rgba(201, 232, 252, 0.28); }

.carousel-inner-homepage { height: 100% !important; }

.carousel-item-homepage { height: 100% !important; }

/* --- IMAGE PLEINE HAUTEUR --- */
.carousel-item-homepage img, .first-carousel-img, .second-carousel-img { width: 100% !important; height: 100% !important; object-fit: cover !important; object-position: center !important; transform: none !important; transition: none !important; box-shadow: none !important; filter: none !important; opacity: 1 !important; }

/* --- FILTRE SOMBRE --- */
#fullHeight::after { content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 2; pointer-events: none; background: linear-gradient(180deg, rgba(17, 25, 36, 0.42) 0%, rgba(17, 25, 36, 0.52) 55%, rgba(17, 25, 36, 0.72) 100%); }

/* --- CONTENU --- */
.bloc-slider-homepage { z-index: 3 !important; }

/* --- LARGEUR DU BLOC TEXTE --- */
.titleText { width: 90% !important; max-width: 780px !important; margin-left: auto !important; margin-right: auto !important; }

/* --- ESPACEMENT DES LETTRES --- */
.titleText, .titleText h1, .titleText h2, .titleText h3, .titleText p, .titleText span { letter-spacing: 0 !important; }

/* --- ESPACEMENT ENTRE LES LIGNES DE LA DESCRIPTION --- */
#fullHeight > div > div.bloc-slider-homepage.text-center > div.titleText.text-white.text-center.fs-2.mb-4.mt-lg-5.titles > p, #fullHeight > div > div.bloc-slider-homepage.text-center > div.titleText.text-white.text-center.fs-2.mb-4.mt-lg-5.titles > p > span { line-height: 1.05 !important; }

/* --- MARGES DU PARAGRAPHE --- */
#fullHeight > div > div.bloc-slider-homepage.text-center > div.titleText.text-white.text-center.fs-2.mb-4.mt-lg-5.titles > p { margin-bottom: 0 !important; }

/* --- LOGO --- */
.sliderLogoContainer { margin-bottom: 5px !important; }

.sliderLogoContainer .fondDegradeLogo { width: 250px !important; max-width: 250px !important; height: auto !important; object-fit: contain; }

/* --- RAPPROCHEMENT LOGO / TITRES --- */
.titleText { margin-top: 5px !important; }

/* --- SCROLL --- */
.lottie-scroll { z-index: 4 !important; }

/* --- TABLETTE --- */
@media screen and (max-width: 991px) { #secondaires + style + #fullHeight { height: 80vh; } .titleText { width: 88% !important; max-width: 700px !important; } .sliderLogoContainer .fondDegradeLogo { width: 210px !important; max-width: 210px !important; } .sliderLogoContainer { margin-bottom: 4px !important; } .titleText { margin-top: 4px !important; } }

/* --- MOBILE --- */
@media screen and (max-width: 767px) { #secondaires + style + #fullHeight { height: 75vh; } .titleText { width: 92% !important; max-width: 100% !important; } #fullHeight > div > div.bloc-slider-homepage.text-center > div.titleText.text-white.text-center.fs-2.mb-4.mt-lg-5.titles > p, #fullHeight > div > div.bloc-slider-homepage.text-center > div.titleText.text-white.text-center.fs-2.mb-4.mt-lg-5.titles > p > span { line-height: 1.1 !important; } .sliderLogoContainer .fondDegradeLogo { width: 180px !important; max-width: 180px !important; } .carousel-item-homepage img, .first-carousel-img, .second-carousel-img { object-position: center !important; } }

/* --- PETIT MOBILE --- */
@media screen and (max-width: 480px) { .sliderLogoContainer .fondDegradeLogo { width: 165px !important; max-width: 165px !important; } }

/* ----------------------------------------------------------------------------- INSTALLATION & RÉNOVATION ----------------------------------------------------------------------------- */
.quem-plomberie-install { position: relative; width: 100%; padding: 110px 30px; overflow: hidden; background: #1B2A3A; }

.quem-plomberie-install *, .quem-plomberie-install *::before, .quem-plomberie-install *::after { box-sizing: border-box; }

/* --- DÉCORATION DE FOND --- */
.quem-plomberie-install::before { content: ""; position: absolute; top: -260px; right: -220px; width: 520px; height: 520px; border-radius: 50%; background: rgba(89, 198, 241, 0.05); pointer-events: none; }

.quem-plomberie-install::after { content: ""; position: absolute; bottom: -300px; left: -250px; width: 520px; height: 520px; border-radius: 50%; border: 1px solid rgba(201, 232, 252, 0.05); pointer-events: none; }

/* --- CONTAINER --- */
.quem-plomberie-install-container { position: relative; z-index: 1; width: 92%; max-width: 1320px; margin: 0 auto; }

/* --- INTRODUCTION --- */
.quem-plomberie-install-header { width: 100%; max-width: 820px; margin: 0 auto 65px; text-align: center; }

.quem-plomberie-install-kicker { display: inline-flex; align-items: center; justify-content: center; gap: 14px; margin-bottom: 18px; letter-spacing: 1.5px; text-transform: uppercase; }

.quem-plomberie-install-kicker::before, .quem-plomberie-install-kicker::after { content: ""; width: 38px; height: 1px; background: #59C6F1; }

.quem-plomberie-install-title { margin-bottom: 22px; }

.quem-plomberie-install-title > *, .quem-plomberie-install-description > * { margin: 0; }

.quem-plomberie-install-description { max-width: 760px; margin: 0 auto; opacity: 0.82; line-height: 1.5; }

/* --- CARTES --- */
.quem-plomberie-install-grid { width: 100%; display: flex; flex-wrap: wrap; justify-content: center; gap: 22px; }

.quem-plomberie-install-card { position: relative; flex: 0 0 calc(33.333% - 15px); max-width: calc(33.333% - 15px); min-height: 280px; padding: 32px; overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 16px; background: linear-gradient(145deg, rgba(89, 198, 241, 0.055) 0%, rgba(255, 255, 255, 0.025) 55%, rgba(255, 255, 255, 0.012) 100%); box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }

.quem-plomberie-install-card::before { content: ""; position: absolute; top: 0; left: 32px; width: 55px; height: 2px; background: #59C6F1; }

.quem-plomberie-install-card::after { content: ""; position: absolute; right: -70px; bottom: -70px; width: 160px; height: 160px; border-radius: 50%; border: 1px solid rgba(89, 198, 241, 0.07); pointer-events: none; }

/* --- HAUT DE CARTE --- */
.quem-plomberie-install-card-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 30px; }

/* --- ICÔNE --- */
.quem-plomberie-install-icon { width: 58px; height: 58px; padding: 12px; display: flex; align-items: center; justify-content: center; flex: 0 0 auto; border: 1px solid rgba(89, 198, 241, 0.3); border-radius: 50%; background: rgba(89, 198, 241, 0.07); }

.quem-plomberie-install-icon img { width: 100%; height: 100%; display: block; object-fit: contain; }

/* --- NUMÉRO --- */
.quem-plomberie-install-number { color: #C9E8FC; opacity: 0.18; }

/* --- CONTENU --- */
.quem-plomberie-install-card-title { margin-bottom: 14px; }

.quem-plomberie-install-card-title > *, .quem-plomberie-install-card-description > * { margin: 0; }

.quem-plomberie-install-card-description { opacity: 0.72; line-height: 1.5; }

/* ----------------------------------------------------------------------------- TABLETTE ----------------------------------------------------------------------------- */
@media screen and (max-width: 991px) { .quem-plomberie-install { padding: 90px 25px; } .quem-plomberie-install-container { width: 94%; } .quem-plomberie-install-header { margin-bottom: 55px; } .quem-plomberie-install-card { flex: 0 0 calc(50% - 11px); max-width: calc(50% - 11px); min-height: 260px; padding: 28px; } .quem-plomberie-install-card::before { left: 28px; } }

/* ----------------------------------------------------------------------------- MOBILE ----------------------------------------------------------------------------- */
@media screen and (max-width: 767px) { .quem-plomberie-install { padding: 75px 20px; } .quem-plomberie-install-container { width: 100%; } .quem-plomberie-install-header { margin-bottom: 45px; } .quem-plomberie-install-kicker { gap: 10px; } .quem-plomberie-install-kicker::before, .quem-plomberie-install-kicker::after { width: 25px; } .quem-plomberie-install-grid { gap: 16px; } .quem-plomberie-install-card { flex: 0 0 100%; max-width: 100%; min-height: auto; padding: 27px; } .quem-plomberie-install-card::before { left: 27px; } .quem-plomberie-install-card-top { margin-bottom: 24px; } }

/* ----------------------------------------------------------------------------- PETIT MOBILE ----------------------------------------------------------------------------- */
@media screen and (max-width: 480px) { .quem-plomberie-install { padding: 65px 15px; } .quem-plomberie-install-card { padding: 24px; border-radius: 14px; } .quem-plomberie-install-card::before { left: 24px; width: 45px; } .quem-plomberie-install-icon { width: 52px; height: 52px; padding: 11px; } }

/* ----------------------------------------------------------------------------- EQUIPEMENTS DE PLOMBERIE ----------------------------------------------------------------------------- */
.quem-plomberie-equipements { position: relative; width: 100%; padding: 110px 30px; overflow: hidden; background: #1B2A3A; }

.quem-plomberie-equipements *, .quem-plomberie-equipements *::before, .quem-plomberie-equipements *::after { box-sizing: border-box; }

.quem-plomberie-equipements p { margin: 0; }

/* --- DECORATIONS DE FOND --- */
.quem-plomberie-equipements::before { content: ""; position: absolute; top: -240px; left: -220px; width: 480px; height: 480px; border-radius: 50%; border: 1px solid rgba(89, 198, 241, 0.07); pointer-events: none; }

.quem-plomberie-equipements::after { content: ""; position: absolute; right: -220px; bottom: -240px; width: 500px; height: 500px; border-radius: 50%; background: rgba(201, 232, 252, 0.025); pointer-events: none; }

/* --- CONTAINER --- */
.quem-plomberie-equipements-container { position: relative; z-index: 1; width: 92%; max-width: 1320px; margin: 0 auto; }

/* --- INTRODUCTION --- */
.quem-plomberie-equipements-header { width: 100%; max-width: 820px; margin: 0 auto 65px; text-align: center; }

.quem-plomberie-equipements-kicker { display: inline-flex; align-items: center; justify-content: center; gap: 14px; margin-bottom: 18px; letter-spacing: 1.5px; text-transform: uppercase; }

.quem-plomberie-equipements-kicker::before, .quem-plomberie-equipements-kicker::after { content: ""; width: 38px; height: 1px; background: #59C6F1; }

.quem-plomberie-equipements-title { margin-bottom: 22px; }

.quem-plomberie-equipements-title > *, .quem-plomberie-equipements-description > * { margin: 0; }

.quem-plomberie-equipements-description { max-width: 760px; margin: 0 auto; opacity: 0.82; line-height: 1.5; }

/* --- GRILLE --- */
.quem-plomberie-equipements-grid { width: 100%; display: flex; flex-wrap: wrap; justify-content: center; gap: 22px; }

/* --- CARTE --- */
.quem-plomberie-equipements-card { position: relative; flex: 0 0 calc(33.333% - 15px); max-width: calc(33.333% - 15px); min-height: 390px; padding: 0; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; border-radius: 18px; border: 1px solid rgba(255, 255, 255, 0.3); background-position: center center; background-repeat: no-repeat; background-size: cover; box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.04) inset, 0 18px 42px rgba(0, 0, 0, 0.24); }

/* --- OVERLAY --- */
.quem-plomberie-equipements-card-overlay { position: absolute; inset: 0; z-index: 0; background: linear-gradient(180deg, rgba(17, 25, 36, 0.1) 0%, rgba(17, 25, 36, 0.2) 28%, rgba(17, 25, 36, 0.54) 62%, rgba(17, 25, 36, 0.92) 100%); }

/* --- NUMERO --- */
.quem-plomberie-equipements-card-number { position: absolute; top: 18px; left: 18px; z-index: 2; min-width: 58px; min-height: 58px; padding: 10px; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(201, 232, 252, 0.58); border-radius: 999px; background: rgba(17, 25, 36, 0.46); color: #FFFFFF; backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.16); }

/* --- CONTENU --- */
.quem-plomberie-equipements-card-content { position: relative; z-index: 1; width: calc(100% - 28px); margin: 0 14px 14px; padding: 26px 26px 24px; border: 1px solid rgba(255, 255, 255, 0.15); border-radius: 18px; background: rgba(17, 25, 36, 0.72); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(255, 255, 255, 0.02) inset; }

.quem-plomberie-equipements-card-title { margin-bottom: 12px; }

.quem-plomberie-equipements-card-title > *, .quem-plomberie-equipements-card-description > * { margin: 0; }

.quem-plomberie-equipements-card-description { opacity: 0.88; line-height: 1.42; }

/* ----------------------------------------------------------------------------- TABLETTE ----------------------------------------------------------------------------- */
@media screen and (max-width: 991px) { .quem-plomberie-equipements { padding: 90px 25px; } .quem-plomberie-equipements-container { width: 94%; } .quem-plomberie-equipements-header { margin-bottom: 55px; } .quem-plomberie-equipements-card { flex: 0 0 calc(50% - 11px); max-width: calc(50% - 11px); min-height: 360px; } .quem-plomberie-equipements-card-content { width: calc(100% - 24px); margin: 0 12px 12px; padding: 24px 22px 22px; } .quem-plomberie-equipements-card-number { top: 16px; left: 16px; min-width: 54px; min-height: 54px; } }

/* ----------------------------------------------------------------------------- MOBILE ----------------------------------------------------------------------------- */
@media screen and (max-width: 767px) { .quem-plomberie-equipements { padding: 75px 20px; } .quem-plomberie-equipements-container { width: 100%; } .quem-plomberie-equipements-header { margin-bottom: 45px; } .quem-plomberie-equipements-kicker { gap: 10px; } .quem-plomberie-equipements-kicker::before, .quem-plomberie-equipements-kicker::after { width: 25px; } .quem-plomberie-equipements-grid { gap: 16px; } .quem-plomberie-equipements-card { flex: 0 0 100%; max-width: 100%; min-height: 330px; } .quem-plomberie-equipements-card-content { width: calc(100% - 20px); margin: 0 10px 10px; padding: 20px 18px 18px; border-radius: 16px; } .quem-plomberie-equipements-card-number { top: 14px; left: 14px; min-width: 50px; min-height: 50px; } }

/* ----------------------------------------------------------------------------- PETIT MOBILE ----------------------------------------------------------------------------- */
@media screen and (max-width: 480px) { .quem-plomberie-equipements { padding: 65px 15px; } .quem-plomberie-equipements-card { min-height: 300px; border-radius: 16px; } .quem-plomberie-equipements-card-content { width: calc(100% - 16px); margin: 0 8px 8px; padding: 18px 16px 16px; border-radius: 14px; } .quem-plomberie-equipements-card-number { top: 12px; left: 12px; min-width: 46px; min-height: 46px; } }

/* ----------------------------------------------------------------------------- INSTALLATION & RÉNOVATION - CHAUFFAGE ----------------------------------------------------------------------------- */
.quem-chauffage-install { position: relative; width: 100%; padding: 110px 30px; overflow: hidden; background: #1B2A3A; }

.quem-chauffage-install *, .quem-chauffage-install *::before, .quem-chauffage-install *::after { box-sizing: border-box; }

.quem-chauffage-install p { margin: 0; }

/* --- DÉCORATIONS DE FOND --- */
.quem-chauffage-install::before { content: ""; position: absolute; top: -260px; right: -220px; width: 520px; height: 520px; border-radius: 50%; background: rgba(240, 125, 0, 0.055); pointer-events: none; }

.quem-chauffage-install::after { content: ""; position: absolute; bottom: -300px; left: -250px; width: 520px; height: 520px; border-radius: 50%; border: 1px solid rgba(240, 125, 0, 0.07); pointer-events: none; }

/* --- CONTAINER --- */
.quem-chauffage-install-container { position: relative; z-index: 1; width: 92%; max-width: 1320px; margin: 0 auto; }

/* --- INTRODUCTION --- */
.quem-chauffage-install-header { width: 100%; max-width: 820px; margin: 0 auto 65px; text-align: center; }

.quem-chauffage-install-kicker { display: inline-flex; align-items: center; justify-content: center; gap: 14px; margin-bottom: 18px; letter-spacing: 1.5px; text-transform: uppercase; }

.quem-chauffage-install-kicker::before, .quem-chauffage-install-kicker::after { content: ""; width: 38px; height: 1px; background: #F07D00; }

.quem-chauffage-install-title { margin-bottom: 22px; }

.quem-chauffage-install-title > *, .quem-chauffage-install-description > * { margin: 0; }

.quem-chauffage-install-description { max-width: 760px; margin: 0 auto; opacity: 0.82; line-height: 1.5; }

/* --- CARTES --- */
.quem-chauffage-install-grid { width: 100%; display: flex; flex-wrap: wrap; justify-content: center; gap: 22px; }

.quem-chauffage-install-card { position: relative; flex: 0 0 calc(33.333% - 15px); max-width: calc(33.333% - 15px); min-height: 280px; padding: 32px; overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 16px; background: linear-gradient(145deg, rgba(240, 125, 0, 0.055) 0%, rgba(255, 255, 255, 0.025) 55%, rgba(255, 255, 255, 0.012) 100%); box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }

.quem-chauffage-install-card::before { content: ""; position: absolute; top: 0; left: 32px; width: 55px; height: 2px; background: #F07D00; }

.quem-chauffage-install-card::after { content: ""; position: absolute; right: -70px; bottom: -70px; width: 160px; height: 160px; border-radius: 50%; border: 1px solid rgba(240, 125, 0, 0.08); pointer-events: none; }

/* --- HAUT DE CARTE --- */
.quem-chauffage-install-card-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 30px; }

/* --- ICÔNES --- */
.quem-chauffage-install-icon { width: 58px; height: 58px; padding: 12px; display: flex; align-items: center; justify-content: center; flex: 0 0 auto; border: 1px solid rgba(240, 125, 0, 0.35); border-radius: 50%; background: rgba(240, 125, 0, 0.08); }

.quem-chauffage-install-icon img { width: 100%; height: 100%; display: block; object-fit: contain; }

/* --- NUMÉROS --- */
.quem-chauffage-install-number { color: #F07D00; opacity: 0.40; }

/* --- CONTENU --- */
.quem-chauffage-install-card-title { margin-bottom: 14px; }

.quem-chauffage-install-card-title > *, .quem-chauffage-install-card-description > * { margin: 0; }

.quem-chauffage-install-card-description { opacity: 0.72; line-height: 1.5; }

/* ----------------------------------------------------------------------------- TABLETTE ----------------------------------------------------------------------------- */
@media screen and (max-width: 991px) { .quem-chauffage-install { padding: 90px 25px; } .quem-chauffage-install-container { width: 94%; } .quem-chauffage-install-header { margin-bottom: 55px; } .quem-chauffage-install-card { flex: 0 0 calc(50% - 11px); max-width: calc(50% - 11px); min-height: 260px; padding: 28px; } .quem-chauffage-install-card::before { left: 28px; } }

/* ----------------------------------------------------------------------------- MOBILE ----------------------------------------------------------------------------- */
@media screen and (max-width: 767px) { .quem-chauffage-install { padding: 75px 20px; } .quem-chauffage-install-container { width: 100%; } .quem-chauffage-install-header { margin-bottom: 45px; } .quem-chauffage-install-kicker { gap: 10px; } .quem-chauffage-install-kicker::before, .quem-chauffage-install-kicker::after { width: 25px; } .quem-chauffage-install-grid { gap: 16px; } .quem-chauffage-install-card { flex: 0 0 100%; max-width: 100%; min-height: auto; padding: 27px; } .quem-chauffage-install-card::before { left: 27px; } .quem-chauffage-install-card-top { margin-bottom: 24px; } }

/* ----------------------------------------------------------------------------- PETIT MOBILE ----------------------------------------------------------------------------- */
@media screen and (max-width: 480px) { .quem-chauffage-install { padding: 65px 15px; } .quem-chauffage-install-card { padding: 24px; border-radius: 14px; } .quem-chauffage-install-card::before { left: 24px; width: 45px; } .quem-chauffage-install-icon { width: 52px; height: 52px; padding: 11px; } }

/* ----------------------------------------------------------------------------- LISTE A PUCE ----------------------------------------------------------------------------- */
.phototext-description ul li::marker { color: #59C6F1 !important; }

/* ----------------------------------------------------------------------------- ZONE D'INTERVENTION QUEMERAIS PLOMBERIE ----------------------------------------------------------------------------- */
/* --- BASE --- */
.quem-zone, .quem-zone * { box-sizing: border-box; }

.quem-zone p { margin: 0 !important; }

/* --- SECTION --- */
.quem-zone { position: relative; width: 100%; padding: 100px 30px; overflow: hidden; background: #111924; }

/* --- DÉCORATION --- */
.quem-zone::before { content: ""; position: absolute; top: -190px; right: -190px; width: 440px; height: 440px; border: 1px solid rgba(89, 198, 241, 0.08); border-radius: 50%; pointer-events: none; }

.quem-zone::after { content: ""; position: absolute; bottom: -220px; left: -210px; width: 480px; height: 480px; border: 1px solid rgba(240, 125, 0, 0.06); border-radius: 50%; pointer-events: none; }

/* --- CONTAINER --- */
.quem-zone__container { position: relative; z-index: 2; width: 90%; max-width: 1300px; margin: 0 auto; display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 80px; align-items: center; }

/* --- CARTE / IMAGE --- */
.quem-zone__visual { width: 100%; display: flex; align-items: center; justify-content: center; background: transparent; }

.quem-zone__map { display: block; width: 100%; height: auto; max-height: 620px; object-fit: contain; background: transparent; }

/* --- CONTENU --- */
.quem-zone__content { position: relative; width: 100%; max-width: 620px; }

/* --- SURTITRE --- */
.quem-zone__kicker { display: inline-flex; align-items: center; gap: 12px; margin-bottom: 16px; color: #C9E8FC !important; letter-spacing: 1.5px; text-transform: uppercase; }

.quem-zone__kicker::before { content: ""; width: 34px; height: 2px; background: #59c6f1; }

.quem-zone__kicker > * { margin: 0; color: #C9E8FC !important; }

/* --- TITRE PRINCIPAL --- */
.quem-zone__title { margin-bottom: 16px; }

.quem-zone__title > * { margin: 0; }

/* --- SECOND TITRE --- */
.quem-zone__second-title { margin-bottom: 22px; opacity: 0.9; }

.quem-zone__second-title > * { margin: 0; }

/* --- DESCRIPTION --- */
.quem-zone__description { max-width: 600px; opacity: 0.78; }

.quem-zone__description > * { margin: 0; }

/* --- DOUBLE ACCENT --- */
.quem-zone__accent { display: flex; width: 110px; height: 3px; margin-top: 32px; }

.quem-zone__accent-blue { width: 50%; height: 100%; background: #59c6f1; }

.quem-zone__accent-orange { width: 50%; height: 100%; background: #f07d00; }

/* --- TABLETTE --- */
@media screen and (max-width: 991px) { .quem-zone { padding: 80px 25px; } .quem-zone__container { width: 94%; grid-template-columns: 1fr; gap: 50px; } .quem-zone__visual { max-width: 720px; margin: 0 auto; } .quem-zone__map { max-height: none; } .quem-zone__content { max-width: 720px; margin: 0 auto; } }

/* --- MOBILE --- */
@media screen and (max-width: 767px) { .quem-zone { padding: 65px 20px; } .quem-zone__container { width: 100%; gap: 40px; } .quem-zone__visual { width: 100%; } .quem-zone__map { width: 100%; height: auto; object-fit: contain; } .quem-zone__kicker { margin-bottom: 14px; } .quem-zone__second-title { margin-bottom: 18px; } .quem-zone__accent { margin-top: 26px; } }

/* --- PETIT MOBILE --- */
@media screen and (max-width: 480px) { .quem-zone { padding: 55px 15px; } .quem-zone__container { gap: 32px; } .quem-zone__kicker::before { width: 25px; } .quem-zone__accent { width: 90px; } }

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