.elementor-9 .elementor-element.elementor-element-0f3986b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(min-width:768px){.elementor-9 .elementor-element.elementor-element-0f3986b{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-358b2f2 *//* =========================================================
   HERO BANNER — GARAGE SPEED RÉPARATION (3D GLB)
   ========================================================= */

#section-hero-garage-speed {
  --orange: #FF6000;
  --orange-soft: #FF8A3D;
  --charbon: #1A1A1A;
  --blanc: #FFFFFF;
  --bg-light: #FFF8F3;
  --text-dark: #1A1A1A;
  --text-muted: #4A4A4A;
  --header-h: 72px;
  --topbar-h: 38px;

  position: relative;
  min-height: 100vh;
  font-family: 'Roboto', sans-serif;
  color: var(--text-dark);
  overflow: hidden;
  padding-top: calc(var(--header-h) + var(--topbar-h));
  background:
    radial-gradient(ellipse at top right, #FFEBD9 0%, transparent 55%),
    radial-gradient(ellipse at bottom left, #FFF1E3 0%, transparent 50%),
    linear-gradient(180deg, #FFFDFB 0%, #FFF8F3 100%);
}

/* Grid pattern en arrière-plan */
#section-hero-garage-speed .gsr-grid-pattern {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,96,0,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,96,0,0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse at center, black 40%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse at center, black 40%, transparent 75%);
  pointer-events: none;
  z-index: 0;
}

/* Blobs gradient décoratifs */
#section-hero-garage-speed .gsr-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.55;
  pointer-events: none;
  z-index: 0;
}
#section-hero-garage-speed .gsr-blob--1 {
  width: 480px; height: 480px;
  background: radial-gradient(circle, #FFB27A 0%, #FF6000 60%, transparent 80%);
  top: -120px; right: -100px;
  animation: gsrBlobFloat 14s ease-in-out infinite;
}
#section-hero-garage-speed .gsr-blob--2 {
  width: 380px; height: 380px;
  background: radial-gradient(circle, #FFD4B0 0%, #FFAA66 70%, transparent 90%);
  bottom: -80px; left: -80px;
  opacity: 0.4;
  animation: gsrBlobFloat 18s ease-in-out infinite reverse;
}

/* =========================================================
   TOP BAR INFOS (centrée)
   ========================================================= */
#section-hero-garage-speed .gsr-topbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  height: var(--topbar-h);
  background: linear-gradient(90deg, #1A1A1A 0%, #2a2a2a 50%, #1A1A1A 100%);
  color: #fff;
  z-index: 1001;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.82rem;
  letter-spacing: 0.3px;
  border-bottom: 1px solid rgba(255,96,0,0.3);
}
#section-hero-garage-speed .gsr-topbar__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  padding: 0 1rem;
  max-width: 1280px;
  width: 100%;
}
#section-hero-garage-speed .gsr-topbar__item {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #fff;
  text-decoration: none;
  transition: color .25s ease;
}
#section-hero-garage-speed .gsr-topbar__item:hover { color: var(--orange-soft); }
#section-hero-garage-speed .gsr-topbar__item svg { color: var(--orange); flex-shrink: 0; }
#section-hero-garage-speed .gsr-topbar__sep { color: var(--orange); opacity: 0.6; }

/* =========================================================
   HEADER STICKY
   ========================================================= */
#section-hero-garage-speed .gsr-header {
  position: fixed;
  top: var(--topbar-h);
  left: 0; right: 0;
  z-index: 1000;
  height: var(--header-h);
  background: rgba(255, 253, 251, 0.75);
  backdrop-filter: blur(14px) saturate(180%);
  -webkit-backdrop-filter: blur(14px) saturate(180%);
  border-bottom: 1px solid rgba(255,96,0,0.08);
  transition: all .35s ease;
}
#section-hero-garage-speed .gsr-header.is-scrolled {
  background: rgba(255, 253, 251, 0.95);
  height: 62px;
  box-shadow: 0 6px 24px rgba(26, 26, 26, 0.08);
}

#section-hero-garage-speed .gsr-header__inner {
  max-width: 1320px;
  height: 100%;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

#section-hero-garage-speed .gsr-header__logo-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
}
#section-hero-garage-speed .gsr-header__logo {
  width: 100px;
  height: 100px;
  object-fit: contain;
  filter: drop-shadow(0 4px 10px rgba(255,96,0,0.2));
  transition: transform .3s ease;
}
#section-hero-garage-speed .gsr-header.is-scrolled .gsr-header__logo {
  width: 80px; height: 80px;
}
#section-hero-garage-speed .gsr-header__logo:hover { transform: scale(1.05); }

/* Navigation desktop */
#section-hero-garage-speed .gsr-nav__list {
  display: flex;
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
#section-hero-garage-speed .gsr-nav__link {
  position: relative;
  font-family: 'Oswald', sans-serif;
  font-size: 0.92rem;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--text-dark);
  text-decoration: none;
  padding: 0.4rem 0;
  transition: color .25s ease;
}
#section-hero-garage-speed .gsr-nav__link::after {
  content: "";
  position: absolute;
  left: 0; bottom: -4px;
  width: 0; height: 2px;
  background: var(--orange);
  transition: width .3s ease;
}
#section-hero-garage-speed .gsr-nav__link:hover,
#section-hero-garage-speed .gsr-nav__link.active { color: var(--orange); }
#section-hero-garage-speed .gsr-nav__link:hover::after,
#section-hero-garage-speed .gsr-nav__link.active::after { width: 100%; }

#section-hero-garage-speed .gsr-header__cta {
  background: linear-gradient(135deg, var(--orange) 0%, var(--orange-soft) 100%);
  color: var(--blanc);
  padding: 0.6rem 1.3rem;
  border-radius: 8px;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 0.85rem;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(255,96,0,0.35);
  transition: all .25s ease;
}
#section-hero-garage-speed .gsr-header__cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(255,96,0,0.5);
}

/* Burger */
#section-hero-garage-speed .gsr-burger {
  display: none;
  width: 42px; height: 42px;
  background: transparent;
  border: none;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  padding: 0;
}
#section-hero-garage-speed .gsr-burger span {
  display: block;
  height: 3px;
  width: 26px;
  background: var(--text-dark);
  border-radius: 2px;
  transition: all .3s ease;
}
#section-hero-garage-speed .gsr-burger.is-open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
#section-hero-garage-speed .gsr-burger.is-open span:nth-child(2) { opacity: 0; }
#section-hero-garage-speed .gsr-burger.is-open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

#section-hero-garage-speed .gsr-nav-mobile {
  position: absolute;
  top: var(--header-h);
  left: 0; right: 0;
  background: rgba(255,253,251,0.98);
  backdrop-filter: blur(12px);
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s ease;
  border-bottom: 1px solid rgba(255,96,0,0.1);
}
#section-hero-garage-speed .gsr-nav-mobile.is-open { max-height: 400px; }
#section-hero-garage-speed .gsr-nav-mobile ul { list-style: none; margin: 0; padding: 1rem 0; }
#section-hero-garage-speed .gsr-nav-mobile a {
  display: block;
  padding: 0.9rem 1.5rem;
  color: var(--text-dark);
  text-decoration: none;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-left: 3px solid transparent;
  transition: all .25s ease;
}
#section-hero-garage-speed .gsr-nav-mobile a:hover {
  border-left-color: var(--orange);
  color: var(--orange);
  background: rgba(255,96,0,0.05);
}

/* =========================================================
   WRAPPER HERO 2 COLONNES
   ========================================================= */
#section-hero-garage-speed .gsr-hero__wrapper {
  position: relative;
  z-index: 2;
  max-width: 1320px;
  margin: 0 auto;
  padding: 1.5rem 1.5rem 2rem;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  align-items: center;
  gap: 2.5rem;
  min-height: calc(100vh - var(--header-h) - var(--topbar-h));
}

/* ---------- COLONNE GAUCHE : TEXTE ---------- */
#section-hero-garage-speed .gsr-hero__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  animation: gsrFadeUp 1s ease both;
}

#section-hero-garage-speed .gsr-hero__tagline {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255,96,0,0.1);
  color: var(--orange);
  padding: 0.4rem 0.9rem;
  border-radius: 50px;
  font-family: 'Oswald', sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
  border: 1px solid rgba(255,96,0,0.2);
}
#section-hero-garage-speed .gsr-hero__dot {
  width: 8px; height: 8px;
  background: var(--orange);
  border-radius: 50%;
  animation: gsrPulse 2s infinite;
}

#section-hero-garage-speed .gsr-hero__title {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: clamp(2rem, 4.2vw, 3.6rem);
  line-height: 1.05;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--text-dark);
  margin-bottom: 1rem;
  min-height: 2.2em;
  word-break: normal;
  overflow-wrap: break-word;
  hyphens: none;
}
#section-hero-garage-speed .gsr-hero__title br { display: block; }
#section-hero-garage-speed #gsr-typed {
  background: linear-gradient(135deg, var(--text-dark) 0%, var(--orange) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: normal;
}
#section-hero-garage-speed .gsr-cursor {
  display: inline-block;
  color: var(--orange);
  font-weight: 400;
  animation: gsrBlink 0.9s infinite;
  margin-left: 2px;
  -webkit-text-fill-color: var(--orange);
}

#section-hero-garage-speed .gsr-hero__subtitle {
  font-family: 'Roboto', sans-serif;
  font-size: clamp(0.95rem, 1.5vw, 1.1rem);
  font-weight: 400;
  color: var(--text-muted);
  max-width: 520px;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}
#section-hero-garage-speed .gsr-hero__subtitle strong { color: var(--orange); font-weight: 700; }

#section-hero-garage-speed .gsr-hero__actions {
  display: flex;
  gap: 0.9rem;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}

#section-hero-garage-speed .gsr-hero__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: linear-gradient(135deg, var(--orange) 0%, var(--orange-soft) 100%);
  color: var(--blanc);
  padding: 0.9rem 1.8rem;
  border-radius: 10px;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(255,96,0,0.35);
  transition: all .3s ease;
}
#section-hero-garage-speed .gsr-hero__cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(255,96,0,0.5);
}

#section-hero-garage-speed .gsr-hero__phone {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.9rem 1.6rem;
  border: 2px solid rgba(26,26,26,0.15);
  border-radius: 10px;
  color: var(--text-dark) !important;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-decoration: none;
  transition: all .3s ease;
  background: rgba(255,255,255,0.6);
}
#section-hero-garage-speed .gsr-hero__phone:hover {
  border-color: var(--orange);
  color: var(--orange) !important;
  transform: translateY(-2px);
}
#section-hero-garage-speed .gsr-hero__phone svg { color: var(--orange); }

#section-hero-garage-speed .gsr-hero__badges {
  display: flex;
  gap: 1.3rem;
  flex-wrap: wrap;
  list-style: none;
  padding: 0; margin: 0;
  font-size: 0.88rem;
  color: var(--text-muted);
  font-weight: 500;
}
#section-hero-garage-speed .gsr-hero__badges li {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
#section-hero-garage-speed .gsr-hero__badges span {
  color: var(--orange);
  font-weight: 700;
}

/* ---------- COLONNE DROITE : MODÈLE 3D ---------- */
#section-hero-garage-speed .gsr-hero__visual {
  position: relative;
  width: 100%;
  height: clamp(360px, 100vh, 580px);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: gsrFadeUp 1.2s ease both;
}

#section-hero-garage-speed .gsr-hero__glow {
  position: absolute;
  width: 85%;
  height: 85%;
  background: radial-gradient(circle, rgba(255,96,0,0.28) 0%, rgba(255,170,100,0.15) 40%, transparent 70%);
  filter: blur(50px);
  border-radius: 50%;
  z-index: 0;
  animation: gsrPulseGlow 4s ease-in-out infinite;
}

#section-hero-garage-speed .gsr-hero__platform {
  position: absolute;
  bottom: 6%;
  left: 50%;
  transform: translateX(-50%);
  width: 75%;
  height: 40px;
  background: radial-gradient(ellipse, rgba(26,26,26,0.22) 0%, rgba(26,26,26,0.08) 50%, transparent 80%);
  filter: blur(12px);
  z-index: 0;
  border-radius: 50%;
}

#section-hero-garage-speed .gsr-model-viewer {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 100%;
  background: transparent;
  --poster-color: transparent;
  --progress-bar-color: transparent;
  --progress-bar-height: 0px;
  z-index: 1;
  filter: drop-shadow(0 25px 35px rgba(255,96,0,0.2)) drop-shadow(0 10px 15px rgba(0,0,0,0.1));
  transition: filter .4s ease;
}
#section-hero-garage-speed .gsr-model-viewer:hover {
  filter: drop-shadow(0 30px 45px rgba(255,96,0,0.3)) drop-shadow(0 15px 25px rgba(0,0,0,0.15));
}

/* Masque complètement le loader natif */
#section-hero-garage-speed .gsr-model-viewer::part(default-progress-bar),
#section-hero-garage-speed .gsr-model-viewer::part(default-progress-mask) {
  display: none !important;
  opacity: 0 !important;
  background: transparent !important;
}

/* Scroll indicator */
#section-hero-garage-speed .gsr-scroll-indicator {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px; height: 38px;
  border: 2px solid rgba(26,26,26,0.25);
  border-radius: 14px;
  z-index: 2;
}
#section-hero-garage-speed .gsr-scroll-indicator span {
  position: absolute;
  top: 6px; left: 50%;
  transform: translateX(-50%);
  width: 4px; height: 8px;
  background: var(--orange);
  border-radius: 2px;
  animation: gsrScroll 1.8s infinite;
}

/* =========================================================
   ANIMATIONS
   ========================================================= */
@keyframes gsrBlink  { 0%,49% { opacity: 1; } 50%,100% { opacity: 0; } }
@keyframes gsrFadeUp { from { opacity: 0; transform: translateY(30px);} to { opacity: 1; transform: translateY(0);} }
@keyframes gsrScroll { 0% { top: 6px; opacity: 1;} 100% { top: 22px; opacity: 0;} }
@keyframes gsrPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(255,96,0,0.6); }
  50% { box-shadow: 0 0 0 8px rgba(255,96,0,0); }
}
@keyframes gsrPulseGlow {
  0%, 100% { opacity: 0.65; transform: scale(1); }
  50% { opacity: 0.85; transform: scale(1.05); }
}
@keyframes gsrBlobFloat {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(20px, -25px) scale(1.08); }
  66% { transform: translate(-15px, 15px) scale(0.95); }
}

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1024px) {
  #section-hero-garage-speed .gsr-hero__wrapper {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 1rem 1.5rem 1.5rem;
    text-align: center;
  }
  #section-hero-garage-speed .gsr-hero__content {
    align-items: center;
    text-align: center;
    order: 1;
  }
  #section-hero-garage-speed .gsr-hero__visual {
    order: 2;
    height: clamp(320px, 50vh, 450px);
  }
  #section-hero-garage-speed .gsr-hero__subtitle { margin-left: auto; margin-right: auto; }
}

@media (max-width: 900px) {
  #section-hero-garage-speed .gsr-nav,
  #section-hero-garage-speed .gsr-header__cta { display: none; }
  #section-hero-garage-speed .gsr-burger { display: flex; }
}

@media (max-width: 768px) {
  #section-hero-garage-speed {
    --topbar-h: 64px;
  }
  #section-hero-garage-speed .gsr-topbar__inner {
    flex-direction: column;
    gap: 0.15rem;
    padding: 0.4rem 1rem;
  }
  #section-hero-garage-speed .gsr-topbar__sep { display: none; }
  #section-hero-garage-speed .gsr-topbar { font-size: 0.75rem; }
}

@media (max-width: 600px) {
  #section-hero-garage-speed .gsr-header__logo { width: 70px; height: 70px; }
  #section-hero-garage-speed .gsr-hero__badges { gap: 0.8rem; font-size: 0.78rem; }
  #section-hero-garage-speed .gsr-hero__actions { justify-content: center; width: 100%; }
  #section-hero-garage-speed .gsr-hero__cta,
  #section-hero-garage-speed .gsr-hero__phone { flex: 1; justify-content: center; }
  #section-hero-garage-speed .gsr-hero__visual { height: 320px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ffee62c *//* ==========================================================
   GARAGE SPEED REPARATION — Section Stats de Confiance
   Sélecteur parent unique : #section-stats-garage-speed
   ========================================================== */

#section-stats-garage-speed {
  background: linear-gradient(135deg, #1A1A1A 0%, #2a2a2a 100%);
  padding: 80px 20px;
  font-family: 'Roboto', sans-serif;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
}

#section-stats-garage-speed::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 20%, rgba(255, 96, 0, 0.12), transparent 40%),
    radial-gradient(circle at 85% 80%, rgba(255, 215, 0, 0.08), transparent 45%);
  pointer-events: none;
}

#section-stats-garage-speed .stats-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

#section-stats-garage-speed .stats-header {
  text-align: center;
  margin-bottom: 60px;
}

#section-stats-garage-speed .stats-title {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 0 12px;
  color: #FFFFFF;
}

#section-stats-garage-speed .stats-title::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: #FF6000;
  margin: 16px auto 0;
  border-radius: 2px;
}

#section-stats-garage-speed .stats-subtitle {
  font-size: 1.1rem;
  color: #cccccc;
  margin: 0;
}

/* ---------- GRID ---------- */
#section-stats-garage-speed .stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 28px;
}

/* ---------- CARTE ---------- */
#section-stats-garage-speed .stat-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 96, 0, 0.25);
  border-radius: 12px;
  padding: 36px 24px;
  text-align: center;
  backdrop-filter: blur(8px);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;

  /* Centrage vertical & alignement parfait des éléments */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;

  opacity: 0;
  transform: translateY(20px);
}

#section-stats-garage-speed .stat-card.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

#section-stats-garage-speed .stat-card:hover {
  transform: translateY(-6px);
  border-color: #FF6000;
  box-shadow: 0 12px 30px rgba(255, 96, 0, 0.25);
}

/* ---------- ICÔNE ---------- */
#section-stats-garage-speed .stat-icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 96, 0, 0.15);
  border-radius: 50%;
  color: #FF6000;
  margin: 0 auto;
}

#section-stats-garage-speed .stat-icon svg {
  width: 32px;
  height: 32px;
  display: block;
}

/* ---------- NOMBRE + SYMBOLE (ALIGNEMENT PARFAIT) ---------- */
#section-stats-garage-speed .stat-value-wrapper {
  display: inline-flex;
  align-items: baseline;      /* ✅ aligne chiffres et symbole sur la même ligne de base */
  justify-content: center;
  gap: 2px;
  line-height: 1;             /* ✅ supprime les décalages verticaux */
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  color: #FF6000;
}

#section-stats-garage-speed .stat-number {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  line-height: 1;             /* ✅ identique au wrapper */
  display: inline-block;
}

#section-stats-garage-speed .stat-suffix {
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  line-height: 1;             /* ✅ identique */
  color: #FFD700;             /* accent doré */
  font-weight: 700;
  display: inline-block;
  transform: translateY(0);   /* aucun décalage */
}

/* ---------- LIBELLÉ ---------- */
#section-stats-garage-speed .stat-label {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  color: #e5e5e5;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 640px) {
  #section-stats-garage-speed { padding: 60px 16px; }
  #section-stats-garage-speed .stats-grid { gap: 20px; }
  #section-stats-garage-speed .stat-card { padding: 28px 18px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3832f25 *//* ===== CSS SECTION GALERIE ===== */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap');

#section-galerie-garage-speed {
  background-color: #FFFFFF;
  padding: 80px 20px;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

#section-galerie-garage-speed * {
  box-sizing: border-box;
}

#section-galerie-garage-speed .galerie-container {
  max-width: 1400px;
  margin: 0 auto;
}

/* En-tête */
#section-galerie-garage-speed .galerie-header {
  text-align: center;
  margin-bottom: 40px;
}

#section-galerie-garage-speed .galerie-title {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  color: #1A1A1A;
  font-size: clamp(2rem, 4vw, 2.8rem);
  margin: 0 0 15px 0;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#section-galerie-garage-speed .galerie-underline {
  display: block;
  width: 60px;
  height: 4px;
  background-color: #FF6000;
  margin: 0 auto 20px auto;
  border-radius: 2px;
}

#section-galerie-garage-speed .galerie-subtitle {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #888888;
  font-size: 1rem;
  margin: 0;
}

/* Boutons de filtres */
#section-galerie-garage-speed .galerie-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 40px;
}

#section-galerie-garage-speed .filter-btn {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  padding: 10px 24px;
  border-radius: 30px;
  border: 2px solid #1A1A1A;
  background-color: transparent;
  color: #1A1A1A;
  cursor: pointer;
  text-transform: uppercase;
  transition: all 300ms ease;
  outline: none;
}

#section-galerie-garage-speed .filter-btn:hover {
  background-color: #FF6000;
  color: #FFFFFF;
  border-color: #FF6000;
}

#section-galerie-garage-speed .filter-btn:focus-visible {
  box-shadow: 0 0 0 3px rgba(255, 96, 0, 0.4);
}

#section-galerie-garage-speed .filter-btn.active {
  background-color: #FF6000;
  color: #FFFFFF;
  border-color: #FF6000;
}

/* Grille */
#section-galerie-garage-speed .galerie-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

@media (min-width: 576px) {
  #section-galerie-garage-speed .galerie-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  #section-galerie-garage-speed .galerie-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1400px) {
  #section-galerie-garage-speed .galerie-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* Cartes */
#section-galerie-garage-speed .galerie-card {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  opacity: 1;
  transform: scale(1);
  transition: opacity 400ms ease, transform 400ms ease, box-shadow 300ms ease;
}

#section-galerie-garage-speed .galerie-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

#section-galerie-garage-speed .galerie-card.hidden {
  opacity: 0;
  transform: scale(0.85);
  pointer-events: none;
}

#section-galerie-garage-speed .galerie-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 500ms ease;
}

#section-galerie-garage-speed .galerie-card:hover img {
  transform: scale(1.08);
}

/* Overlay */
#section-galerie-garage-speed .card-overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(26, 26, 26, 0.92) 0%, rgba(26, 26, 26, 0.75) 60%, rgba(26, 26, 26, 0.1) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  transform: translateY(100%);
  transition: transform 0.35s ease;
}

#section-galerie-garage-speed .galerie-card:hover .card-overlay,
#section-galerie-garage-speed .galerie-card:focus-within .card-overlay {
  transform: translateY(0);
}

#section-galerie-garage-speed .card-badge {
  display: inline-block;
  background-color: #FF6000;
  color: #FFFFFF;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 0.8rem;
  padding: 4px 12px;
  border-radius: 4px;
  align-self: flex-start;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

#section-galerie-garage-speed .card-title {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  color: #FFFFFF;
  font-size: 1.25rem;
  margin: 0;
  letter-spacing: 0.5px;
}

/* Responsive ajustements */
@media (max-width: 575px) {
  #section-galerie-garage-speed {
    padding: 60px 16px;
  }
  #section-galerie-garage-speed .filter-btn {
    padding: 8px 18px;
    font-size: 0.85rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3c0d9c0 *//* ==========================================================
   GARAGE SPEED REPARATION — Section Avis Clients
   Sélecteur parent unique : #section-avis-garage-speed
   ========================================================== */

#section-avis-garage-speed {
  background: #FFFFFF;
  padding: 90px 20px;
  font-family: 'Roboto', sans-serif;
  color: #1A1A1A;
  position: relative;
  overflow: hidden;
}

#section-avis-garage-speed::before {
  content: "";
  position: absolute;
  top: -150px;
  right: -150px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(255, 96, 0, 0.08), transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

#section-avis-garage-speed .avis-container {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* ---------- HEADER ---------- */
#section-avis-garage-speed .avis-header {
  text-align: center;
  margin-bottom: 50px;
}

#section-avis-garage-speed .avis-badge-top {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 96, 0, 0.12);
  color: #FF6000;
  padding: 8px 18px;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 18px;
}

#section-avis-garage-speed .avis-title {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #1A1A1A;
  margin: 0 0 14px;
}

#section-avis-garage-speed .avis-title::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: #FF6000;
  margin: 16px auto 0;
  border-radius: 2px;
}

#section-avis-garage-speed .avis-subtitle {
  font-size: 1.1rem;
  color: #555;
  max-width: 650px;
  margin: 0 auto 28px;
  line-height: 1.6;
}

/* ---------- NOTE GLOBALE ---------- */
#section-avis-garage-speed .avis-rating-global {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  background: #FFF8F0;
  padding: 14px 24px;
  border-radius: 50px;
  border: 1px solid rgba(255, 96, 0, 0.2);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
}

#section-avis-garage-speed .avis-stars-big {
  display: inline-flex;
  gap: 2px;
  font-size: 1.4rem;
  line-height: 1;
}

#section-avis-garage-speed .avis-stars-big .star.filled {
  color: #FFD700;
}

#section-avis-garage-speed .avis-rating-text {
  display: flex;
  flex-direction: column;
  text-align: left;
  line-height: 1.2;
}

#section-avis-garage-speed .avis-rating-text strong {
  font-family: 'Oswald', sans-serif;
  font-size: 1.3rem;
  color: #FF6000;
}

#section-avis-garage-speed .avis-rating-text span {
  font-size: 0.85rem;
  color: #666;
}

/* ---------- CAROUSEL ---------- */
#section-avis-garage-speed .avis-carousel {
  display: flex;
  align-items: center;
  gap: 14px;
  position: relative;
}

#section-avis-garage-speed .avis-track-wrapper {
  flex: 1;
  overflow: hidden;
  padding: 20px 4px;
}

#section-avis-garage-speed .avis-track {
  display: flex;
  gap: 24px;
  transition: transform 0.6s cubic-bezier(0.65, 0, 0.35, 1);
}

/* ---------- CARTE AVIS ---------- */
#section-avis-garage-speed .avis-card {
  flex: 0 0 calc((100% - 48px) / 3); /* 3 cartes visibles */
  background: #FFFFFF;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 30px 26px 24px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;

  opacity: 0;
  transform: translateY(24px);
}

#section-avis-garage-speed .avis-card.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

#section-avis-garage-speed .avis-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 96, 0, 0.4);
  box-shadow: 0 14px 34px rgba(255, 96, 0, 0.15);
}

#section-avis-garage-speed .avis-quote-icon {
  position: absolute;
  top: 10px;
  right: 22px;
  font-family: 'Oswald', Georgia, serif;
  font-size: 5rem;
  line-height: 1;
  color: rgba(255, 96, 0, 0.15);
  pointer-events: none;
}

#section-avis-garage-speed .avis-stars {
  display: inline-flex;
  gap: 2px;
  font-size: 1.15rem;
  line-height: 1;
}

#section-avis-garage-speed .avis-stars .star.filled {
  color: #FFD700;
}

#section-avis-garage-speed .avis-text {
  font-size: 1rem;
  line-height: 1.7;
  color: #333;
  margin: 0;
  flex: 1;
}

/* ---------- CLIENT ---------- */
#section-avis-garage-speed .avis-client {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid #f1f1f1;
}

#section-avis-garage-speed .avis-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  flex-shrink: 0;
}

#section-avis-garage-speed .avis-client-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}

#section-avis-garage-speed .avis-client-info strong {
  font-size: 0.95rem;
  color: #1A1A1A;
  font-weight: 600;
}

#section-avis-garage-speed .avis-client-info span {
  font-size: 0.8rem;
  color: #888;
}

#section-avis-garage-speed .avis-source {
  flex-shrink: 0;
  opacity: 0.9;
}

/* ---------- BOUTONS NAV ---------- */
#section-avis-garage-speed .avis-nav {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 2px solid #FF6000;
  color: #FF6000;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

#section-avis-garage-speed .avis-nav:hover {
  background: #FF6000;
  color: #FFFFFF;
  transform: scale(1.08);
  box-shadow: 0 6px 18px rgba(255, 96, 0, 0.35);
}

#section-avis-garage-speed .avis-nav:active {
  transform: scale(0.95);
}

/* ---------- DOTS ---------- */
#section-avis-garage-speed .avis-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}

#section-avis-garage-speed .avis-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ddd;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}

#section-avis-garage-speed .avis-dot:hover { background: #bbb; }

#section-avis-garage-speed .avis-dot.active {
  background: #FF6000;
  width: 30px;
  border-radius: 6px;
}

/* ---------- CTA ---------- */
#section-avis-garage-speed .avis-cta-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-top: 45px;
  flex-wrap: wrap;
}

#section-avis-garage-speed .avis-cta {
  display: inline-block;
  background: #FF6000;
  color: #FFFFFF;
  padding: 14px 32px;
  border-radius: 50px;
  text-decoration: none;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  box-shadow: 0 6px 18px rgba(255, 96, 0, 0.35);
}

#section-avis-garage-speed .avis-cta:hover {
  background: #1A1A1A;
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
}

#section-avis-garage-speed .avis-cta-secondary {
  color: #1A1A1A;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  transition: color 0.3s ease;
  border-bottom: 2px solid transparent;
  padding-bottom: 2px;
}

#section-avis-garage-speed .avis-cta-secondary:hover {
  color: #FF6000;
  border-bottom-color: #FF6000;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 1080px) {
  #section-avis-garage-speed .avis-card {
    flex: 0 0 calc((100% - 24px) / 2); /* 2 cartes */
  }
}

@media (max-width: 720px) {
  #section-avis-garage-speed { padding: 60px 14px; }
  #section-avis-garage-speed .avis-card {
    flex: 0 0 100%; /* 1 carte */
    padding: 26px 22px;
  }
  #section-avis-garage-speed .avis-nav {
    width: 40px;
    height: 40px;
  }
  #section-avis-garage-speed .avis-carousel { gap: 8px; }
  #section-avis-garage-speed .avis-cta-wrapper {
    flex-direction: column;
    gap: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6812e11 */@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@600&family=Exo+2:wght@400;700&family=Roboto:wght@400&display=swap');

/* =========================================================
   FAQ — FOND CLAIR MODERNE AVEC TOUCHE ORANGE SUBTILE
   ========================================================= */
#section-faq-garage-speed.faq-tech-light {
  position: relative;
  background: #fafbfc;
  color: #1a202c;
  padding: 120px 20px;
  overflow: hidden;
  font-family: 'Exo 2', sans-serif;
  isolation: isolate;
}

/* Mesh gradient orange très subtil animé */
#section-faq-garage-speed.faq-tech-light::before {
  content: '';
  position: absolute;
  inset: -20%;
  background:
    radial-gradient(ellipse 600px 400px at 15% 20%, rgba(255, 96, 0, 0.10), transparent 60%),
    radial-gradient(ellipse 500px 500px at 85% 80%, rgba(255, 140, 50, 0.08), transparent 65%),
    radial-gradient(ellipse 400px 300px at 50% 50%, rgba(255, 96, 0, 0.04), transparent 70%);
  animation: faqMeshFloat 20s ease-in-out infinite alternate;
  z-index: 1;
  pointer-events: none;
}

/* Grille tech très discrète */
#section-faq-garage-speed.faq-tech-light::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(26, 32, 44, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(26, 32, 44, 0.04) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse at center, black 40%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse at center, black 40%, transparent 80%);
  z-index: 1;
  pointer-events: none;
}

@keyframes faqMeshFloat {
  0%   { transform: translate(0, 0) scale(1); }
  50%  { transform: translate(40px, -30px) scale(1.05); }
  100% { transform: translate(-30px, 20px) scale(0.98); }
}

/* Conteneur tech — on garde la structure mais on neutralise l'ancien */
#section-faq-garage-speed .tech-bg-light {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

/* On masque l'ancienne grille voyante */
#section-faq-garage-speed .light-grid { display: none; }

/* Blobs transformés en particules lumineuses douces */
#section-faq-garage-speed .moving-blobs {
  position: absolute;
  inset: 0;
  filter: blur(60px);
  opacity: 0.35;
}
#section-faq-garage-speed .blob {
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  animation: faqBlobDrift 18s infinite alternate ease-in-out;
}
#section-faq-garage-speed .b1 {
  background: radial-gradient(circle, #FF6000 0%, transparent 70%);
  top: -5%;
  left: -5%;
}
#section-faq-garage-speed .b2 {
  background: radial-gradient(circle, #ffa366 0%, transparent 70%);
  bottom: -5%;
  right: -5%;
  animation-delay: -9s;
}

@keyframes faqBlobDrift {
  0%   { transform: translate(0, 0) scale(1); }
  100% { transform: translate(80px, 60px) scale(1.15); }
}

/* Outils flottants — beaucoup plus discrets, en accent */
#section-faq-garage-speed .tools-layer {
  position: absolute;
  inset: 0;
  opacity: 0.5;
}
#section-faq-garage-speed .tech-tool {
  position: absolute;
  color: #FF6000;
  opacity: 0.06;
  animation: faqToolDrift 22s infinite ease-in-out;
}
#section-faq-garage-speed .tech-tool svg {
  width: 70px;
  height: 70px;
}

#section-faq-garage-speed .t1 { top: 8%;  left: 6%;  animation-delay: 0s; }
#section-faq-garage-speed .t2 { top: 50%; left: 3%;  animation-delay: -4s; }
#section-faq-garage-speed .t3 { bottom: 8%; left: 12%; animation-delay: -8s; }
#section-faq-garage-speed .t4 { top: 18%; right: 6%;  animation-delay: -2s; }
#section-faq-garage-speed .t5 { top: 58%; right: 4%;  animation-delay: -10s; }
#section-faq-garage-speed .t6 { bottom: 18%; right: 10%; animation-delay: -6s; }

@keyframes faqToolDrift {
  0%   { transform: translate(0, 0) rotate(0deg); opacity: 0.06; }
  50%  { transform: translate(15px, -25px) rotate(180deg); opacity: 0.10; }
  100% { transform: translate(0, 0) rotate(360deg); opacity: 0.06; }
}

/* =========================================================
   CONTENU FAQ (affiné)
   ========================================================= */
#section-faq-garage-speed .faq-content {
  position: relative;
  z-index: 10;
  max-width: 850px;
  margin: 0 auto;
}

#section-faq-garage-speed .faq-header {
  text-align: center;
  margin-bottom: 60px;
}

#section-faq-garage-speed .title-tech {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  color: #1a1a1a;
  text-transform: uppercase;
  letter-spacing: 2px;
  background: linear-gradient(135deg, #1a1a1a 0%, #FF6000 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

#section-faq-garage-speed .barre-energie {
  width: 100px;
  height: 4px;
  background: linear-gradient(90deg, transparent, #FF6000, transparent);
  margin: 15px auto;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
#section-faq-garage-speed .barre-energie::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, #fff, transparent);
  animation: faqEnergyPulse 2.5s infinite;
}
@keyframes faqEnergyPulse {
  0%   { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}

/* Boîtes FAQ — glassmorphism léger */
#section-faq-garage-speed .faq-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

#section-faq-garage-speed .faq-box {
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 96, 0, 0.08);
  border-radius: 16px;
  box-shadow:
    0 4px 20px rgba(0, 0, 0, 0.04),
    0 1px 3px rgba(0, 0, 0, 0.02);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

#section-faq-garage-speed .faq-box:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 96, 0, 0.35);
  box-shadow:
    0 12px 30px rgba(255, 96, 0, 0.12),
    0 2px 6px rgba(0, 0, 0, 0.04);
}

#section-faq-garage-speed .faq-btn-toggle {
  width: 100%;
  padding: 25px;
  background: none;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  text-align: left;
}

#section-faq-garage-speed .q-label {
  font-family: 'Oswald', sans-serif;
  font-size: 1.15rem;
  color: #1a1a1a;
  letter-spacing: 0.5px;
}

#section-faq-garage-speed .plus-icon {
  width: 32px;
  height: 32px;
  position: relative;
  background: #f5f5f5;
  border-radius: 50%;
  transition: 0.35s ease;
  flex-shrink: 0;
  margin-left: 15px;
}

#section-faq-garage-speed .plus-icon::before,
#section-faq-garage-speed .plus-icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background: #FF6000;
  transform: translate(-50%, -50%);
  transition: 0.35s ease;
}
#section-faq-garage-speed .plus-icon::before { width: 14px; height: 2px; }
#section-faq-garage-speed .plus-icon::after  { width: 2px; height: 14px; }

#section-faq-garage-speed .faq-box.active {
  background: #fff;
  border-color: #FF6000;
  box-shadow: 0 12px 30px rgba(255, 96, 0, 0.15);
}
#section-faq-garage-speed .faq-box.active .plus-icon {
  background: #FF6000;
  transform: rotate(180deg);
}
#section-faq-garage-speed .faq-box.active .plus-icon::before,
#section-faq-garage-speed .faq-box.active .plus-icon::after {
  background: #fff;
}
#section-faq-garage-speed .faq-box.active .plus-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}

#section-faq-garage-speed .faq-dropdown {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}
#section-faq-garage-speed .faq-box.active .faq-dropdown {
  max-height: 300px;
}

#section-faq-garage-speed .faq-inner-text {
  padding: 0 25px 25px;
  color: #4a5568;
  line-height: 1.7;
}

#section-faq-garage-speed .highlight-tech {
  color: #FF6000;
  font-weight: 700;
}

/* Mobile */
@media (max-width: 768px) {
  #section-faq-garage-speed.faq-tech-light { padding: 80px 15px; }
  #section-faq-garage-speed .title-tech { font-size: 2rem; }
  #section-faq-garage-speed .tech-tool svg { width: 50px; height: 50px; }
  #section-faq-garage-speed .q-label { font-size: 1rem; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-aa33ed8 *//* ============================================
   SECTION CONTACT - GARAGE SPEED REPARATION
   Sélecteur parent unique : #section-contact-garage-speed
   Palette : #FF6000 / #1A1A1A / #FFFFFF
   ============================================ */

#section-contact-garage-speed {
  background: #FFFFFF;
  padding: 80px 20px;
  font-family: 'Roboto', sans-serif;
  color: #1A1A1A;
}

#section-contact-garage-speed .contact-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* ---- En-tête ---- */
#section-contact-garage-speed .contact-header {
  text-align: center;
  margin-bottom: 50px;
}
#section-contact-garage-speed .contact-badge {
  display: inline-block;
  background: #FFE6C7;
  color: #FF6000;
  font-weight: 600;
  padding: 6px 16px;
  border-radius: 999px;
  font-size: 0.9rem;
  margin-bottom: 14px;
}
#section-contact-garage-speed .contact-title {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(2rem, 4vw, 2.8rem);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 12px;
  color: #1A1A1A;
}
#section-contact-garage-speed .contact-title::after {
  content: "";
  display: block;
  width: 70px;
  height: 4px;
  background: #FF6000;
  margin: 14px auto 0;
  border-radius: 2px;
}
#section-contact-garage-speed .contact-subtitle {
  color: #555;
  font-size: 1.05rem;
  max-width: 600px;
  margin: 0 auto;
}

/* ---- Grille principale ---- */
#section-contact-garage-speed .contact-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 30px;
  align-items: start;
}
@media (max-width: 900px) {
  #section-contact-garage-speed .contact-grid { grid-template-columns: 1fr; }
}

/* ---- Cartes ---- */
#section-contact-garage-speed .contact-card {
  background: #FFFFFF;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 0 6px 24px rgba(0,0,0,0.08);
  border: 1px solid #f1f1f1;
}
#section-contact-garage-speed .card-title {
  font-family: 'Oswald', sans-serif;
  font-size: 1.5rem;
  color: #1A1A1A;
  margin: 0 0 22px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-left: 4px solid #FF6000;
  padding-left: 12px;
}

/* ---- Formulaire ---- */
#section-contact-garage-speed .contact-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 550px) {
  #section-contact-garage-speed .contact-form .form-row { grid-template-columns: 1fr; }
}
#section-contact-garage-speed .form-group {
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
}
#section-contact-garage-speed .form-group label {
  font-weight: 600;
  margin-bottom: 6px;
  font-size: 0.92rem;
  color: #1A1A1A;
}
#section-contact-garage-speed .form-group input,
#section-contact-garage-speed .form-group select,
#section-contact-garage-speed .form-group textarea {
  border: 1.5px solid #e5e5e5;
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 0.98rem;
  font-family: 'Roboto', sans-serif;
  transition: all 0.25s ease;
  background: #fafafa;
  color: #1A1A1A;
}
#section-contact-garage-speed .form-group input:focus,
#section-contact-garage-speed .form-group select:focus,
#section-contact-garage-speed .form-group textarea:focus {
  outline: none;
  border-color: #FF6000;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(255, 96, 0, 0.15);
}
#section-contact-garage-speed .form-group textarea {
  resize: vertical;
  min-height: 110px;
}

/* ---- Bouton envoyer ---- */
#section-contact-garage-speed .btn-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  background: #FF6000;
  color: #fff;
  border: none;
  padding: 14px 22px;
  border-radius: 10px;
  font-family: 'Oswald', sans-serif;
  font-size: 1.05rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 8px;
}
#section-contact-garage-speed .btn-submit:hover {
  background: #1A1A1A;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(255,96,0,0.25);
}

/* ---- Retour formulaire ---- */
#section-contact-garage-speed .form-feedback {
  margin-top: 14px;
  font-size: 0.95rem;
  min-height: 22px;
  text-align: center;
  font-weight: 500;
}
#section-contact-garage-speed .form-feedback.success { color: #1e7e34; }
#section-contact-garage-speed .form-feedback.error   { color: #c0392b; }

/* ---- Infos pratiques ---- */
#section-contact-garage-speed .info-list {
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
}
#section-contact-garage-speed .info-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px dashed #eee;
}
#section-contact-garage-speed .info-list li:last-child { border-bottom: none; }
#section-contact-garage-speed .info-icon {
  background: #FFE6C7;
  color: #FF6000;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
}
#section-contact-garage-speed .info-list strong {
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 1rem;
  letter-spacing: 0.5px;
  color: #1A1A1A;
  margin-bottom: 3px;
}
#section-contact-garage-speed .info-list p {
  margin: 0;
  color: #555;
  font-size: 0.95rem;
  line-height: 1.5;
}
#section-contact-garage-speed .info-list a {
  color: #FF6000;
  text-decoration: none;
  font-weight: 500;
}
#section-contact-garage-speed .info-list a:hover { text-decoration: underline; }

/* ---- Boutons rapides ---- */
#section-contact-garage-speed .quick-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 10px;
}
#section-contact-garage-speed .btn-action {
  flex: 1;
  min-width: 140px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 18px;
  border-radius: 10px;
  text-decoration: none;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 0.95rem;
  transition: all 0.3s ease;
}
#section-contact-garage-speed .btn-call {
  background: #FF6000;
  color: #fff;
}
#section-contact-garage-speed .btn-call:hover {
  background: #1A1A1A;
  transform: translateY(-2px);
}
#section-contact-garage-speed .btn-whatsapp {
  background: #25D366;
  color: #fff;
}
#section-contact-garage-speed .btn-whatsapp:hover {
  background: #128C7E;
  transform: translateY(-2px);
}

/* ---- Carte Google Maps ---- */
#section-contact-garage-speed .map-card {
  padding: 10px;
  overflow: hidden;
}
#section-contact-garage-speed .map-card iframe {
  display: block;
  width: 100%;
  border-radius: 10px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f6eabed *//* ============================
   FOOTER - GARAGE SPEED
   ============================ */
#footer-garage-speed {
  background: #1A1A1A;
  color: #FFFFFF;
  font-family: 'Roboto', sans-serif;
  padding: 60px 20px 0;
  position: relative;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.3);
}

#footer-garage-speed .footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 40px;
  padding-bottom: 40px;
}

#footer-garage-speed .footer-col h4 {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
  letter-spacing: 1px;
}

#footer-garage-speed .footer-col h4::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background: #FF6000;
  border-radius: 2px;
  transition: width 0.3s ease;
}

#footer-garage-speed .footer-col:hover h4::after {
  width: 70px;
}

#footer-garage-speed .footer-logo {
  font-family: 'Oswald', sans-serif;
  font-size: 28px;
  color: #FFFFFF;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

#footer-garage-speed .footer-logo span {
  color: #FF6000;
}

#footer-garage-speed .footer-brand p {
  font-size: 14px;
  line-height: 1.7;
  color: #cccccc;
  margin-bottom: 20px;
}

#footer-garage-speed .footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer-garage-speed .footer-col ul li {
  margin-bottom: 12px;
  font-size: 14px;
}

#footer-garage-speed .footer-col ul li a {
  color: #cccccc;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  padding-left: 0;
}

#footer-garage-speed .footer-col ul li a:hover {
  color: #FF6000;
  padding-left: 8px;
}

#footer-garage-speed .footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #cccccc;
}

#footer-garage-speed .footer-contact li i {
  color: #FF6000;
  margin-top: 4px;
  min-width: 16px;
}

#footer-garage-speed .footer-contact li a {
  color: #cccccc;
}

#footer-garage-speed .footer-contact li a:hover {
  color: #FF6000;
}

/* Réseaux sociaux */
#footer-garage-speed .footer-socials {
  display: flex;
  gap: 12px;
  margin-top: 15px;
}

#footer-garage-speed .footer-socials a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 96, 0, 0.15);
  color: #FF6000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  text-decoration: none;
}

#footer-garage-speed .footer-socials a:hover {
  background: #FF6000;
  color: #FFFFFF;
  transform: translateY(-4px);
  box-shadow: 0 6px 15px rgba(255, 96, 0, 0.4);
}

/* Bas du footer */
#footer-garage-speed .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 0;
  text-align: center;
  font-size: 13px;
  color: #999999;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

#footer-garage-speed .footer-credit {
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1px;
  font-size: 13px;
}

#footer-garage-speed .footer-credit span {
  color: #ff6000;
  font-weight: 600;
  position: relative;
  
}

@keyframes glowCredit {
  0%, 100% { text-shadow: 0 0 5px rgba(255, 215, 0, 0.3); }
  50% { text-shadow: 0 0 15px rgba(255, 215, 0, 0.8); }
}

/* ============================
   POPUP MODALE
   ============================ */
#footer-garage-speed .popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
  z-index: 9999;
  padding: 20px;
}

#footer-garage-speed .popup-overlay.active {
  opacity: 1;
  visibility: visible;
}

#footer-garage-speed .popup-box {
  background: #FFFFFF;
  color: #1A1A1A;
  max-width: 560px;
  width: 100%;
  max-height: 85vh;
  overflow-y: auto;
  border-radius: 12px;
  padding: 35px 30px;
  position: relative;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
  transform: scale(0.85) translateY(20px);
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  border-top: 5px solid #FF6000;
}

#footer-garage-speed .popup-overlay.active .popup-box {
  transform: scale(1) translateY(0);
}

#footer-garage-speed .popup-box h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  color: #FF6000;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid #FFE6C7;
  letter-spacing: 1px;
}

#footer-garage-speed .popup-box #popup-content {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: #333;
}

#footer-garage-speed .popup-box #popup-content p {
  margin-bottom: 12px;
}

#footer-garage-speed .popup-box #popup-content ul {
  padding-left: 20px;
}

#footer-garage-speed .popup-close {
  position: absolute;
  top: 12px;
  right: 15px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: #FFE6C7;
  color: #FF6000;
  font-size: 22px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  line-height: 1;
}

#footer-garage-speed .popup-close:hover {
  background: #FF6000;
  color: #FFFFFF;
  transform: rotate(90deg);
}

/* Scrollbar personnalisée popup */
#footer-garage-speed .popup-box::-webkit-scrollbar {
  width: 6px;
}
#footer-garage-speed .popup-box::-webkit-scrollbar-thumb {
  background: #FF6000;
  border-radius: 10px;
}

/* ============================
   RESPONSIVE
   ============================ */
@media (max-width: 992px) {
  #footer-garage-speed .footer-container {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}

@media (max-width: 576px) {
  #footer-garage-speed .footer-container {
    grid-template-columns: 1fr;
    text-align: center;
  }
  #footer-garage-speed .footer-col h4::after {
    left: 50%;
    transform: translateX(-50%);
  }
  #footer-garage-speed .footer-socials {
    justify-content: center;
  }
  #footer-garage-speed .footer-contact li {
    justify-content: center;
    text-align: left;
  }
  #footer-garage-speed .popup-box {
    padding: 25px 20px;
  }
}/* End custom CSS */