:root {
  --navy: #0b1530;
  --navy-2: #1f2c5c;
  --orange: #f74a21;
  --orange-dark: #db3813;
  --beige: #e0c2b6;
  --blue-soft: #eef2ff;
  --text: #273149;
  --muted: #667085;
  --light: #f7f8fb;
  --white: #fff;
  --border: #e5e8f0;
  --shadow: 0 20px 50px rgba(11, 21, 48, .12);
  --radius: 22px;
  --header-height: 94px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.7; padding-top: var(--header-height); }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
h1, h2, h3 { color: var(--navy); font-weight: 800; line-height: 1.15; letter-spacing: -.035em; }
h1 { font-size: clamp(2.6rem, 5vw, 5.3rem); }
h2 { font-size: clamp(2rem, 3.4vw, 3.4rem); }
h3 { font-size: 1.35rem; }
p { color: var(--muted); }

.skip-link { position: fixed; top: -100px; left: 1rem; z-index: 9999; background: var(--white); color: var(--navy); padding: .75rem 1rem; border-radius: 0 0 8px 8px; }
.skip-link:focus { top: 0; }

.site-header { height: var(--header-height); background: rgba(255,255,255,.97); border-bottom: 1px solid rgba(11,21,48,.08); backdrop-filter: blur(14px); transition: box-shadow .25s ease, height .25s ease; }
.site-header.scrolled { box-shadow: 0 8px 28px rgba(11,21,48,.1); }
.navbar { height: 100%; padding: .65rem 0; }
.navbar-brand img { display: block; width: 245px; height: auto; }
.nav-link { color: var(--navy); font-weight: 700; padding: .8rem .85rem !important; border-radius: 10px; }
.nav-link:hover, .nav-link.active { color: var(--orange); background: rgba(247,74,33,.07); }
.dropdown-menu { border: 0; border-radius: 14px; box-shadow: var(--shadow); padding: .55rem; min-width: 250px; }
.dropdown-item { border-radius: 9px; padding: .7rem .85rem; color: var(--text); font-weight: 600; }
.dropdown-item:hover { background: var(--blue-soft); color: var(--navy); }
.btn { border-radius: 12px; font-weight: 800; padding: .8rem 1.25rem; }
.btn-brand { background: var(--orange); color: var(--white); border: 2px solid var(--orange); box-shadow: 0 10px 22px rgba(247,74,33,.2); }
.btn-brand:hover, .btn-brand:focus { background: var(--orange-dark); border-color: var(--orange-dark); color: var(--white); transform: translateY(-1px); }
.btn-outline-brand { border: 2px solid var(--navy); color: var(--navy); }
.btn-outline-brand:hover { background: var(--navy); color: var(--white); }
.mobile-actions { display: flex; align-items: center; gap: .55rem; }
.mobile-call { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 12px; background: var(--orange); color: var(--white); font-size: 1.15rem; }
.navbar-toggler { width: 44px; height: 44px; padding: 0; border: 1px solid var(--border); border-radius: 12px; }
.navbar-toggler:focus { box-shadow: 0 0 0 .2rem rgba(247,74,33,.2); }
.offcanvas-logo { width: 215px; }
.mobile-nav li { border-bottom: 1px solid var(--border); }
.mobile-nav a { display: block; padding: .9rem .2rem; color: var(--navy); font-size: 1.08rem; font-weight: 800; }
.mobile-nav .sub-link { padding-left: 1.2rem; font-size: .95rem; color: var(--muted); font-weight: 600; }

.hero-section { position: relative; overflow: hidden; min-height: calc(100vh - var(--header-height)); display: flex; align-items: center; padding: 6rem 0; background: linear-gradient(90deg, rgba(7,14,33,.95) 0%, rgba(11,21,48,.87) 52%, rgba(11,21,48,.64) 100%), url("../img/banniere-hero.jpg") center/cover no-repeat; }
.hero-section::after { content: ""; position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 44px 44px; }
.hero-section .container { z-index: 2; }
.hero-section h1 { color: var(--white); margin: 1rem 0 1.35rem; max-width: 850px; }
.hero-lead { color: rgba(255,255,255,.78); font-size: 1.18rem; max-width: 760px; }
.eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: .5rem; color: var(--orange); font-size: .82rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow { color: var(--white); background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.16); padding: .55rem .85rem; border-radius: 999px; }
.section-kicker.light { color: #ffb7a5; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.hero-actions .btn-outline-light { border-width: 2px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 1.2rem; margin-top: 2rem; color: rgba(255,255,255,.84); font-weight: 700; font-size: .92rem; }
.hero-trust i { color: var(--orange); margin-right: .3rem; }
.hero-card-wrap { position: relative; max-width: 470px; margin-left: auto; }
.hero-card { position: relative; z-index: 2; background: var(--white); padding: 1.8rem; border-radius: 26px; box-shadow: 0 32px 90px rgba(0,0,0,.28); transform: rotate(1deg); }
.hero-card-head { display: flex; align-items: center; gap: .6rem; font-weight: 800; color: var(--navy); padding-bottom: 1.2rem; border-bottom: 1px solid var(--border); }
.status-dot { width: 10px; height: 10px; border-radius: 50%; background: #2bb673; box-shadow: 0 0 0 5px rgba(43,182,115,.12); }
.service-mini { display: flex; gap: .9rem; align-items: center; padding: 1.1rem 0; border-bottom: 1px solid var(--border); }
.service-mini strong, .service-mini small { display: block; }
.service-mini strong { color: var(--navy); }
.service-mini small { color: var(--muted); font-size: .85rem; }
.service-icon { width: 48px; height: 48px; flex: 0 0 48px; display: grid; place-items: center; border-radius: 14px; font-size: 1.25rem; }
.orange { background: rgba(247,74,33,.13); color: var(--orange); }
.blue { background: rgba(51,117,255,.12); color: #3375ff; }
.navy { background: rgba(31,44,92,.12); color: var(--navy-2); }
.card-link { display: flex; align-items: center; justify-content: space-between; padding-top: 1.2rem; color: var(--orange); font-weight: 900; }
.floating-badge { position: absolute; z-index: 3; right: -30px; bottom: -28px; display: flex; gap: .7rem; align-items: center; color: var(--navy); background: var(--beige); padding: .9rem 1.1rem; border-radius: 16px; box-shadow: var(--shadow); }
.floating-badge i { font-size: 1.5rem; }
.floating-badge span, .floating-badge strong { display: block; line-height: 1.2; }
.hero-shape { position: absolute; border-radius: 50%; filter: blur(1px); }
.hero-shape-one { width: 300px; height: 300px; right: -120px; top: 12%; background: rgba(247,74,33,.18); }
.hero-shape-two { width: 220px; height: 220px; left: -100px; bottom: 5%; background: rgba(224,194,182,.08); }

.section-padding { padding: 7rem 0; }
.intro-section { background: var(--white); }
.intro-section h2, .faq-section h2 { margin: .8rem 0 1.3rem; }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; margin-top: 2rem; }
.feature-item { display: flex; gap: .8rem; align-items: flex-start; padding: 1rem; border-radius: 14px; background: var(--light); }
.feature-item i { color: var(--orange); font-size: 1.25rem; }
.feature-item strong, .feature-item span { display: block; }
.feature-item span { color: var(--muted); font-size: .9rem; }
.feature-item strong { color: var(--navy); font-size: 1rem; }
.expertise-panel { position: relative; overflow: hidden; background: var(--navy); border-radius: var(--radius); padding: 3rem; box-shadow: var(--shadow); }
.expertise-panel::after { content:""; position:absolute; width:260px; height:260px; border-radius:50%; right:-110px; bottom:-120px; background:var(--orange); opacity:.16; }
.expertise-number { color: var(--orange); font-size: 6rem; font-weight: 900; line-height: .9; }
.expertise-title { color: var(--white); font-size: 1.45rem; font-weight: 800; }
.expertise-line { width: 64px; height: 5px; background: var(--orange); border-radius: 10px; margin: 1.5rem 0; }
.expertise-panel p { color: rgba(255,255,255,.7); }
.check-list { list-style: none; padding: 0; margin: 1.5rem 0; color: rgba(255,255,255,.86); }
.check-list li { display: flex; gap: .7rem; margin: .75rem 0; }
.check-list i { color: var(--orange); font-size: 1.2rem; }
.text-link { color: var(--white); font-weight: 800; }
.text-link:hover { color: var(--orange); }

.services-section { background: var(--light); }
.section-heading { max-width: 760px; }
.section-heading h2 { margin: .8rem 0 1rem; }
.service-card { position: relative; overflow: hidden; background: var(--white); padding: 0 2.2rem 2.2rem; border: 1px solid var(--border); border-radius: var(--radius); box-shadow: 0 12px 34px rgba(11,21,48,.06); transition: transform .25s ease, box-shadow .25s ease; }
.service-card-image { width: calc(100% + 4.4rem); height: 210px; margin: 0 -2.2rem 1.5rem; object-fit: cover; display: block; }
.service-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.service-card.featured { border-top: 4px solid var(--orange); }
.service-card.featured .service-card-image { margin-top: -4px; }
.service-card-icon { width: 64px; height: 64px; display: grid; place-items: center; border-radius: 18px; font-size: 1.8rem; margin-bottom: 1.5rem; }
.service-card h3 { font-size: 1.65rem; }
.service-card ul { list-style: none; padding: 0; margin: 1.3rem 0; }
.service-card li { position: relative; padding: .32rem 0 .32rem 1.45rem; color: var(--muted); }
.service-card li::before { content: "✓"; position: absolute; left: 0; color: var(--orange); font-weight: 900; }
.service-card a { color: var(--navy); font-weight: 900; }
.service-card a i { color: var(--orange); margin-left: .35rem; }

.testimonial-section { background: var(--navy); }
.testimonial-section h2 { color: var(--white); margin: .8rem 0 1rem; }
.testimonial-section p { color: rgba(255,255,255,.7); }
.rating { display: flex; flex-direction: column; gap: .25rem; margin-top: 1.5rem; color: var(--white); }
.stars { color: #ffc547; letter-spacing: .12em; }
.testimonial-card { position: relative; margin: 0; background: var(--white); border-radius: var(--radius); padding: 2.5rem; min-height: 320px; display: flex; flex-direction: column; justify-content: center; }
.quote-icon { position: absolute; right: 2rem; top: 1.3rem; color: rgba(247,74,33,.14); font-size: 5rem; }
.testimonial-card blockquote { position: relative; z-index: 1; color: var(--navy); font-size: 1.3rem; font-weight: 700; line-height: 1.65; }
.testimonial-card figcaption { display: flex; align-items: center; gap: .8rem; margin-top: 1.3rem; }
.avatar { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: var(--orange); color: var(--white); font-weight: 900; }
.testimonial-avatar { width: 64px; height: 64px; flex: 0 0 64px; border-radius: 50%; object-fit: cover; border: 3px solid rgba(247,74,33,.18); }
.testimonial-card strong, .testimonial-card small { display: block; }
.testimonial-card small { color: var(--muted); }
.testimonial-controls { display: flex; justify-content: flex-end; gap: .6rem; margin-top: 1rem; }
.testimonial-controls button { width: 44px; height: 44px; border-radius: 50%; border: 1px solid rgba(255,255,255,.2); background: transparent; color: var(--white); }
.testimonial-controls button:hover { background: var(--orange); border-color: var(--orange); }

.faq-section { background: var(--white); }
.accordion-item { border: 0; border-bottom: 1px solid var(--border); }
.accordion-button { padding: 1.35rem .2rem; color: var(--navy); font-size: 1.08rem; font-weight: 800; box-shadow: none !important; background: transparent !important; }
.accordion-button:not(.collapsed) { color: var(--orange); }
.accordion-button::after { width: 1.1rem; height: 1.1rem; background-size: 1.1rem; }
.accordion-body { padding: 0 .2rem 1.4rem; color: var(--muted); }

.cta-section { padding: 0 0 6rem; }
.cta-box { display: grid; grid-template-columns: 1.3fr .7fr; align-items: center; gap: 3rem; padding: 3.5rem; border-radius: 28px; background: linear-gradient(135deg, var(--orange), #ff6f4a); box-shadow: 0 25px 60px rgba(247,74,33,.25); }
.cta-box h2 { color: var(--white); margin: .6rem 0 1rem; }
.cta-box p { color: rgba(255,255,255,.82); margin: 0; }
.cta-actions { display: flex; flex-direction: column; gap: 1rem; align-items: stretch; }
.cta-phone { display: flex; align-items: center; gap: .8rem; color: var(--white); justify-content: center; }
.cta-phone i { font-size: 1.4rem; }
.cta-phone span, .cta-phone strong { display: block; line-height: 1.2; }

.site-footer { background: #070e21; color: rgba(255,255,255,.72); }
.footer-main { padding: 5rem 0 3rem; }
.footer-logo { width: 260px; filter: brightness(0) invert(1); margin-bottom: 1.2rem; }
.site-footer p { color: rgba(255,255,255,.62); max-width: 420px; }
.site-footer h2 { color: var(--white); font-size: 1.05rem; letter-spacing: 0; margin-bottom: 1.1rem; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin: .65rem 0; }
.site-footer a:hover { color: var(--orange); }
.social-links { display: flex; gap: .65rem; margin-top: 1.3rem; }
.social-links a { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 11px; background: rgba(255,255,255,.08); color: var(--white); font-size: 1.1rem; transition: .2s ease; }
.social-links a:hover { background: var(--orange); color: var(--white); transform: translateY(-2px); }
.contact-list li { display: flex; align-items: flex-start; gap: .65rem; }
.contact-list i { color: var(--orange); margin-top: .2rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; padding: 1.2rem 0; border-top: 1px solid rgba(255,255,255,.1); font-size: .88rem; }

.back-to-top { position: fixed; z-index: 1000; right: 1.2rem; bottom: 1.2rem; width: 46px; height: 46px; border: 0; border-radius: 13px; background: var(--orange); color: var(--white); box-shadow: 0 10px 25px rgba(247,74,33,.35); opacity: 0; visibility: hidden; transform: translateY(12px); transition: .25s ease; }
.back-to-top.visible { opacity: 1; visibility: visible; transform: translateY(0); }

@media (max-width: 1199.98px) {
  .navbar-brand img { width: 220px; }
  .nav-link { padding-left: .6rem !important; padding-right: .6rem !important; }
}

@media (max-width: 991.98px) {
  :root { --header-height: 78px; }
  body { padding-top: var(--header-height); }
  .navbar-brand img { width: 205px; }
  .hero-section { min-height: auto; padding: 5rem 0 6rem; }
  .hero-card-wrap { margin: 1rem auto 0; }
  .floating-badge { right: 5px; }
  .section-padding { padding: 5.5rem 0; }
  .cta-box { grid-template-columns: 1fr; }
  .cta-actions { max-width: 420px; }
}

@media (max-width: 767.98px) {
  :root { --header-height: 72px; }
  .navbar-brand img { width: 172px; }
  .mobile-call, .navbar-toggler { width: 42px; height: 42px; }
  .hero-section { padding: 4rem 0 5rem; }
  .hero-section h1 { font-size: clamp(2.35rem, 12vw, 3.6rem); }
  .hero-lead { font-size: 1.03rem; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn { width: 100%; }
  .hero-trust { flex-direction: column; gap: .55rem; }
  .hero-card { padding: 1.3rem; transform: none; }
  .floating-badge { position: relative; right: auto; bottom: auto; margin: 1rem auto 0; width: max-content; }
  .section-padding { padding: 4.5rem 0; }
  .feature-grid { grid-template-columns: 1fr; }
  .expertise-panel { padding: 2rem; }
  .testimonial-card { padding: 2rem 1.5rem; min-height: 350px; }
  .testimonial-card blockquote { font-size: 1.08rem; }
  .cta-section { padding-bottom: 4rem; }
  .cta-box { padding: 2.2rem 1.5rem; border-radius: 22px; }
  .footer-main { padding-top: 4rem; }
  .footer-bottom { flex-direction: column; }
  .back-to-top { bottom: 5.2rem; }
}

@media (max-width: 420px) {
  .navbar-brand img { width: 150px; }
  .mobile-actions { gap: .35rem; }
  .mobile-call, .navbar-toggler { width: 40px; height: 40px; }
  .hero-card { padding: 1.1rem; }
  .service-mini { gap: .7rem; }
  .service-icon { width: 42px; height: 42px; flex-basis: 42px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* ==========================================================
   PAGE ÉLECTRICITÉ
   ========================================================== */
.inner-hero { position: relative; overflow: hidden; min-height: 365px; display: flex; align-items: center; padding: 4.5rem 0; background-position: center; background-size: cover; }
.inner-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,14,33,.96) 0%, rgba(11,21,48,.88) 55%, rgba(11,21,48,.58) 100%); }
.inner-hero::after { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 42px 42px; opacity: .25; }
.inner-hero .container { z-index: 2; }
.inner-hero-electricite { background-image: url("../img/electricite.jpg"); }
.inner-hero h1 { max-width: 900px; margin: .9rem 0 1rem; color: var(--white); font-size: clamp(2.35rem, 4.2vw, 4.25rem); }
.inner-hero p { max-width: 780px; margin: 0; color: rgba(255,255,255,.8); font-size: 1.08rem; }
.inner-breadcrumb { margin-bottom: 1.3rem; }
.inner-breadcrumb a { color: rgba(255,255,255,.72); }
.inner-breadcrumb .active, .inner-breadcrumb .breadcrumb-item::before { color: rgba(255,255,255,.48); }
.mobile-nav a.active { color: var(--orange); }

.service-image-frame { position: relative; overflow: visible; }
.service-image-frame > img { width: 100%; min-height: 480px; object-fit: cover; border-radius: 28px; box-shadow: var(--shadow); }
.service-image-badge { position: absolute; left: -25px; bottom: 30px; display: flex; align-items: center; gap: .8rem; padding: 1rem 1.2rem; border-radius: 16px; background: var(--orange); color: var(--white); box-shadow: 0 18px 38px rgba(247,74,33,.3); }
.service-image-badge i { font-size: 1.55rem; }
.service-image-badge span, .service-image-badge strong { display: block; line-height: 1.2; }

.electric-services { background: var(--light); }
.electric-service-card { height: 100%; padding: 2rem; border: 1px solid var(--border); border-radius: 20px; background: var(--white); box-shadow: 0 12px 32px rgba(11,21,48,.055); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.electric-service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: rgba(247,74,33,.35); }
.electric-service-icon { width: 62px; height: 62px; display: grid; place-items: center; margin-bottom: 1.4rem; border-radius: 18px; background: rgba(247,74,33,.11); color: var(--orange); font-size: 1.65rem; }
.electric-service-card h3 { margin-bottom: .8rem; }
.electric-service-card p { margin: 0; }

.emergency-strip { padding: 2rem 0; background: var(--orange); }
.emergency-inner { display: grid; grid-template-columns: auto 1fr auto; gap: 1.4rem; align-items: center; }
.emergency-icon { width: 68px; height: 68px; display: grid; place-items: center; border-radius: 18px; background: rgba(255,255,255,.16); color: var(--white); font-size: 1.8rem; }
.emergency-inner h2 { margin: 0 0 .35rem; color: var(--white); font-size: clamp(1.55rem, 2.6vw, 2.35rem); }
.emergency-inner p { margin: 0; color: rgba(255,255,255,.82); }

.process-section { background: var(--white); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; }
.process-card { position: relative; padding: 2rem 1.5rem; border: 1px solid var(--border); border-radius: 20px; background: var(--white); text-align: center; box-shadow: 0 12px 30px rgba(11,21,48,.05); }
.process-card::after { content: ""; position: absolute; top: 45px; right: -1.25rem; width: 1.3rem; height: 2px; background: var(--orange); }
.process-card:last-child::after { display: none; }
.process-number { position: absolute; top: 14px; right: 17px; color: rgba(11,21,48,.08); font-size: 2.7rem; font-weight: 900; line-height: 1; }
.process-card > i { display: inline-grid; place-items: center; width: 62px; height: 62px; margin-bottom: 1.2rem; border-radius: 18px; background: var(--navy); color: var(--white); font-size: 1.45rem; }
.process-card h3 { font-size: 1.2rem; }
.process-card p { margin: 0; font-size: .95rem; }

.commitments-section { background: var(--navy); }
.commitments-section h2 { margin: .8rem 0 1.1rem; color: var(--white); }
.commitments-section p { color: rgba(255,255,255,.7); }
.commitment-photo { position: relative; }
.commitment-photo::before { content: ""; position: absolute; width: 75%; height: 80%; left: -18px; bottom: -18px; border-radius: 24px; background: var(--orange); opacity: .9; }
.commitment-photo img { position: relative; width: 100%; min-height: 460px; object-fit: cover; border-radius: 24px; box-shadow: 0 25px 60px rgba(0,0,0,.25); }
.commitment-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; margin-top: 2rem; }
.commitment-list > div { display: flex; gap: .7rem; align-items: flex-start; padding: 1rem; border-radius: 14px; background: rgba(255,255,255,.07); color: rgba(255,255,255,.88); }
.commitment-list i { flex: 0 0 auto; color: var(--orange); font-size: 1.15rem; }

.gallery-section { background: var(--light); }
.project-card { position: relative; overflow: hidden; margin: 0; border-radius: 22px; min-height: 360px; box-shadow: 0 15px 38px rgba(11,21,48,.1); }
.project-card img { width: 100%; height: 360px; object-fit: cover; transition: transform .45s ease; }
.project-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 38%, rgba(7,14,33,.9) 100%); }
.project-card:hover img { transform: scale(1.06); }
.project-card figcaption { position: absolute; z-index: 2; left: 1.5rem; right: 1.5rem; bottom: 1.35rem; color: var(--white); }
.project-card strong, .project-card span { display: block; }
.project-card strong { font-size: 1.25rem; }
.project-card span { color: rgba(255,255,255,.72); }

.stats-strip { background: var(--orange); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stats-grid > div { padding: 2rem 1rem; text-align: center; border-right: 1px solid rgba(255,255,255,.22); }
.stats-grid > div:last-child { border-right: 0; }
.stats-grid strong, .stats-grid span { display: block; color: var(--white); }
.stats-grid strong { min-height: 45px; font-size: 2rem; line-height: 1.2; }
.stats-grid span { margin-top: .35rem; color: rgba(255,255,255,.8); font-weight: 700; }

.cities-section { background: var(--light); }
.cities-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .8rem; }
.cities-grid a { display: flex; align-items: center; gap: .65rem; padding: .9rem 1rem; border: 1px solid var(--border); border-radius: 13px; background: var(--white); color: var(--navy); font-weight: 750; box-shadow: 0 8px 20px rgba(11,21,48,.035); transition: .2s ease; }
.cities-grid a i { color: var(--orange); }
.cities-grid a:hover { color: var(--white); background: var(--navy); border-color: var(--navy); transform: translateY(-2px); }

@media (max-width: 991.98px) {
  .inner-hero { min-height: 330px; padding: 4rem 0; }
  .service-image-badge { left: 20px; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .process-card:nth-child(2)::after { display: none; }
  .commitment-list { grid-template-columns: 1fr; }
  .cities-grid { grid-template-columns: repeat(3, 1fr); }
  .emergency-inner { grid-template-columns: auto 1fr; }
  .emergency-inner .btn { grid-column: 2; justify-self: start; }
}

@media (max-width: 767.98px) {
  .inner-hero { min-height: auto; padding: 3.5rem 0; }
  .inner-hero h1 { font-size: clamp(2.1rem, 10vw, 3.2rem); }
  .service-image-frame > img, .commitment-photo img { min-height: 360px; }
  .service-image-badge { position: relative; left: auto; bottom: auto; width: max-content; max-width: calc(100% - 2rem); margin: -32px auto 0; }
  .emergency-inner { grid-template-columns: 1fr; text-align: center; }
  .emergency-icon { margin: 0 auto; }
  .emergency-inner .btn { grid-column: auto; justify-self: stretch; }
  .process-grid { grid-template-columns: 1fr; }
  .process-card::after { display: none; }
  .commitment-photo::before { left: -10px; bottom: -10px; }
  .commitment-list { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-grid > div:nth-child(2) { border-right: 0; }
  .stats-grid > div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.22); }
  .cities-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 480px) {
  .cities-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: 1fr; }
  .stats-grid > div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.22); }
  .stats-grid > div:last-child { border-bottom: 0; }
}

.inner-hero-plomberie { background-image: url("../img/plomberie.jpg"); }
.inner-hero-chauffage { background-image: url("../img/chauffage.jpg"); }


.topbar{background:#0b2f4a;color:#fff;font-size:14px;padding:6px 0}
.topbar a{color:#fff;text-decoration:none}
.footer-contact a{color:inherit;text-decoration:none}

.site-header .topbar{order:1}.site-header .navbar{background:#fff}.site-header{display:flex;flex-direction:column}.topbar .container{display:flex;gap:24px;align-items:center;min-height:42px;flex-wrap:wrap}

/* Header corrigé : la barre de coordonnées défile, seul le menu reste visible */
body { padding-top: 0; }
.topbar {
  position: static;
  background: #0b2f4a;
  color: #fff;
  font-size: 14px;
  padding: 8px 0;
  z-index: auto;
}
.topbar .container {
  display: flex;
  align-items: center;
  gap: 24px;
  min-height: 32px;
  flex-wrap: wrap;
}
.topbar span { display: inline-flex; align-items: center; gap: 6px; }
.topbar a { color: #fff; text-decoration: none; }
.topbar a:hover { color: #ffd4c9; }
.site-header {
  height: var(--header-height);
  display: block;
  background: rgba(255,255,255,.97);
  border-bottom: 1px solid rgba(11,21,48,.08);
  backdrop-filter: blur(14px);
}
.site-header .navbar { height: 100%; background: #fff; }

/* Footer : toutes les coordonnées restent dans la colonne Contact */
.contact-list li { margin: .8rem 0; }
.contact-list a, .contact-list span { line-height: 1.45; }
.footer-contact { display: none !important; }

@media (max-width: 991.98px) {
  body { padding-top: 0; }
  .topbar { font-size: 12px; padding: 6px 0; }
  .topbar .container { gap: 8px 16px; justify-content: center; }
}

@media (max-width: 575.98px) {
  .topbar { display: none; }
}

/* ==========================================================
   HERO - PAGE CONTACT
========================================================== */

.inner-hero-contact{
    position: relative;
    background:
        linear-gradient(rgba(10,25,55,.82), rgba(10,25,55,.82)),
        url("../img/banniere-contact.jpg") center center/cover no-repeat;
}

.inner-hero-contact::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(
        90deg,
        rgba(8,22,48,.20) 0%,
        rgba(8,22,48,.55) 100%
    );
}

.inner-hero-contact .container{
    position:relative;
    z-index:2;
}
.inner-hero-electricite{
    background:
        linear-gradient(rgba(10,25,55,.82), rgba(10,25,55,.10)),
        url("../img/banniere-electricite.jpg") center center/cover no-repeat;
}

.inner-hero-plomberie{
    background:
        linear-gradient(rgba(10,25,55,.82), rgba(10,25,55,.10)),
        url("../img/banniere-plomberie.jpg") center center/cover no-repeat;
}

.inner-hero-chauffage{
    background:
        linear-gradient(rgba(10,25,55,.82), rgba(10,25,55,.10)),
        url("../img/banniere-chauffage.jpg") center center/cover no-repeat;
}

.inner-hero-contact{
    background:
        linear-gradient(rgba(10,25,55,.82), rgba(10,25,55,.10)),
        url("../img/banniere-contact.jpg") center center/cover no-repeat;
}

.sticky-lg-top {
	z-index: 100 !important;
}
.ratio iframe {
	border-radius: 20px;
}