.elementor-27583 .elementor-element.elementor-element-a7deb45{--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;}.elementor-27583 .elementor-element.elementor-element-aa52d38{--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;}/* Start custom CSS */@import url("https://fonts.googleapis.com/css2?family=Syne:wght@400;600;700;800&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;1,9..40,300&display=swap");

:root {
  --navy: #0A1628;
  --blue: #1A3A6E;
  --accent: #2F6FE8;
  --accent-light: #5B9BFF;
  --gold: #E8A83A;
  --white: #FFFFFF;
  --off-white: #F4F6FB;
  --border: rgba(47, 111, 232, 0.15);
  --gradient: linear-gradient(135deg, #0A1628 0%, #1A3A6E 100%);
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "DM Sans", sans-serif;
  background: var(--navy);
  color: var(--white);
  overflow-x: hidden;
}

.ocg-page {
  background: var(--navy);
  color: var(--white);
  font-size: 16px;
  line-height: 1.5;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  overflow-x: clip;
}

/* Compat Elementor: force un rendu stable mobile/desktop */
.elementor-widget-container .ocg-page,
.elementor-widget-html .ocg-page,
.elementor-shortcode .ocg-page {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Scope global pour Elementor: évite les styles du thème qui écrasent la page */
.ocg-page,
.ocg-page * {
  box-sizing: border-box;
}

.ocg-page,
.ocg-page p,
.ocg-page a,
.ocg-page li,
.ocg-page span,
.ocg-page div {
  font-family: "DM Sans", sans-serif;
  color: #fff;
}

.ocg-page h1,
.ocg-page h2,
.ocg-page h3,
.ocg-page .block-title,
.ocg-page .avantage-title,
.ocg-page .update-title,
.ocg-page .sb-contact-title,
.ocg-page .sb-cta-title,
.ocg-page .sb-garanties-title,
.ocg-page .footer-logo,
.ocg-page .score-num {
  font-family: "DM Sans", sans-serif;
}

/* Force la couleur des titres (Elementor/thème peut les passer en bleu) */
.ocg-page h1,
.ocg-page h2,
.ocg-page h3,
.ocg-page h4,
.ocg-page h5,
.ocg-page h6,
.ocg-page .block-title,
.ocg-page .sb-contact-title,
.ocg-page .sb-cta-title,
.ocg-page .sb-garanties-title,
.ocg-page .cta-band-text h3,
.ocg-page .cta-block h2 {
  color: #fff !important;
  line-height: 1.2;
  text-wrap: balance;
  overflow-wrap: anywhere;
}

/* HERO */
.page-hero {
  background: var(--gradient);
  padding: 5rem 5% 4rem;
  position: relative;
  overflow: hidden;
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(47, 111, 232, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(47, 111, 232, 0.08) 1px, transparent 1px);
  background-size: 60px 60px;
}

.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.2;
  animation: ocg-float 8s ease-in-out infinite;
}

.hero-orb.o1 {
  width: 500px;
  height: 500px;
  background: var(--accent);
  top: -150px;
  right: -100px;
}

.hero-orb.o2 {
  width: 300px;
  height: 300px;
  background: var(--gold);
  bottom: -100px;
  left: 5%;
  animation-delay: -3s;
}

@keyframes ocg-float {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-25px) scale(1.04);
  }
}

.page-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 900px;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 1.5rem;
}

.breadcrumb a {
  color: rgba(255, 255, 255, 0.45);
  text-decoration: none;
}

.breadcrumb a:hover {
  color: var(--accent-light);
}

.breadcrumb span {
  color: var(--accent-light);
}

.page-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(47, 111, 232, 0.18);
  border: 1px solid rgba(91, 155, 255, 0.3);
  border-radius: 50px;
  padding: 0.35rem 0.9rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--accent-light);
  margin-bottom: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.page-hero h1 {
  font-family: "DM Sans", sans-serif;
  font-size: clamp(2rem, 4.4vw, 3.2rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin-bottom: 1.2rem;
  text-wrap: balance;
}

.page-hero h1 em {
  font-style: normal;
  background: linear-gradient(90deg, var(--accent-light), var(--gold));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.page-hero p {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #fff;
  max-width: 740px;
  font-weight: 300;
}

.page-hero p strong {
  color: #fff;
  font-weight: 500;
}

.hero-chips {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.chip {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50px;
  padding: 0.4rem 0.9rem;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.75);
}

.chip::before {
  content: "✓";
  color: var(--accent-light);
  font-weight: 700;
}

/* LAYOUT */
.page-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 2rem;
  max-width: none;
  margin: 0 auto;
  padding: 4rem clamp(16px, 3vw, 48px);
  align-items: start;
}

.main-content {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  min-width: 0;
}

.content-block {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border);
  border-radius: 24px;
  overflow: hidden;
  transition: border-color 0.2s;
}

.content-block:hover {
  border-color: rgba(47, 111, 232, 0.35);
}

.block-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.8rem 2rem;
  border-bottom: 1px solid var(--border);
}

.block-icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  background: linear-gradient(135deg, var(--accent), var(--accent-light));
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
}

.block-title {
  font-family: "Syne", sans-serif;
  font-weight: 800;
  font-size: 1.05rem;
  color: var(--white);
}

.block-body {
  padding: 2rem;
}

.block-body p {
  font-size: 0.97rem;
  line-height: 1.85;
  color: #fff;
  margin-bottom: 1rem;
  font-weight: 300;
}

.block-body p:last-child {
  margin-bottom: 0;
}

.block-body p strong {
  color: var(--white);
  font-weight: 500;
}

.amende-highlight {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(232, 168, 58, 0.12);
  border: 1px solid rgba(232, 168, 58, 0.3);
  border-radius: 12px;
  padding: 0.6rem 1rem;
  font-size: 0.9rem;
  margin: 1rem 0;
}

.amende-highlight strong {
  color: var(--gold);
  font-weight: 700;
}

.vehicle-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem;
  margin-top: 1.2rem;
}

.vehicle-chip {
  background: rgba(47, 111, 232, 0.1);
  border: 1px solid rgba(47, 111, 232, 0.25);
  border-radius: 12px;
  padding: 0.8rem 1rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.8);
}

.vehicle-chip .vc-icon {
  font-size: 1.1rem;
  line-height: 1;
}

.steps-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 0.5rem;
}

.step-item {
  display: flex;
  gap: 1.2rem;
  align-items: flex-start;
  padding: 1.2rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(47, 111, 232, 0.12);
  border-radius: 16px;
}

.step-num {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  background: linear-gradient(135deg, var(--accent), var(--accent-light));
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Syne", sans-serif;
  font-weight: 800;
  font-size: 0.9rem;
}

.step-text {
  font-size: 0.93rem;
  line-height: 1.7;
  color: #fff;
  padding-top: 0.1rem;
}

.step-text strong {
  color: #fff;
}

.update-cards {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 0.5rem;
}

.update-card {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1.2rem 1.4rem;
  border-radius: 16px;
  border-left: 3px solid var(--accent);
  background: rgba(47, 111, 232, 0.07);
}

.update-card.gold {
  border-left-color: var(--gold);
  background: rgba(232, 168, 58, 0.07);
}

.update-card.green {
  border-left-color: #34d399;
  background: rgba(52, 211, 153, 0.07);
}

.update-icon {
  font-size: 1.4rem;
  flex-shrink: 0;
  margin-top: 0.1rem;
}

.update-title {
  font-family: "Syne", sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  color: #fff;
  margin-bottom: 0.3rem;
}

.update-text {
  font-size: 0.88rem;
  line-height: 1.65;
  color: #fff;
}

.avantages-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 0.5rem;
}

.avantage-item {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 1.2rem 1.4rem;
}

.avantage-title {
  font-family: "Syne", sans-serif;
  font-weight: 700;
  font-size: 0.92rem;
  color: #fff;
  margin-bottom: 0.3rem;
}

.avantage-desc {
  font-size: 0.85rem;
  line-height: 1.6;
  color: #fff;
}

.cta-block {
  background: linear-gradient(135deg, rgba(47, 111, 232, 0.25), rgba(232, 168, 58, 0.12));
  border: 1px solid rgba(47, 111, 232, 0.35);
  border-radius: 24px;
  padding: 2.5rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cta-block::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(47, 111, 232, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(47, 111, 232, 0.06) 1px, transparent 1px);
  background-size: 40px 40px;
}

.cta-block-inner {
  position: relative;
  z-index: 1;
}

.cta-block h2 {
  font-family: "Syne", sans-serif;
  font-size: clamp(1.4rem, 2.5vw, 1.9rem);
  font-weight: 800;
  margin-bottom: 1rem;
}

.cta-block p {
  font-size: 0.95rem;
  line-height: 1.75;
  color: #fff;
  margin-bottom: 1.5rem;
}

.cta-points {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  margin-bottom: 2rem;
  text-align: left;
}

.cta-point {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  font-size: 0.92rem;
  color: #fff;
}

.cta-point span {
  font-size: 1.1rem;
}

.btn-primary {
  background: var(--accent);
  color: #fff;
  padding: 0.85rem 2rem;
  border-radius: 50px;
  font-weight: 500;
  font-size: 1rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
  box-shadow: 0 4px 24px rgba(47, 111, 232, 0.4);
}

.btn-primary:hover {
  background: var(--accent-light);
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(47, 111, 232, 0.55);
}

/* SIDEBAR */
.sidebar {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 1.5rem;
  width: 100%;
  align-items: start;
}

.sidebar > * {
  min-height: 300px;
  height: 100%;
  margin: 0;
  align-self: stretch;
}

.sb-contact {
  background: linear-gradient(135deg, #1A3A6E, #0f2a55);
  border: 1px solid rgba(91, 155, 255, 0.3);
  border-radius: 22px;
  padding: 1.8rem;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.sb-contact-tag {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--accent-light);
  margin-bottom: 0.8rem;
}

.sb-contact-title {
  font-family: "Syne", sans-serif;
  font-weight: 800;
  font-size: 1.05rem;
  color: #fff;
  margin-bottom: 0.4rem;
}

.sb-contact-sub {
  font-size: 0.82rem;
  color: #fff;
  margin-bottom: 1.4rem;
}

.sb-phone {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-family: "Syne", sans-serif;
  font-weight: 800;
  font-size: 1.5rem;
  color: #fff;
  text-decoration: none;
  margin-bottom: 0.4rem;
}

.sb-phone-icon {
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}

.sb-hours {
  font-size: 0.75rem;
  color: #fff;
  margin-bottom: 1.4rem;
}

.sb-btn-call {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: var(--accent);
  color: #fff;
  text-decoration: none;
  padding: 0.75rem 1rem;
  border-radius: 12px;
  font-weight: 600;
  font-size: 0.88rem;
}

.sb-links {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border);
  border-radius: 22px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.sb-links-header {
  padding: 1.1rem 1.5rem;
  border-bottom: 1px solid var(--border);
  font-family: "Syne", sans-serif;
  font-weight: 700;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: rgba(255, 255, 255, 0.45);
}

.sb-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  text-decoration: none;
  color: #fff;
  font-size: 0.9rem;
}

.sb-link:last-child {
  border-bottom: none;
}

.sb-link span {
  color: var(--accent-light);
}

.sb-cta {
  background: linear-gradient(135deg, rgba(232, 168, 58, 0.15), rgba(47, 111, 232, 0.1));
  border: 1px solid rgba(232, 168, 58, 0.25);
  border-radius: 22px;
  padding: 1.8rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sb-cta-emoji {
  font-size: 2rem;
  margin-bottom: 0.8rem;
  display: block;
}

.sb-cta-title {
  font-family: "Syne", sans-serif;
  font-weight: 800;
  font-size: 1.05rem;
  color: #fff;
  margin-bottom: 0.5rem;
}

.sb-cta-desc {
  font-size: 0.82rem;
  line-height: 1.6;
  color: #fff;
  margin-bottom: 1.2rem;
}

.sb-cta-btn {
  display: block;
  background: linear-gradient(135deg, var(--gold), #f5c06a);
  color: var(--navy);
  text-decoration: none;
  padding: 0.75rem 1rem;
  border-radius: 12px;
  font-weight: 700;
  font-size: 0.88rem;
}

.sb-garanties {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border);
  border-radius: 22px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
}

.sb-garanties-title {
  font-family: "Syne", sans-serif;
  font-weight: 700;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 1rem;
}

.sb-garantie-row {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.55rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  font-size: 0.84rem;
  color: #fff;
}

.sb-garantie-row:last-child {
  border-bottom: none;
}

.sb-garantie-icon {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  background: rgba(47, 111, 232, 0.15);
  border: 1px solid rgba(47, 111, 232, 0.2);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
}

/* REVIEWS + CTA BAND */
.reviews-section {
  background: var(--navy);
  padding: 5rem 5%;
  position: relative;
  overflow: hidden;
}

.reviews-inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.reviews-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}

.reviews-section .section-tag {
  color: var(--accent-light);
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 0.6rem;
}

.reviews-section h2 {
  font-family: "Syne", sans-serif;
  font-weight: 800;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  color: #fff;
}

.reviews-score-box {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 1.2rem 1.8rem;
}

.score-num {
  font-family: "Syne", sans-serif;
  font-size: 3rem;
  font-weight: 800;
  background: linear-gradient(135deg, var(--accent-light), var(--gold));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
}

.score-stars {
  color: var(--gold);
  font-size: 1rem;
  letter-spacing: 0.05em;
}

.score-label {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.4);
  margin-top: 0.3rem;
}

.google-widget-zone {
  width: 100%;
}

/* =====================================================
   Shortcode avis (Elementor)
   Ajoute la classe "ocg-reviews-shortcode" au conteneur
   ===================================================== */
.ocg-reviews-shortcode {
  background: var(--navy);
  padding: 3rem clamp(12px, 3vw, 32px);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  position: relative;
  overflow: hidden;
}

.ocg-reviews-shortcode::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 70% 50%, rgba(47, 111, 232, 0.1), transparent 65%);
  pointer-events: none;
}

.ocg-reviews-shortcode > * {
  position: relative;
  z-index: 1;
}

/* Conteneur du widget */
.ocg-reviews-shortcode .ti-widget,
.ocg-reviews-shortcode .ti-widget-container,
.ocg-reviews-shortcode .eapps-google-reviews,
.ocg-reviews-shortcode [class*="widget-container"],
.ocg-reviews-shortcode [class*="WidgetContainer"] {
  background: transparent !important;
}

/* Cartes d'avis */
.ocg-reviews-shortcode [class*="review-card"],
.ocg-reviews-shortcode [class*="ReviewCard"],
.ocg-reviews-shortcode [class*="review_card"],
.ocg-reviews-shortcode [class*="ti-review-item"],
.ocg-reviews-shortcode [class*="swiper-slide"] {
  background: rgba(255, 255, 255, 0.04) !important;
  border: 1px solid rgba(47, 111, 232, 0.2) !important;
  border-radius: 16px !important;
  color: #fff !important;
}

/* Textes et auteurs */
.ocg-reviews-shortcode [class*="review-text"],
.ocg-reviews-shortcode [class*="ReviewText"],
.ocg-reviews-shortcode [class*="review_text"],
.ocg-reviews-shortcode p {
  color: rgba(255, 255, 255, 0.72) !important;
}

.ocg-reviews-shortcode [class*="reviewer-name"],
.ocg-reviews-shortcode [class*="ReviewerName"],
.ocg-reviews-shortcode strong {
  color: #fff !important;
}

/* Etoiles */
.ocg-reviews-shortcode [class*="stars"],
.ocg-reviews-shortcode [class*="Stars"],
.ocg-reviews-shortcode [class*="rating"] svg,
.ocg-reviews-shortcode [class*="Rating"] svg {
  color: var(--gold) !important;
  fill: var(--gold) !important;
}

/* Score global / badges */
.ocg-reviews-shortcode [class*="overall"],
.ocg-reviews-shortcode [class*="Overall"],
.ocg-reviews-shortcode [class*="score"],
.ocg-reviews-shortcode [class*="Score"] {
  color: #fff !important;
}

/* Boutons du widget */
.ocg-reviews-shortcode button,
.ocg-reviews-shortcode [class*="load-more"],
.ocg-reviews-shortcode [class*="LoadMore"] {
  background: rgba(47, 111, 232, 0.2) !important;
  border: 1px solid rgba(47, 111, 232, 0.4) !important;
  color: var(--accent-light) !important;
  border-radius: 999px !important;
}

.ocg-reviews-shortcode button:hover,
.ocg-reviews-shortcode [class*="load-more"]:hover,
.ocg-reviews-shortcode [class*="LoadMore"]:hover {
  background: rgba(47, 111, 232, 0.38) !important;
  color: #fff !important;
}

.cta-band {
  background: linear-gradient(135deg, #1A3A6E 0%, #0A1628 100%);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 4rem 5%;
  position: relative;
  overflow: hidden;
}

.cta-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(47, 111, 232, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(47, 111, 232, 0.06) 1px, transparent 1px);
  background-size: 50px 50px;
}

.cta-band-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.cta-band-text h3 {
  font-family: "Syne", sans-serif;
  font-size: clamp(1.1rem, 2.1vw, 1.45rem);
  font-weight: 800;
  margin-bottom: 0.6rem;
}

.cta-band-text p {
  font-size: 0.95rem;
  color: #fff;
  line-height: 1.7;
  max-width: 480px;
}

.cta-band-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.btn-outline {
  background: transparent;
  color: #fff;
  padding: 0.85rem 1.8rem;
  border-radius: 50px;
  font-weight: 500;
  font-size: 0.95rem;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.25);
  transition: background 0.2s, border-color 0.2s, transform 0.2s;
}

.btn-outline:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-1px);
}

@media (max-width: 1024px) {
  .page-body {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .ocg-page h1 {
    font-size: clamp(1.7rem, 7vw, 2.1rem) !important;
    line-height: 1.15 !important;
    letter-spacing: -0.02em;
  }
  .ocg-page h2,
  .ocg-page .block-title,
  .ocg-page .cta-block h2,
  .ocg-page .cta-band-text h3 {
    font-size: clamp(1.2rem, 5.4vw, 1.55rem) !important;
    line-height: 1.2 !important;
    letter-spacing: -0.01em;
  }
  .ocg-page h3,
  .ocg-page .sb-contact-title,
  .ocg-page .sb-cta-title {
    font-size: clamp(1.05rem, 4.7vw, 1.3rem) !important;
    line-height: 1.25 !important;
  }
  .ocg-page {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    font-size: 15px;
  }
  .page-body {
    padding: 2rem 16px;
  }
  .page-hero {
    padding: 3rem 16px 2.5rem;
  }
  .hero-orb {
    display: none;
  }
  .page-hero p {
    font-size: 0.95rem;
    line-height: 1.7;
  }
  .breadcrumb {
    flex-wrap: wrap;
    row-gap: 0.3rem;
  }
  .block-header {
    padding: 1.2rem 1rem;
  }
  .block-body {
    padding: 1.2rem 1rem;
  }
  .block-title {
    font-size: 1.05rem;
  }
  .vehicle-grid {
    grid-template-columns: 1fr 1fr;
  }
  .avantages-grid {
    grid-template-columns: 1fr;
  }
  .reviews-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .sidebar {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }
  .sidebar > * {
    min-height: auto;
    height: auto;
  }
  .sb-contact-title {
    font-size: 1.15rem;
  }
  .sb-contact-sub {
    font-size: 0.82rem;
  }
  .sb-phone {
    font-size: 1.55rem;
    line-height: 1.2;
    flex-wrap: wrap;
  }
  .sb-link {
    font-size: 0.9rem;
  }
  .sb-cta-title {
    font-size: 1.2rem;
  }
  .sb-cta-desc {
    font-size: 0.85rem;
  }
  .sb-garantie-row {
    font-size: 0.86rem;
  }
  .cta-band-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.2rem;
  }
  .cta-band-actions {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
  }
  .cta-band-actions a {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .btn-primary,
  .btn-outline {
    width: 100%;
  }
  .cta-band {
    padding: 2.2rem 16px;
  }
  .cta-point {
    align-items: flex-start;
  }
  .amende-highlight {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .ocg-page h1 {
    font-size: clamp(1.45rem, 8.2vw, 1.85rem) !important;
    line-height: 1.12 !important;
  }
  .ocg-page h2,
  .ocg-page .block-title,
  .ocg-page .cta-block h2,
  .ocg-page .cta-band-text h3 {
    font-size: clamp(1.05rem, 6.2vw, 1.25rem) !important;
    line-height: 1.2 !important;
  }
  .ocg-page h3,
  .ocg-page .sb-contact-title,
  .ocg-page .sb-cta-title {
    font-size: clamp(0.98rem, 5.5vw, 1.12rem) !important;
    line-height: 1.24 !important;
  }
  .page-hero {
    padding: 2.2rem 12px 2rem;
  }
  .page-body {
    padding: 1.5rem 12px;
  }
  .block-header {
    padding: 1rem 0.9rem;
    gap: 0.7rem;
  }
  .block-icon {
    width: 40px;
    height: 40px;
    font-size: 1.05rem;
    border-radius: 11px;
  }
  .block-body {
    padding: 1rem 0.9rem;
  }
  .page-hero h1 {
    font-size: clamp(1.6rem, 9vw, 2rem);
  }
  .page-hero p {
    font-size: 0.9rem;
  }
  .hero-chips {
    gap: 0.45rem;
  }
  .chip {
    font-size: 0.74rem;
    padding: 0.35rem 0.7rem;
  }
  .vehicle-grid {
    grid-template-columns: 1fr;
  }
  .step-item {
    padding: 0.9rem;
    gap: 0.8rem;
  }
  .step-num {
    width: 30px;
    height: 30px;
    font-size: 0.8rem;
  }
  .cta-block {
    padding: 1.4rem 1rem;
  }
  .sb-contact,
  .sb-links,
  .sb-cta,
  .sb-garanties {
    padding: 1.1rem;
    border-radius: 16px;
  }
  .sb-phone {
    font-size: 1.35rem;
  }
  .sb-btn-call,
  .sb-cta-btn,
  .btn-primary,
  .btn-outline {
    min-height: 46px;
    font-size: 0.92rem;
    padding: 0.75rem 1rem;
  }
  .cta-band {
    padding: 1.8rem 12px;
  }
}

/* Avis shortcode : texte en blanc uniquement */
.elementor-widget-shortcode .ti-header *,
.elementor-shortcode .ti-header * {
  color: #fff !important;
}/* End custom CSS */