:root {
  --brand-red: #bf2827;
  --brand-dark: #1b1b19;
  --brand-deep: #111111;
  --soft-bg: #f8f9fa;
  --soft-border: #e9ebf0;
  --text-muted: #616a78;
  --bg-section-a: #ffffff;
  --bg-section-b: #f4f5f6;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Manrope", "Segoe UI", Roboto, Arial, sans-serif;
  color: var(--brand-dark);
  background-color: var(--bg-section-b);
  line-height: 1.6;
  font-size: 16px;
}

/* 2 fonds uniquement, alternés (assortis rouge + noir) */
.section-bg-white { background-color: var(--bg-section-a); }
.section-bg-soft  { background-color: var(--bg-section-b); }

/* ========== TEMPLATE DESIGN (nos couleurs conservées) ========== */
/* Header au-dessus du contenu : évite que le hero recouvre le sous-menu Services */
.site-header {
  position: relative;
  z-index: 1050;
}

@media (min-width: 992px) {
  .site-header .navbar,
  .site-header .navbar .container,
  .site-header .navbar-collapse {
    overflow: visible;
  }
}

.template-main {
  position: relative;
  z-index: 0;
  background-color: #f8f8f8;
}

body:has(.template-main) {
  background-color: #f8f8f8;
}

/* Hero full-width */
.hero-template {
  width: 100%;
  overflow: hidden;
}

.hero-template {
  position: relative;
}

.hero-template-bg {
  position: relative;
  width: 100%;
  height: clamp(320px, 55vw, 560px);
  background: var(--brand-dark);
}

.hero-template-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-template-content {
  --hero-padding-y: 2.75rem;
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  padding: var(--hero-padding-y) 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.35) 60%, transparent 100%);
}

@media (max-width: 991.98px) {
  /* Légère séparation header blanc / hero pleine largeur */
  .site-header {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08), 0 8px 24px rgba(17, 23, 35, 0.06);
  }

  .hero-template-content {
    --hero-padding-y: 3.5rem;
    align-items: center;
  }

  .hero-template-content .container {
    width: 100%;
  }

  .hero-template-bg {
    min-height: 440px;
  }

  .hero-template--page .hero-template-bg {
    min-height: 460px;
  }
}

.hero-template-h1 {
  font-size: clamp(1.5rem, 3.2vw, 2.25rem);
  font-weight: 800;
  color: #fff;
  margin-bottom: 0.75rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
  max-width: 18ch;
}

.hero-template-subtitle {
  font-size: clamp(0.95rem, 1.4vw, 1.1rem);
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.5;
  margin-bottom: 1.5rem;
  max-width: 42ch;
}

.hero-template-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

/* Page hero : mêmes dimensions et zone image que l’accueil (hauteur + overlay) */
.hero-template--page .hero-template-content--page {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.35) 60%, transparent 100%);
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.85rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.92);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero-template-h1--page {
  max-width: 28ch;
}

.hero-template-subtitle--page {
  max-width: 56ch;
}

.service-subnav-wrap {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.service-subnav {
  display: flex;
  gap: 0.75rem;
  overflow-x: auto;
  padding: 0.75rem 0;
  scroll-snap-type: x mandatory;
}

.service-subnav::-webkit-scrollbar {
  height: 8px;
}

.service-subnav-link {
  flex: 0 0 auto;
  scroll-snap-align: start;
  text-decoration: none;
  font-weight: 800;
  font-size: 0.9rem;
  color: #2b2b2b;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.service-subnav-link:hover {
  transform: translateY(-1px);
  border-color: rgba(191, 40, 39, 0.35);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.service-lead {
  max-width: 70ch;
}

.service-sidecard {
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.08);
}

.service-solution-card {
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.06);
}

.service-solution-card--featured {
  border-color: rgba(191, 40, 39, 0.18);
  box-shadow: 0 18px 44px rgba(191, 40, 39, 0.10);
}

.service-checklist {
  padding-left: 1.15rem;
}

.service-checklist li {
  margin-bottom: 0.35rem;
}

.container.service-narrow {
  max-width: 1100px;
}

/* Hero buttons : même style que CTA nav et bouton Envoyer le formulaire */
.hero-template .hero-btn-primary,
.hero-template .btn.btn-danger.btn-lg {
  border: 0;
  border-radius: 6px;
  padding: 0.68rem 1.15rem;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(191, 40, 39, 0.2);
}

.hero-template .hero-btn-primary:hover,
.hero-template .btn.btn-danger.btn-lg:hover {
  background: #a82322;
  box-shadow: 0 5px 14px rgba(168, 35, 34, 0.24);
}

.hero-btn-secondary {
  border-radius: 6px;
  border: 2px solid #fff;
  color: #fff;
  background: transparent;
  font-weight: 700;
  padding: 0.68rem 1.15rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.hero-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: #fff;
  color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Sections communes template : 120 px au total entre les sections (60px haut + 60px bas) */
.template-section {
  padding: 60px 0;
}

.template-section-title {
  font-size: clamp(1.5rem, 2.5vw, 1.85rem);
  font-weight: 800;
  color: var(--brand-dark);
  margin-bottom: 2rem;
  letter-spacing: -0.02em;
}

/* ========== POURQUOI NOUS CHOISIR : fond gris clair, 4 cartes avec barre rouge + numéro 0,1,2,3 en fond ========== */
.section-pourquoi {
  background: #f1f2f4;
  position: relative;
  padding-top: 45px;
  padding-bottom: 60px;
}

.section-qui {
  padding-bottom: 45px;
}

.section-pourquoi .pourquoi-atout {
  position: relative;
  overflow: hidden;
}

.section-pourquoi .pourquoi-atout::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(6rem, 18vw, 12rem);
  font-weight: 800;
  color: var(--brand-red);
  opacity: 0.06;
  pointer-events: none;
  line-height: 1;
}

.section-pourquoi .row > *:nth-child(1) .pourquoi-atout::before { content: "1"; }
.section-pourquoi .row > *:nth-child(2) .pourquoi-atout::before { content: "2"; }
.section-pourquoi .row > *:nth-child(3) .pourquoi-atout::before { content: "3"; }
.section-pourquoi .row > *:nth-child(4) .pourquoi-atout::before { content: "4"; }

/* ========== TÉMOIGNAGES : fond blanc, 3 cartes avec bande rouge en haut ========== */
.section-temoignages {
  background: #fff;
}

/* Logos partenaires */
.partner-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2rem 2.5rem;
  margin-bottom: 2.5rem;
}

.partner-logo {
  font-size: 0.85rem;
  font-weight: 700;
  color: #888;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Cartes expertises : fond sombre, image, titre en bas à gauche, flèche en cercle en bas à droite */
/* Ancien style expertise (conservé si besoin) */
.expertise-card {
  display: block;
  position: relative;
  height: 260px;
  border-radius: 12px;
  overflow: hidden;
  background: var(--brand-dark);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  text-decoration: none;
  color: #fff;
}

.expertise-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.18);
}

.expertise-card-img-wrap {
  position: absolute;
  inset: 0;
}

.expertise-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  opacity: 0.7;
}

.expertise-card:hover .expertise-card-img {
  opacity: 0.85;
}

.expertise-card-title {
  position: absolute;
  left: 1.25rem;
  bottom: 1.25rem;
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

.expertise-card-arrow {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 700;
  transition: background 0.2s ease;
}

.expertise-card:hover .expertise-card-arrow {
  background: var(--brand-red);
}

/* Cartes expertises v2 */
.expertise-card-v2 {
  display: block;
  position: relative;
  height: 340px;
  border-radius: 16px;
  overflow: hidden;
  background: var(--brand-dark);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12), 0 4px 12px rgba(0, 0, 0, 0.06);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
  text-decoration: none;
  color: #fff;
}

.expertise-card-v2:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16), 0 8px 20px rgba(0, 0, 0, 0.08);
}

.expertise-card-v2-img {
  position: absolute;
  inset: 0;
}

.expertise-card-v2-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.expertise-card-v2-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.5rem 1.35rem 1.5rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.6) 45%, transparent 100%);
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.expertise-card-v2-title {
  font-size: 1.28rem;
  font-weight: 800;
  color: #fff;
  margin: 0;
  letter-spacing: -0.02em;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  line-height: 1.2;
}

.expertise-card-v2-desc {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.5;
  margin: 0;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.expertise-card-v2-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  width: 100%;
  max-width: 140px;
  padding: 0.35rem 1rem;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  margin-top: 0.25rem;
  box-shadow: 0 2px 12px rgba(191, 40, 39, 0.35);
}

.expertise-card-v2-btn [aria-hidden="true"] {
  font-size: 1.25em;
  line-height: 1;
}

.expertise-card-v2-btn-red {
  background: var(--brand-red);
  color: #fff;
  border: 2px solid var(--brand-red);
}

.expertise-card-v2:hover .expertise-card-v2-btn-red {
  background: #a82322;
  border-color: #a82322;
  color: #fff;
  box-shadow: 0 4px 16px rgba(191, 40, 39, 0.45);
}

.expertise-card-v2-btn-outline {
  background: #fff;
  color: var(--brand-dark);
  border: 2px solid var(--brand-dark);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}

.expertise-card-v2-btn-outline span:last-child,
.expertise-card-v2-btn-outline [aria-hidden="true"] {
  color: var(--brand-red);
}

.expertise-card-v2:hover .expertise-card-v2-btn-outline {
  background: #f5f5f5;
  border-color: var(--brand-dark);
  color: var(--brand-dark);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
}

/* Qui sommes-nous : carte projet à gauche */
.featured-project-card {
  display: block;
  position: relative;
  height: 100%;
  min-height: 320px;
  border-radius: 12px;
  overflow: hidden;
  background: var(--brand-dark);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  color: #fff;
  transition: box-shadow 0.25s ease;
}

.featured-project-card:hover {
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.16);
}

.featured-project-img {
  position: absolute;
  inset: 0;
}

.featured-project-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-grayscale {
  filter: grayscale(100%);
}

.featured-project-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.75rem 1.5rem;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.85));
}

.featured-project-name {
  font-size: 1.35rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 0.25rem;
}

.featured-project-meta {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 0.75rem;
}

.featured-project-link {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--brand-red);
}

.featured-project-link [aria-hidden="true"] {
  font-size: 1.25em;
  line-height: 1;
}

/* Qui sommes-nous : visuel BETCOBAT (plus de projet) */
.qui-visual-card {
  position: relative;
  height: 100%;
  min-height: 320px;
  border-radius: 12px;
  overflow: hidden;
  background: var(--brand-dark);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.qui-visual-card .featured-project-img {
  position: absolute;
  inset: 0;
}

.qui-visual-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.75rem 1.5rem;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.85));
}

.qui-visual-tagline {
  font-size: 1.2rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 0.35rem;
}

.qui-visual-meta {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
}

/* Qui : droite */
.qui-headline {
  font-size: clamp(1.2rem, 1.8vw, 1.45rem);
  font-weight: 800;
  color: var(--brand-dark);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.qui-text {
  font-size: 0.98rem;
  color: var(--text-muted);
  line-height: 1.65;
  margin-bottom: 1.75rem;
}

.qui-text p {
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}

.qui-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 2.5rem;
  margin-bottom: 1.75rem;
}

.qui-stat-num {
  display: block;
  font-size: 1.75rem;
  font-weight: 800;
  color: var(--brand-dark);
  letter-spacing: -0.02em;
}

.qui-stat-label {
  font-size: 0.85rem;
  color: var(--text-muted);
}

.qui-stat-france {
  display: flex;
  flex-direction: column;
}

.qui-france-img {
  display: block;
  max-width: 140px;
  height: auto;
  margin: 0.35rem 0 0.5rem 0;
  border-radius: 4px;
}

.btn-template-secondary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.7rem 1.35rem;
  border-radius: 10px;
  background: #e8e8e8;
  color: var(--brand-dark);
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}

.btn-template-secondary [aria-hidden="true"] {
  font-size: 1.25em;
  line-height: 1;
}

.btn-template-secondary:hover {
  background: #ddd;
  color: var(--brand-dark);
}

.btn-template-lg {
  padding: 0.85rem 1.75rem;
  font-size: 1rem;
}

/* Réalisations : cartes */
/* Header Réalisations : titre à gauche, logos à droite */
.realisations-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 2rem;
  margin-bottom: 2rem;
}

.realisations-header .template-section-title {
  margin-bottom: 0;
}

.partner-logos-realisations {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .realisations-header {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Cartes Réalisations v2 */
.realisation-card-v2 {
  display: block;
  position: relative;
  height: 340px;
  border-radius: 20px;
  overflow: hidden;
  background: var(--brand-dark);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  color: #fff;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.realisation-card-v2:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.15);
}

.realisation-card-v2--stretch {
  height: 100%;
  min-height: 340px;
}

.realisation-card-v2-img {
  position: absolute;
  inset: 0;
}

.realisation-card-v2-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.realisation-card-v2-img--focus img {
  object-position: 50% 70%;
}

.realisation-card-v2-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.5rem 1.5rem 1.5rem;
  background: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.92) 100%);
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.realisation-card-v2-title {
  font-size: 1.25rem;
  font-weight: 800;
  color: #fff;
  margin: 0;
  letter-spacing: -0.02em;
}

.realisation-card-v2-desc {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.45;
  margin: 0;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.realisation-card-v2-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  width: 100%;
  max-width: 180px;
  padding: 0.4rem 1.15rem;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
  background: var(--brand-red);
  border: none;
  margin-top: 0.35rem;
  transition: background 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 2px 12px rgba(191, 40, 39, 0.35);
}

.realisation-card-v2-btn [aria-hidden="true"] {
  font-size: 1.25em;
  line-height: 1;
}

.realisation-card-v2:hover .realisation-card-v2-btn {
  background: #a82322;
  color: #fff;
  box-shadow: 0 4px 16px rgba(191, 40, 39, 0.45);
}

/* Ancien style realisation (conservé) */
.realisation-card {
  display: block;
  position: relative;
  height: 280px;
  border-radius: 12px;
  overflow: hidden;
  background: var(--brand-dark);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  color: #fff;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.realisation-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.16);
}

.realisation-card-img {
  position: absolute;
  inset: 0;
}

.realisation-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.realisation-card-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.5rem 1.25rem;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.88));
}

.realisation-card-title {
  font-size: 1.15rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 0.2rem;
}

.realisation-card-meta {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 0.5rem;
}

.realisation-card-link {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--brand-red);
}

/* Pourquoi nous choisir : 4 atouts – barre rouge à gauche du titre, numéro en fond (voir .section-pourquoi) */
.pourquoi-atout {
  background: #fff;
  border-radius: 10px;
  padding: 1.25rem 1.35rem;
  height: 100%;
  border: 1px solid #eee;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.pourquoi-atout:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.07);
  border-color: #e0e0e0;
}

.pourquoi-atout-title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--brand-dark);
  margin-bottom: 0.5rem;
  line-height: 1.3;
  padding-left: 0.75rem;
  border-left: 3px solid var(--brand-red);
  position: relative;
  z-index: 1;
}

.pourquoi-atout-text {
  position: relative;
  z-index: 1;
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.5;
}

/* Pourquoi nous choisir : FAQ */
.pourquoi-faq {
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
}

.pourquoi-faq li {
  border-bottom: 1px solid #e5e5e5;
}

.pourquoi-faq li:last-child {
  border-bottom: 0;
}

.pourquoi-faq-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.25rem;
  background: none;
  border: 0;
  font-size: 0.98rem;
  font-weight: 600;
  color: var(--brand-dark);
  text-align: left;
  cursor: pointer;
  transition: background 0.2s ease;
}

.pourquoi-faq-item:hover {
  background: #f8f8f8;
}

.pourquoi-faq-arrow {
  flex-shrink: 0;
  font-size: 1.2rem;
  color: var(--brand-red);
  transition: transform 0.2s ease;
}

.pourquoi-faq-item:not(.collapsed) .pourquoi-faq-arrow {
  transform: rotate(90deg);
}

.pourquoi-faq-body {
  padding: 0 1.25rem 1rem;
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.6;
}

/* Témoignage : bande rouge en haut + accent sous les étoiles */
.template-testimonial-card {
  background: #fff;
  border-radius: 12px;
  padding: 1.5rem 1.75rem;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.04);
  border: 1px solid #eee;
  position: relative;
  overflow: hidden;
  border-top: 3px solid var(--brand-red);
}

.template-testimonial-card .template-stars {
  margin-bottom: 0.5rem;
}

.template-stars {
  color: var(--brand-red);
  font-size: 1rem;
  letter-spacing: 0.15em;
}

.template-testimonial-text {
  font-size: 0.95rem;
  color: var(--text-muted);
  line-height: 1.6;
}

.template-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand-dark) 0%, #333 100%);
  flex-shrink: 0;
}

.template-contact-block {
  font-size: 0.95rem;
}

.template-contact-block a:hover {
  color: var(--brand-red) !important;
}

/* Section Contact : carte gauche + formulaire droite */
.contact-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  border: 1px solid #eee;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.contact-card-header {
  background: var(--brand-dark);
  padding: 1.5rem 1.5rem 1.25rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.contact-card-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, #3a3a38 0%, #2a2a28 100%);
  flex-shrink: 0;
}

.contact-card-header-text {
  flex: 1;
  min-width: 0;
}

.contact-card-stars {
  color: #e8b923;
  font-size: 1rem;
  letter-spacing: 0.12em;
  margin-bottom: 0.25rem;
}

.contact-card-name {
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.02em;
}

.contact-card-role {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.85);
  margin-top: 0.15rem;
}

.contact-card-tagline {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 0.2rem;
}

.contact-card-body {
  padding: 1.5rem 1.5rem 1.75rem;
  flex: 1;
}

.contact-card-phone {
  font-size: 1.1rem;
}

.contact-card-phone a:hover {
  color: var(--brand-red) !important;
}

.contact-card-map-wrap {
  border-radius: 10px;
  overflow: hidden;
  background: #f0f0f0;
  aspect-ratio: 4 / 3;
  min-height: 180px;
}

.contact-card-map-wrap iframe {
  width: 100%;
  height: 100%;
  display: block;
  vertical-align: top;
}

.contact-card-details {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.6;
}

.contact-card-details li {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  margin-bottom: 0.6rem;
}

.contact-card-details li:last-child {
  margin-bottom: 0;
}

.contact-card-details a {
  color: inherit;
  text-decoration: none;
}

.contact-card-details a:hover {
  color: var(--brand-red);
}

.contact-card-icon {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 0.15rem;
  opacity: 0.8;
}

.contact-card-icon-pin {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23666'%3E%3Cpath d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
}

.contact-card-icon-phone {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23666'%3E%3Cpath d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
}

.contact-card-icon-mail {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23666'%3E%3Cpath d='M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
}

.contact-form-wrap {
  background: #fff;
  border-radius: 14px;
  padding: 2rem 2rem 2.25rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  border: 1px solid #eee;
  height: 100%;
}

.contact-commercial-box {
  background: var(--brand-red);
  color: #fff;
  border-radius: 14px;
  padding: 1.75rem 1.5rem;
  height: 100%;
  min-height: 200px;
}

.contact-commercial-title {
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #fff;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.contact-commercial-name {
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
}

.contact-commercial-item {
  font-size: 0.95rem;
}

.contact-commercial-item a {
  color: #fff;
  text-decoration: none;
}

.contact-commercial-item a:hover {
  text-decoration: underline;
}

.contact-form-intro {
  font-size: 0.95rem;
  color: var(--text-muted);
  line-height: 1.5;
}

.contact-form .form-label {
  font-weight: 600;
  color: var(--brand-dark);
}

.contact-form .form-control {
  border-radius: 8px;
  border-color: #ddd;
}

.contact-form .form-control::placeholder {
  color: #888;
}

.contact-form .form-control:focus,
.contact-form .form-select:focus {
  border-color: var(--brand-red);
  box-shadow: 0 0 0 0.2rem rgba(191, 40, 39, 0.15);
}

.contact-form .form-select {
  border-radius: 8px;
  border-color: #ddd;
}

.contact-form .form-check-input:checked {
  background-color: var(--brand-red);
  border-color: var(--brand-red);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: -0.02em;
  color: #161b24;
}

h2 {
  font-weight: 800;
}

h1,
.h1 {
  font-size: clamp(1.7rem, 2.8vw, 2.1rem);
}

h2,
.h2 {
  font-size: clamp(1.45rem, 2.1vw, 1.8rem);
}

h3,
.h3 {
  font-size: clamp(1.15rem, 1.6vw, 1.3rem);
}

p,
.small,
li,
.nav-link,
.btn {
  font-size: 0.96rem;
}

p,
li {
  color: var(--text-muted);
}

.container {
  max-width: 1160px;
}

.lead {
  font-size: 1rem;
  font-weight: 500;
}

.display-5 {
  font-size: clamp(1.9rem, 3.3vw, 2.5rem);
  line-height: 1.2;
}

.brand-logo {
  width: 142px;
  height: auto;
}

@media (max-width: 991.98px) {
  .brand-logo {
    width: 100px;
    max-height: 48px;
    object-fit: contain;
  }

  .site-header .navbar > .container {
    align-items: center;
  }

  .navbar-mobile-bar {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-shrink: 0;
  }

  .navbar-mobile-bar .navbar-cta-mobile {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    padding: 9px 15px !important;
    line-height: 1.2;
    white-space: nowrap;
    box-shadow: 0 2px 8px rgba(191, 40, 39, 0.16);
    align-self: center;
  }

  .navbar-mobile-bar .navbar-toggler {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 12px;
    margin: 0;
    align-self: center;
  }

  /* Bandeau logo/CTA vs panneau menu : zone distincte */
  .site-header .navbar-collapse {
    flex-basis: 100%;
    width: 100%;
    margin-top: 0.7rem;
    padding-top: 1rem;
    padding-bottom: 0.65rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    border-top: 1px solid #dee3ea;
    background-color: #f4f6f8;
    border-radius: 10px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
  }

  .site-header .navbar-collapse .navbar-nav {
    padding-top: 0.15rem;
    padding-bottom: 0.35rem;
  }

  .site-header .navbar-collapse .navbar-nav .nav-link {
    padding-top: 0.55rem;
    padding-bottom: 0.55rem;
    border-radius: 6px;
  }

  .site-header .navbar-collapse .navbar-nav .nav-link:hover,
  .site-header .navbar-collapse .navbar-nav .nav-link:focus {
    background-color: rgba(255, 255, 255, 0.65);
  }

  .site-header .navbar-collapse .btn-quote {
    margin-top: 0.5rem;
    width: 100%;
    text-align: center;
  }
}

.navbar {
  backdrop-filter: blur(10px);
  padding-top: 0.82rem;
  padding-bottom: 0.82rem;
  background: rgba(255, 255, 255, 0.95);
}

.navbar .nav-link {
  color: var(--brand-dark);
  font-weight: 600;
  font-size: 0.9rem;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
  color: var(--brand-red);
}

.nav-phone {
  text-decoration: none;
  color: #4a4f59;
  font-weight: 600;
  font-size: 0.93rem;
}

.btn {
  font-weight: 700;
  border-radius: 6px;
  letter-spacing: -0.01em;
  transition: all 0.2s ease;
  font-size: 0.98rem;
  padding: 0.68rem 1.15rem;
}

.btn-lg {
  font-size: 1.02rem;
  padding: 0.78rem 1.3rem;
}

.btn-sm {
  font-size: 0.88rem;
  padding: 0.5rem 0.9rem;
}

.btn-quote,
.btn-danger {
  border: 0;
  border-radius: 6px;
  padding: 0.68rem 1.15rem;
  background: var(--brand-red);
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(191, 40, 39, 0.2);
}

.btn-danger {
  border-color: transparent;
}

.btn-quote:hover,
.btn-quote:focus,
.btn-danger:hover,
.btn-danger:focus {
  color: #ffffff;
  background: #a82322;
  border-color: transparent;
  box-shadow: 0 5px 14px rgba(168, 35, 34, 0.24);
}

.btn-outline-dark {
  border-radius: 6px;
  border-color: #cfd6e3;
  color: #2b313b;
  background: #fff;
  font-weight: 700;
}

.btn-outline-dark:hover,
.btn-outline-dark:focus {
  color: #1f242d;
  border-color: #aeb7c8;
  background: #f6f8fb;
  box-shadow: 0 4px 12px rgba(35, 45, 65, 0.1);
}

.section-kicker {
  display: inline-block;
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  color: #9a1f1e;
  font-weight: 700;
}

/* Section À propos (ancienne charte) */
.about-trust-section {
  /* fond géré par .section-bg-white */
}

.about-image-wrap {
  border-radius: 6px;
  overflow: hidden;
}

.about-image-wrap img {
  display: block;
  height: 260px;
  object-fit: cover;
}

.about-lead {
  color: #4f5866;
  font-size: 0.98rem;
  line-height: 1.65;
}

.about-stats-list {
  padding-top: 0.1rem;
}

.about-stat-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.about-stat-num {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--brand-dark);
  letter-spacing: -0.02em;
  line-height: 1.15;
  display: block;
}

.about-stat-txt {
  font-size: 0.8rem;
  color: var(--text-muted);
  margin-top: 0.2rem;
  display: block;
}

.about-trust-divider {
  height: 1px;
  background: #e8ecf2;
  margin: 3rem 0 2.5rem;
}

.about-trust-marquee {
  padding-bottom: 0.5rem;
}

.about-trust-label {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #9ca3af;
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  .about-image-wrap img {
    height: 320px;
  }
}

/* Hero */
.hero-section {
  position: relative;
  width: 100%;
  background-color: var(--bg-section-b);
}

.hero-bg {
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  bottom: 0;
  width: 100vw;
  margin-left: -50vw;
  background: var(--bg-section-b);
  z-index: 0;
}

.hero-container {
  position: relative;
  z-index: 1;
}

.hero-image-wrap {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--soft-border);
  box-shadow: 0 18px 36px rgba(17, 27, 36, 0.08);
}

.hero-image {
  min-height: 280px;
  max-height: 500px;
  object-fit: cover;
}

.hero-floating-card {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #fff;
  box-shadow: 0 10px 24px rgba(17, 17, 17, 0.08);
}

.hero-trust span {
  position: relative;
  padding-left: 0.9rem;
}

.hero-trust span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.44rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--brand-red);
}

.py-lg-6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

/* Logo défilant - Ils nous font confiance */
.logo-marquee-wrap {
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, black 8%, black 92%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, black 8%, black 92%, transparent);
}

.logo-marquee {
  display: flex;
  align-items: center;
  gap: 0;
  width: max-content;
  animation: logo-marquee 40s linear infinite;
}

.logo-marquee-item {
  flex-shrink: 0;
  font-size: 0.8rem;
  font-weight: 600;
  color: #5c6573;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
}

.logo-marquee-sep {
  flex-shrink: 0;
  margin: 0 1.25rem;
  font-size: 0.6rem;
  color: #c2c8d2;
  font-weight: 400;
}

@keyframes logo-marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .logo-marquee {
    animation: none;
  }
  .logo-marquee-wrap {
    overflow-x: auto;
    mask-image: none;
    -webkit-mask-image: none;
  }
}

.stat-card,
.service-card,
.project-card {
  background-color: #fff;
  border: 1px solid var(--soft-border);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.service-card:hover,
.project-card:hover,
.stat-card:hover {
  transform: translateY(-3px);
  border-color: #d8dde8;
  box-shadow: 0 10px 24px rgba(17, 17, 17, 0.06);
}

.service-card-media {
  border-radius: 12px;
  box-shadow: 0 8px 22px rgba(17, 27, 36, 0.04);
}

.stat-card {
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}

.stat-card::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--brand-red), #e0605f);
}

.stat-label {
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #8a93a4;
  font-weight: 700;
}

.service-media {
  border-bottom: 1px solid var(--soft-border);
}

.service-image {
  width: 100%;
  height: 190px;
  object-fit: cover;
}

.service-icon {
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  color: transparent;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #d7dde8;
  backdrop-filter: blur(2px);
}

.service-icon::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--brand-red);
}

.service-body {
  background: #fff;
}

.service-link {
  color: var(--brand-deep);
  font-weight: 700;
  text-decoration: none;
  font-size: 0.92rem;
}

.service-link:hover {
  color: var(--brand-red);
}

.process-card {
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.03);
}

.project-image {
  width: 100%;
  height: 225px;
  object-fit: cover;
}

.project-card-overlay {
  position: relative;
}

.project-card-overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 30%, rgba(0, 0, 0, 0.68) 100%);
  pointer-events: none;
}

.project-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.project-chip {
  display: inline-block;
  margin-bottom: 0.5rem;
  padding: 0.18rem 0.55rem;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 700;
  color: #f0f2f5;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.project-overlay h3,
.project-overlay p {
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.32);
}

.testimonial-card {
  background: #fff;
  border: 1px solid var(--soft-border);
  box-shadow: 0 10px 24px rgba(17, 17, 17, 0.04);
  position: relative;
  padding-left: 1.2rem;
}

.testimonial-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1rem;
  bottom: 1rem;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--brand-red), #d85a59);
}

.accordion-item {
  border: 1px solid var(--soft-border);
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}

.accordion-button:not(.collapsed) {
  background: #fff;
  color: var(--brand-deep);
}

.cta-box {
  background-color: #fff;
  border: 1px solid var(--soft-border);
  box-shadow: 0 12px 28px rgba(17, 17, 17, 0.04);
}

.office-card {
  border: 1px solid var(--soft-border);
  background: #fff;
  box-shadow: 0 12px 28px rgba(17, 17, 17, 0.04);
}

.office-image {
  min-height: 220px;
  max-height: 320px;
  object-fit: cover;
}

.site-header .navbar.scrolled {
  box-shadow: 0 8px 22px rgba(17, 17, 17, 0.08);
}

.footer-premium {
  background: #fff;
}

.footer-link {
  text-decoration: none;
  color: #5b6270;
  font-size: 0.9rem;
}

.footer-link:hover {
  color: var(--brand-red);
}

.form-control,
.form-select {
  border-color: #dbe0e9;
  border-radius: 0.65rem;
}

.form-control:focus {
  border-color: #d76867;
  box-shadow: 0 0 0 0.2rem rgba(191, 40, 39, 0.14);
}

.floating-whatsapp {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  display: block;
  line-height: 0;
  text-decoration: none;
  background: none;
  border: 0;
  border-radius: 6px;
  padding: 0;
  box-shadow: none;
  overflow: hidden;
  z-index: 1030;
}

.floating-whatsapp-icon {
  width: 52px;
  height: 52px;
  display: block;
  object-fit: contain;
  border-radius: 6px;
}

.floating-whatsapp:focus-visible {
  outline: 3px solid rgba(37, 211, 102, 0.6);
  outline-offset: 4px;
  border-radius: 6px;
}

.reveal-up {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.reveal-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Contenu (pas la section) : titres, blocs, colonnes — hero en CSS, reste via JS + .bc-reveal-item */
@keyframes bc-content-reveal {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-template-content .container > * {
  animation: bc-content-reveal 0.78s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.hero-template-content .container > *:nth-child(1) {
  animation-delay: 0.04s;
}
.hero-template-content .container > *:nth-child(2) {
  animation-delay: 0.09s;
}
.hero-template-content .container > *:nth-child(3) {
  animation-delay: 0.14s;
}
.hero-template-content .container > *:nth-child(4) {
  animation-delay: 0.19s;
}
.hero-template-content .container > *:nth-child(5) {
  animation-delay: 0.24s;
}
.hero-template-content .container > *:nth-child(6) {
  animation-delay: 0.29s;
}
.hero-template-content .container > *:nth-child(7) {
  animation-delay: 0.34s;
}
.hero-template-content .container > *:nth-child(8) {
  animation-delay: 0.39s;
}

.bc-reveal-item {
  animation: bc-content-reveal 0.78s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: var(--bc-reveal-delay, 0s);
}

@media (prefers-reduced-motion: reduce) {
  .hero-template-content .container > *,
  .bc-reveal-item {
    animation: none;
    opacity: 1;
    transform: none;
  }
}

@media print {
  .hero-template-content .container > *,
  .bc-reveal-item {
    animation: none;
    opacity: 1;
    transform: none;
  }
}

/* Facility-inspired style rhythm (structure only, BETCOBAT colors kept) */
#services,
#projects,
#faq,
#contact {
  border-top: 1px solid #eceff3;
}

#services .service-card-media {
  border-radius: 8px;
  border-color: #e4e8ee;
  box-shadow: none;
}

#services .service-body {
  padding: 1.05rem !important;
}

#services .service-body h3 {
  font-size: 1rem;
}

#services .service-body p {
  font-size: 0.88rem;
  margin-bottom: 0.75rem !important;
}

#services .service-link {
  font-size: 0.86rem;
  color: #202733;
}

.showcase-band {
  position: relative;
  background:
    linear-gradient(90deg, rgba(15, 21, 29, 0.88) 0%, rgba(15, 21, 29, 0.82) 38%, rgba(15, 21, 29, 0.45) 100%),
    url("https://images.unsplash.com/photo-1497366216548-37526070297c?auto=format&fit=crop&w=1600&q=80") center/cover no-repeat;
}

.showcase-band .process-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

#projects .project-card-overlay {
  border-radius: 8px;
}

#projects .project-image {
  height: 200px;
}

#projects .project-overlay h3 {
  font-size: 1.02rem;
}

#projects .project-overlay p {
  font-size: 0.84rem;
}

.footer-premium {
  background: #111723;
  border-top: 0 !important;
}

.footer-premium p,
.footer-premium span,
.footer-premium .small {
  color: #b7bfcc !important;
}

.footer-premium .footer-link {
  color: #d9e0ec;
}

.footer-premium .footer-link:hover {
  color: #ffffff;
}

.footer-icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: inherit;
}

.footer-premium .footer-icon {
  opacity: 0.9;
}

@media (max-width: 991.98px) {
  .btn-quote {
    width: 100%;
    text-align: center;
    margin-top: 0.5rem;
  }
}

@media (min-width: 992px) {
  .brand-logo {
    width: 165px;
  }

  .project-image {
    height: 240px;
  }

  .service-image {
    height: 205px;
  }

  #projects .project-image {
    height: 220px;
  }
}

/* About page */
.about-page .about-hero {
  padding: 120px 0 56px;
  border-bottom: 1px solid #e9ebf0;
}

.about-kicker {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.74rem;
  font-weight: 700;
  color: #bf2827;
  margin-bottom: 10px;
}

.about-hero h1 {
  font-size: clamp(1.9rem, 4.2vw, 2.8rem);
  margin-bottom: 14px;
  letter-spacing: -0.02em;
  color: #131517;
}

.about-hero-lead {
  max-width: 70ch;
  color: #616a78;
}

.about-company,
.about-services,
.about-clients {
  padding: 72px 0;
}

.about-contact-card {
  background: #fff;
  border: 1px solid #e9ebf0;
  border-radius: 16px;
  padding: 22px;
  box-shadow: 0 8px 20px rgba(17, 17, 17, 0.05);
}

.about-contact-card h3 {
  font-size: 1.08rem;
  margin-bottom: 14px;
}

.about-contact-card li {
  color: #4f5661;
  margin-bottom: 10px;
  font-size: 0.95rem;
}

.about-contact-card a {
  color: #2d3948;
  text-decoration: none;
}

.about-contact-card a:hover {
  color: #bf2827;
}

.about-service-card {
  height: 100%;
  background: #fff;
  border: 1px solid #e9ebf0;
  border-radius: 14px;
  padding: 22px;
}

.about-service-card h3 {
  font-size: 1.08rem;
  margin-bottom: 10px;
}

.about-service-card p {
  margin: 0;
  color: #56606d;
}

.about-client-list {
  margin: 0 0 14px;
  padding-left: 1.1rem;
}

.about-client-list li {
  margin-bottom: 6px;
  color: #37414d;
  font-weight: 600;
}

.about-actions-card {
  background: #fff;
  border: 1px solid #e9ebf0;
  border-radius: 16px;
  padding: 24px;
}

.about-actions-card h3 {
  font-size: 1.08rem;
  margin-bottom: 8px;
}

.about-actions-card p {
  color: #59616d;
}

/* Réalisations */
.realisations-filter-btn.active {
  border-color: #212529;
}

.realisation-project-card {
  display: grid;
  gap: 0;
  background: #fff;
  border: 1px solid #e9ebf0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(15, 21, 29, 0.06);
}

@media (min-width: 992px) {
  .realisation-project-card {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
    align-items: stretch;
  }
}

.realisation-project-media {
  min-height: 220px;
  background: #eef1f6;
  position: relative;
  aspect-ratio: 16 / 10;
}

.realisation-project-media img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  display: block;
}

.realisation-carousel,
.realisation-carousel .carousel-inner,
.realisation-carousel .carousel-item {
  height: 100%;
}

.realisation-carousel .carousel-item img {
  height: 100%;
  object-fit: cover;
}

.realisation-carousel .carousel-control-prev,
.realisation-carousel .carousel-control-next {
  width: 14%;
}

.realisation-project-body {
  padding: 1.5rem 1.5rem 1.65rem;
}

@media (min-width: 992px) {
  .realisation-project-body {
    padding: 2rem 2rem 2.25rem;
  }
}

.realisation-project-title {
  font-size: 1.35rem;
  font-weight: 700;
  color: #151a22;
  margin-bottom: 0.35rem;
}

.realisation-project-specs li {
  margin-bottom: 0.35rem;
  color: #3d4654;
}

.realisation-project-specs li:last-child {
  margin-bottom: 0;
}

.realisation-tag {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background: #f0f2f7;
  color: #2d3948;
}

.realisation-tag-couv {
  background: rgba(32, 39, 51, 0.08);
  color: #202733;
}
