:root {
  --primary: #c93b2d;
  --primary-dark: #a62e23;
  --text: #1f1f1f;
  --muted: #6d6d6d;
  --soft: #f7f4f2;
  --border: #ece6e1;
}
body { font-family: 'Inter', sans-serif; color: var(--text); background: #fff; }
h1, h2, h3, .brand-title { font-family: 'Playfair Display', serif; }
.navbar { border-bottom: 1px solid #f0ece8; background: #fff; }
.navbar-brand { display: flex; align-items: center; gap: .75rem; text-decoration: none; padding-top:0; padding-bottom:0; }
/*
.brand-svg { display: block; width: 210px; height: auto; }
.brand-svg .frame, .brand-svg .roof { stroke: #111; stroke-width: 2.2; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.brand-svg .brand-main { fill: #111; font-family: 'Playfair Display', serif; font-size: 27px; font-weight: 600; }
.brand-svg .brand-sub { fill: var(--primary); font-family: 'Playfair Display', serif; font-size: 20px; font-style: italic; font-weight: 700; }
*/
.brand-img { height: 50px; width: auto; display: block; }
@media (min-width: 992px) { .brand-img { height: 60px; } }
.nav-link { color: #333; font-weight: 500; position: relative; padding-inline: 1rem !important; }
.nav-link.active, .nav-link:hover { color: var(--primary); }
.nav-link.active::after { content: ""; position: absolute; left: 1rem; right: 1rem; bottom: .35rem; height: 2px; background: var(--primary); border-radius: 999px; }
.btn-primary-custom { background: var(--primary); color: #fff; border: none; border-radius: .7rem; padding: .85rem 1.2rem; font-weight: 700; }
.btn-primary-custom:hover { background: var(--primary-dark); color: #fff; }
.btn-outline-custom { border: 1.5px solid #d7c9c0; color: var(--text); background: #fff; border-radius: .7rem; padding: .85rem 1.2rem; font-weight: 700; }
.hero { position: relative; overflow: hidden; padding: 2rem 0 1rem; background: #fff; }
.hero::before { content: ""; position: absolute; inset: 0 0 0 45%; background: linear-gradient(rgba(0,0,0,.08), rgba(0,0,0,.08)), url('/assets/images/hero/hero-camionnette-vide-maison-wallonie.jpg') center/cover no-repeat, linear-gradient(180deg, #faf7f5 0%, #f3eee9 100%); clip-path: polygon(14% 0, 100% 0, 100% 100%, 0 100%); z-index: 0; }
.hero .container { position: relative; z-index: 1; }
.hero .row > .col-lg-6:first-child { position: relative; z-index: 2; }
.eyebrow { color: var(--primary); font-size: .78rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 1rem; }
.hero h1 { font-size: clamp(2.3rem, 5vw, 4rem); line-height: 1.08; margin-bottom: 1.2rem; font-weight: 700; }
.hero p.lead { color: #4a4a4a; font-size: 1.02rem; max-width: 560px; }
.feature-box { display: flex; align-items: flex-start; gap: .8rem; background: #fff; border-radius: 1rem; padding: .95rem 1rem; box-shadow: 0 10px 25px rgba(30, 20, 10, 0.05); height: 100%; }
.feature-icon, .service-icon, .step-circle { width: 42px; height: 42px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; background: rgba(201, 59, 45, 0.1); color: var(--primary); flex-shrink: 0; font-weight: 800; }
.hero-visual { min-height: 470px; position: relative; }
.moving-card { position: absolute; right: 2.3rem; bottom: 2rem; width: min(260px, 45%); background: rgba(255,255,255,.92); backdrop-filter: blur(8px); border-radius: .5rem; padding: 1rem; box-shadow: 0 12px 35px rgba(0,0,0,.12); }
.section-title { text-align: center; margin-bottom: 2.2rem; }
.section-title .eyebrow { margin-bottom: .5rem; }
.section-title h2 { font-size: clamp(1.8rem, 3vw, 2.7rem); margin: 0; }
.service-card, .review-card { border: 1px solid var(--border); border-radius: 1rem; box-shadow: 0 10px 25px rgba(30,20,10,.04); overflow: hidden; background: #fff; height: 100%; }
.service-card img { width: 100%; height: 150px; object-fit: cover; }
.service-image-top { object-position: center top; }
.service-image-bottom { object-position: center 72%; }
.service-card .card-body, .review-card .card-body { padding: 1.25rem; }
.service-title { font-weight: 700; margin-bottom: .45rem; }
.service-text, .muted-text { color: var(--muted); font-size: .95rem; }
.method-section { background: linear-gradient(180deg, #faf7f5 0%, #f5efeb 100%); border-block: 1px solid #f0e7e1; }
.steps-line {
  position: relative;
}

.step-item {
  position: relative;
  text-align: center;
  z-index: 1;
}

/* Ligne entre les points */
.step-item::before {
  content: "";
  position: absolute;
  top: 21px; /* centre du cercle (42px / 2) */
  left: calc(-50% + 21px);
  width: calc(100% - 42px - var(--bs-gutter-x));
  height: 2px;
  background: #ddcfc7;
  z-index: 0;
}

.steps-line > .col-md-6:first-child .step-item::before {
  display: none;
}

.step-circle { margin: 0 auto 1rem; background: var(--primary); color: #fff; }
.review-stars { color: #d43d2f; letter-spacing: .1em; font-size: .95rem; margin-bottom: .65rem; }
.reviews-source { color: var(--muted); font-size: .78rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.realisations-hero {
  background: linear-gradient(180deg, #fff 0%, #faf7f5 100%);
  border-bottom: 1px solid #f0e7e1;
}
.realisations-hero h1 {
  font-size: clamp(2.1rem, 4vw, 3.4rem);
  line-height: 1.08;
  font-weight: 700;
}
.realisations-hero .lead {
  color: #4a4a4a;
  max-width: 720px;
}
.realisations-summary {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: .5rem;
  box-shadow: 0 14px 35px rgba(30, 20, 10, .05);
  padding: 1.5rem;
}
.realisations-summary-icon {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(201, 59, 45, .1);
  color: var(--primary);
  font-size: 1.35rem;
  margin-bottom: 1rem;
}
.realisations-gallery {
  column-count: 3;
  column-gap: 1.25rem;
}
.realisations-gallery-item {
  break-inside: avoid;
  margin: 0 0 1.25rem;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: .5rem;
  box-shadow: 0 14px 35px rgba(30, 20, 10, .05);
  overflow: hidden;
}
.gallery-zoom-trigger {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: zoom-in;
  text-align: inherit;
}
.realisations-gallery-item img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform .25s ease;
}
.gallery-zoom-trigger:hover img,
.gallery-zoom-trigger:focus-visible img {
  transform: scale(1.02);
}
.gallery-zoom-trigger:focus-visible {
  outline: 3px solid rgba(201, 59, 45, .35);
  outline-offset: 4px;
}
.gallery-zoom-icon {
  position: absolute;
  right: .85rem;
  bottom: .85rem;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(23, 23, 23, .78);
  color: #fff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, .22);
  transition: background .2s ease, transform .2s ease;
}
.gallery-zoom-trigger:hover .gallery-zoom-icon,
.gallery-zoom-trigger:focus-visible .gallery-zoom-icon {
  background: var(--primary);
  transform: translateY(-2px);
}
.realisation-main-image {
  border-radius: 1rem;
  overflow: hidden;
}
.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1080;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(12, 10, 9, .92);
  padding: 1rem;
}
.gallery-lightbox.is-open {
  display: flex;
}
body.gallery-lightbox-open {
  overflow: hidden;
}
.gallery-lightbox-dialog {
  position: relative;
  width: min(1120px, 100%);
  height: min(760px, calc(100vh - 2rem));
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-lightbox-image {
  max-width: 100%;
  max-height: 100%;
  border-radius: .5rem;
  object-fit: contain;
  box-shadow: 0 22px 70px rgba(0, 0, 0, .4);
}
.gallery-lightbox-button {
  position: absolute;
  z-index: 2;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, .92);
  color: #171717;
  font-size: 1.35rem;
}
.gallery-lightbox-button:hover,
.gallery-lightbox-button:focus-visible {
  background: #fff;
  color: var(--primary);
}
.gallery-lightbox-close {
  top: 0;
  right: 0;
}
.gallery-lightbox-prev {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.gallery-lightbox-next {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.gallery-lightbox-counter {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  padding: .45rem .8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, .92);
  color: #171717;
  font-size: .9rem;
  font-weight: 700;
}
.realisations-empty {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: .5rem;
  padding: 1.5rem;
  text-align: center;
}
.social-box { background: #171717; color: #fff; border-radius: 1rem; padding: 1.4rem; height: 100%; }
.social-icon { width: 48px; height: 48px; border-radius: 50%; background: #fff; color: #171717; display: inline-flex; align-items: center; justify-content: center; font-weight: 800; margin-bottom: 1rem; }
footer { border-top: 1px solid #f0ece8; color: var(--muted); }
.step-number {
  font-size: 0.9rem;
  color: #6d6d6d;
  margin-bottom: 0.25rem;
}

.step-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0;
  font-family: 'Inter', sans-serif;
}
#facebook a { text-decoration: none; color: inherit; }
#methode .step-circle {
  margin: 0 auto 1.15rem;
}
#methode .step-item h3 {
  margin-bottom: .65rem;
}
#footer a:hover {
  color: var(--primary)!important;
}
.faq-hero {
  background: linear-gradient(180deg, #fff 0%, #faf7f5 100%);
  border-bottom: 1px solid #f0e7e1;
}
.faq-hero h1 {
  font-size: clamp(2.1rem, 4vw, 3.4rem);
  line-height: 1.08;
  font-weight: 700;
}
.faq-hero .lead {
  color: #4a4a4a;
  max-width: 650px;
}
.faq-intro-panel,
.faq-sidebar {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: .5rem;
  box-shadow: 0 14px 35px rgba(30, 20, 10, .05);
}
.faq-intro-panel {
  padding: 1.5rem;
}
.faq-intro-icon {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: var(--primary);
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.faq-sidebar {
  padding: 1.4rem;
  position: sticky;
  top: 96px;
}
.faq-checklist {
  display: grid;
  gap: .75rem;
  color: #4a4a4a;
}
.faq-checklist li {
  display: flex;
  gap: .6rem;
  align-items: flex-start;
}
.faq-checklist i {
  color: var(--primary);
  font-size: 1.1rem;
  line-height: 1.35;
}
.faq-accordion {
  display: grid;
  gap: .9rem;
}
.faq-accordion .accordion-item {
  border: 1px solid var(--border);
  border-radius: .5rem;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(30, 20, 10, .04);
}
.faq-accordion .accordion-button {
  font-weight: 700;
  color: var(--text);
  background: #fff;
  box-shadow: none;
  padding: 1.15rem 1.25rem;
}
.faq-accordion .accordion-button:not(.collapsed) {
  color: var(--primary);
  background: #fff;
}
.faq-accordion .accordion-body {
  color: var(--muted);
  padding: 0 1.25rem 1.2rem;
}
.faq-cta {
  background: #171717;
  color: #fff;
}
.faq-cta p {
  color: rgba(255, 255, 255, .76);
}
.zone-hero {
  background: linear-gradient(180deg, #fff 0%, #faf7f5 100%);
  border-bottom: 1px solid #f0e7e1;
}
.zone-hero h1 {
  font-size: clamp(2.1rem, 4vw, 3.4rem);
  line-height: 1.08;
  font-weight: 700;
}
.zone-hero .lead {
  color: #4a4a4a;
  max-width: 680px;
}
.zone-summary,
.zone-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: .5rem;
  box-shadow: 0 14px 35px rgba(30, 20, 10, .05);
}
.zone-summary {
  padding: 1.5rem;
}
.zone-summary-icon {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: var(--primary);
  font-size: 1.45rem;
  margin-bottom: 1rem;
}
.zone-summary-number {
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  line-height: 1;
  font-weight: 800;
  color: var(--primary);
}
.zone-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
  align-items: start;
}
.zone-card {
  padding: 0;
  overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.zone-card:hover {
  border-color: #dccfc7;
  box-shadow: 0 18px 42px rgba(30, 20, 10, .08);
  transform: translateY(-2px);
}
.zone-card-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.15rem 1.2rem;
  border-bottom: 1px solid var(--border);
  background: #fbf8f6;
}
.zone-card-header h3 {
  margin: 0;
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  line-height: 1.35;
}
.zone-card-header span {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: .25rem .55rem;
  border-radius: .5rem;
  background: rgba(201, 59, 45, .1);
  color: var(--primary);
  font-size: .78rem;
  font-weight: 800;
  white-space: nowrap;
}
.zone-card-body {
  padding: 1rem 1.2rem 1.15rem;
}
.zone-tags {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  list-style: none;
  margin: 0;
  padding: 1.2rem;
}
.zone-tags li {
  float: left;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: .45rem .7rem;
  border: 1px solid #eadfd8;
  border-radius: .5rem;
  background: #faf7f5;
  color: #4a4a4a;
  font-size: .92rem;
  line-height: 1.35;
}
.zone-tags li:hover {
  border-color: #d8c7bd;
  background: #fff;
  color: var(--text);
}
.zone-note {
  background: #171717;
  color: #fff;
}
.zone-note p {
  color: rgba(255, 255, 255, .76);
}
.about-hero,
.about-approach {
  background: linear-gradient(180deg, #fff 0%, #faf7f5 100%);
  border-bottom: 1px solid #f0e7e1;
}
.about-hero h1 {
  font-size: clamp(2.1rem, 4vw, 3.4rem);
  line-height: 1.08;
  font-weight: 700;
}
.about-hero .lead,
.about-approach .lead {
  color: #4a4a4a;
}
.about-highlight,
.about-content,
.about-values-card,
.about-commitment {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: .5rem;
  box-shadow: 0 14px 35px rgba(30, 20, 10, .05);
}
.about-highlight,
.about-content,
.about-values-card {
  padding: 1.5rem;
}
.about-highlight-icon {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: var(--primary);
  font-size: 1.35rem;
  margin-bottom: 1rem;
}
.about-content p {
  color: #4a4a4a;
  line-height: 1.75;
  margin-bottom: 1rem;
}
.about-checklist {
  display: grid;
  gap: .9rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.about-checklist li {
  display: flex;
  gap: .65rem;
  align-items: flex-start;
  color: #4a4a4a;
  line-height: 1.55;
}
.about-checklist i {
  color: var(--primary);
  font-size: 1.15rem;
  line-height: 1.35;
}
.about-approach {
  border-top: 1px solid #f0e7e1;
}
.about-approach h2 {
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  margin: 0;
}
.about-commitment-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.about-commitment {
  display: flex;
  gap: .8rem;
  align-items: flex-start;
  padding: 1.1rem;
  line-height: 1.5;
}
.about-commitment i {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  color: #fff;
  background: var(--primary);
}
.about-cta {
  background: #171717;
  color: #fff;
}
.about-cta p {
  color: rgba(255, 255, 255, .76);
}
.services-hero,
.services-process {
  background: linear-gradient(180deg, #fff 0%, #faf7f5 100%);
  border-bottom: 1px solid #f0e7e1;
}
.services-hero h1 {
  font-size: clamp(2.1rem, 4vw, 3.4rem);
  line-height: 1.08;
  font-weight: 700;
}
.services-hero .lead,
.services-process p {
  color: #4a4a4a;
}
.services-summary,
.services-card,
.services-steps > div {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: .5rem;
  box-shadow: 0 14px 35px rgba(30, 20, 10, .05);
}
.services-summary {
  padding: 1.5rem;
}
.services-summary-icon,
.services-card-icon {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: var(--primary);
  font-size: 1.35rem;
}
.services-summary-icon {
  margin-bottom: 1rem;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}
.services-card {
  padding: 1.35rem;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.services-card:hover {
  border-color: #dccfc7;
  box-shadow: 0 18px 42px rgba(30, 20, 10, .08);
  transform: translateY(-2px);
}
.services-card-icon {
  margin-bottom: 1rem;
}
.services-card h3 {
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: .85rem;
}
.services-card p {
  color: #4a4a4a;
  line-height: 1.7;
  margin-bottom: 1rem;
}
.services-card ul {
  display: grid;
  gap: .65rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.services-card li {
  display: flex;
  gap: .55rem;
  align-items: flex-start;
  color: #4a4a4a;
  line-height: 1.45;
}
.services-card li i {
  color: var(--primary);
  font-size: 1.1rem;
  line-height: 1.3;
}
.services-process {
  border-top: 1px solid #f0e7e1;
}
.services-process h2 {
  font-size: clamp(1.8rem, 3vw, 2.7rem);
}
.services-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.services-steps > div {
  padding: 1.1rem;
}
.services-steps span {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: var(--primary);
  font-weight: 800;
  margin-bottom: .85rem;
}
.services-steps strong {
  display: block;
  margin-bottom: .35rem;
}
.services-steps p {
  margin: 0;
  font-size: .95rem;
}
.services-cta {
  background: #171717;
  color: #fff;
}
.services-cta p {
  color: rgba(255, 255, 255, .76);
}
.diogene-hero,
.diogene-process {
  background: linear-gradient(180deg, #fff 0%, #faf7f5 100%);
  border-bottom: 1px solid #f0e7e1;
}
.diogene-hero h1 {
  font-size: clamp(2.1rem, 4vw, 3.4rem);
  line-height: 1.08;
  font-weight: 700;
}
.diogene-hero .lead {
  color: #4a4a4a;
}
.diogene-highlight,
.diogene-content,
.diogene-card,
.diogene-steps article,
.diogene-commitment {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: .5rem;
  box-shadow: 0 14px 35px rgba(30, 20, 10, .05);
}
.diogene-highlight,
.diogene-content,
.diogene-card {
  padding: 1.5rem;
}
.diogene-highlight-icon {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: var(--primary);
  font-size: 1.35rem;
  margin-bottom: 1rem;
}
.diogene-content p {
  color: #4a4a4a;
  line-height: 1.75;
  margin-bottom: 1rem;
}
.diogene-list {
  display: grid;
  gap: .9rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.diogene-list li {
  display: flex;
  gap: .65rem;
  align-items: flex-start;
  color: #4a4a4a;
  line-height: 1.55;
}
.diogene-list i {
  color: var(--primary);
  font-size: 1.15rem;
  line-height: 1.35;
}
.diogene-process {
  border-top: 1px solid #f0e7e1;
}
.diogene-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
.diogene-steps article {
  padding: 1.15rem;
}
.diogene-steps span {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: var(--primary);
  font-weight: 800;
  margin-bottom: .9rem;
}
.diogene-steps h3 {
  font-family: 'Inter', sans-serif;
  font-weight: 800;
}
.diogene-steps p {
  color: #4a4a4a;
  line-height: 1.55;
  margin: 0;
}
.diogene-commitment-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.diogene-commitment {
  display: flex;
  gap: .8rem;
  align-items: flex-start;
  padding: 1.1rem;
  line-height: 1.5;
}
.diogene-commitment i {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  color: #fff;
  background: var(--primary);
}
.diogene-cta {
  background: #171717;
  color: #fff;
}
.diogene-cta p {
  color: rgba(255, 255, 255, .76);
}
.method-hero,
.method-commitments {
  background: linear-gradient(180deg, #fff 0%, #faf7f5 100%);
  border-bottom: 1px solid #f0e7e1;
}
.method-hero h1 {
  font-size: clamp(2.1rem, 4vw, 3.4rem);
  line-height: 1.08;
  font-weight: 700;
}
.method-hero .lead {
  color: #4a4a4a;
}
.method-summary,
.method-step,
.method-commitment {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: .5rem;
  box-shadow: 0 14px 35px rgba(30, 20, 10, .05);
}
.method-summary {
  padding: 1.5rem;
}
.method-summary-icon,
.method-commitment-icon {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: var(--primary);
  font-size: 1.35rem;
}
.method-summary-icon {
  margin-bottom: 1rem;
}
.method-timeline {
  display: grid;
  gap: 1rem;
  max-width: 980px;
  margin: 0 auto;
}
.method-step {
  display: grid;
  grid-template-columns: 68px 1fr;
  gap: 1.1rem;
  padding: 1.25rem;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.method-step:hover {
  border-color: #dccfc7;
  box-shadow: 0 18px 42px rgba(30, 20, 10, .08);
  transform: translateY(-2px);
}
.method-step-number {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  font-weight: 800;
  font-size: 1.15rem;
}
.method-step h3,
.method-commitment h3 {
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  line-height: 1.3;
}
.method-step p,
.method-commitment p {
  color: #4a4a4a;
  line-height: 1.65;
}
.method-step ul {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.method-step li {
  display: inline-flex;
  align-items: flex-start;
  gap: .45rem;
  padding: .45rem .65rem;
  border: 1px solid #eadfd8;
  border-radius: .5rem;
  background: #faf7f5;
  color: #4a4a4a;
  line-height: 1.35;
  font-size: .92rem;
}
.method-step li i {
  color: var(--primary);
  line-height: 1.35;
}
.method-commitments {
  border-top: 1px solid #f0e7e1;
}
.method-commitment-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
.method-commitment {
  padding: 1.15rem;
}
.method-commitment-icon {
  margin-bottom: 1rem;
}
.method-commitment p {
  margin: 0;
}
.method-cta {
  background: #171717;
  color: #fff;
}
.method-cta p {
  color: rgba(255, 255, 255, .76);
}
.contact-hero,
.contact-steps {
  background: linear-gradient(180deg, #fff 0%, #faf7f5 100%);
  border-bottom: 1px solid #f0e7e1;
}
.contact-hero h1 {
  font-size: clamp(2.1rem, 4vw, 3.4rem);
  line-height: 1.08;
  font-weight: 700;
}
.contact-hero .lead {
  color: #4a4a4a;
}
.contact-summary,
.contact-info-card,
.contact-form-card,
.contact-step-grid > div {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: .5rem;
  box-shadow: 0 14px 35px rgba(30, 20, 10, .05);
}
.contact-summary,
.contact-info-card,
.contact-form-card {
  padding: 1.5rem;
}
.contact-summary-icon {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: var(--primary);
  font-size: 1.35rem;
  margin-bottom: 1rem;
}
.contact-channel-list {
  display: grid;
  gap: .8rem;
}
.contact-channel {
  display: flex;
  align-items: center;
  gap: .8rem;
  padding: .9rem;
  border: 1px solid var(--border);
  border-radius: .5rem;
  color: var(--text);
  text-decoration: none;
  transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}
.contact-channel:hover {
  border-color: #dccfc7;
  color: var(--text);
  box-shadow: 0 12px 28px rgba(30, 20, 10, .06);
  transform: translateY(-2px);
}
.contact-channel i {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  color: #fff;
  background: var(--primary);
  font-size: 1.1rem;
}
.contact-channel strong,
.contact-channel span {
  display: block;
}
.contact-channel span {
  color: #4a4a4a;
  line-height: 1.35;
}
.contact-channel strong {
  color: var(--text);
  margin-bottom: .1rem;
}
.contact-note {
  padding: 1rem;
  border-radius: .5rem;
  background: #faf7f5;
  color: #4a4a4a;
}
.contact-note strong {
  display: block;
  color: var(--text);
  margin-bottom: .35rem;
}
.contact-form-card .form-label {
  font-weight: 700;
  color: var(--text);
}
.required-label::after {
  content: " *";
  color: var(--primary);
  font-weight: 800;
}
.contact-form-card .form-control {
  border-color: #e4d8d0;
  border-radius: .5rem;
  padding: .8rem .9rem;
}
.contact-form-card textarea.form-control {
  min-height: 190px;
}
.contact-form-card .form-control:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 .2rem rgba(201, 59, 45, .14);
}
.contact-form-badge {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  align-self: flex-start;
  padding: .45rem .65rem;
  border-radius: .5rem;
  background: rgba(201, 59, 45, .1);
  color: var(--primary);
  font-size: .82rem;
  font-weight: 800;
}
.contact-privacy {
  padding: .85rem 1rem .85rem 2.35rem;
  border: 1px solid var(--border);
  border-radius: .5rem;
  background: #faf7f5;
}
.contact-steps {
  border-top: 1px solid #f0e7e1;
}
.contact-step-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.contact-step-grid > div {
  padding: 1.15rem;
}
.contact-step-grid span {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: var(--primary);
  font-weight: 800;
  margin-bottom: .85rem;
}
.contact-step-grid strong {
  display: block;
  margin-bottom: .35rem;
}
.contact-step-grid p {
  color: #4a4a4a;
  line-height: 1.55;
  margin: 0;
}
.home-reviews-more {
  margin-top: -1.5rem;
}
.review-image img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}
.review-user {
  font-weight: 800;
}
.reviews-hero,
.reviews-facebook {
  background: linear-gradient(180deg, #fff 0%, #faf7f5 100%);
  border-bottom: 1px solid #f0e7e1;
}
.reviews-hero h1 {
  font-size: clamp(2.1rem, 4vw, 3.4rem);
  line-height: 1.08;
  font-weight: 700;
}
.reviews-hero .lead,
.reviews-facebook p {
  color: #4a4a4a;
}
.reviews-summary,
.reviews-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: .5rem;
  box-shadow: 0 14px 35px rgba(30, 20, 10, .05);
}
.reviews-summary {
  padding: 1.5rem;
}
.reviews-summary-icon {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: var(--primary);
  font-size: 1.35rem;
  margin-bottom: 1rem;
}
.reviews-summary-score {
  color: var(--primary);
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  line-height: 1;
  font-weight: 800;
}
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}
.reviews-card {
  padding: 1.25rem;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.reviews-card:hover {
  border-color: #dccfc7;
  box-shadow: 0 18px 42px rgba(30, 20, 10, .08);
  transform: translateY(-2px);
}
.reviews-card-header {
  display: flex;
  align-items: center;
  gap: .85rem;
  margin-bottom: 1rem;
}
.reviews-card-header img,
.reviews-avatar {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
.reviews-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--primary);
  color: #fff;
  font-weight: 800;
  font-size: 1.2rem;
}
.reviews-card h3 {
  font-family: 'Inter', sans-serif;
  font-weight: 800;
}
.reviews-card p {
  color: #4a4a4a;
  line-height: 1.7;
}
.reviews-tag {
  display: inline-flex;
  padding: .4rem .65rem;
  border-radius: .5rem;
  background: rgba(201, 59, 45, .1);
  color: var(--primary);
  font-size: .82rem;
  font-weight: 800;
}
.reviews-card a.reviews-tag {
  text-decoration: none;
}
.reviews-facebook-card {
  background: #171717;
  color: #fff;
}
.reviews-facebook-card p,
.reviews-facebook-card h3 {
  color: #fff;
}
.reviews-facebook-card .reviews-avatar {
  background: #fff;
  color: #171717;
}
.reviews-google-card {
  background: #fff;
}
.reviews-google-card .reviews-avatar {
  background: #fff;
  color: #4285f4;
  border: 1px solid #e2e2e2;
}
.reviews-google-card .reviews-tag {
  background: rgba(66, 133, 244, .1);
  color: #1a73e8;
}
.reviews-facebook {
  border-top: 1px solid #f0e7e1;
}
.reviews-cta {
  background: #171717;
  color: #fff;
}
.reviews-cta p {
  color: rgba(255, 255, 255, .76);
}
@media (max-width: 991.98px) {
  .realisations-gallery {
    column-count: 2;
  }
  .faq-sidebar {
    position: static;
  }
  .zone-grid {
    grid-template-columns: 1fr;
  }
  .zone-card-header {
    flex-direction: column;
    gap: .6rem;
  }
  .about-commitment-grid {
    grid-template-columns: 1fr;
  }
  .services-grid,
  .services-steps {
    grid-template-columns: 1fr;
  }
  .diogene-steps,
  .diogene-commitment-grid {
    grid-template-columns: 1fr;
  }
  .method-step {
    grid-template-columns: 1fr;
  }
  .method-commitment-grid {
    grid-template-columns: 1fr;
  }
  .contact-step-grid {
    grid-template-columns: 1fr;
  }
  .reviews-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575.98px) {
  .realisations-gallery {
    column-count: 1;
  }
}
@media (max-width: 991.98px) { .hero { background: linear-gradient(180deg, #fff 0%, #faf7f5 100%); } .hero::before { display: none; } .hero-visual { min-height: auto; margin-top: 2rem; border-radius: 0; overflow: visible; box-shadow: none; background: none; } .hero-visual::before { content: ""; display: block; min-height: 320px; border-radius: .5rem; overflow: hidden; box-shadow: 0 20px 50px rgba(40, 22, 15, .14); background: linear-gradient(rgba(0,0,0,.08), rgba(0,0,0,.08)), url('/assets/images/hero/hero-camionnette-vide-maison-wallonie.jpg') center/cover no-repeat; } .moving-card { position: static; width: 100%; margin-top: 1rem; } .step-item::before { display: none; } }
