@charset "UTF-8";
html {
  --ui-scale: 0.8;
  font-size: calc(100% * var(--ui-scale));
}

@media (min-width: 1024px) {
  html {
    --ui-scale: 0.8;
  }
}
body {
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #1d2632;
  background: radial-gradient(circle at 88% 8%, rgba(226, 122, 47, 0.12) 0%, rgba(226, 122, 47, 0) 34%), radial-gradient(circle at 8% 18%, rgba(31, 95, 168, 0.13) 0%, rgba(31, 95, 168, 0) 42%), linear-gradient(180deg, #edf3fb 0%, #ffffff 42%, #edf3fb 100%);
  margin: 0;
}

.home .home-main {
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding: clamp(20px * var(--ui-scale), 4vw * var(--ui-scale), 56px * var(--ui-scale)) clamp(14px * var(--ui-scale), 3vw * var(--ui-scale), 32px * var(--ui-scale)) clamp(36px * var(--ui-scale), 5vw * var(--ui-scale), 72px * var(--ui-scale));
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(16px, 2.2vw, 28px);
}
.home .home-section {
  min-height: clamp(220px * var(--ui-scale), 30vw * var(--ui-scale), 340px * var(--ui-scale));
  min-width: 0;
  border: 1px solid rgba(31, 95, 168, 0.2);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(232, 241, 251, 0.72));
  box-shadow: 0 12px 26px rgba(16, 30, 52, 0.1);
}
.home .home-section h2 {
  margin: 0;
  font-family: "Georgia", "Times New Roman", serif;
  font-size: clamp(1.3rem, 2.2vw, 2rem);
  font-weight: 700;
  color: #1b2838;
}
.home .home-section h2::after {
  content: "";
  display: block;
  width: clamp(80px, 10vw, 130px);
  height: 3px;
  margin-top: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(31, 95, 168, 0.95), rgba(226, 122, 47, 0.55));
}
.home .home-section-plain {
  min-height: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.home {
  /* Marques disponibles - carrousel en scroll natif (sans flèches) */
}
.home .brands-carousel {
  width: 100%;
  min-width: 0;
}
.home .brands-carousel .carousel-viewport {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  touch-action: pan-x;
  cursor: grab;
}
.home .brands-carousel .carousel-viewport::-webkit-scrollbar {
  display: none;
}
.home .brands-carousel .carousel-track {
  display: flex;
  margin-top: 32px;
  align-items: center;
  gap: clamp(18px * var(--ui-scale), 3vw * var(--ui-scale), 34px * var(--ui-scale));
  padding: clamp(10px * var(--ui-scale), 1.4vw * var(--ui-scale), 14px * var(--ui-scale)) clamp(8px * var(--ui-scale), 1.1vw * var(--ui-scale), 12px * var(--ui-scale));
  width: max-content;
}
.home .brands-carousel .carousel-item {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home .brands-carousel .carousel-item img {
  display: block;
  height: clamp(47px * var(--ui-scale), 5.7vw * var(--ui-scale), 68px * var(--ui-scale));
  width: auto;
  max-width: clamp(110px * var(--ui-scale), 14vw * var(--ui-scale), 190px * var(--ui-scale));
  object-fit: contain;
}
.home .home-section-intro {
  min-height: 120px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.home .home-section-interieur {
  position: relative;
  height: 100%;
  padding: clamp(18px, 3vw, 28px);
}
.home #services .home-section-interieur {
  overflow: hidden;
}
.home .home-section-interieur-intro {
  padding: 0;
}
.home .accueil-presentation {
  display: grid;
  gap: clamp(18px, 2.8vw, 26px);
}
.home .accueil-presentation .accueil-manifeste {
  margin: 0;
  display: grid;
  gap: clamp(12px, 1.8vw, 18px);
  max-width: 1050px;
  justify-self: center;
  padding: clamp(18px, 2.2vw, 30px) clamp(16px, 2.6vw, 34px);
  position: relative;
  font-family: "Georgia", "Times New Roman", serif;
  font-size: clamp(1.2rem, 2.2vw, 1.8rem);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.01em;
  text-align: center;
  color: #1b2838;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(232, 241, 251, 0.65));
  border: 1px solid rgba(31, 95, 168, 0.26);
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(14, 24, 46, 0.1);
}
.home .accueil-presentation .accueil-manifeste::before {
  content: "";
  display: block;
  width: clamp(88px, 12vw, 150px);
  height: 3px;
  margin: 0 auto clamp(4px, 1vw, 8px);
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(226, 122, 47, 0.26), rgba(31, 95, 168, 0.9), rgba(226, 122, 47, 0.26));
}
.home .accueil-presentation .accueil-manifeste::after {
  content: "”";
  position: absolute;
  right: clamp(10px, 1.3vw, 14px);
  bottom: clamp(6px, 1vw, 10px);
  font-size: clamp(2.1rem, 3.4vw, 3rem);
  line-height: 1;
  color: rgba(226, 122, 47, 0.28);
  pointer-events: none;
}
.home .accueil-presentation .accueil-manifeste_line {
  display: block;
}
.home .accueil-presentation .accueil-manifeste_line:first-child {
  position: relative;
  padding-left: clamp(16px, 1.8vw, 22px);
}
.home .accueil-presentation .accueil-manifeste_line:first-child::before {
  content: "“";
  position: absolute;
  left: 0;
  top: -0.1em;
  font-size: 1.2em;
  line-height: 1;
  color: rgba(31, 95, 168, 0.4);
}
.home .accueil-presentation .accueil-manifeste_line:last-child {
  color: #123f74;
  font-weight: 800;
}
.home .accueil-presentation h2 {
  margin: 0;
  font-family: "Georgia", "Times New Roman", serif;
  font-size: clamp(1.55rem, 2.6vw, 2.35rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #1f5fa8;
  text-shadow: 0 1px 0 rgba(226, 122, 47, 0.18);
}
.home .accueil-cartes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2.4vw, 28px);
}
.home .services-focus {
  margin-top: clamp(14px, 2.2vw, 24px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 2.4vw, 28px);
}
.home .services-badge {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: min(490px, 60%);
  padding: clamp(9px, 1.1vw, 12px) clamp(16px, 1.6vw, 20px) clamp(9px, 1.1vw, 12px) clamp(14px, 1.4vw, 18px);
  border: 2px solid rgba(31, 95, 168, 0.9);
  border-radius: 0;
  background: linear-gradient(180deg, rgba(255, 240, 227, 0.98), rgba(239, 228, 22, 0.9));
  box-shadow: 0 10px 18px rgba(18, 31, 54, 0.12);
  transform: rotate(42deg) translate(48%, 190%);
  transform-origin: top right;
  display: grid;
  gap: 3px;
  color: #123f74;
  overflow: hidden;
  outline: 1px solid rgba(31, 95, 168, 0.12);
}
.home .services-badge_title {
  display: block;
  font-family: "Georgia", "Times New Roman", serif;
  font-size: clamp(1.4rem, 1.7vw, 1.7rem);
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #123f74;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.24);
  justify-self: center;
}
.home .services-badge_text {
  display: block;
  max-width: 24ch;
  font-size: clamp(0.76rem, 0.9vw, 0.88rem);
  line-height: 1.3;
  font-weight: 900;
  color: #123f74;
  justify-self: center;
}
.home .service-focus {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border-radius: 14px;
  background: #ffffff;
  border: 2px solid rgba(31, 95, 168, 0.24);
  box-shadow: 0 12px 24px rgba(14, 24, 46, 0.13);
}
.home .service-focus_media {
  min-height: clamp(170px, 24vw, 270px);
  overflow: hidden;
}
.home .service-focus_image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home .service-focus_content {
  display: grid;
  gap: 12px;
  padding: clamp(16px, 2.4vw, 24px);
}
.home .service-focus_title {
  margin: 0;
  font-family: "Georgia", "Times New Roman", serif;
  font-size: clamp(1.2rem, 1.9vw, 1.75rem);
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.home .service-focus_text {
  margin: 0;
  font-size: 1rem;
  line-height: 1.55;
  color: #2f435b;
}
.home .service-focus-vente {
  border-color: rgba(31, 95, 168, 0.62);
}
.home .service-focus-vente .service-focus_title {
  color: #123f74;
}
.home .service-focus-reprise {
  border-color: rgba(226, 122, 47, 0.7);
}
.home .service-focus-reprise .service-focus_title {
  color: #be6323;
}
.home .service-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  text-decoration: none;
  color: #1d2632;
  background: #ffffff;
  border: 2px solid rgba(31, 95, 168, 0.9);
  box-shadow: 0 10px 22px rgba(14, 24, 46, 0.12);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.home .service-card:hover, .home .service-card:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(14, 24, 46, 0.17);
  border-color: #123f74;
  outline: none;
}
.home .service-card_visuel {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px 18px;
  position: relative;
  min-height: 200px;
  overflow: hidden;
  background: #f0f6fd;
}
.home .service-card_image {
  display: block;
}
.home .service-card_image[src=""] {
  opacity: 0;
  margin: 0;
}
.home .service-card_contenu {
  display: grid;
  gap: 14px;
  padding: clamp(18px, 2.8vw, 28px);
  flex: 1;
  background: #ffffff;
}
.home .service-card_titre {
  font-size: clamp(1.18rem, 1.6vw, 1.7rem);
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  color: #1f5fa8;
}
.home .service-card_texte {
  font-size: 1.02rem;
  line-height: 1.5;
  color: #2f435b;
}
.home .service-card_cta {
  justify-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  min-height: 52px;
  margin: 0;
  padding: 0.9rem 1.35rem;
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ffffff;
  background: linear-gradient(90deg, #1f5fa8, #123f74);
  text-align: center;
}
.home .service-card-reprise {
  border-color: #c52c97;
}
.home .service-card-reprise .service-card_titre {
  color: #c52c85;
}
.home .service-card-reprise .service-card_cta {
  background: linear-gradient(90deg, #cc36a2, #b62278);
}
.home .service-card-reprise .service-card_visuel {
  min-height: 220px;
}
.home .service-card-reprise .service-card_image {
  width: 86%;
}
.home .service-card-leasing {
  border-color: rgba(31, 95, 168, 0.75);
}
.home .service-card-leasing .service-card_titre {
  color: #1f5fa8;
}
.home .service-card-leasing .service-card_cta {
  background: linear-gradient(90deg, #1f5fa8, #2f75b7);
}
.home .service-card-leasing .service-card_visuel {
  min-height: 220px;
}
.home .service-card-leasing .service-card_image {
  width: 82%;
}
.home .service-card-cle {
  border-color: rgba(226, 122, 47, 0.8);
}
.home .service-card-cle .service-card_titre {
  color: #c06c2f;
}
.home .service-card-cle .service-card_cta {
  background: linear-gradient(90deg, #cc7d34, #c06b2d);
}
.home .service-card-cle .service-card_visuel {
  min-height: 220px;
}
.home .service-card-cle .service-card_image {
  width: 80%;
}
.home .hero-home {
  position: relative;
  isolation: isolate;
  --hero-under-header: calc(184px * var(--ui-scale));
  --hero-image-y: 0%;
  --hero-image-shift: calc(0px * var(--ui-scale));
  min-height: max(clamp(260px * var(--ui-scale), 38vw * var(--ui-scale), 520px * var(--ui-scale)) + var(--hero-under-header), 78vh);
  overflow: hidden;
  margin-top: 0;
  background: #b5c9df;
}
.home .hero-home::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(24, 33, 48, 0.14) 0%, rgba(24, 33, 48, 0) 22%), linear-gradient(60deg, rgba(24, 33, 48, 0.1) 10%, rgba(24, 33, 48, 0.02) 46%, rgba(237, 243, 251, 0.18) 110%), radial-gradient(circle at 18% 22%, rgba(31, 95, 168, 0.22) 0%, rgba(31, 95, 168, 0) 58%), radial-gradient(circle at 86% 18%, rgba(226, 122, 47, 0.22) 0%, rgba(226, 122, 47, 0) 52%);
  pointer-events: none;
}
.home .hero-home::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(180deg, rgba(237, 243, 251, 0) 82%, rgba(237, 243, 251, 0.55) 94%, rgba(237, 243, 251, 0.9) 100%), linear-gradient(180deg, rgba(18, 63, 116, 0.04) 0%, rgba(24, 33, 48, 0.06) 100%), radial-gradient(circle at 84% 16%, rgba(226, 122, 47, 0.2) 0%, rgba(226, 122, 47, 0) 36%);
  pointer-events: none;
}
.home .hero-image {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center calc(var(--hero-image-y) + var(--hero-image-shift));
  transform: scale(1.01);
  display: block;
}
.home .avis-layout {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  grid-template-rows: auto auto;
  gap: clamp(16px, 2.4vw, 28px);
  align-items: start;
  margin-top: clamp(14px, 2.2vw, 24px);
}
.home .avis-layout_content {
  grid-column: 1;
  grid-row: 1;
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 14px;
  padding: clamp(18px, 2.8vw, 28px);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(243, 247, 252, 0.92));
  border: 1px solid rgba(31, 95, 168, 0.12);
}
.home .avis-layout_lead {
  margin: 0;
  font-size: clamp(1.05rem, 1.4vw, 1.28rem);
  font-weight: 700;
  line-height: 1.35;
  color: #1b2838;
}
.home .avis-layout_text {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: #2f435b;
}
.home .avis-layout_widget {
  grid-column: 1;
  grid-row: 2;
  min-width: 0;
  min-height: clamp(220px, 32vw, 400px);
  border-radius: 14px;
  box-sizing: border-box;
  padding: clamp(20px * var(--ui-scale), 2.8vw * var(--ui-scale), 32px * var(--ui-scale));
  overflow: hidden;
  background: #ffffff;
  border: 2px solid rgba(31, 95, 168, 0.18);
}
.home .avis-layout_widget [class^=elfsight-app-] {
  max-width: 100%;
}
.home .avis-layout_widget iframe,
.home .avis-layout_widget img {
  max-width: 100%;
  display: block;
}
.home .avis-layout_patron {
  grid-column: 2;
  grid-row: 1/3; /* span 2 rows */
  min-width: 0;
  position: relative;
  display: grid;
  align-content: end;
  padding: clamp(20px, 2.4vw, 30px);
  border-radius: 14px;
  background: transparent;
  border: 1px solid rgba(31, 95, 168, 0.14);
  box-shadow: 0 8px 20px rgba(20, 30, 60, 0.08);
  overflow: hidden;
  min-height: clamp(500px, 60vw, 700px);
}
.home .avis-layout_patron::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 2%, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0.85) 80%, rgba(255, 255, 255, 0.95) 100%), radial-gradient(ellipse 500px 300px at 50% -100px, rgba(31, 95, 168, 0.38) 2%, rgba(31, 95, 168, 0) 60%), radial-gradient(ellipse 400px 300px at 100% 0%, rgba(226, 122, 47, 0.34) 2%, rgba(226, 122, 47, 0) 50%);
  pointer-events: none;
}
@media (max-width: 1100px) {
  .home .avis-layout {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .home .avis-layout_content, .home .avis-layout_widget, .home .avis-layout_patron {
    grid-column: auto;
    grid-row: auto;
  }
  .home .avis-layout_patron {
    min-height: clamp(360px, 56vw, 540px);
  }
}
@media (max-width: 960px) {
  .home .services-badge {
    position: static;
    max-width: none;
    margin-top: 14px;
    width: auto;
    transform: none;
  }
}
.home .patron_image {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}
.home .patron_content {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 8px;
}
.home .patron_title {
  margin: 0;
  font-family: "Georgia", "Times New Roman", serif;
  font-size: clamp(1.15rem, 1.8vw, 1.45rem);
  font-weight: 700;
  color: #123f74;
}
.home .patron_role {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 600;
  color: #e27a2f;
  letter-spacing: 0.5px;
}
.home .patron_bio {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: #2f435b;
}
.home .garage-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(16px, 2.4vw, 28px);
  align-items: start;
}
.home .garage-layout_info {
  min-height: 100%;
}
.home .garage-highlight {
  margin-top: clamp(12px, 2vw, 22px);
  display: grid;
  gap: clamp(6px, 1.1vw, 10px);
  padding: clamp(9px, 1.3vw, 11px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(231, 239, 247, 0.7));
  border: 1px solid rgba(31, 95, 168, 0.18);
  border-radius: 14px;
  box-shadow: 0 8px 22px rgba(14, 24, 46, 0.08);
  position: relative;
}
.home .garage-highlight_media {
  height: clamp(140px, 22vw, 200px);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(31, 95, 168, 0.16);
}
.home .garage-highlight_image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
}
.home .garage-highlight_lead {
  margin: 0;
  font-family: "Georgia", "Times New Roman", serif;
  font-size: clamp(0.98rem, 1.15vw, 1.24rem);
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  color: #1b2838;
}
.home .garage-highlight_list {
  margin: 0;
  padding: 0 0 0 1.1rem;
  display: grid;
  gap: 2px;
  list-style: disc;
}
.home .garage-highlight_list li {
  padding: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
  color: #2f435b;
}
.home .garage-map {
  margin-top: 0;
  display: grid;
  gap: 10px;
  grid-column: 2;
}
.home .garage-map_frame {
  width: 100%;
  min-height: clamp(260px, 40vw, 420px);
  border: 2px solid rgba(31, 95, 168, 0.25);
  border-radius: 14px;
  background: #ffffff;
}
.home .garage-map_hint {
  margin: 0;
  font-size: 0.92rem;
  color: #2f435b;
}
.home .garage-map_hint a {
  color: #1f5fa8;
  font-weight: 700;
}
.home .contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.6fr) minmax(0, 1.3fr);
  gap: clamp(16px, 2.4vw, 28px);
}
.home .contact-panel {
  padding: clamp(20px, 2.4vw, 30px);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(237, 243, 249, 0.9));
  border: 1px solid rgba(31, 95, 168, 0.14);
  box-shadow: 0 8px 20px rgba(20, 30, 60, 0.08);
}
.home .contact-panel h2 {
  margin-bottom: 12px;
}
.home .contact-panel_lead {
  margin: 0 0 8px;
  font-size: clamp(1.05rem, 1.5vw, 1.24rem);
  font-weight: 700;
  line-height: 1.4;
  color: #1b2838;
}
.home .contact-panel_text {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: #2f435b;
}
.home .contact-panel_phone {
  margin: 14px 0 0;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
  font-weight: 700;
  color: #1b2838;
}
.home .contact-panel_phone a {
  color: #1f5fa8;
  text-decoration: none;
}
.home .contact-panel_phone-icon {
  display: block;
  width: 22px;
  height: 22px;
  object-fit: contain;
  flex-shrink: 0;
}
.home .contact-panel_hours {
  margin: 20px 0 0;
  padding: 16px;
  border-top: 2px solid rgba(31, 95, 168, 0.18);
}
.home .contact-panel_hours-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  font-size: clamp(1.05rem, 1.5vw, 1.24rem);
  font-weight: 700;
  color: #1b2838;
}
.home .contact-panel_hours-icon {
  display: block;
  width: 24px;
  height: 24px;
  object-fit: contain;
  flex-shrink: 0;
}
.home .contact-panel_hours-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}
.home .contact-panel_hours-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: clamp(0.95rem, 1.1vw, 1.1rem);
  line-height: 1.4;
  color: #2f435b;
}
.home .contact-panel_hours-list li strong {
  font-weight: 700;
  color: #123f74;
  margin-right: 12px;
  flex-shrink: 0;
}
.home .contact-panel_hours-list li span {
  text-align: right;
  font-weight: 600;
  color: #1f5fa8;
}
.home .contact-panel_hours-list li:first-child span {
  color: #e27a2f;
  font-weight: 700;
}
.home .contact-form {
  padding: clamp(25px, 2.9vw, 35px);
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid rgba(31, 95, 168, 0.16);
  box-shadow: 0 10px 24px rgba(16, 30, 52, 0.08);
}
.home .contact-form_grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 16px;
}
.home .contact-form_submit {
  margin-top: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 0.9rem 1.4rem;
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #ffffff;
  background: linear-gradient(90deg, #1f5fa8, #123f74);
  cursor: pointer;
}
.home .contact-form_submit:hover, .home .contact-form_submit:focus-visible {
  outline: none;
  background: linear-gradient(90deg, #123f74, #0f3868);
}
.home .contact-field {
  display: grid;
  gap: 6px;
}
.home .contact-field label {
  font-size: 1.3rem;
  font-weight: 700;
  color: #2f435b;
}
.home .contact-field input,
.home .contact-field textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(31, 95, 168, 0.22);
  background: #f9fbfd;
  padding: 0.72rem 0.8rem;
  font: inherit;
  color: #1d2632;
}
.home .contact-field input:focus,
.home .contact-field textarea:focus {
  outline: 2px solid rgba(31, 95, 168, 0.22);
  outline-offset: 0;
  border-color: rgba(31, 95, 168, 0.4);
}
.home .contact-field textarea {
  resize: vertical;
  min-height: 140px;
}
.home .contact-field-full {
  grid-column: 1/-1;
}
.home .contact-feedback {
  margin: 12px 0 0;
  font-size: 0.95rem;
  font-weight: 700;
  color: #1b2838;
}
.home .contact-feedback-success {
  color: #1e7c43;
}
.home .contact-feedback-error {
  color: #b73434;
}
.home .scroll-top {
  position: fixed;
  right: clamp(14px, 2vw, 24px);
  bottom: clamp(16px, 2.8vw, 28px);
  width: calc(52px * var(--ui-scale));
  height: calc(52px * var(--ui-scale));
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  padding: 0;
  color: #ffffff;
  background: #182130;
  cursor: pointer;
  z-index: 20;
  isolation: isolate;
  --scroll-angle: 0deg;
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.home .scroll-top::before {
  content: "";
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  background: conic-gradient(from -90deg, #1f5fa8 var(--scroll-angle), rgba(31, 95, 168, 0.2) 0deg);
  z-index: -2;
}
.home .scroll-top::after {
  content: "";
  position: absolute;
  inset: 2px;
  border-radius: 50%;
  background: #182130;
  z-index: -1;
}
.home .scroll-top.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.home .scroll-top:hover, .home .scroll-top:focus-visible {
  outline: none;
}
.home .scroll-top_icon {
  font-size: calc(1.4rem * var(--ui-scale));
  font-weight: 900;
  line-height: 1;
  transform: translateY(-1px);
}
@media (max-width: 760px) {
  .home .home-main {
    padding-top: 18px;
  }
  .home .accueil-presentation .accueil-manifeste {
    padding: 18px 14px;
  }
  .home .accueil-presentation .accueil-manifeste::after {
    right: 8px;
    bottom: 8px;
  }
  .home .home-section {
    min-height: 200px;
    border-radius: 12px;
  }
  .home .accueil-cartes {
    grid-template-columns: 1fr;
  }
  .home .services-focus {
    grid-template-columns: 1fr;
  }
  .home .services-badge {
    margin-bottom: 8px;
    transform: none;
    text-align: left;
  }
  .home .service-card_visuel {
    min-height: 188px;
  }
  .home .service-card_cta {
    width: 100%;
  }
  .home .home-section-plain {
    min-height: 0;
  }
  .home .home-section-intro {
    min-height: 92px;
  }
  .home .scroll-top {
    right: 14px;
    width: calc(46px * var(--ui-scale));
    height: calc(46px * var(--ui-scale));
  }
  .home .garage-map {
    grid-column: auto;
  }
  .home .garage-map_frame {
    min-height: 260px;
  }
  .home .garage-layout {
    grid-template-columns: 1fr;
  }
  .home .garage-highlight_media {
    height: 135px;
  }
  .home .avis-layout {
    grid-template-columns: 1fr;
  }
  .home .avis-layout_widget, .home .avis-layout_content {
    min-height: 300px;
  }
  .home .avis-layout_patron {
    min-height: 420px;
  }
  .home .contact-layout {
    grid-template-columns: 1fr;
  }
  .home .contact-form_grid {
    grid-template-columns: 1fr;
  }
}

:is(.home, .legal-mentions) .header-site {
  position: relative;
  z-index: 10;
  padding: clamp(10px * var(--ui-scale), 1.8vw * var(--ui-scale), 18px * var(--ui-scale)) clamp(14px * var(--ui-scale), 3vw * var(--ui-scale), 32px * var(--ui-scale)) clamp(8px * var(--ui-scale), 1.4vw * var(--ui-scale), 14px * var(--ui-scale));
  background: linear-gradient(180deg, rgba(232, 241, 251, 0.82), rgba(255, 255, 255, 0.96));
  border-bottom: 1px solid rgba(31, 95, 168, 0.24);
  box-shadow: inset 0 3px 0 rgba(31, 95, 168, 0.45);
}
:is(.home, .legal-mentions) .header-interieur {
  max-width: 1360px;
  margin: 0 auto;
  min-height: calc(110px * var(--ui-scale));
  display: flex;
  align-items: stretch;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(232, 241, 251, 0.72), rgba(255, 255, 255, 0.95)), radial-gradient(circle at 100% 0%, rgba(226, 122, 47, 0.1) 0%, rgba(226, 122, 47, 0) 36%);
  border: 1px solid rgba(31, 95, 168, 0.2);
  box-shadow: 0 10px 24px rgba(16, 34, 64, 0.12);
  overflow: hidden;
}
:is(.home, .legal-mentions) .logo-marque {
  width: calc(380px * var(--ui-scale));
  padding: 0 calc(24px * var(--ui-scale));
  border-right: 1px solid rgba(31, 95, 168, 0.22);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  color: #0f141c;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(232, 241, 251, 0.9));
}
:is(.home, .legal-mentions) .logo-image {
  width: 100%;
  max-width: calc(360px * var(--ui-scale));
  height: auto;
  object-fit: contain;
}
:is(.home, .legal-mentions) .nom-marque {
  font-family: "Arial Black", Impact, sans-serif;
  font-size: calc(44px * var(--ui-scale));
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 900;
}
:is(.home, .legal-mentions) .accent-marque {
  font-family: "Brush Script MT", "Segoe Script", cursive;
  font-size: calc(56px * var(--ui-scale));
  line-height: 1;
  font-weight: 700;
  color: #e27a2f;
  transform: translateY(calc(8px * var(--ui-scale)));
}
:is(.home, .legal-mentions) .nav-principale {
  flex: 1;
  display: flex;
  align-items: center;
  overflow-x: hidden;
  background: transparent;
}
:is(.home, .legal-mentions) .nav-principale ul {
  margin: 0;
  padding: 0 28px;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 12px;
  white-space: nowrap;
}
:is(.home, .legal-mentions) .nav-principale ul li.nav-item-contact {
  position: relative;
  padding-right: 14px;
  margin-right: 4px;
}
:is(.home, .legal-mentions) .nav-principale ul li.nav-item-contact::after {
  content: "";
  position: absolute;
  right: -3px;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 2.25rem;
  border-radius: 999px;
  background: rgba(31, 95, 168, 0.5);
}
:is(.home, .legal-mentions) .nav-principale ul li.nav-item-employees a {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}
:is(.home, .legal-mentions) .nav-principale ul li.nav-item-employees .nav-item-employees_icon {
  display: block;
  width: calc(18px * var(--ui-scale));
  height: calc(18px * var(--ui-scale));
  object-fit: contain;
  flex-shrink: 0;
  opacity: 0.94;
}
:is(.home, .legal-mentions) .nav-principale a {
  position: relative;
  text-decoration: none;
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
  font-size: calc(24.48px * var(--ui-scale));
  font-weight: 700;
  color: #123f74;
  padding: 0.65rem 0.95rem;
  border-radius: 10px;
  letter-spacing: 0.2px;
  transition: color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}
:is(.home, .legal-mentions) .nav-principale a::after {
  content: "";
  position: absolute;
  left: 0.95rem;
  right: 0.95rem;
  bottom: 0.34rem;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(226, 122, 47, 0.9), rgba(31, 95, 168, 0.8));
  opacity: 0;
  transform: scaleX(0.72);
  transition: opacity 0.18s ease, transform 0.18s ease;
}
:is(.home, .legal-mentions) .nav-principale a:hover, :is(.home, .legal-mentions) .nav-principale a:focus-visible {
  color: #1f5fa8;
  background: rgba(31, 95, 168, 0.1);
  box-shadow: inset 0 0 0 1px rgba(31, 95, 168, 0.18);
  outline: none;
}
:is(.home, .legal-mentions) .nav-principale a:hover::after, :is(.home, .legal-mentions) .nav-principale a:focus-visible::after {
  opacity: 1;
  transform: scaleX(1);
}
@media (max-width: 1200px) {
  :is(.home, .legal-mentions) .nav-principale {
    overflow-x: hidden;
  }
  :is(.home, .legal-mentions) .nav-principale ul {
    flex-wrap: wrap;
    justify-content: center;
    white-space: normal;
  }
}
@media (max-width: 960px) {
  :is(.home, .legal-mentions) .header-interieur {
    min-height: calc(92px * var(--ui-scale));
  }
  :is(.home, .legal-mentions) .logo-marque {
    width: calc(320px * var(--ui-scale));
    padding: 0 calc(16px * var(--ui-scale));
  }
  :is(.home, .legal-mentions) .logo-image {
    max-width: calc(280px * var(--ui-scale));
  }
  :is(.home, .legal-mentions) .nom-marque {
    font-size: calc(30px * var(--ui-scale));
  }
  :is(.home, .legal-mentions) .accent-marque {
    font-size: calc(40px * var(--ui-scale));
    transform: translateY(calc(5px * var(--ui-scale)));
  }
  :is(.home, .legal-mentions) .nav-principale {
    overflow-x: hidden;
    align-items: center;
    padding: calc(6px * var(--ui-scale)) 0;
  }
  :is(.home, .legal-mentions) .nav-principale ul {
    flex-wrap: wrap;
    justify-content: center;
    white-space: normal;
    gap: 10px;
    padding: 0 20px;
  }
  :is(.home, .legal-mentions) .nav-principale a {
    font-size: calc(21.2px * var(--ui-scale));
    padding: 0.55rem 0.8rem;
  }
  :is(.home, .legal-mentions) .nav-principale ul li.nav-item-contact {
    padding-right: 0;
    margin-right: 0;
  }
  :is(.home, .legal-mentions) .nav-principale ul li.nav-item-contact::after {
    display: none;
  }
}
@media (max-width: 640px) {
  :is(.home, .legal-mentions) .header-interieur {
    flex-direction: column;
    min-height: auto;
  }
  :is(.home, .legal-mentions) .logo-marque {
    width: 100%;
    min-height: calc(84px * var(--ui-scale));
    justify-content: center;
    border-right: none;
    border-bottom: 1px solid rgba(31, 95, 168, 0.14);
  }
  :is(.home, .legal-mentions) .logo-image {
    max-width: calc(220px * var(--ui-scale));
  }
  :is(.home, .legal-mentions) .nav-principale {
    overflow-x: hidden;
    min-height: auto;
    padding: calc(6px * var(--ui-scale)) 0;
  }
  :is(.home, .legal-mentions) .nav-principale ul {
    flex-wrap: wrap;
    justify-content: center;
    white-space: normal;
    gap: calc(10px * var(--ui-scale)) calc(14px * var(--ui-scale));
    padding: 0 calc(14px * var(--ui-scale));
  }
  :is(.home, .legal-mentions) .nav-principale ul li.nav-item-contact {
    padding-right: 0;
    margin-right: 0;
  }
  :is(.home, .legal-mentions) .nav-principale ul li.nav-item-contact::after {
    display: none;
  }
  :is(.home, .legal-mentions) .nav-principale a {
    font-size: calc(21.42px * var(--ui-scale));
    padding: 0.5rem 0.65rem;
  }
}

.home .header-site {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: transparent;
  border-bottom-color: transparent;
  box-shadow: none;
}

.home .header-interieur {
  background: linear-gradient(180deg, rgba(232, 241, 251, 0.26), rgba(255, 255, 255, 0.32)), radial-gradient(circle at 100% 0%, rgba(226, 122, 47, 0.08) 0%, rgba(226, 122, 47, 0) 36%);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

:is(.home, .legal-mentions) .footer-site {
  padding: 0 clamp(14px * var(--ui-scale), 3vw * var(--ui-scale), 32px * var(--ui-scale)) clamp(20px * var(--ui-scale), 3vw * var(--ui-scale), 32px * var(--ui-scale));
}
:is(.home, .legal-mentions) .footer-site_inner {
  max-width: 1360px;
  margin: 0 auto;
  padding: clamp(16px * var(--ui-scale), 2.4vw * var(--ui-scale), 24px * var(--ui-scale)) clamp(18px * var(--ui-scale), 2.8vw * var(--ui-scale), 28px * var(--ui-scale));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(232, 241, 251, 0.76), rgba(255, 255, 255, 0.97)), radial-gradient(circle at 100% 0%, rgba(226, 122, 47, 0.1) 0%, rgba(226, 122, 47, 0) 40%);
  border: 1px solid rgba(31, 95, 168, 0.2);
  box-shadow: 0 10px 22px rgba(20, 30, 60, 0.1);
}
:is(.home, .legal-mentions) .footer-site_nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
}
:is(.home, .legal-mentions) .footer-site_nav a {
  position: relative;
  text-decoration: none;
  font-weight: 700;
  font-size: calc(24.48px * var(--ui-scale));
  color: #123f74;
  padding: 0.55rem 0.8rem;
  border-radius: 10px;
  transition: color 0.2s ease, background 0.2s ease;
}
:is(.home, .legal-mentions) .footer-site_nav a:hover, :is(.home, .legal-mentions) .footer-site_nav a:focus-visible {
  color: #1f5fa8;
  background: rgba(31, 95, 168, 0.1);
  outline: none;
}
:is(.home, .legal-mentions) .footer-site_nav a:last-child {
  margin-left: calc(6px * var(--ui-scale));
  padding-left: calc(16px * var(--ui-scale));
}
:is(.home, .legal-mentions) .footer-site_nav a:last-child::before {
  content: "";
  position: absolute;
  left: calc(-6px * var(--ui-scale));
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: calc(36px * var(--ui-scale));
  background: linear-gradient(180deg, rgba(31, 95, 168, 0.55), rgba(226, 122, 47, 0.58));
}
:is(.home, .legal-mentions) .footer-site_right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  margin-left: auto;
}
:is(.home, .legal-mentions) .footer-site_social {
  display: flex;
  align-items: center;
  gap: 12px;
}
:is(.home, .legal-mentions) .footer-site_social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: calc(52px * var(--ui-scale));
  height: calc(52px * var(--ui-scale));
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid rgba(31, 95, 168, 0.22);
  box-shadow: 0 4px 10px rgba(14, 24, 46, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
:is(.home, .legal-mentions) .footer-site_social a:hover, :is(.home, .legal-mentions) .footer-site_social a:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(14, 24, 46, 0.12);
  border-color: rgba(226, 122, 47, 0.6);
  outline: none;
}
:is(.home, .legal-mentions) .footer-site_social-image {
  display: block;
  width: calc(36px * var(--ui-scale));
  height: calc(36px * var(--ui-scale));
  object-fit: contain;
}
:is(.home, .legal-mentions) .footer-site_logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  max-width: calc(280px * var(--ui-scale));
  text-decoration: none;
}
:is(.home, .legal-mentions) .footer-site_logo-image {
  display: block;
  width: 100%;
  max-width: calc(280px * var(--ui-scale));
  height: auto;
  object-fit: contain;
}
@media (max-width: 760px) {
  :is(.home, .legal-mentions) .footer-site {
    padding-bottom: calc(18px * var(--ui-scale));
  }
  :is(.home, .legal-mentions) .footer-site_inner {
    flex-direction: column;
    align-items: stretch;
  }
  :is(.home, .legal-mentions) .footer-site_right {
    justify-content: space-between;
    margin-left: 0;
  }
  :is(.home, .legal-mentions) .footer-site_logo {
    max-width: calc(180px * var(--ui-scale));
    margin-left: auto;
  }
}

.legal-mentions .legal-main {
  padding: clamp(20px, 4vw, 56px) clamp(14px, 3vw, 32px) clamp(36px, 5vw, 72px);
}
.legal-mentions .legal-section {
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 2.2vw, 28px);
}
.legal-mentions .legal-section-interieur {
  padding: clamp(18px, 3vw, 28px);
}
.legal-mentions .legal-section h1 {
  margin: 0 0 clamp(24px, 3vw, 32px) 0;
  font-family: "Georgia", "Times New Roman", serif;
  font-size: clamp(2rem, 3vw, 2.8rem);
  font-weight: 700;
  color: #123f74;
}
.legal-mentions .legal-section h1::after {
  content: "";
  display: block;
  width: clamp(96px, 10vw, 140px);
  height: 3px;
  margin-top: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(31, 95, 168, 0.9), rgba(226, 122, 47, 0.65));
}
.legal-mentions .legal-article {
  margin-bottom: clamp(24px, 3vw, 36px);
  padding: clamp(16px, 2vw, 24px);
  border: 1px solid rgba(31, 95, 168, 0.2);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(232, 241, 251, 0.7));
  box-shadow: 0 6px 14px rgba(16, 30, 52, 0.08);
}
.legal-mentions .legal-article h2 {
  margin: 0 0 clamp(12px, 1.5vw, 16px) 0;
  font-family: "Georgia", "Times New Roman", serif;
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  font-weight: 700;
  color: #123f74;
}
.legal-mentions .legal-article p {
  margin: 0 0 clamp(12px, 1.5vw, 16px) 0;
  line-height: 1.6;
}
.legal-mentions .legal-article p:last-child {
  margin-bottom: 0;
}
.legal-mentions .legal-article ul {
  margin: clamp(12px, 1.5vw, 16px) 0 0 clamp(24px, 2vw, 32px);
  padding: 0;
  list-style-position: inside;
}
.legal-mentions .legal-article li {
  margin-bottom: clamp(8px, 1vw, 12px);
  line-height: 1.6;
}
.legal-mentions .legal-article a {
  color: #1f5fa8;
  text-decoration: none;
  border-bottom: 1px solid #1f5fa8;
  transition: color 0.3s ease;
}
.legal-mentions .legal-article a:hover {
  color: #1b3d5a;
  border-bottom-color: #e27a2f;
}

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