/* Harmonisation des pages de service avec l'aperçu de l'accueil refondu. */
.local-service-main {
  background: #fbf8f2;
  color: #20354a;
  font-family: Arial, Helvetica, sans-serif;
}
.local-breadcrumb { color: #627080; }
.local-breadcrumb a { text-underline-offset: .2em; }
.local-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #142939;
  color: #fff;
}
.local-hero::before,
.local-hero::after {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 26rem;
  border: 1px solid rgba(227,183,131,.21);
  border-radius: 50%;
  content: "";
  transform: rotate(-9deg);
}
.local-hero::before { top: -18rem; left: -25%; }
.local-hero::after { right: -40%; bottom: -17rem; }
.local-hero .section-eyebrow {
  display: inline-block;
  padding: .48rem .82rem;
  border: 1px solid rgba(236,195,147,.55);
  border-radius: 99px;
  color: #ecc393;
  font-size: .75rem;
  letter-spacing: .05em;
}
.local-hero h1 {
  color: #fff;
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 600;
  letter-spacing: -.042em;
}
.local-hero-introduction { color: #cbd4dd; }
.local-hero .local-primary-action {
  border-color: #ddb875;
  border-radius: 7px;
  background: #ddb875;
  color: #142939;
}
.local-hero .local-primary-action:hover,
.local-hero .local-primary-action:focus-visible { background: #ebc992; }
.local-driver-signature { display: flex; align-items: center; gap: .8rem; margin: 1.5rem 0 0; color: #cbd4dd; font-size: .86rem; }
.local-driver-signature img { width: 40px; height: 40px; border: 1px solid rgba(236,195,147,.55); border-radius: 50%; object-fit: cover; object-position: center 28%; }
.local-driver-signature strong { color: white; }
.local-hero-visual::before { border-radius: 16px; }
.local-hero-visual img { border-radius: 16px; filter: saturate(.85) contrast(.97); }
.local-hero-visual-car-exterior { min-height: 0; aspect-ratio: 1; }
.local-hero-visual-car-rear { min-height: 0; aspect-ratio: 1; }
.local-hero-visual-car-rear img { object-position: 42% center; }
.local-route-signature { border-radius: 12px 0 12px 0; background: #203b50; }
.local-story-section,
.local-process-section,
.local-faq { background: #fffdf9; }
.local-story-intro h2,
.local-journeys-heading h2,
.local-intelligence-heading h2,
.local-process-heading h2,
.local-faq-heading h2,
.local-final-cta h2 { font-family: Georgia, 'Times New Roman', serif; letter-spacing: -.025em; }
.local-journeys-section { background: #203b50; }
.local-final-cta { border-top: 1px solid #e7dccc; background: #fbf8f2; }
.local-final-cta .local-primary-action { border-radius: 7px; background: #142939; border-color: #142939; color: white; }
.local-final-cta .local-primary-action:hover,
.local-final-cta .local-primary-action:focus-visible { background: #203b50; color: white; }
@media (max-width: 759px) {
  .local-hero::before { left: -45%; }
  .local-hero::after { right: -85%; }
  .local-hero-visual-car-front { display: flex; flex-direction: column; min-height: 0; }
  .local-hero-visual-car-front img {
    position: relative;
    inset: auto;
    display: block;
    width: calc(100% - 1rem);
    height: auto;
    aspect-ratio: 3 / 4;
    object-fit: cover;
  }
  .local-hero-visual-car-front .local-route-signature {
    position: relative;
    z-index: 1;
    right: auto;
    bottom: auto;
    align-self: flex-end;
    margin-top: -.75rem;
  }
  .local-photo-credit {
    display: block;
    top: .75rem;
    bottom: auto;
    left: .75rem;
    max-width: 72%;
    padding: .3rem .45rem;
    border-radius: 4px;
    background: rgba(20,41,57,.82);
    color: white;
    font-size: .6rem;
    line-height: 1.3;
    writing-mode: horizontal-tb;
    transform: none;
  }
}
