@charset "UTF-8";
@import url(main.css);
/* ============================================================ CUSTOM.CSS — ENTREPRISE HEUZE Dernière mise à jour : juin 2026 ============================================================ SOMMAIRE --------------------------------------------------------------- 00. VARIABLES & RESET 01. HERO ACCUEIL 02. HEADER PAGES INTERNES 03. BLOC PRÉSENTATION (carrousel + texte) 04. BLOC COMPARATIF PLÂTRE / PLACO 05. BLOC ÉTAPES DE CHANTIER 06. BLOC SERVICES (cartes 3 colonnes) 07. BLOC SEO ACTIVITÉS 08. CARTES VIDÉO (chantiers) 09. GALERIE INFINIE 10. BLOC FACEBOOK 11. CTA RÉALISATIONS (bandeau horizontal) 12. BLOC MAPS 13. BOUTONS — règles globales 14. UTILITAIRES SECTIONS --------------------------------------------------------------- */
/* ============================================================ 00. VARIABLES & RESET ============================================================ */
:root { --navy:       #161746; --rust:       #A7370B; --gold:       #CC7933; --white:      #FFFFFF; --offwhite:   #F8F6F2; --gray:       #6B6B6B; --light-gray: #E8E4DC; --font-display: 'Raleway', sans-serif; --font-body:    Arial, Helvetica, sans-serif; --radius:     4px; --transition: 0.3s ease; }

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body { font-family: var(--font-body); color: var(--navy); background: var(--white); overflow-x: hidden; }

img { max-width: 100%; display: block; }

a { text-decoration: none; color: inherit; }

.py-0.my-0.bg-thirdColor { display: none; }

/* ============================================================ 01. HERO ACCUEIL ============================================================ */
/* — Overlay & fond — */
.hero-heuze-bg { position: absolute; inset: 0; background: linear-gradient(to right, rgba(22, 23, 70, 0.88) 0%, rgba(22, 23, 70, 0.6) 60%, rgba(22, 23, 70, 0.3) 100%), repeating-linear-gradient(45deg, rgba(204, 121, 51, 0.04) 0px, rgba(204, 121, 51, 0.04) 1px, transparent 1px, transparent 60px); }

#accueil.hero-heuze { min-height: 97vh; background-color: #161746; background-size: cover; background-position: center; background-repeat: no-repeat; display: flex; flex-direction: column; justify-content: flex-end; padding: 0; position: relative; overflow: hidden; }

/* — Barre accent — */
.hero-heuze-bar { position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, #A7370B, #CC7933); }

/* — Logo watermark — */
.hero-heuze__logo-watermark { position: absolute; top: 11%; left: 1%; width: 25vw !important; opacity: 0.07; pointer-events: none; user-select: none; z-index: 1; filter: brightness(0) invert(1); }

/* — Contenu & typographie — */
.hero-heuze-content { position: relative; z-index: 2; padding: 3rem 5% 15rem; max-width: 1070px; }

.hero-heuze-eyebrow { font-family: 'Raleway', sans-serif; font-weight: 300; font-size: 1rem; letter-spacing: 0.25em; text-transform: uppercase; color: #CC7933; margin-top: 1.7rem; margin-bottom: 1.2rem; }

.hero-heuze-title { font-family: 'Raleway', sans-serif; font-weight: 900; font-size: clamp(2.8rem, 7vw, 6rem); color: #FFFFFF; line-height: 1.0; letter-spacing: -0.02em; margin-bottom: 0.4rem; }

.hero-heuze-title em { font-style: normal; color: #CC7933; }

.hero-heuze-subtitle { font-family: 'Raleway', sans-serif; font-weight: 300; font-size: clamp(1rem, 2.5vw, 1.6rem); color: rgba(255, 255, 255, 0.6); margin-bottom: 2rem; letter-spacing: 0.02em; }

/* — Boutons — */
.hero-heuze-actions { display: flex; gap: 1rem; flex-wrap: wrap; }

#accueil > div.hero-heuze-content > div.hero-heuze-actions > a.hero-heuze-btn-outline > p, #accueil > div.hero-heuze-content > div.hero-heuze-actions > a.hero-heuze-btn-primary > p { margin-bottom: 0 !important; }

.hero-heuze-btn-primary { display: inline-block; background: #A7370B; color: #FFFFFF; font-family: 'Raleway', sans-serif; font-weight: 700; font-size: 0.85rem; letter-spacing: 0.1em; text-transform: uppercase; padding: 14px 32px; border-radius: 4px; text-decoration: none; transition: background 0.3s ease, transform 0.3s ease; }

.hero-heuze-btn-primary:hover { background: #CC7933; transform: translateY(-2px); }

.hero-heuze-btn-outline { display: inline-block; border: 1px solid rgba(255, 255, 255, 0.3); color: rgba(255, 255, 255, 0.8); font-family: 'Raleway', sans-serif; font-weight: 300; font-size: 0.85rem; letter-spacing: 0.1em; text-transform: uppercase; padding: 14px 32px; border-radius: 4px; text-decoration: none; transition: border-color 0.3s ease, color 0.3s ease; }

.hero-heuze-btn-outline:hover { border-color: #CC7933; color: #CC7933; }

/* — Scroll indicator — */
.hero-heuze-scroll { position: absolute; bottom: 2.5rem; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 6px; color: rgba(255, 255, 255, 0.3); font-family: 'Raleway', sans-serif; font-weight: 300; font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; }

.hero-heuze-scroll::after { content: ''; width: 1px; height: 48px; background: linear-gradient(to bottom, #CC7933, transparent); animation: scrollLine 2s ease-in-out infinite; }

@keyframes scrollLine { 0%, 100% { opacity: 0.4;
    transform: scaleY(1); }
  50% { opacity: 1;
    transform: scaleY(0.5); } }

/* — Vagues bas du hero — */
.hero-heuze__waves { position: absolute; bottom: 0; left: 0; right: 0; height: 218px; pointer-events: none; z-index: 3; }

.hero-heuze__wave-rust { position: absolute; inset: 0; background: #A7370B; clip-path: polygon(0 100%, 100% 55%, 100% 100%); display: block; }

.hero-heuze__wave-gold { position: absolute; inset: 0; background: #CC7933; clip-path: polygon(0 100%, 0 55%, 100% 100%); display: block; }

/* ============================================================ 02. HEADER PAGES INTERNES ============================================================ */
.heuze-header-intern-text > * { opacity: 0; transform: translateY(16px); }

/* — Conteneur & overlay — */
.heuze-header-intern { height: 62vh; min-height: 380px; width: 100%; display: flex; align-items: flex-end; padding-bottom: 130px; position: relative; overflow: hidden; background-size: cover; background-position: center; background-repeat: no-repeat; background-color: #161746; }

.heuze-header-intern::before { content: ''; position: absolute; inset: 0; background: linear-gradient(to right, rgba(22, 23, 70, 0.92) 0%, rgba(22, 23, 70, 0.7) 55%, rgba(22, 23, 70, 0.35) 100%); z-index: 1; }

.heuze-header-intern-container { width: 90%; max-width: 1200px; margin: 0 auto; padding: 0 60px; position: relative; z-index: 3; }

.heuze-header-intern-text { max-width: 680px; color: #FFFFFF; }

.heuze-header-intern-text > *:first-child em { font-style: normal !important; color: #CC7933 !important; }

.heuze-header-intern-text > *:last-child { font-family: Arial, Helvetica, sans-serif !important; font-size: 1rem !important; font-weight: 400 !important; color: rgba(255, 255, 255, 0.65) !important; line-height: 1.75 !important; max-width: 560px !important; margin: 0 !important; text-transform: none !important; }

/* — Éléments décoratifs — */
.heuze-header-intern-bar { position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, #A7370B, #CC7933); z-index: 4; }

.heuze-header-intern__logo-watermark { position: absolute; top: 10%; left: 3%; width: clamp(140px, 20vw, 320px); opacity: 0.07; pointer-events: none; user-select: none; z-index: 1; filter: brightness(0) invert(1); }

.heuze-header-intern__waves { position: absolute; bottom: 0; left: 0; right: 0; height: 160px; pointer-events: none; z-index: 3; }

.heuze-header-intern__wave-rust { position: absolute; inset: 0; background: #A7370B; clip-path: polygon(0 100%, 100% 55%, 100% 100%); display: block; }

.heuze-header-intern__wave-gold { position: absolute; inset: 0; background: #CC7933; clip-path: polygon(0 100%, 0 55%, 100% 100%); display: block; }

/* — Responsive — */
@media (max-width: 900px) { .heuze-header-intern { height: auto; min-height: 320px; padding-bottom: 80px; align-items: center; } .heuze-header-intern-container { padding: 0 20px; } }

@media (max-width: 600px) { .heuze-header-intern-container { padding: 0 14px; } .heuze-header-intern { padding-top: 3rem !important; } }

h1.display-4.fw-bold.bandeauTitre.titles.text-color-seventh { color: black !important; }

h2.display-6.fw-bold.p-3.pt-lg-3.m-0.titles { color: black; }

/* ============================================================ 03. BLOC PRÉSENTATION (carrousel + texte) ============================================================ */
/* — Slides images — */
.mv-intro-slide img { width: 100% !important; height: 100% !important; object-fit: cover !important; object-position: center !important; display: block !important; }

/* — Conteneur & layout — */
.mv-intro-section { position: relative !important; padding: 90px 0 !important; overflow: hidden !important; background-color: #F8F6F2 !important; }

.mv-intro-container { width: 100% !important; max-width: 1380px !important; margin: 0 auto !important; padding: 0 40px !important; box-sizing: border-box !important; display: flex !important; flex-wrap: nowrap !important; gap: 58px !important; align-items: stretch !important; }

.mv-intro-content { flex: 1 !important; order: 1 !important; position: relative !important; z-index: 2 !important; min-width: 0 !important; }

/* — Carrousel — */
.mv-intro-carousel { flex: 1 !important; order: 2 !important; position: relative !important; min-height: 520px !important; height: 100% !important; border-radius: 6px !important; overflow: hidden !important; background: #161746 !important; box-shadow: 0 28px 70px rgba(22, 23, 70, 0.15), 0 12px 26px rgba(22, 23, 70, 0.1) !important; isolation: isolate !important; min-width: 0 !important; }

/* — Dots — */
.mv-intro-dots { position: absolute !important; left: 24px !important; bottom: 20px !important; z-index: 4 !important; display: flex !important; gap: 9px !important; }

.mv-intro-dots .mv-dot { width: 6px !important; height: 6px !important; border-radius: 999px !important; background: rgba(255, 255, 255, 0.35) !important; transition: width 0.35s ease, background 0.35s ease !important; border: 0 !important; padding: 0 !important; cursor: pointer !important; }

.mv-intro-dots .mv-dot.active { width: 22px !important; background: #CC7933 !important; }

/* — Typographie — */
.mv-intro-kicker { display: inline-flex !important; align-items: center !important; gap: 10px !important; margin-bottom: 18px !important; color: #A7370B !important; font-family: 'Raleway', sans-serif !important; font-weight: 300 !important; font-size: 0.9rem !important; text-transform: uppercase !important; letter-spacing: 0.25em !important; }

.mv-intro-kicker::before { content: "" !important; width: 38px !important; height: 2px !important; border-radius: 999px !important; background: #A7370B !important; }

.mv-intro-content h2 { margin: 0 0 24px 0 !important; color: #161746 !important; font-family: 'Raleway', sans-serif !important; font-weight: 700 !important; font-size: clamp(1.8rem, 3vw, 3rem) !important; line-height: 1.15 !important; letter-spacing: -0.02em !important; }

.mv-intro-content p { margin: 0 !important; color: #6B6B6B !important; font-family: Arial, Helvetica, sans-serif !important; font-size: 1rem !important; line-height: 1.75 !important; max-width: 620px !important; }

.mv-intro-content p + p { margin-top: 1rem !important; }

/* — Responsive — */
@media (max-width: 980px) { .mv-intro-section { padding: 70px 0 !important; } .mv-intro-container { flex-direction: column !important; } .mv-intro-content { order: 2 !important; } .mv-intro-carousel { order: 1 !important; min-height: 440px !important; } .mv-intro-content h2 { font-size: 2.2rem !important; } }

@media (max-width: 760px) { .mv-intro-section { padding: 56px 0 !important; } .mv-intro-container { padding: 0 20px !important; } .mv-intro-carousel { min-height: 360px !important; border-radius: 4px !important; } .mv-intro-content h2 { font-size: 1.9rem !important; } .mv-intro-content p { font-size: 0.95rem !important; line-height: 1.7 !important; } .hero-heuze-content { padding: 3rem 5% 12rem; } .hero-heuze_logo-watermark { top: 15%; left: -5%; width: 63vw !important; } }

@media (max-width: 420px) { .mv-intro-carousel { min-height: 300px !important; } .mv-intro-content h2 { font-size: 1.75rem !important; } }

/* ============================================================ 04. BLOC COMPARATIF PLÂTRE / PLACO ============================================================ */
.heuze-comparatif { background-color: #F8F6F2; padding: 4rem 5%; position: relative; overflow: hidden; }

.heuze-comparatif-inner { max-width: 1100px; margin: 0 auto; position: relative; z-index: 2; }

.heuze-comparatif-header { text-align: left; margin-bottom: 2.5rem; }

.heuze-comparatif-eyebrow { display: inline-block; font-family: 'Raleway', sans-serif; font-weight: 300; font-size: 1rem; letter-spacing: 0.25em; text-transform: uppercase; color: #A7370B; margin-bottom: 0.8rem; }

.heuze-comparatif-title { font-family: 'Raleway', sans-serif; font-weight: 900; font-size: clamp(1.6rem, 3.5vw, 2.4rem); color: #161746; line-height: 1.1; letter-spacing: -0.02em; }

.heuze-comparatif-title em { font-style: normal; color: #A7370B; }

/* — Grille — */
.heuze-comparatif-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin-bottom: 2rem; }

/* — Cartes — */
.heuze-comparatif-card { border-radius: 6px; padding: 1.8rem 1.6rem; }

.heuze-comparatif-card.platre { background: #161746; border-top: 3px solid #CC7933; }

.heuze-comparatif-card.placo { background: #FFFFFF; border: 1px solid #E8E4DC; border-top: 3px solid #E8E4DC; }

.heuze-comparatif-card-label { display: inline-block; font-family: 'Raleway', sans-serif; font-weight: 700; font-size: 0.62rem; letter-spacing: 0.2em; text-transform: uppercase; margin-bottom: 0.6rem; }

.platre .heuze-comparatif-card-label { color: #CC7933; }

.placo .heuze-comparatif-card-label { color: #6B6B6B; }

.heuze-comparatif-card-title { font-family: 'Raleway', sans-serif; font-weight: 700; font-size: 1.1rem; margin-bottom: 1.2rem; }

.platre .heuze-comparatif-card-title { color: #FFFFFF; }

.placo .heuze-comparatif-card-title { color: #6B6B6B; }

/* — Liste — */
.heuze-comparatif-list { list-style: none; display: flex; flex-direction: column; gap: 0.7rem; }

.heuze-comparatif-list li { display: flex; align-items: flex-start; gap: 10px; font-family: Arial, Helvetica, sans-serif; font-size: 1rem; line-height: 1.5; }

.platre .heuze-comparatif-list li { color: rgba(255, 255, 255, 0.85); }

.placo .heuze-comparatif-list li { color: #6B6B6B; }

.platre .heuze-comparatif-list li::before { content: '✓'; color: #CC7933; font-weight: 700; flex-shrink: 0; }

.placo .heuze-comparatif-list li::before { content: '–'; color: #E8E4DC; flex-shrink: 0; }

/* — Conclusion — */
.heuze-comparatif-conclusion { background: #FFFFFF; border: 1px solid #E8E4DC; border-left: 4px solid #A7370B; border-radius: 4px; padding: 1.2rem 1.6rem; display: flex; align-items: center; gap: 1rem; }

.heuze-comparatif-conclusion-icon { font-size: 1.4rem; flex-shrink: 0; }

.heuze-comparatif-conclusion-text { font-family: 'Raleway', sans-serif; font-weight: 600; font-size: 0.9rem; color: #161746; line-height: 1.6; }

.heuze-comparatif-conclusion-text em { font-style: normal; color: #A7370B; }

/* — Responsive — */
@media (max-width: 768px) { .heuze-comparatif { padding: 3rem 5%; } .heuze-comparatif-grid { grid-template-columns: 1fr; gap: 1rem; } .heuze-comparatif-conclusion { flex-direction: column; text-align: center; } }

/* =========================== 05. BLOC ÉTAPES DE CHANTIER =========================== */
.heuze-etapes { background-color: #F8F6F2; padding: 5rem 5%; }

.heuze-etapes-inner { max-width: 1100px; margin: 0 auto; }

.heuze-etapes-header { margin-bottom: 3rem; }

.heuze-etapes-eyebrow { display: inline-block; font-family: 'Raleway', sans-serif; font-weight: 300; font-size: 0.72rem; letter-spacing: 0.25em; text-transform: uppercase; color: #A7370B; margin-bottom: 0.8rem; }

.heuze-etapes-title { font-family: 'Raleway', sans-serif; font-weight: 700; font-size: clamp(1.8rem, 3.5vw, 2.6rem); color: #161746; line-height: 1.1; letter-spacing: -0.02em; }

.heuze-etapes-title em { font-style: normal; color: #A7370B; }

/* Grille des étapes */
.heuze-etapes-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; position: relative; }

/* Ligne de connexion entre les étapes */
.heuze-etapes-grid::before { content: ''; position: absolute; top: 28px; left: calc(12.5% + 20px); right: calc(12.5% + 20px); height: 2px; background: linear-gradient(90deg, #A7370B, #CC7933); z-index: 0; }

/* Étape individuelle */
.heuze-etape { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 0 1rem; position: relative; z-index: 1; }

/* Numéro */
.heuze-etape-number { width: 56px; height: 56px; border-radius: 50%; background: #161746; border: 3px solid #A7370B; display: flex; align-items: center; justify-content: center; font-family: 'Raleway', sans-serif; font-weight: 900; font-size: 1.1rem; color: #CC7933; margin-bottom: 1.2rem; flex-shrink: 0; transition: background 0.3s ease, border-color 0.3s ease; }

.heuze-etape:hover .heuze-etape-number { background: #A7370B; border-color: #CC7933; }

.heuze-etape-name { font-family: 'Raleway', sans-serif; font-weight: 700; font-size: 0.95rem; color: #161746; margin-bottom: 0.5rem; line-height: 1.3; }

.heuze-etape-desc { font-family: Arial, Helvetica, sans-serif; font-size: 1rem; line-height: 1.55; color: #6B6B6B; }

/* Responsive */
@media (max-width: 900px) { .heuze-etapes-grid { grid-template-columns: repeat(2, 1fr); gap: 2.5rem 1rem; } .heuze-etapes-grid::before { display: none; } }

@media (max-width: 540px) { .heuze-etapes-grid { grid-template-columns: 1fr; gap: 2rem; } .heuze-etape { flex-direction: row; text-align: left; gap: 1.2rem; align-items: flex-start; } .heuze-etape-number { margin-bottom: 0; flex-shrink: 0; } .heuze-etapes { padding: 3.5rem 5%; } }

/* ============================================================ 06. BLOC SERVICES (cartes 3 colonnes) ============================================================ */
#services { background: #FFFFFF; max-width: 100%; padding: 6rem 5%; }

.services-inner { max-width: 1200px; margin: 0 auto; }

.services-header { margin-bottom: 3.5rem; }

/* — Grille — */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }

/* — Cartes — */
.service-card { background: #F8F6F2; border-radius: 6px; padding: 2rem 1.8rem; border-top: 3px solid transparent; transition: border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease; position: relative; overflow: hidden; text-decoration: none; display: block; }

.service-card::before { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(22, 23, 70, 0.03), transparent); }

.service-card:hover { border-top-color: #A7370B; transform: translateY(-4px); box-shadow: 0 12px 32px rgba(22, 23, 70, 0.1); }

/* — Carte featured — */
.service-card.featured { background: #161746; border-top-color: #CC7933; }

.service-card.featured::before { background: linear-gradient(135deg, rgba(204, 121, 51, 0.08), transparent); }

.service-card.featured .service-name { color: #FFFFFF; }

.service-card.featured .service-desc { color: rgba(255, 255, 255, 0.65); }

.service-card.featured .service-badge { color: #CC7933; }

.service-card.featured .service-arrow { color: #CC7933; }

.service-icon { font-size: 2rem; margin-bottom: 1rem; }

.service-badge { display: inline-block; font-family: 'Raleway', sans-serif; font-weight: 700; font-size: 0.65rem; letter-spacing: 0.2em; text-transform: uppercase; color: #A7370B; margin-bottom: 0.5rem; }

.service-name { font-family: 'Raleway', sans-serif; font-weight: 700; font-size: 1.15rem; color: #161746; margin-bottom: 0.6rem; }

.service-desc { font-family: Arial, Helvetica, sans-serif; font-size: 1rem; line-height: 1.65; color: #6B6B6B; margin-bottom: 1.2rem; }

.service-arrow { font-family: 'Raleway', sans-serif; font-weight: 700; font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase; color: #A7370B; display: inline-flex; align-items: center; gap: 6px; transition: gap 0.3s ease; }

.service-card:hover .service-arrow { gap: 10px; }

/* — Responsive — */
@media (max-width: 900px) { .services-grid { grid-template-columns: 1fr 1fr; } }

@media (max-width: 600px) { .services-grid { grid-template-columns: 1fr; } #services { padding: 4rem 5%; } }

/* ============================================================ 07. BLOC SEO ACTIVITÉS (actLocLinks) ============================================================ */
.first-activity-div, .second-activity-div, .third-activity-div { background-color: #FFFFFF !important; border-radius: 6px !important; box-shadow: 0 8px 32px rgba(22, 23, 70, 0.08) !important; border-left: 4px solid #A7370B !important; }

.second-activity-div { border-left: none !important; border-right: 4px solid #CC7933 !important; }

.first-activity-div .card-cover, .second-activity-div .card-cover, .third-activity-div .card-cover { border-radius: 6px !important; min-height: 320px !important; }

.first-activity-div .black-screen, .second-activity-div .black-screen, .third-activity-div .black-screen { position: absolute !important; inset: 0 !important; background: linear-gradient(135deg, rgba(22, 23, 70, 0.45) 0%, rgba(22, 23, 70, 0.15) 100%) !important; }

.first-activity-title h3, .second-activity-title h3, .third-activity-title h3 { font-family: 'Raleway', sans-serif !important; font-size: clamp(1.4rem, 2.5vw, 2rem) !important; line-height: 1.2 !important; letter-spacing: -0.02em !important; }

.first-activity-div .lead p span, .second-activity-div .lead p span, .third-activity-div .lead p span { font-family: Arial, Helvetica, sans-serif !important; font-size: 1rem !important; line-height: 1.75 !important; color: #6B6B6B !important; }

.first-activity-div .row, .second-activity-div .row, .third-activity-div .row { align-items: center !important; }

/* ============================================================ 08. CARTES VIDÉO (chantiers) ============================================================ */
.custom-cards-videos { background-color: #161746; width: 100%; display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; max-width: 100%; margin: 0 auto; padding: 0 20px 40px; }

/* — Carte — */
.card-video { position: relative; width: calc(33.3% - 20px); border-radius: 12px; overflow: hidden; background: #161746; box-shadow: 0px 13px 10px -7px rgba(0, 0, 0, 0.2); transition: all 0.4s cubic-bezier(0.175, 0.885, 0, 1); cursor: pointer; }

.card-video:hover { box-shadow: 0px 30px 18px -8px rgba(0, 0, 0, 0.25); transform: scale(1.05); }

.card-video__media { width: 100%; aspect-ratio: 16 / 10; display: block; object-fit: cover; transition: opacity 0.3s ease; }

/* — Overlay — */
.card-video__overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(22, 23, 70, 0.85) 0%, rgba(22, 23, 70, 0.2) 50%, transparent 100%); transition: background 0.3s ease; }

.card-video:hover .card-video__overlay { background: linear-gradient(to top, rgba(22, 23, 70, 0.7) 0%, rgba(22, 23, 70, 0.15) 100%); }

/* — Bouton play — */
.card-video__play { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -60%); width: 52px; height: 52px; border-radius: 50%; border: 2px solid rgba(255, 255, 255, 0.5); display: flex; align-items: center; justify-content: center; color: rgba(255, 255, 255, 0.7); font-size: 1.2rem; transition: border-color 0.3s, color 0.3s, transform 0.3s; pointer-events: none; }

.card-video:hover .card-video__play { border-color: #CC7933; color: #CC7933; transform: translate(-50%, -60%) scale(1.1); }

/* — Info & tag — */
.card-video__info { position: absolute; bottom: 0; left: 0; right: 0; padding: 12px 16px; z-index: 2; }

.card-video__tag { display: inline-block; background: rgba(167, 55, 11, 0.85); color: #fff; font-size: 0.65rem; letter-spacing: 0.15em; text-transform: uppercase; padding: 3px 8px; border-radius: 2px; }

/* — Responsive — */
@media (max-width: 1024px) { .card-video { width: calc(50% - 20px); } }

@media (max-width: 640px) { .card-video { width: 100%; } }

/* ============================================================ 09. GALERIE INFINIE ============================================================ */
.infinite-gallery { background-color: #161746; overflow: hidden; width: 100%; position: relative; padding: 40px 0; }

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

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

.gallery-item { flex: 0 0 auto; }

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

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

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

.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; background: transparent; border: none; color: white; font-size: 40px; cursor: pointer; line-height: 1; }

/* — Responsive — */
@media screen and (max-width: 767px) { .infinite-gallery { overflow: visible; padding: 60px 20px; } .gallery-track { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; width: 100%; animation: none; transform: none; } .gallery-item { width: 100%; } .gallery-item a { display: block; width: 100%; } .gallery-item img { width: 100%; max-height: none; aspect-ratio: 1 / 1; object-fit: cover; } .lightbox { padding: 20px; } .lightbox-close { top: 12px; right: 16px; font-size: 36px; } .infinite-gallery:not(.infinite-gallery--visible) { display: none !important; } }

/* ============================================================ 10. BLOC FACEBOOK ============================================================ */
.p-3.bg-sixthColor.minimum-height.socialsMiroir-div.position-relative { margin: 3rem; }

.socialsMiroir-div { padding: 4rem 5% !important; min-height: 31vh !important; height: auto !important; }

.socialsMiroir-div .tac_socialsembeds { display: none !important; }

.socialsMiroir-div .row { flex-direction: column !important; align-items: center !important; justify-content: center !important; }

.socialsMiroir-div .col.order-lg-2.order-1 { flex: 0 0 auto !important; width: auto !important; max-width: 680px !important; text-align: center !important; }

.socialsMiroir-div .text-center { display: flex !important; flex-direction: column !important; align-items: center !important; gap: 1.2rem !important; }

.socialsMiroir-div .text-center p { margin-bottom: 0 !important; }

/* — Bouton Facebook — */
.fb-heuze-btn { display: inline-flex !important; align-items: center !important; gap: 10px !important; background: #A7370B !important; color: #FFFFFF !important; font-family: 'Raleway', sans-serif !important; font-weight: 700 !important; font-size: 0.85rem !important; letter-spacing: 0.08em !important; padding: 14px 28px !important; border-radius: 4px !important; text-decoration: none !important; margin-top: 0.5rem !important; transition: background 0.3s ease, transform 0.3s ease !important; }

.fb-heuze-btn::before { content: "f" !important; font-weight: 900 !important; font-size: 1rem !important; }

.fb-heuze-btn:hover { background: #CC7933 !important; transform: translateY(-2px) !important; color: #FFFFFF !important; }

/* ============================================================ 11. CTA RÉALISATIONS (bandeau horizontal) ============================================================ */
body > main > div.wrapper > div > div:nth-child(7) > div > div.display-5.titles.mb-2.fw-bold.text-body-emphasis.ctaLinks-title.text-color-sixth > p > span { font-weight: 300; letter-spacing: 0.2em; font-size: 0.3em !important; }

.cta_banner:has(.ctaLinks-button[href="/réalisations"]) .content { display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: space-between !important; gap: 18rem !important; width: 100% !important; max-width: 1100px !important; text-align: left !important; }

.cta_banner:has(.ctaLinks-button[href="/réalisations"]) .ctaLinks-title { margin-bottom: 0 !important; text-align: left !important; }

.cta_banner:has(.ctaLinks-button[href="/réalisations"]) .ctaLinks-title p { margin-bottom: 0 !important; }

.cta_banner:has(.ctaLinks-button[href="/réalisations"]) .col-lg-12 { width: auto !important; flex-shrink: 0 !important; }

.cta_banner:has(.ctaLinks-button[href="/réalisations"]) .d-grid { display: block !important; }

a.button_homepageDoubleScreen.ctaLinks-button.text-color-fourth.p-3.fs-6.fw-bold.m-2 { display: inline-block; border: 1px solid rgba(255, 255, 255, 0.3); color: rgba(255, 255, 255, 0.8) !important; font-family: 'Raleway', sans-serif; font-weight: 300 !important; font-size: 0.85rem; letter-spacing: 0.1em; text-transform: uppercase; padding: 14px 32px !important; border-radius: 4px !important; text-decoration: none; }

@media (max-width: 768px) { .cta_banner:has(.ctaLinks-button[href="/réalisations"]) .content { flex-direction: column !important; text-align: center !important; justify-content: center !important; align-items: center !important; gap: 1.5rem !important; /* ← écrase le gap: 18rem du desktop */ } .cta_banner:has(.ctaLinks-button[href="/réalisations"]) .ctaLinks-title { text-align: center !important; } }

/* ============================================================ 12. BLOC MAPS ============================================================ */
.item-content.mx-5 { display: none; }

.maps-section.position-relative.bg-sixthColor { margin-top: 3rem; margin-bottom: 2rem; }

/* ============================================================ 13. BOUTONS — règles globales ============================================================ */
.hero-heuze-btn-primary, .hero-heuze-btn-outline, .button_homepageDoubleScreen, .button_homepageScreen, .button_header, .button-header-telephone, .ctaLinks-button, a[class*="btn"], button[class*="btn"] { border-radius: 4px !important; transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.3s ease !important; }

.hero-heuze-btn-primary:hover, .hero-heuze-btn-outline:hover, .button_homepageDoubleScreen:hover, .button_homepageScreen:hover, .button_header:hover, .button-header-telephone:hover, .ctaLinks-button:hover, a[class*="btn"]:hover, button[class*="btn"]:hover { transform: translateY(-2px) !important; }

#navbarSupportedContent > div > a { border-radius: 4px !important; font-family: 'Raleway', sans-serif; font-weight: 700; font-size: 0.85rem; letter-spacing: 0.1em; text-transform: uppercase; padding: 10px 23px !important; }

/* ============================================================ 14. UTILITAIRES SECTIONS ============================================================ */
.section-eyebrow { font-family: 'Raleway', sans-serif; font-weight: 300; font-size: 0.9rem; letter-spacing: 0.25em; text-transform: uppercase; color: #A7370B; margin-bottom: 0.8rem; display: block; }

.section-title { font-family: 'Raleway', sans-serif; font-weight: 700; font-size: clamp(1.8rem, 4vw, 3rem); color: #161746; line-height: 1.15; margin-bottom: 1.2rem; }

.section-title em { font-style: normal; color: #A7370B; }

.section-lead { font-family: Arial, Helvetica, sans-serif; font-size: 1rem; line-height: 1.75; color: #6B6B6B; max-width: 600px; }

/* — Animations reveal — */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.7s ease, transform 0.7s ease; }

.reveal.visible { opacity: 1; transform: none; }

.reveal-delay-1 { transition-delay: 0.1s; }

.reveal-delay-2 { transition-delay: 0.2s; }

.reveal-delay-3 { transition-delay: 0.3s; }

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