/* ============================================
   COMPONENTS — Boutons, header, hero, cards, sections
   ============================================ */

/* ============================================================
   BOUTONS — Style Divi pill, uppercase, border-radius: 30px
   ============================================================ */
.rev-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 12px 30px;
  font-family: var(--rev-font-heading);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 2px solid transparent;
  border-radius: var(--rev-radius-pill);
  cursor: pointer;
  transition: background-color var(--rev-transition), color var(--rev-transition), border-color var(--rev-transition), opacity var(--rev-transition);
  text-decoration: none;
  white-space: nowrap;
}

/* Override global — empêche a:visited d'écraser la couleur des boutons */
a.rev-btn,
a.rev-btn:visited,
a.rev-btn:focus,
a.rev-btn:active {
  color: inherit;
}

/* Bouton outline blanc — hero, sections sombres */
.rev-btn--hero,
.rev-btn--hero:visited,
.rev-btn--hero:focus,
.rev-btn--hero:active,
.rev-btn--secondary,
.rev-btn--secondary:visited,
.rev-btn--secondary:focus,
.rev-btn--secondary:active {
  background-color: transparent;
  color: #ffffff !important;
  border-color: var(--rev-blanc);
}
.rev-btn--hero:hover,
.rev-btn--secondary:hover {
  background-color: var(--rev-blanc);
  color: var(--rev-noir) !important;
}

/* Bouton bronze rempli — style principal, angles droits */
.rev-btn--primary,
.rev-btn--primary:visited,
.rev-btn--primary:focus,
.rev-btn--primary:active {
  background-color: #d4782f;
  color: #ffffff !important;
  border-color: #d4782f;
  border-radius: 0;
}
.rev-btn--primary:hover {
  background-color: #bf6a28;
  border-color: #bf6a28;
  color: #ffffff !important;
}

/* Bouton outline — style gold rempli */
.rev-btn--outline,
.rev-btn--outline:visited,
.rev-btn--outline:focus,
.rev-btn--outline:active {
  background-color: var(--rev-accent);
  color: #ffffff !important;
  border-color: var(--rev-accent);
}
.rev-btn--outline:hover {
  background-color: #b8943e;
  border-color: #b8943e;
  color: #ffffff !important;
}

/* Bouton "Contactez-nous" header — gold rempli, toujours */
.rev-btn--contact,
.rev-btn--contact:visited,
.rev-btn--contact:focus,
.rev-btn--contact:active {
  background-color: #d4782f;
  color: #ffffff !important;
  border-color: #d4782f;
}
.rev-btn--contact:hover {
  background-color: #bf6a28;
  border-color: #bf6a28;
  color: #ffffff !important;
}

/* Bouton accent or */
.rev-btn--accent,
.rev-btn--accent:visited,
.rev-btn--accent:focus,
.rev-btn--accent:active {
  background-color: var(--rev-accent);
  color: var(--rev-blanc) !important;
  border-color: var(--rev-accent);
}
.rev-btn--accent:hover {
  background-color: #b8943e;
  border-color: #b8943e;
}

/* ============================================================
   HEADER — Modern glassmorphism, sticky, smooth transitions
   ============================================================ */
.rev-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 48px;
  width: 100%;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  transition: padding var(--rev-transition), background-color var(--rev-transition),
              border-color var(--rev-transition), box-shadow var(--rev-transition);
}

/* Header compact au scroll — modern elevated */
.rev-header.is-scrolled {
  padding-top: 14px;
  padding-bottom: 14px;
  background-color: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  box-shadow:
    0 1px 0 rgba(0, 0, 0, 0.04),
    0 4px 16px rgba(0, 0, 0, 0.06),
    0 12px 48px rgba(0, 0, 0, 0.04);
  border-bottom-color: rgba(0, 0, 0, 0.03);
}

/* Sur les pages avec hero : header transparent initial */
.has-hero .rev-header {
  background-color: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-bottom-color: transparent;
}
.has-hero .rev-header.is-scrolled {
  background-color: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  border-bottom-color: rgba(0, 0, 0, 0.03);
  box-shadow:
    0 1px 0 rgba(0, 0, 0, 0.04),
    0 4px 16px rgba(0, 0, 0, 0.06),
    0 12px 48px rgba(0, 0, 0, 0.04);
}

/* Spacer pour compenser le header fixed */
body { padding-top: 120px; }
body.has-hero { padding-top: 0; }

/* WP admin bar : décaler le header fixed */
.admin-bar .rev-header { top: 32px; }
@media screen and (max-width: 782px) {
  .admin-bar .rev-header { top: 46px; }
}

/* Logo */
.rev-logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.rev-logo img,
.rev-logo .custom-logo {
  height: 64px;
  width: auto;
  max-width: none;
  transition: height var(--rev-transition);
}
.rev-header.is-scrolled .rev-logo img,
.rev-header.is-scrolled .rev-logo .custom-logo {
  height: 48px;
}

/* Nav desktop — cachée mobile */
.rev-nav { display: none; }

.rev-nav__list,
.rev-nav ul {
  list-style: none;
  list-style-type: none;
  padding-left: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 32px;
}

.rev-nav__item { position: relative; }

/* Liens nav — style moderne avec underline animé */
.rev-nav__link,
.rev-nav__link:visited,
.rev-nav__link:focus,
.rev-nav__link:active {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 0.35rem 0;
  font-family: 'Raleway', system-ui, sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  color: var(--rev-text);
  text-decoration: none !important;
  transition: color var(--rev-transition);
  white-space: nowrap;
}

/* Underline animé au hover */
.rev-nav__link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1.5px;
  background-color: var(--rev-vert-clair);
  transition: width 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.rev-nav__link:hover::after,
.rev-nav__link.current-menu-item::after,
.rev-nav .current-menu-item > a::after,
.rev-nav .current_page_item > a::after {
  width: 100%;
}

/* Lien actif */
.rev-nav__link.current-menu-item,
.rev-nav .current-menu-item > a,
.rev-nav .current_page_item > a {
  color: var(--rev-vert-clair);
}

.has-hero .rev-nav__link,
.has-hero .rev-nav__link:visited,
.has-hero .rev-nav__link.current-menu-item,
.has-hero .rev-nav .current-menu-item > a {
  color: var(--rev-blanc);
  text-decoration: none !important;
}
.has-hero .rev-nav__link::after,
.has-hero .rev-nav__link.current-menu-item::after,
.has-hero .rev-nav .current-menu-item > a::after {
  background-color: var(--rev-blanc);
}
.has-hero .rev-header.is-scrolled .rev-nav__link {
  color: var(--rev-text);
}
.has-hero .rev-header.is-scrolled .rev-nav__link::after {
  background-color: var(--rev-vert-clair);
}

.rev-nav__link:hover { color: var(--rev-vert-clair); }
.has-hero .rev-nav__link:hover { color: rgba(255,255,255,0.8); }
.has-hero .rev-header.is-scrolled .rev-nav__link:hover { color: var(--rev-vert-clair); }

/* Dropdown — modern card */
.rev-nav__dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%) translateY(-8px);
  min-width: 260px;
  padding: 12px 0;
  background: #fff;
  border-radius: 0;
  border: none;
  border-top: 3px solid #d4782f;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12), 0 4px 12px rgba(0, 0, 0, 0.06);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  z-index: 100;
}

.rev-nav__item:hover .rev-nav__dropdown,
.rev-nav__item:focus-within .rev-nav__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.rev-nav__dropdown a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 12px 24px;
  font-family: 'Raleway', system-ui, sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #333;
  border-radius: 0;
  margin: 0;
  transition: color 0.2s ease, background-color 0.2s ease, padding-left 0.2s ease;
  text-decoration: none;
  border-left: 3px solid transparent;
}

.rev-nav__dropdown a:hover {
  color: #d4782f;
  background-color: rgba(212, 120, 47, 0.05);
  padding-left: 28px;
  border-left-color: #d4782f;
}

/* CTA header */
.rev-header__cta {
  display: none;
  align-items: center;
  gap: 10px;
}

/* Boutons header — style commun : casse normale, angles droits, Raleway gras */
.rev-header__cta .rev-btn {
  text-transform: none;
  letter-spacing: 0;
  font-family: 'Raleway', system-ui, sans-serif;
  font-size: 20px;
  font-weight: 700;
  padding: 14px 32px;
  border-radius: 0;
}

/* "Contactez-nous" — orange */
.rev-header__cta .rev-btn--contact {
  background-color: #d4782f;
  color: #fff;
  border-color: #d4782f;
}
.rev-header__cta .rev-btn--contact:hover {
  background-color: #bf6a28;
  border-color: #bf6a28;
}

/* "Recrutement" — outline sombre par défaut */
.rev-header__cta .rev-btn.rev-btn--outline-nav {
  background-color: transparent !important;
  color: var(--rev-text);
  border-color: rgba(0, 0, 0, 0.2);
  border-width: 1.5px;
}
.rev-header__cta .rev-btn--outline-nav:hover {
  background-color: var(--rev-noir);
  color: var(--rev-blanc);
  border-color: var(--rev-noir);
}

/* Hero : "Recrutement" fond blanc solide */
.has-hero .rev-header__cta .rev-btn.rev-btn--outline-nav {
  border-color: var(--rev-blanc);
  color: var(--rev-noir);
  background-color: var(--rev-blanc) !important;
}
.has-hero .rev-header__cta .rev-btn--outline-nav:hover {
  background-color: rgba(255, 255, 255, 0.85) !important;
  color: var(--rev-noir);
  border-color: rgba(255, 255, 255, 0.85);
}
.has-hero .rev-header.is-scrolled .rev-btn.rev-btn--outline-nav {
  border-color: rgba(0, 0, 0, 0.2);
  color: var(--rev-text);
  background-color: transparent !important;
}
.has-hero .rev-header.is-scrolled .rev-btn--outline-nav:hover {
  background-color: var(--rev-noir);
  color: var(--rev-blanc);
  border-color: var(--rev-noir);
}

/* Bouton contact header — plus raffiné */
.has-hero .rev-header.is-scrolled .rev-btn--contact {
  background-color: #d4782f;
  color: #fff;
  border-color: #d4782f;
}

/* Burger mobile — modern */
.rev-burger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  gap: 6px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  border-radius: 8px;
  transition: background-color var(--rev-transition);
}
.rev-burger:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.has-hero .rev-burger:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.rev-burger__line {
  display: block;
  width: 22px;
  height: 2px;
  background-color: var(--rev-noir);
  border-radius: 2px;
  transition: transform 0.35s cubic-bezier(0.25, 0.8, 0.25, 1),
              opacity 0.25s ease,
              width 0.25s ease;
}

/* Burger blanc sur hero */
.has-hero .rev-burger__line { background-color: var(--rev-blanc); }
.has-hero .rev-header.is-scrolled .rev-burger__line { background-color: var(--rev-noir); }

.rev-burger[aria-expanded="true"] { z-index: 1002; position: relative; }
.rev-burger[aria-expanded="true"] .rev-burger__line { background-color: #fff; }
.rev-burger[aria-expanded="true"] .rev-burger__line:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.rev-burger[aria-expanded="true"] .rev-burger__line:nth-child(2) { opacity: 0; width: 0; }
.rev-burger[aria-expanded="true"] .rev-burger__line:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* ============================================================
   MENU MOBILE — fullscreen premium
   ============================================================ */

.rev-mobile-nav {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  z-index: 999;
  display: flex;
  flex-direction: column;
  background: #111;
  /* Accent vert très subtil en bas à droite */
  background-image:
    radial-gradient(ellipse 60% 50% at 110% 110%, rgba(45, 90, 39, 0.18) 0%, transparent 70%);
  padding: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: auto;
  overscroll-behavior: contain;
}
.rev-mobile-nav.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

/* Barre accent orange tout en haut */
.rev-mobile-nav::before {
  content: '';
  display: block;
  position: sticky;
  top: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #d4782f 0%, #e8954a 50%, transparent 100%);
  flex-shrink: 0;
  z-index: 1;
}

/* Header */
.rev-mobile-nav__header {
  display: flex;
  align-items: center;
  padding: 1.5rem 1.75rem 1rem;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.rev-mobile-nav__logo {
  height: 40px;
  width: auto;
  filter: brightness(0) invert(1);
  opacity: 0.92;
}

/* Zone liens */
.rev-mobile-nav__links {
  flex: 1;
  padding: 0.5rem 0;
}

/* Chaque lien principal */
.rev-mobile-nav__link {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.75rem;
  font-family: 'Raleway', system-ui, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: rgba(255,255,255,0.82);
  text-decoration: none;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255,255,255,0.055);
  width: 100%;
  cursor: pointer;
  text-align: left;
  outline: none;
  /* Entrée en stagger */
  opacity: 0;
  transform: translateY(14px);
  transition: color 0.25s ease, background 0.25s ease, opacity 0.45s ease, transform 0.45s ease;
}
.rev-mobile-nav__link:focus-visible {
  outline: 2px solid rgba(212, 120, 47, 0.6);
  outline-offset: -2px;
}
.rev-mobile-nav.is-open .rev-mobile-nav__link {
  opacity: 1;
  transform: translateY(0);
}
/* Stagger delays */
.rev-mobile-nav.is-open .rev-mobile-nav__links > a:nth-child(1)             { transition-delay: 0.08s; }
.rev-mobile-nav.is-open .rev-mobile-nav__links > .rev-mobile-nav__group:nth-child(2) > .rev-mobile-nav__link { transition-delay: 0.13s; }
.rev-mobile-nav.is-open .rev-mobile-nav__links > a:nth-child(3)             { transition-delay: 0.18s; }
.rev-mobile-nav.is-open .rev-mobile-nav__links > a:nth-child(4)             { transition-delay: 0.23s; }
.rev-mobile-nav.is-open .rev-mobile-nav__links > a:nth-child(5)             { transition-delay: 0.28s; }

.rev-mobile-nav__link:hover,
.rev-mobile-nav__link:active {
  color: #fff;
  background: rgba(255,255,255,0.04);
}

/* Numéro (01 02...) */
.rev-mobile-nav__num {
  font-size: 0.6rem;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.08em;
  color: #d4782f;
  opacity: 0.85;
  flex-shrink: 0;
  line-height: 1;
  padding-top: 2px;
}

/* Label texte */
.rev-mobile-nav__label {
  flex: 1;
}

/* Chevron toggle Services */
.rev-mobile-nav__chevron {
  flex-shrink: 0;
  color: rgba(255,255,255,0.3);
  transition: transform 0.3s ease, color 0.25s ease;
  margin-left: auto;
}
.rev-mobile-nav__toggle[aria-expanded="true"] .rev-mobile-nav__chevron {
  transform: rotate(180deg);
  color: #d4782f;
}
.rev-mobile-nav__toggle[aria-expanded="true"] {
  color: #fff;
  background: rgba(212, 120, 47, 0.07);
}

/* Sous-menu */
.rev-mobile-nav__sub {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.38s cubic-bezier(0.4, 0, 0.2, 1);
  background: rgba(0,0,0,0.25);
  border-bottom: 1px solid rgba(255,255,255,0.055);
}
.rev-mobile-nav__toggle[aria-expanded="true"] + .rev-mobile-nav__sub {
  max-height: 220px;
}
.rev-mobile-nav__sublink {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.85rem 1.75rem 0.85rem 3.25rem;
  font-family: 'Raleway', system-ui, sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  color: rgba(255,255,255,0.5);
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,0.035);
  transition: color 0.25s ease, background 0.25s ease;
}
.rev-mobile-nav__sublink:last-child { border-bottom: none; }
.rev-mobile-nav__sub-dot {
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(212, 120, 47, 0.5);
  flex-shrink: 0;
  margin-right: 0.25rem;
  transition: background 0.25s ease, transform 0.25s ease;
}
.rev-mobile-nav__sublink:hover {
  color: rgba(255,255,255,0.9);
  background: rgba(255,255,255,0.03);
}
.rev-mobile-nav__sublink:hover .rev-mobile-nav__sub-dot {
  background: #d4782f;
  transform: scale(1.4);
}

/* Section infos contact */
.rev-mobile-nav__info {
  padding: 1.1rem 1.75rem;
  border-top: 1px solid rgba(255,255,255,0.06);
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.45s ease 0.32s, transform 0.45s ease 0.32s;
}
.rev-mobile-nav.is-open .rev-mobile-nav__info {
  opacity: 1;
  transform: translateY(0);
}
.rev-mobile-nav__phone {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: 'Raleway', system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #d4782f;
  text-decoration: none;
  letter-spacing: 0.03em;
}
.rev-mobile-nav__phone svg { opacity: 0.75; flex-shrink: 0; }
.rev-mobile-nav__phone:hover { color: #e8954a; }
.rev-mobile-nav__tagline {
  font-family: 'Raleway', system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  color: rgba(255,255,255,0.28);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0;
  padding-left: 1.5rem;
}

/* Boutons CTA mobile */
.rev-mobile-nav__cta {
  padding: 1.25rem 1.75rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 10px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.45s ease 0.38s, transform 0.45s ease 0.38s;
}
.rev-mobile-nav.is-open .rev-mobile-nav__cta {
  opacity: 1;
  transform: translateY(0);
}
.rev-mobile-nav__btn {
  display: block;
  padding: 15px 24px;
  font-family: 'Raleway', system-ui, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: 6px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}
.rev-mobile-nav__btn:active { transform: scale(0.97); }
.rev-mobile-nav__btn--primary {
  background: linear-gradient(135deg, #d4782f 0%, #c06a24 100%);
  color: #fff !important;
  box-shadow: 0 4px 18px rgba(212, 120, 47, 0.32);
}
.rev-mobile-nav__btn--primary:hover {
  box-shadow: 0 6px 26px rgba(212, 120, 47, 0.5);
  transform: translateY(-1px);
}
.rev-mobile-nav__btn--outline {
  background: transparent;
  color: rgba(255,255,255,0.65);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 6px;
}
.rev-mobile-nav__btn--outline:hover {
  border-color: rgba(255,255,255,0.32);
  color: #fff;
  background: rgba(255,255,255,0.04);
}

/* ============================================================
   HERO — Centré, plein écran, BG image
   ============================================================ */
.rev-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: var(--rev-noir);
  background-size: cover;
  background-position: 50% 50%;
}

/* Hero compact pour pages intérieures */
.rev-hero--compact {
  min-height: 380px;
}

.rev-hero--short {
  min-height: 250px;
}

.rev-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.rev-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.rev-hero__content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: var(--rev-container);
  margin-inline: auto;
  padding-inline: 20px;
  padding-block: 120px 80px; /* top: espace pour header absolu */
  text-align: center;
  color: var(--rev-blanc);
}

/* Homepage hero : encore plus d'espace en haut pour le header */
.rev-hero--home .rev-hero__content {
  padding-top: 160px;
}

.rev-hero__eyebrow {
  display: inline-block;
  font-family: var(--rev-font-heading);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--rev-accent);
  margin-bottom: 1rem;
}

.rev-hero__title {
  font-family: 'Raleway', system-ui, sans-serif;
  font-size: var(--rev-h1-hero);
  font-weight: 700;
  font-style: normal;
  color: var(--rev-blanc);
  line-height: 1.1;
  margin-bottom: 1.25rem;
  text-align: center;
}

.rev-hero__subtitle {
  font-family: 'Raleway', system-ui, sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  max-width: 640px;
  margin-inline: auto;
  margin-bottom: 2rem;
  line-height: 1.6;
}

/* Flèche scroll hero — bounce infini */
.rev-hero__scroll-arrow {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  transition: color 0.3s ease;
  animation: rev-bounce 2s ease infinite;
  z-index: 10;
}
.rev-hero__scroll-arrow:hover {
  color: #fff;
}
@keyframes rev-bounce {
  0%, 20%, 50%, 80%, 100% { transform: translateX(-50%) translateY(0); }
  40% { transform: translateX(-50%) translateY(-12px); }
  60% { transform: translateX(-50%) translateY(-6px); }
}

.rev-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  margin-top: 1.5rem;
  background: rgba(255,255,255,0.12);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 999px;
  padding: 0.4rem 1rem;
  font-size: 13px;
  color: var(--rev-blanc);
}
.rev-hero__badge .stars { color: #fbbf24; }

/* ============================================================
   CARDS — Services, blog, portfolio
   ============================================================ */
.rev-card {
  background: var(--rev-blanc);
  border-radius: var(--rev-radius-lg);
  box-shadow: var(--rev-shadow-sm);
  overflow: hidden;
  transition: box-shadow var(--rev-transition), transform var(--rev-transition);
}
.rev-card:hover {
  box-shadow: var(--rev-shadow-md);
  transform: translateY(-4px);
}

.rev-card__img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}

.rev-card__body {
  padding: 1.5rem;
}

.rev-card__icon {
  width: 56px;
  height: 56px;
  background: var(--rev-gris-clair);
  border-radius: var(--rev-radius);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.rev-card__title {
  font-family: var(--rev-font-heading);
  font-size: 22px;
  font-weight: 700;
  color: var(--rev-text);
  margin-bottom: 0.75rem;
}

.rev-card__text {
  font-size: 14px;
  color: var(--rev-text-light);
  line-height: 1.7;
  margin-bottom: 1.25rem;
}

.rev-card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 14px;
  font-weight: 700;
  color: var(--rev-vert-clair);
}
.rev-card__link::after { content: '→'; transition: transform var(--rev-transition); }
.rev-card:hover .rev-card__link::after { transform: translateX(4px); }

/* Card sombre (agences) */
.rev-card--dark {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.15);
  box-shadow: none;
}
.rev-card--dark:hover { box-shadow: 0 4px 20px rgba(0,0,0,0.4); transform: translateY(-4px); }
.rev-card--dark .rev-card__title { color: var(--rev-accent); }
.rev-card--dark .rev-card__text  { color: rgba(255,255,255,0.7); }

/* ============================================================
   CERTIFICATIONS BANDEAU
   ============================================================ */
.rev-certifs {
  background: var(--rev-gris-clair);
  padding-block: 1.75rem;
  border-top: 1px solid var(--rev-gris-moyen);
  border-bottom: 1px solid var(--rev-gris-moyen);
}

.rev-certifs__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2rem 3rem;
}

/* Logos certif = images réelles */
.rev-certif-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.rev-certif-logo img {
  height: 50px;
  max-height: 50px;
  width: auto;
  object-fit: contain;
  filter: none;
  transition: opacity var(--rev-transition);
}
.rev-certif-logo img:hover { opacity: 0.8; }

/* ============================================================
   PORTFOLIO — Stack vertical panoramique (homepage)
   ============================================================ */
.rev-portfolio-stack {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 0;
}

.rev-portfolio-item--wide {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  display: block;
  transition: box-shadow var(--rev-transition), transform var(--rev-transition);
}
.rev-portfolio-item--wide:hover {
  box-shadow: 0 8px 32px rgba(0,0,0,0.14);
  transform: translateY(-3px);
}

.rev-portfolio-item--wide img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  transition: transform 0.5s ease;
}

.rev-portfolio-item--wide:hover img { transform: scale(1.04); }

/* Overlay partagé */
.rev-portfolio-item__overlay {
  position: absolute;
  inset: 0;
  background: rgba(45, 80, 22, 0.65);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity var(--rev-transition);
}

.rev-portfolio-item__caption {
  color: var(--rev-blanc);
  font-family: var(--rev-font-heading);
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  padding: 1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* Portfolio page — grille (page-portfolio.php) */
.rev-portfolio-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.rev-portfolio-item {
  position: relative;
  border-radius: var(--rev-radius);
  overflow: hidden;
  cursor: pointer;
  display: block;
}

.rev-portfolio-item img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.rev-portfolio-item:hover img { transform: scale(1.06); }
.rev-portfolio-item:hover .rev-portfolio-item__overlay { opacity: 1; }

/* Portfolio page — grille plus large */
.rev-portfolio-full {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

/* ============================================================
   LIGHTBOX
   ============================================================ */
.rev-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.92);
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--rev-transition), visibility var(--rev-transition);
}
.rev-lightbox.is-open { opacity: 1; visibility: visible; }
.rev-lightbox__img  { max-width: 90vw; max-height: 85vh; object-fit: contain; border-radius: var(--rev-radius); }
.rev-lightbox__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: rgba(255,255,255,0.15);
  border: none;
  color: var(--rev-blanc);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background var(--rev-transition);
}
.rev-lightbox__close:hover { background: rgba(255,255,255,0.3); }
.rev-lightbox__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,0.15);
  border: none;
  color: var(--rev-blanc);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background var(--rev-transition);
}
.rev-lightbox__nav:hover { background: rgba(255,255,255,0.3); }
.rev-lightbox__nav--prev { left: 1rem; }
.rev-lightbox__nav--next { right: 1rem; }
.rev-lightbox__caption {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255,255,255,0.85);
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
}

/* ============================================================
   SECTIONS SPÉCIFIQUES HOMEPAGE
   ============================================================ */

/* Section services — fond blanc, padding généreux */
.rev-section--services {
  background: var(--rev-blanc);
  padding-block: var(--rev-space-lg);
}
.rev-section--services .rev-grid-3 {
  gap: 2.5rem;
}

/* Card service homepage — flat, sans ombre, minimaliste */
.rev-service-card {
  background: transparent;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.rev-service-card__img-wrap {
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 0;
}
.rev-service-card__img-wrap img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
  border-radius: 12px;
  transition: transform 0.5s ease;
}
.rev-service-card:hover .rev-service-card__img-wrap img { transform: scale(1.04); }

.rev-service-card__body {
  padding: 1.5rem 0.5rem 0;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.rev-service-card__title {
  font-family: 'Raleway', system-ui, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: rgb(48, 48, 48);
  margin-bottom: 0.75rem;
}

.rev-service-card__text {
  font-family: 'Raleway', system-ui, sans-serif;
  font-size: 17px;
  font-weight: 500;
  color: rgb(0, 0, 0);
  line-height: 24px;
  margin-bottom: 1.5rem;
  max-width: 380px;
  margin-inline: auto;
  flex-grow: 1;
}

/* Bouton toujours aligné en bas de la card */
.rev-service-card__body .rev-btn {
  align-self: center;
  margin-top: auto;
}

/* Section savoir-faire — image plein écran, texte centré */
.rev-section--savoir-faire {
  position: relative;
  background-color: #1a1a1a;
  background-size: cover;
  background-position: 50% 50%;
  background-attachment: fixed;
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--rev-blanc);
  overflow: hidden;
}

.rev-section--savoir-faire__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1;
}

.rev-section--savoir-faire__content {
  position: relative;
  z-index: 2;
  max-width: 820px;
  padding: var(--rev-space-xl) 2rem;
  margin-inline: auto;
}

.rev-section--savoir-faire h2 {
  font-family: 'Raleway', system-ui, sans-serif;
  color: var(--rev-blanc);
  font-size: clamp(28px, 4.5vw, 45px);
  font-weight: 700;
  font-style: normal;
  line-height: 59px;
  margin-bottom: 1.5rem;
}

.rev-section--savoir-faire p {
  font-family: 'Raleway', system-ui, sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: rgba(255,255,255,0.85);
  max-width: 640px;
  margin-inline: auto;
  line-height: 1.7;
  margin-bottom: 0;
}

/* Section entreprise familiale */
.rev-section--famille {
  background: var(--rev-blanc);
  padding-block: var(--rev-space-lg);
}
.rev-section--famille h2 {
  font-family: 'Raleway', system-ui, sans-serif;
  font-size: clamp(32px, 5vw, 51px);
  font-weight: 700;
  color: var(--rev-text);
  line-height: 1;
  margin-bottom: 1.5rem;
}
.rev-section--famille p {
  font-family: 'Raleway', system-ui, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: rgb(0, 0, 0);
  line-height: 24px;
}

/* Layout images côté droit (famille) — override alt-block */
.rev-famille-imgs {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  aspect-ratio: unset;
  overflow: visible;
}
.rev-famille-imgs img {
  height: auto;
  object-fit: contain;
}

.rev-famille-photos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}

.rev-famille-photo {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 6px 24px rgba(0,0,0,0.1);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.rev-famille-photo:first-child {
  transform: rotate(-2deg);
}
.rev-famille-photo:last-child {
  transform: rotate(2deg);
}
.rev-famille-photo:hover {
  transform: rotate(0deg) scale(1.03);
  box-shadow: 0 10px 32px rgba(0,0,0,0.16);
}

.rev-famille-badge {
  width: 100%;
  height: 300px;
  border-radius: 12px;
  object-fit: contain;
  background: #000;
  box-shadow: 0 6px 24px rgba(0,0,0,0.12);
}

/* Bouton pas full-width */
.rev-section--famille .rev-btn {
  align-self: flex-start;
  width: auto;
}

/* ============================================================
   AVIS GOOGLE
   ============================================================ */
.rev-rating {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  padding: 1.25rem 2rem;
  background: var(--rev-blanc);
  border-radius: var(--rev-radius-lg);
  box-shadow: var(--rev-shadow-md);
  text-align: center;
}
.rev-rating__score {
  font-family: var(--rev-font-heading);
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--rev-noir);
  line-height: 1;
}
.rev-rating__stars { color: #fbbf24; font-size: 1.25rem; letter-spacing: -2px; }
.rev-rating__label { font-size: 13px; color: var(--rev-text-light); }
.rev-rating__logo  { font-size: 13px; font-weight: 700; color: #4285F4; }

.rev-avis-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
.rev-avis-card {
  background: var(--rev-blanc);
  border-radius: var(--rev-radius-lg);
  padding: 1.5rem;
  box-shadow: var(--rev-shadow-sm);
}
.rev-avis-card__header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}
.rev-avis-card__avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--rev-vert-clair);
  color: var(--rev-blanc);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--rev-font-heading);
  font-weight: 700;
  font-size: 1rem;
  flex-shrink: 0;
}
.rev-avis-card__name  { font-weight: 700; font-size: 14px; }
.rev-avis-card__date  { font-size: 12px; color: var(--rev-text-light); }
.rev-avis-card__stars { color: #fbbf24; font-size: 14px; margin-left: auto; }
.rev-avis-card__text  { font-size: 14px; color: var(--rev-text); line-height: 1.6; margin: 0; }

/* ============================================================
   AGENCES — Layout map + liste (fond clair)
   ============================================================ */
.rev-agences-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: start;
}

.rev-agences-map {
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  min-height: 420px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.1);
  border: 1px solid rgba(0,0,0,0.06);
}

.rev-agences-map iframe,
.rev-agences-map .leaflet-container {
  width: 100%;
  height: 100%;
  min-height: 420px;
  border: 0;
  display: block;
}

/* Leaflet map markers */
.rev-map-marker {
  background: none !important;
  border: none !important;
}

.rev-map-popup .leaflet-popup-content-wrapper {
  border-radius: 10px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.15);
  padding: 4px;
}

.rev-map-popup .leaflet-popup-tip {
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.rev-agences-list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.rev-agence-item {
  background: var(--rev-blanc);
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 12px;
  padding: 1.75rem;
  transition: box-shadow var(--rev-transition), transform var(--rev-transition);
}

.rev-agence-item:hover {
  box-shadow: 0 8px 28px rgba(0,0,0,0.1);
  transform: translateY(-2px);
}

.rev-agence-item h3 {
  font-family: 'Raleway', system-ui, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--rev-noir);
  margin-bottom: 0.35rem;
}

.rev-agence-item__subtitle {
  font-family: 'Raleway', system-ui, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #d4782f;
  margin-bottom: 1.25rem;
}

.rev-agence-item .rev-btn--primary {
  color: #fff !important;
  font-size: 14px !important;
  background-color: #d4782f;
  border-color: #d4782f;
  border-radius: 0;
  padding: 12px 30px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
}

/* ============================================================
   FORMULAIRES
   ============================================================ */
.rev-form { display: flex; flex-direction: column; gap: 1rem; }
.rev-form__group { display: flex; flex-direction: column; gap: 0.375rem; }
.rev-form__row   { display: grid; grid-template-columns: 1fr; gap: 1rem; }

.rev-form label {
  font-size: 13px;
  font-weight: 600;
  color: var(--rev-text);
}

.rev-form input,
.rev-form select,
.rev-form textarea,
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form select,
.wpcf7-form textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  font-family: var(--rev-font-body);
  font-size: 14px;
  color: var(--rev-text);
  background: var(--rev-blanc);
  border: 1.5px solid var(--rev-gris-moyen);
  border-radius: var(--rev-radius);
  transition: border-color var(--rev-transition), box-shadow var(--rev-transition);
  appearance: none;
}
.rev-form input:focus,
.rev-form select:focus,
.rev-form textarea:focus,
.wpcf7-form input:focus,
.wpcf7-form select:focus,
.wpcf7-form textarea:focus {
  outline: none;
  border-color: var(--rev-vert-clair);
  box-shadow: 0 0 0 3px rgba(74,140,42,0.15);
}
.rev-form textarea,
.wpcf7-form textarea { resize: vertical; min-height: 130px; }

.wpcf7-form .wpcf7-submit {
  display: inline-flex;
  align-items: center;
  padding: 12px 30px;
  background-color: var(--rev-vert-clair);
  color: var(--rev-blanc);
  font-family: var(--rev-font-heading);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 2px solid var(--rev-vert-clair);
  border-radius: var(--rev-radius-pill);
  cursor: pointer;
  transition: background-color var(--rev-transition);
}
.wpcf7-form .wpcf7-submit:hover { background-color: var(--rev-vert-fonce); border-color: var(--rev-vert-fonce); }

/* Map */
.rev-map { border-radius: var(--rev-radius-lg); overflow: hidden; height: 350px; }
.rev-map iframe { width: 100%; height: 100%; border: 0; }

/* Contact grid (form + map) */
.rev-contact-grid { display: grid; grid-template-columns: 1fr; gap: 2rem; }

/* ============================================================
   FOOTER
   ============================================================ */
.rev-footer {
  background: #111111;
  color: rgba(255,255,255,0.75);
  padding-top: 5rem;
  font-family: 'Raleway', system-ui, sans-serif;
}

.rev-footer__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

/* Brand col */
.rev-footer__col--brand {
  padding-right: 2rem;
}

.rev-footer__tagline {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255,255,255,0.5);
  margin-bottom: 1.5rem;
  max-width: 300px;
}

.rev-footer__social {
  display: flex;
  gap: 1rem;
}

.rev-footer__social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.6);
  transition: background var(--rev-transition), color var(--rev-transition);
}

.rev-footer__social a:hover {
  background: #d4782f;
  color: #fff;
}

.rev-footer__col h3 {
  font-family: 'Raleway', system-ui, sans-serif;
  color: #d4782f;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 1.25rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 0.75rem;
}

.rev-footer__col h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background: #d4782f;
}

.rev-footer__col p {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 0;
}

.rev-footer__links {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.rev-footer__links a {
  font-family: 'Raleway', system-ui, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255,255,255,0.65);
  transition: color var(--rev-transition), padding-left var(--rev-transition);
  text-decoration: none;
}

.rev-footer__links a:hover {
  color: #d4782f;
  padding-left: 4px;
}

/* Contact list */
.rev-footer__contact {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.rev-footer__contact li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 14px;
  color: rgba(255,255,255,0.65);
  line-height: 1.6;
}

.rev-footer__contact li svg {
  flex-shrink: 0;
  margin-top: 3px;
  color: #d4782f;
}

.rev-footer__contact a {
  color: rgba(255,255,255,0.65);
  text-decoration: none;
  transition: color var(--rev-transition);
}

.rev-footer__contact a:hover {
  color: #d4782f;
}

.rev-footer__logo { margin-bottom: 1.5rem; }
.rev-footer__logo img { height: 60px; width: auto; }

.rev-footer__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  padding-block: 2rem;
  font-size: 13px;
  font-weight: 400;
  color: rgba(255,255,255,0.35);
  text-align: center;
}

.rev-footer__bottom p {
  margin: 0;
}

.rev-footer__bottom-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
}

.rev-footer__bottom-links a {
  color: rgba(255,255,255,0.35);
  font-size: 13px;
  transition: color var(--rev-transition);
  text-decoration: none;
}

.rev-footer__bottom-links a:hover {
  color: #d4782f;
}

/* ============================================================
   BLOG / ARCHIVE
   ============================================================ */
.rev-blog-grid { display: grid; grid-template-columns: 1fr; gap: 2rem; }

.rev-post-card {
  background: var(--rev-blanc);
  border-radius: var(--rev-radius-lg);
  box-shadow: var(--rev-shadow-sm);
  overflow: hidden;
  transition: box-shadow var(--rev-transition), transform var(--rev-transition);
}
.rev-post-card:hover { box-shadow: var(--rev-shadow-md); transform: translateY(-3px); }
.rev-post-card__img  { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.rev-post-card__body { padding: 1rem 1.5rem 1.5rem; }
.rev-post-card__meta { display: flex; gap: 0.75rem; font-size: 12px; color: var(--rev-text-light); margin-bottom: 0.5rem; }

.rev-post-card__title { font-size: 18px; font-weight: 700; margin-bottom: 0.5rem; line-height: 1.3; }
.rev-post-card__title a { color: var(--rev-noir); }
.rev-post-card__title a:hover { color: var(--rev-vert-clair); }
.rev-post-card__excerpt { font-size: 14px; color: var(--rev-text-light); line-height: 1.6; margin: 0; }

/* ============================================================
   SIDEBAR
   ============================================================ */
.rev-sidebar { display: flex; flex-direction: column; gap: 2rem; }
.rev-sidebar__widget { background: var(--rev-gris-clair); border-radius: var(--rev-radius-lg); padding: 1.5rem; }
.rev-sidebar__widget h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid var(--rev-vert-clair);
}

/* ============================================================
   ÉQUIPEMENTS
   ============================================================ */
.rev-equip-grid { display: grid; grid-template-columns: 1fr; gap: 1rem; }
.rev-equip-item {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  padding: 1rem;
  background: var(--rev-gris-clair);
  border-radius: var(--rev-radius);
}
.rev-equip-item__icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: var(--rev-vert-clair);
  border-radius: var(--rev-radius);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--rev-blanc);
  font-size: 1.25rem;
}
.rev-equip-item strong { display: block; font-size: 14px; margin-bottom: 0.125rem; }
.rev-equip-item span   { font-size: 13px; color: var(--rev-text-light); }

/* ============================================================
   PAGE CRÉATION DE JARDIN — Design Premium
   ============================================================ */

/* Section title */
.rev-creation__section-title {
  font-family: 'Raleway', system-ui, sans-serif;
  font-size: clamp(28px, 4vw, 56px);
  font-weight: 700;
  color: rgb(51, 51, 51);
  line-height: 1.1;
}

/* Intro text */
.rev-creation__intro-text {
  font-family: 'Raleway', system-ui, sans-serif;
  font-size: 17px;
  font-weight: 500;
  color: #000;
  line-height: 1.7;
  max-width: 700px;
  margin: 1.5rem auto 0;
  text-align: center;
}

/* ---- BLOCS ALTERNÉS ---- */
.rev-creation__block {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
  margin-bottom: 5rem;
}
.rev-creation__block:last-child { margin-bottom: 0; }

.rev-creation__block-img {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0,0,0,0.1);
}
.rev-creation__block-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  aspect-ratio: 4/3;
  transition: transform 0.6s ease;
}
.rev-creation__block:hover .rev-creation__block-img img {
  transform: scale(1.03);
}

.rev-creation__block-content {
  padding: 1rem 0;
}

.rev-creation__block-num {
  display: inline-block;
  font-family: 'Raleway', system-ui, sans-serif;
  font-size: 48px;
  font-weight: 800;
  color: rgba(212, 120, 47, 0.15);
  line-height: 1;
  margin-bottom: 0.75rem;
}

.rev-creation__block-content h3 {
  font-family: 'Raleway', system-ui, sans-serif;
  font-size: clamp(22px, 2.5vw, 30px);
  font-weight: 700;
  color: rgb(48, 48, 48);
  line-height: 1.25;
  margin-bottom: 1rem;
}

.rev-creation__block-content p {
  font-family: 'Raleway', system-ui, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  line-height: 1.7;
  margin-bottom: 1.25rem;
}

.rev-creation__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Raleway', system-ui, sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #d4782f;
  text-decoration: none;
  transition: gap 0.3s ease, color 0.3s ease;
}
.rev-creation__link:hover {
  gap: 14px;
  color: #bf6a28;
}

/* ---- STATS BANDEAU ---- */
.rev-creation__stats {
  background: linear-gradient(135deg, #1a1a1a 0%, #0d0d0d 100%);
  padding: 4rem 0;
}
.rev-creation__stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
  text-align: center;
}
.rev-creation__stat-number {
  display: block;
  font-family: 'Raleway', system-ui, sans-serif;
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 800;
  color: #d4782f;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.rev-creation__stat-label {
  font-family: 'Raleway', system-ui, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255,255,255,0.6);
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* ---- CLIENTS ---- */
.rev-creation__clients {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  max-width: 800px;
  margin: 0 auto;
}
.rev-creation__client-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem 1.5rem;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 12px;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.rev-creation__client-card:hover {
  box-shadow: 0 6px 24px rgba(0,0,0,0.08);
  transform: translateY(-2px);
}
.rev-creation__client-icon { font-size: 28px; }
.rev-creation__client-label {
  font-family: 'Raleway', system-ui, sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: rgb(48, 48, 48);
}

/* ---- PROCESS ---- */
.rev-creation__process {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-top: 3rem;
}
.rev-creation__process-step {
  padding: 2rem;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px;
  transition: background 0.3s ease, border-color 0.3s ease;
}
.rev-creation__process-step:hover {
  background: rgba(255,255,255,0.07);
  border-color: rgba(212, 120, 47, 0.3);
}
.rev-creation__process-num {
  font-family: 'Raleway', system-ui, sans-serif;
  font-size: 32px;
  font-weight: 800;
  color: #d4782f;
  line-height: 1;
  margin-bottom: 1rem;
}
.rev-creation__process-step h3 {
  font-family: 'Raleway', system-ui, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.5rem;
}
.rev-creation__process-step p {
  font-family: 'Raleway', system-ui, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255,255,255,0.6);
  line-height: 1.7;
}

/* ---- CTA FINAL ---- */
.rev-creation__cta-final {
  background: linear-gradient(135deg, #d4782f 0%, #c06a24 100%);
  padding: 5rem 0;
  text-align: center;
}
.rev-creation__cta-final h2 {
  font-family: 'Raleway', system-ui, sans-serif;
  font-size: clamp(26px, 3.5vw, 42px);
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.75rem;
}
.rev-creation__cta-final p {
  font-family: 'Raleway', system-ui, sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: rgba(255,255,255,0.85);
  margin-bottom: 2rem;
}
.rev-creation__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  justify-content: center;
  align-items: center;
}
.rev-creation__cta-final .rev-btn--primary,
.rev-creation__cta-final .rev-btn--primary:visited,
.rev-creation__cta-final .rev-btn--primary:focus,
.rev-creation__cta-final .rev-btn--primary:active {
  background: #fff;
  color: #d4782f !important;
  border-color: #fff;
}
.rev-creation__cta-final .rev-btn--primary:hover {
  background: rgba(255,255,255,0.9);
  color: #d4782f !important;
}
.rev-creation__phone-link,
.rev-creation__phone-link:visited,
.rev-creation__phone-link:focus,
.rev-creation__phone-link:active {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Raleway', system-ui, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff !important;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.rev-creation__phone-link:hover { opacity: 0.8; }

/* ============================================================
   PAGE PAYSAGISTE NICE — Tarifs
   ============================================================ */
.rev-nice__tarifs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 3rem;
}
.rev-nice__tarif-card {
  position: relative;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  padding: 2rem 1.75rem 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.rev-nice__tarif-card:hover {
  box-shadow: 0 12px 40px rgba(0,0,0,0.1);
  transform: translateY(-4px);
}
.rev-nice__tarif-card--featured {
  border-color: #d4782f;
  border-width: 2px;
}
.rev-nice__tarif-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: #d4782f;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 4px 16px;
  border-radius: 20px;
  white-space: nowrap;
}
.rev-nice__tarif-icon { font-size: 2rem; margin-bottom: 0.5rem; }
.rev-nice__tarif-card h3 {
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0.25rem;
}
.rev-nice__tarif-price {
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  color: #555;
  margin-bottom: 0.5rem;
}
.rev-nice__tarif-price strong { font-size: 28px; font-weight: 800; color: #d4782f; }
.rev-nice__tarif-price span { font-size: 14px; color: #888; }
.rev-nice__tarif-note {
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  color: #999;
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid #f0f0f0;
  margin-bottom: 0;
}

/* ============================================================
   PAGE PAYSAGISTE NICE — Nice & son jardin
   ============================================================ */
.rev-nice__content-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-bottom: 2rem;
}
.rev-nice__content-block {
  background: #f9f9f7;
  border-radius: 4px;
  padding: 2rem;
  border-left: 3px solid #d4782f;
}
.rev-nice__content-icon { font-size: 2rem; margin-bottom: 1rem; }
.rev-nice__content-block h3 {
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0.75rem;
}
.rev-nice__content-block p {
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  color: #555;
  line-height: 1.75;
  margin-bottom: 0;
}
.rev-nice__reglementation {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  background: linear-gradient(135deg, #fdf5ef 0%, #fef9f5 100%);
  border: 1px solid rgba(212,120,47,0.2);
  border-radius: 4px;
  padding: 2rem;
  margin-top: 1rem;
}
.rev-nice__reglementation-icon { font-size: 2.5rem; flex-shrink: 0; line-height: 1; }
.rev-nice__reglementation h3 {
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0.75rem;
}
.rev-nice__reglementation p {
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  color: #555;
  line-height: 1.75;
  margin-bottom: 0;
}

@media (max-width: 900px) {
  .rev-nice__tarifs { grid-template-columns: 1fr; max-width: 480px; margin-inline: auto; }
  .rev-nice__content-grid { grid-template-columns: 1fr; }
  .rev-nice__reglementation { flex-direction: column; gap: 1rem; }
}
@media (max-width: 600px) {
  .rev-nice__tarif-card { padding: 1.5rem 1.25rem; }
}

/* ============================================================
   PAGE PAYSAGISTE NICE — FAQ accordéon
   ============================================================ */
.rev-nice__faq {
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  overflow: hidden;
}
.rev-nice__faq-item {
  border-bottom: 1px solid #e8e8e8;
}
.rev-nice__faq-item:last-child {
  border-bottom: none;
}
.rev-nice__faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem 1.5rem;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
  cursor: pointer;
  list-style: none;
  background: #fff;
  transition: background 0.2s ease, color 0.2s ease;
}
.rev-nice__faq-question::-webkit-details-marker { display: none; }
.rev-nice__faq-question:hover {
  background: #fdf5ef;
  color: #d4782f;
}
.rev-nice__faq-item[open] .rev-nice__faq-question {
  background: #fdf5ef;
  color: #d4782f;
}
.rev-nice__faq-icon {
  flex-shrink: 0;
  transition: transform 0.3s ease;
  color: #d4782f;
}
.rev-nice__faq-item[open] .rev-nice__faq-icon {
  transform: rotate(180deg);
}
.rev-nice__faq-answer {
  padding: 0 1.5rem 1.25rem;
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #555;
  line-height: 1.75;
  background: #fff;
  margin-bottom: 0;
}

/* ============================================================
   PAGE ENTRETIEN DE JARDIN — Design Premium Saisonnier
   ============================================================ */

/* Saison card */
.rev-entretien__saison {
  margin-bottom: 4rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}
.rev-entretien__saison:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

/* Saison header (icône + label + titre) */
.rev-entretien__saison-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
}
.rev-entretien__saison-icon {
  font-size: 40px;
  line-height: 1;
}
.rev-entretien__saison-label {
  display: block;
  font-family: 'Raleway', system-ui, sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #d4782f;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0.2rem;
}
.rev-entretien__saison-header h3 {
  font-family: 'Raleway', system-ui, sans-serif;
  font-size: clamp(28px, 3.5vw, 42px);
  font-weight: 800;
  color: rgb(48, 48, 48);
  line-height: 1.1;
}

/* Saison body (image + texte) */
.rev-entretien__saison-body {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
}

.rev-entretien__saison-img {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0,0,0,0.1);
}
.rev-entretien__saison-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/10;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}
.rev-entretien__saison:hover .rev-entretien__saison-img img {
  transform: scale(1.03);
}

.rev-entretien__saison-content h4 {
  font-family: 'Raleway', system-ui, sans-serif;
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 700;
  color: rgb(48, 48, 48);
  margin-bottom: 1rem;
}
.rev-entretien__saison-content p {
  font-family: 'Raleway', system-ui, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  line-height: 1.7;
  margin-bottom: 1.25rem;
}

/* Checklist */
.rev-entretien__checklist {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.rev-entretien__checklist li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-family: 'Raleway', system-ui, sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: rgb(51, 51, 51);
}
.rev-entretien__checklist li::before {
  content: '';
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(212, 120, 47, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23d4782f' stroke-width='3'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
}

/* Équipement cards */
.rev-entretien__equip-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
.rev-entretien__equip-card {
  text-align: center;
  padding: 2.5rem 2rem;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 16px;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.rev-entretien__equip-card:hover {
  box-shadow: 0 8px 32px rgba(0,0,0,0.08);
  transform: translateY(-3px);
}
.rev-entretien__equip-icon {
  font-size: 40px;
  display: block;
  margin-bottom: 1.25rem;
}
.rev-entretien__equip-card h3 {
  font-family: 'Raleway', system-ui, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: rgb(48, 48, 48);
  margin-bottom: 0.75rem;
}
.rev-entretien__equip-card p {
  font-family: 'Raleway', system-ui, sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #666;
  line-height: 1.6;
}

/* ============================================================
   PAGE ÉLAGAGE — Cartes avantages
   ============================================================ */
.rev-elagage__avantages {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
.rev-elagage__avantage-card {
  padding: 2rem;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 16px;
  border-left: 4px solid #d4782f;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.rev-elagage__avantage-card:hover {
  box-shadow: 0 8px 32px rgba(0,0,0,0.08);
  transform: translateY(-2px);
}
.rev-elagage__avantage-icon {
  font-size: 32px;
  display: block;
  margin-bottom: 1rem;
}
.rev-elagage__avantage-card h3 {
  font-family: 'Raleway', system-ui, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: rgb(48, 48, 48);
  margin-bottom: 0.5rem;
}
.rev-elagage__avantage-card p {
  font-family: 'Raleway', system-ui, sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #666;
  line-height: 1.6;
}

/* ============================================================
   PAGE PORTFOLIO — Design Premium
   ============================================================ */

/* Filtres */
.rev-portfolio__filters {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 2.5rem;
  flex-wrap: wrap;
}
.rev-portfolio__filter {
  font-family: 'Raleway', system-ui, sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 28px;
  border: 1.5px solid rgba(0,0,0,0.12);
  background: transparent;
  color: rgb(51, 51, 51);
  cursor: pointer;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
}
.rev-portfolio__filter:hover {
  border-color: #d4782f;
  color: #d4782f;
}
.rev-portfolio__filter.is-active {
  background: #d4782f;
  border-color: #d4782f;
  color: #fff;
}

/* Grille masonry */
.rev-portfolio__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

/* Items */
.rev-portfolio__item {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.rev-portfolio__item:nth-child(3n+1) {
  grid-column: span 2;
}
.rev-portfolio__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  aspect-ratio: 16/10;
  transition: transform 0.6s ease;
}
.rev-portfolio__item:nth-child(3n+1) img {
  aspect-ratio: 21/9;
}
.rev-portfolio__item:hover img {
  transform: scale(1.05);
}

/* Overlay */
.rev-portfolio__item-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, transparent 50%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.5rem;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.rev-portfolio__item:hover .rev-portfolio__item-overlay {
  opacity: 1;
}
.rev-portfolio__item-caption {
  font-family: 'Raleway', system-ui, sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.25rem;
}
.rev-portfolio__item-cat {
  font-family: 'Raleway', system-ui, sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #d4782f;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

/* ============================================================
   PAGE IDENTITÉ DE REV
   ============================================================ */

/* Timeline */
.rev-timeline {
  position: relative;
  padding-left: 40px;
}
.rev-timeline::before {
  content: '';
  position: absolute;
  left: 12px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, #d4782f, rgba(212,120,47,0.2));
}
.rev-timeline__item {
  position: relative;
  margin-bottom: 3rem;
}
.rev-timeline__item:last-child { margin-bottom: 0; }
.rev-timeline__dot {
  position: absolute;
  left: -34px;
  top: 4px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #d4782f;
  border: 3px solid #fff;
  box-shadow: 0 0 0 2px #d4782f;
  z-index: 1;
}
.rev-timeline__year {
  font-family: 'Raleway', system-ui, sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #d4782f;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0.4rem;
}
.rev-timeline__content h3 {
  font-family: 'Raleway', system-ui, sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: rgb(48,48,48);
  margin-bottom: 0.5rem;
}
.rev-timeline__content p {
  font-family: 'Raleway', system-ui, sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #666;
  line-height: 1.7;
}

/* Équipe */
.rev-identite__equipe {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  max-width: 700px;
  margin: 0 auto;
}
.rev-identite__poste {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.25rem;
  background: #f8f8f8;
  border-radius: 10px;
  border-left: 3px solid #d4782f;
  font-family: 'Raleway', system-ui, sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: rgb(51,51,51);
  transition: transform 0.2s ease;
}
.rev-identite__poste:hover { transform: translateX(4px); }
.rev-identite__poste-icon { font-size: 22px; flex-shrink: 0; }

/* Piliers */
.rev-identite__piliers {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
.rev-identite__pilier-card {
  padding: 2.5rem 2rem;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 16px;
  text-align: center;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.rev-identite__pilier-card:hover {
  box-shadow: 0 8px 32px rgba(0,0,0,0.08);
  transform: translateY(-3px);
}
.rev-identite__pilier-icon { font-size: 40px; display: block; margin-bottom: 1rem; }
.rev-identite__pilier-card h3 {
  font-family: 'Raleway', system-ui, sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: rgb(48,48,48);
  margin-bottom: 0.75rem;
}
.rev-identite__pilier-card p {
  font-family: 'Raleway', system-ui, sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #666;
  line-height: 1.6;
}

/* ============================================================
   PAGE RSE
   ============================================================ */

/* 3 Piliers RSE */
.rev-rse__piliers {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
.rev-rse__pilier-card {
  padding: 2.5rem 2rem;
  background: #fff;
  border-radius: 16px;
  text-align: center;
  border-top: 4px solid #d4782f;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.rev-rse__pilier-card:hover {
  box-shadow: 0 8px 32px rgba(0,0,0,0.1);
  transform: translateY(-3px);
}
.rev-rse__pilier-card--env { border-top-color: #4caf50; }
.rev-rse__pilier-card--social { border-top-color: #2196f3; }
.rev-rse__pilier-card--eco { border-top-color: #ff9800; }
.rev-rse__pilier-icon { font-size: 40px; display: block; margin-bottom: 1rem; }
.rev-rse__pilier-card h3 {
  font-family: 'Raleway', system-ui, sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: rgb(48,48,48);
  margin-bottom: 0.75rem;
}
.rev-rse__pilier-card p {
  font-family: 'Raleway', system-ui, sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #666;
  line-height: 1.6;
}

/* Label ISO */
.rev-rse__label {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  text-align: center;
}
.rev-rse__label-badge {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgba(212,120,47,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  flex-shrink: 0;
}
.rev-rse__label-tag {
  display: inline-block;
  font-family: 'Raleway', system-ui, sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #d4782f;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0.5rem;
}
.rev-rse__label h2 {
  font-family: 'Raleway', system-ui, sans-serif;
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  color: #fff;
  margin-bottom: 1rem;
}
.rev-rse__label p {
  font-family: 'Raleway', system-ui, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: rgba(255,255,255,0.75);
  line-height: 1.7;
  margin-bottom: 1.5rem;
}
.rev-rse__label-level {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  padding: 0.75rem 1.5rem;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 8px;
}
.rev-rse__label-level-text {
  font-family: 'Raleway', system-ui, sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: rgba(255,255,255,0.6);
}
.rev-rse__label-level-value {
  font-family: 'Raleway', system-ui, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #d4782f;
}

/* Certifications */
.rev-rse__certifs {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
.rev-rse__certif-card {
  padding: 2rem;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 16px;
  text-align: center;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.rev-rse__certif-card:hover {
  box-shadow: 0 8px 28px rgba(0,0,0,0.08);
  transform: translateY(-2px);
}
.rev-rse__certif-icon { font-size: 36px; display: block; margin-bottom: 1rem; }
.rev-rse__certif-card h3 {
  font-family: 'Raleway', system-ui, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: rgb(48,48,48);
  margin-bottom: 0.5rem;
}
.rev-rse__certif-card p {
  font-family: 'Raleway', system-ui, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #666;
  line-height: 1.6;
}

/* ============================================================
   RECRUTEMENT — Offre d'emploi card
   ============================================================ */
.rev-recrutement__offre {
  background: var(--rev-blanc);
  border-radius: 12px;
  padding: 2.5rem;
  box-shadow: 0 4px 24px rgba(0,0,0,0.08);
  border: 1px solid rgba(0,0,0,0.06);
}
.rev-recrutement__offre-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}
.rev-recrutement__offre-header h3 {
  font-family: 'Raleway', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--rev-text);
  margin-bottom: 0.5rem;
}
.rev-recrutement__offre-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  color: var(--rev-text-light);
}
.rev-recrutement__offre-badge {
  flex-shrink: 0;
  padding: 6px 16px;
  background: #d4782f;
  color: #fff;
  border-radius: 999px;
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  font-weight: 700;
}
.rev-recrutement__offre-body {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.rev-recrutement__offre-section h4 {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: var(--rev-text);
  margin-bottom: 0.5rem;
}
.rev-recrutement__offre-section p {
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #444;
  line-height: 26px;
}

/* ============================================================
   CONTACT — Layout 2 colonnes + cards
   ============================================================ */
.rev-contact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
}
@media (max-width: 768px) {
  .rev-contact-layout {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}

.rev-contact__card {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.25rem;
  background: var(--rev-gris-clair);
  border-radius: 10px;
  margin-bottom: 0.75rem;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  border-left: 3px solid #d4782f;
}
.rev-contact__card:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  transform: translateY(-1px);
}
.rev-contact__card-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  background: rgba(212, 120, 47, 0.1);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rev-contact__card strong {
  display: block;
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: var(--rev-text);
  margin-bottom: 2px;
}
.rev-contact__card span {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: var(--rev-text-light);
}

.rev-contact__form-wrap {
  background: var(--rev-blanc);
  border-radius: 16px;
  padding: 2.5rem;
  box-shadow: 0 4px 32px rgba(0,0,0,0.08);
  border: 1px solid rgba(0,0,0,0.06);
}

/* Form row (2 colonnes) */
.rev-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
@media (max-width: 480px) {
  .rev-form__row {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   STICKY CTA — Floating card bottom-right
   ============================================================ */
#rev-sticky-cta {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 9999;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 40px rgba(0,0,0,0.18), 0 2px 8px rgba(0,0,0,0.08);
  padding: 20px 24px;
  width: 280px;
  border-top: 4px solid #d4782f;

  transform: translateY(20px);
  opacity: 0;
  transition: transform 0.4s cubic-bezier(0.22,1,0.36,1), opacity 0.35s ease;
  pointer-events: none;
}

#rev-sticky-cta.rev-sticky-cta--visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

#rev-sticky-cta.rev-sticky-cta--dismissed {
  transform: translateY(20px);
  opacity: 0;
  pointer-events: none;
}

.rev-sticky-cta__label {
  font-family: var(--rev-font-heading);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #d4782f;
  margin-bottom: 6px;
}

.rev-sticky-cta__heading {
  font-family: var(--rev-font-heading);
  font-size: 16px;
  font-weight: 800;
  color: #1a1a1a;
  line-height: 1.3;
  margin-bottom: 16px;
}

.rev-sticky-cta__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  width: 100%;
  padding: 12px 20px;
  background: #d4782f;
  color: #fff !important;
  font-family: var(--rev-font-heading);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: var(--rev-radius-pill);
  text-decoration: none;
  transition: background 0.2s ease, transform 0.15s ease;
  margin-bottom: 10px;
}

.rev-sticky-cta__btn:hover {
  background: #bf6a28;
  transform: translateY(-1px);
  color: #fff !important;
}

.rev-sticky-cta__phone {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  color: var(--rev-vert-fonce) !important;
  font-family: var(--rev-font-heading);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.2s ease;
}

.rev-sticky-cta__phone:hover {
  color: #d4782f !important;
}

.rev-sticky-cta__close {
  position: absolute;
  top: 10px;
  right: 12px;
  background: none;
  border: none;
  color: #aaa;
  cursor: pointer;
  padding: 4px;
  line-height: 1;
  font-size: 16px;
  transition: color 0.2s ease;
}

.rev-sticky-cta__close:hover {
  color: #333;
}

@media (max-width: 600px) {
  #rev-sticky-cta {
    bottom: 16px;
    right: 16px;
    left: 16px;
    width: auto;
    border-radius: 14px;
  }
}

/* ============================================================
   COOKIE CONSENT BANNER
   ============================================================ */
#rev-cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9998;
  background: #1a1a1a;
  color: rgba(255,255,255,0.85);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 12px 24px;
  font-family: var(--rev-font-body);
  font-size: 13px;

  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.35s cubic-bezier(0.22,1,0.36,1), opacity 0.3s ease;
  pointer-events: none;
}

#rev-cookie-banner.rev-cookie-banner--visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

#rev-cookie-banner.rev-cookie-banner--hidden {
  transform: translateY(100%);
  opacity: 0;
  pointer-events: none;
}

.rev-cookie-banner__text {
  flex: 1;
  line-height: 1.5;
  margin: 0;
}

.rev-cookie-banner__text a {
  color: rgba(255,255,255,0.6);
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 0.2s ease;
}

.rev-cookie-banner__text a:hover {
  color: #fff;
}

.rev-cookie-banner__actions {
  display: flex;
  gap: 0.5rem;
  flex-shrink: 0;
}

.rev-cookie-banner__btn {
  padding: 7px 18px;
  border-radius: var(--rev-radius-pill);
  font-family: var(--rev-font-heading);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  transition: background 0.2s ease, color 0.2s ease;
  white-space: nowrap;
}

.rev-cookie-banner__btn--refuse {
  background: transparent;
  color: rgba(255,255,255,0.55);
  border: 1px solid rgba(255,255,255,0.2);
}

.rev-cookie-banner__btn--refuse:hover {
  color: #fff;
  border-color: rgba(255,255,255,0.5);
}

.rev-cookie-banner__btn--accept {
  background: #d4782f;
  color: #fff;
}

.rev-cookie-banner__btn--accept:hover {
  background: #bf6a28;
}

@media (max-width: 600px) {
  #rev-cookie-banner {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 14px 16px;
  }
  .rev-cookie-banner__actions {
    width: 100%;
    justify-content: flex-end;
  }
}

/* ============================================================
   FORM CHIPS — Suggestions projet
   ============================================================ */
.rev-form__chips-label {
  font-family: var(--rev-font-heading);
  font-size: 12px;
  font-weight: 600;
  color: var(--rev-text-light);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.rev-form__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.rev-chip {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 14px;
  background: #f5f5f5;
  border: 1.5px solid #e0e0e0;
  border-radius: 30px;
  font-family: var(--rev-font-heading);
  font-size: 13px;
  font-weight: 600;
  color: #444;
  cursor: pointer;
  transition: all 0.18s ease;
  white-space: nowrap;
  line-height: 1;
}

.rev-chip:hover {
  border-color: #d4782f;
  color: #d4782f;
  background: #fff8f4;
}

.rev-chip.is-active {
  background: var(--rev-vert-fonce);
  border-color: var(--rev-vert-fonce);
  color: #fff;
}

.rev-form__label-hint {
  font-family: var(--rev-font-body);
  font-size: 12px;
  font-weight: 400;
  color: var(--rev-text-light);
  text-transform: none;
  letter-spacing: 0;
}

.rev-form__hint {
  font-size: 12px;
  color: var(--rev-text-light);
  margin-top: 6px;
  font-style: italic;
}

.rev-form__chips-sep {
  width: 100%;
  height: 0;
  margin: 2px 0;
}

/* ============================================================
   BLOG — Hero archive
   ============================================================ */
.rev-blog-hero {
  min-height: 50vh;
}

/* ============================================================
   BLOG — Cards premium
   ============================================================ */
.rev-post-card__img-wrap {
  position: relative;
  display: block;
  overflow: hidden;
}

.rev-post-card__img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.rev-post-card:hover .rev-post-card__img {
  transform: scale(1.04);
}

.rev-post-card__cat {
  position: absolute;
  top: 14px;
  left: 14px;
  background: #d4782f;
  color: #fff;
  font-family: var(--rev-font-heading);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 30px;
}

.rev-post-card__sep {
  color: var(--rev-gris-moyen);
}

.rev-post-card__link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 1rem;
  font-family: var(--rev-font-heading);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--rev-vert-fonce);
  text-decoration: none;
  transition: gap 0.2s ease, color 0.2s ease;
}

.rev-post-card__link:hover {
  color: #d4782f;
  gap: 8px;
}

/* ============================================================
   SIDEBAR — Premium
   ============================================================ */
.rev-sidebar__widget--cta {
  background: var(--rev-vert-fonce) !important;
  color: #fff;
}

.rev-sidebar__cta-label {
  font-family: var(--rev-font-heading);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #d4782f;
  margin-bottom: 6px;
}

.rev-sidebar__cta-title {
  color: #fff !important;
  border-color: rgba(255,255,255,0.2) !important;
  font-size: 20px !important;
  margin-bottom: 8px !important;
}

.rev-sidebar__cta-text {
  color: rgba(255,255,255,0.8);
  font-size: 14px;
  margin-bottom: 1rem;
}

.rev-sidebar__phone {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 12px;
  color: rgba(255,255,255,0.8) !important;
  font-family: var(--rev-font-heading);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.2s;
}

.rev-sidebar__phone:hover {
  color: #fff !important;
}

.rev-sidebar__cat-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.rev-sidebar__cat-list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 9px 0;
  border-bottom: 1px solid var(--rev-gris-moyen);
  font-size: 14px;
  color: var(--rev-text);
  text-decoration: none;
  transition: color 0.2s;
}

.rev-sidebar__cat-list li a:hover {
  color: #d4782f;
}

.rev-sidebar__cat-count {
  font-size: 12px;
  color: var(--rev-text-light);
  background: var(--rev-gris-moyen);
  padding: 2px 7px;
  border-radius: 30px;
}

.rev-sidebar__recent {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.rev-sidebar__recent li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.rev-sidebar__recent-img {
  flex-shrink: 0;
}

.rev-sidebar__recent-img img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: var(--rev-radius);
}

.rev-sidebar__recent-title {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--rev-text);
  line-height: 1.4;
  text-decoration: none;
  margin-bottom: 4px;
  transition: color 0.2s;
}

.rev-sidebar__recent-title:hover {
  color: #d4782f;
}

.rev-sidebar__recent-date {
  font-size: 12px;
  color: var(--rev-text-light);
}

.rev-sidebar__services {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.rev-sidebar__services li a {
  display: block;
  padding: 8px 0;
  border-bottom: 1px solid var(--rev-gris-moyen);
  font-size: 14px;
  color: var(--rev-text);
  text-decoration: none;
  transition: color 0.2s, padding-left 0.2s;
}

.rev-sidebar__services li a:hover {
  color: #d4782f;
  padding-left: 4px;
}

/* ============================================================
   ARTICLE HERO — Single post
   ============================================================ */
.rev-article-hero {
  position: relative;
  min-height: 55vh;
  display: flex;
  align-items: flex-end;
  padding-bottom: 4rem;
}

.rev-article-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rev-article-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.1) 100%);
}

.rev-article-hero__content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  padding-inline: var(--rev-space-md);
  color: #fff;
}

.rev-article-hero__cat {
  display: inline-block;
  background: #d4782f;
  color: #fff;
  font-family: var(--rev-font-heading);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 30px;
  text-decoration: none;
  margin-bottom: 16px;
}

.rev-article-hero__title {
  font-family: var(--rev-font-heading);
  font-size: clamp(28px, 5vw, 52px);
  font-weight: 800;
  line-height: 1.15;
  color: #fff;
  margin-bottom: 20px;
}

.rev-article-hero__meta {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: rgba(255,255,255,0.8);
  flex-wrap: wrap;
}

/* ============================================================
   ARTICLE — Contenu typographie
   ============================================================ */
.rev-article__content {
  font-family: var(--rev-font-body);
  font-size: 16px;
  line-height: 1.8;
  color: var(--rev-text);
}

.rev-article__content h2 {
  font-family: var(--rev-font-heading);
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 700;
  color: var(--rev-noir);
  margin: 2.5rem 0 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid var(--rev-gris-moyen);
}

.rev-article__content h3 {
  font-family: var(--rev-font-heading);
  font-size: clamp(18px, 2.5vw, 22px);
  font-weight: 700;
  color: var(--rev-noir);
  margin: 2rem 0 0.75rem;
}

.rev-article__content p {
  margin-bottom: 1.25rem;
}

.rev-article__content ul,
.rev-article__content ol {
  margin: 0 0 1.25rem 1.5rem;
  line-height: 1.8;
}

.rev-article__content li {
  margin-bottom: 0.5rem;
}

.rev-article__content img {
  max-width: 100%;
  height: auto;
  border-radius: var(--rev-radius-lg);
  margin: 1.5rem 0;
}

.rev-article__content blockquote {
  border-left: 4px solid #d4782f;
  margin: 2rem 0;
  padding: 1rem 1.5rem;
  background: var(--rev-gris-clair);
  border-radius: 0 var(--rev-radius) var(--rev-radius) 0;
  font-style: italic;
  color: var(--rev-text);
}

.rev-article__content a {
  color: var(--rev-vert-fonce);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.rev-article__content a:hover {
  color: #d4782f;
}

.rev-article__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid var(--rev-gris-moyen);
}

.rev-article__related {
  margin-top: 3rem;
  padding-top: 2.5rem;
  border-top: 1px solid var(--rev-gris-moyen);
}

.rev-article__related-title {
  font-family: var(--rev-font-heading);
  font-size: clamp(20px, 3vw, 26px);
  font-weight: 700;
  margin-bottom: 1.5rem;
}

/* Author box */
.rev-author-box {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-top: 2.5rem;
  padding: 1.5rem;
  background: var(--rev-gris-clair);
  border-radius: var(--rev-radius-lg);
  border-left: 4px solid var(--rev-vert-fonce);
}

.rev-author-box__avatar img {
  border-radius: 50%;
  width: 64px;
  height: 64px;
  object-fit: cover;
}

.rev-author-box__name {
  font-family: var(--rev-font-heading);
  font-size: 15px;
  font-weight: 700;
  color: var(--rev-noir);
  margin-bottom: 4px;
}

.rev-author-box__bio {
  font-size: 13px;
  color: var(--rev-text-light);
  line-height: 1.5;
  margin: 0;
}

/* ============================================================
   SOMMAIRE ARTICLE (TOC)
   ============================================================ */
.rev-toc {
  background: var(--rev-gris-clair);
  border-left: 4px solid var(--rev-vert-fonce);
  border-radius: 0 var(--rev-radius-lg) var(--rev-radius-lg) 0;
  padding: 1.25rem 1.5rem;
  margin-bottom: 2.5rem;
}

.rev-toc__header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 1rem;
  color: var(--rev-vert-fonce);
  font-family: var(--rev-font-heading);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.rev-toc__toggle {
  margin-left: auto;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--rev-vert-fonce);
  padding: 2px;
  line-height: 1;
  transition: transform 0.25s ease;
}

.rev-toc__toggle.is-collapsed {
  transform: rotate(-90deg);
}

.rev-toc__list {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.rev-toc__list.is-collapsed {
  max-height: 0 !important;
}

.rev-toc__item {
  display: flex;
}

.rev-toc__link {
  display: flex;
  align-items: baseline;
  gap: 10px;
  font-size: 14px;
  color: var(--rev-text);
  text-decoration: none;
  line-height: 1.4;
  padding: 3px 0;
  transition: color 0.2s ease;
}

.rev-toc__link:hover {
  color: #d4782f;
}

.rev-toc__num {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  background: var(--rev-vert-fonce);
  color: #fff;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 700;
  font-family: var(--rev-font-heading);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* ============================================================
   ARTICLE — Barre de progression, partage, CTA, navigation
   ============================================================ */

/* Barre de progression */
#rev-read-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--rev-orange, #d4782f);
  transform-origin: left;
  transform: scaleX(0);
  z-index: 9999;
  transition: transform 0.1s linear;
}

/* Partage hero */
.rev-article-hero__share {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 1.25rem;
  font-size: 13px;
  color: rgba(255,255,255,0.8);
}

.rev-share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255,255,255,0.15);
  color: #fff;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s ease;
}

.rev-share-btn:hover {
  background: rgba(255,255,255,0.3);
}

.rev-share-btn.copied {
  background: var(--rev-vert-fonce, #2d5a27);
}

/* TOC lien actif */
.rev-toc__link.is-active {
  color: var(--rev-orange, #d4782f);
  font-weight: 600;
}

.rev-toc__link.is-active .rev-toc__num {
  background: var(--rev-orange, #d4782f);
}

/* CTA mid-article */
.rev-article__cta-mid {
  background: linear-gradient(135deg, #f0f7ed 0%, #e6f2e1 100%);
  border-left: 4px solid var(--rev-vert-fonce, #2d5a27);
  border-radius: 0 8px 8px 0;
  padding: 1.5rem 2rem;
  margin: 2.5rem 0;
}

.rev-article__cta-mid-content {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.rev-article__cta-mid-content p {
  margin: 0;
  flex: 1;
  min-width: 200px;
  font-size: 15px;
}

/* CTA fin d'article */
.rev-article__cta-end {
  background: var(--rev-vert-fonce, #2d5a27);
  color: #fff;
  border-radius: 12px;
  padding: 2.5rem;
  margin-top: 3rem;
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.rev-article__cta-end-text {
  flex: 1;
  min-width: 200px;
}

.rev-article__cta-end-text h3 {
  color: #fff;
  margin: 0 0 0.5rem;
  font-size: 1.3rem;
}

.rev-article__cta-end-text p {
  margin: 0;
  color: rgba(255,255,255,0.85);
  font-size: 14px;
}

.rev-article__cta-end-actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: center;
}

.rev-article__cta-phone {
  color: rgba(255,255,255,0.9);
  font-size: 14px;
  text-decoration: none;
  font-weight: 600;
}

.rev-article__cta-phone:hover {
  color: #fff;
}

/* Navigation précédent / suivant */
.rev-article__nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid #e5e7eb;
}

.rev-article__nav-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 1rem 1.25rem;
  background: #f9fafb;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.2s ease;
}

.rev-article__nav-item:hover {
  background: #f0f7ed;
}

.rev-article__nav-item--next {
  align-items: flex-end;
  text-align: right;
}

.rev-article__nav-label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}

.rev-article__nav-item--next .rev-article__nav-label {
  flex-direction: row-reverse;
}

.rev-article__nav-title {
  font-size: 14px;
  font-weight: 600;
  color: var(--rev-text, #1a1a1a);
  line-height: 1.4;
}

/* Articles liés */
.rev-article__related {
  margin-top: 4rem;
  padding-top: 2.5rem;
  border-top: 1px solid #e5e7eb;
}

.rev-article__related-title {
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
}

/* Bouton retour en haut */
#rev-back-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--rev-vert-fonce, #2d5a27);
  color: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 900;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

#rev-back-top.is-visible {
  opacity: 1;
  transform: translateY(0);
}

#rev-back-top:hover {
  background: #1e3d1a;
}
