.elementor-67 .elementor-element.elementor-element-671c9af{--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-67 .elementor-element.elementor-element-671c9af{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-1c90d28 *//* ============================================================ */
/* ===============  DSM MOTO — HERO BANNER  ================== */
/* ===  100% SCOPÉ : chaque règle commence par #dsm-root.   === */
/* ===  Impossible d'impacter le reste du site.            === */
/* ============================================================ */

/* Polices : @font-face seulement, n'affecte aucun élément du site */
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght=400;500;600;700&family=Inter:wght=400;500;600&display=swap");

/* ---- Variables scopées au conteneur (PAS de :root global) ---- */
#dsm-root {
  --dsm-yellow: #FACC15;
  --dsm-yellow-dark: #E0B40A;
  --dsm-black: #0a0a0c;
  --dsm-ink: #16161a;
  --dsm-white: #ffffff;
  --dsm-grey: rgba(255, 255, 255, .72);
  --dsm-fh: "Oswald", Impact, sans-serif;
  --dsm-fb: "Inter", "Segoe UI", system-ui, sans-serif;

  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: var(--dsm-fb);
  line-height: normal;
}

/* Reset local : UNIQUEMENT les descendants de #dsm-root */
#dsm-root *,
#dsm-root *::before,
#dsm-root *::after { box-sizing: border-box; margin: 0; padding: 0; }

/* ============================================================ */
/* ===================  1) TOP BAR (EN HAUT) ================= */
/* ============================================================ */
#dsm-root .dsm-header {
  display: block !important;
  flex-direction: column !important;
  width: 100% !important;
  float: none !important;
  position: relative;
}
#dsm-root .dsm-topbar {
  display: block !important;
  width: 100% !important;
  float: none !important;
  clear: both !important;
  background: var(--dsm-black);
  color: var(--dsm-grey);
  font-size: 13px;
  border-bottom: 1px solid rgba(250, 204, 21, .18);
}
#dsm-root .dsm-topbar-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px 34px;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 10px 28px;
}
#dsm-root .dsm-topbar-item {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--dsm-grey);
  text-decoration: none;
  font-weight: 500;
  font-family: var(--dsm-fb);
  transition: color .25s ease;
}
#dsm-root .dsm-topbar-item:hover { color: var(--dsm-yellow); }
#dsm-root .dsm-ti-icon { width: 16px; height: 16px; fill: var(--dsm-yellow); flex-shrink: 0; }

/* ============================================================ */
/* ===================  2) NAV (EN BAS, STICKY) ============= */
/* ============================================================ */
#dsm-root .dsm-nav {
  display: block !important;
  width: 100% !important;
  float: none !important;
  clear: both !important;
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(10, 10, 12, .9);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, .06);
  transition: background .3s ease, box-shadow .3s ease;
}
#dsm-root .dsm-nav.dsm-stuck {
  background: rgba(10, 10, 12, .98);
  box-shadow: 0 12px 34px rgba(0, 0, 0, .5);
  border-bottom: 1px solid rgba(250, 204, 21, .3);
}
#dsm-root .dsm-nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 28px; /* Augmenté pour donner de l'air au gros logo */
  transition: padding .3s ease;
}
#dsm-root .dsm-nav.dsm-stuck .dsm-nav-inner { padding: 12px 28px; }

/* ----- Logo (CORRIGÉ & FORCÉ) ----- */
#dsm-root .dsm-logo { 
  display: inline-flex !important; 
  align-items: center !important; 
  text-decoration: none !important; 
  flex-shrink: 0 !important;
  min-width: 120px !important; /* Force un espace minimal */
}
#dsm-root .dsm-logo-img { 
  height: 100px !important; /* Force la hauteur à 100px */
  width: auto !important; 
  max-width: none !important; 
  display: block !important; 
  transform: scale(1.4) !important; /* Force un agrandissement de 140% par dessus le reste */
  transform-origin: left center;
  transition: transform .3s ease, height .3s ease; 
}
#dsm-root .dsm-nav.dsm-stuck .dsm-logo-img { 
  height: 75px !important; /* Force la hauteur au scroll */
  transform: scale(1.2) !important;
}
#dsm-root .dsm-logo-img--fail { display: none; }
#dsm-root .dsm-logo-fallback { display: none; align-items: center; gap: 11px; }
#dsm-root .dsm-logo-fallback svg { width: 38px; height: 38px; fill: var(--dsm-yellow); }
#dsm-root .dsm-logo-txt { font-family: var(--dsm-fh); line-height: .9; display: flex; flex-direction: column; }
#dsm-root .dsm-logo-txt b { color: var(--dsm-white); font-size: 23px; font-weight: 700; letter-spacing: 1px; }
#dsm-root .dsm-logo-txt i { color: var(--dsm-yellow); font-style: normal; font-size: 12px; font-weight: 600; letter-spacing: 5px; }

/* ----- Menu ----- */
#dsm-root .dsm-menu { display: flex; align-items: center; gap: 4px; list-style: none; }
#dsm-root .dsm-menu li { list-style: none; }
#dsm-root .dsm-menu-link {
  position: relative;
  display: inline-block;
  font-family: var(--dsm-fh);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  white-space: nowrap;
  color: var(--dsm-white);
  text-decoration: none;
  padding: 10px 15px;
  transition: color .25s ease;
}
#dsm-root .dsm-menu-link::after {
  content: ""; position: absolute;
  left: 15px; right: 15px; bottom: 5px; height: 2px;
  background: var(--dsm-yellow);
  transform: scaleX(0); transform-origin: left;
  transition: transform .3s ease;
}
#dsm-root .dsm-menu-link:hover { color: var(--dsm-yellow); }
#dsm-root .dsm-menu-link:hover::after,
#dsm-root .dsm-menu-link.dsm-active::after { transform: scaleX(1); }
#dsm-root .dsm-menu-link.dsm-active { color: var(--dsm-yellow); }

/* ----- Bouton "Contact" ----- */
#dsm-root .dsm-menu-cta {
  display: inline-block;
  font-family: var(--dsm-fh);
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  white-space: nowrap;
  text-decoration: none;
  color: var(--dsm-black);
  background: var(--dsm-yellow);
  padding: 11px 26px;
  margin-left: 14px;
  border-radius: 3px;
  transition: background .25s ease, transform .2s ease, box-shadow .25s ease;
}
#dsm-root .dsm-menu-cta:hover {
  background: var(--dsm-white);
  color: var(--dsm-black);
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(250, 204, 21, .4);
}

/* ----- Burger (mobile) ----- */
#dsm-root .dsm-burger { display: none; flex-direction: column; justify-content: center; gap: 5px; width: 44px; height: 44px; background: transparent; border: 0; cursor: pointer; }
#dsm-root .dsm-burger span { display: block; width: 27px; height: 2px; background: var(--dsm-white); transition: transform .3s ease, opacity .25s ease; }
#dsm-root .dsm-burger.dsm-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); background: var(--dsm-yellow); }
#dsm-root .dsm-burger.dsm-open span:nth-child(2) { opacity: 0; }
#dsm-root .dsm-burger.dsm-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); background: var(--dsm-yellow); }

/* ============================================================ */
/* =====================  HERO  ============================= */
/* ============================================================ */
#dsm-root .dsm-hero {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  min-height: 660px;
  overflow: hidden;
  background-color: var(--dsm-ink);
}

/* VIDÉO de fond — couvre tout le hero, centrée, sans déformation */
#dsm-root .dsm-hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
  will-change: transform;
  animation: dsm-video-intro 1.6s cubic-bezier(.16,1,.3,1) both;
}
@keyframes dsm-video-intro {
  from { opacity: 0; filter: blur(14px) brightness(.5); }
  to   { opacity: 1; filter: blur(0) brightness(1); }
}

#dsm-root .dsm-hero-overlay {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    linear-gradient(90deg, rgba(8,8,10,.9) 0%, rgba(8,8,10,.6) 42%, rgba(8,8,10,.12) 74%, rgba(8,8,10,0) 100%),
    linear-gradient(0deg, rgba(8,8,10,.55) 0%, rgba(8,8,10,0) 38%);
}
#dsm-root .dsm-hero-grain {
  position: absolute; inset: 0; z-index: 1; pointer-events: none; opacity: .06;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  mix-blend-mode: overlay;
}

#dsm-root .dsm-hero-content {
  position: relative; z-index: 2;
  max-width: 1280px; width: 100%;
  margin: 0 auto; padding: 90px 28px;
  font-family: var(--dsm-fb);
}

#dsm-root .dsm-hero-kicker {
  display: inline-flex; align-items: center;
  font-family: var(--dsm-fh); font-weight: 600;
  letter-spacing: 4px; text-transform: uppercase; font-size: 14px;
  color: var(--dsm-yellow); margin-bottom: 20px;
  opacity: 0; animation: dsm-rise .7s ease forwards .9s;
}
#dsm-root .dsm-hero-kicker::before { content: ""; width: 40px; height: 2px; background: var(--dsm-yellow); margin-right: 14px; }

/* TITRE : effet cinématique (révélation par masque) */
#dsm-root .dsm-hero-title {
  font-family: var(--dsm-fh); font-weight: 700;
  text-transform: uppercase; color: var(--dsm-white);
  font-size: clamp(42px, 6.4vw, 90px); line-height: .98;
  letter-spacing: 1px; margin-bottom: 28px;
  text-shadow: 0 6px 34px rgba(0,0,0,.55);
}
#dsm-root .dsm-line { display: block; overflow: hidden; }
#dsm-root .dsm-line-in {
  display: inline-block;
  transform: translateY(110%) skewY(6deg); opacity: 0;
  animation: dsm-reveal 1.05s cubic-bezier(.16,1,.3,1) forwards;
}
#dsm-root .dsm-line:nth-child(1) .dsm-line-in { animation-delay: 1.0s; }
#dsm-root .dsm-line:nth-child(2) .dsm-line-in { animation-delay: 1.18s; color: var(--dsm-yellow); }
@keyframes dsm-reveal { to { transform: translateY(0) skewY(0); opacity: 1; } }

#dsm-root .dsm-hero-text {
  max-width: 480px; color: var(--dsm-grey);
  font-size: 17px; line-height: 1.7; margin-bottom: 40px;
  opacity: 0; animation: dsm-rise .8s ease forwards 1.45s;
}

#dsm-root .dsm-hero-actions { display: flex; flex-wrap: wrap; gap: 16px; opacity: 0; animation: dsm-rise .8s ease forwards 1.6s; }
#dsm-root .dsm-btn {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--dsm-fh); font-weight: 600; font-size: 15px;
  letter-spacing: 1.5px; text-transform: uppercase; text-decoration: none;
  padding: 16px 32px; border-radius: 3px; cursor: pointer;
  transition: transform .25s ease, background .25s ease, color .25s ease, box-shadow .25s ease;
}
#dsm-root .dsm-btn svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; transition: transform .25s ease; }
#dsm-root .dsm-btn:hover svg { transform: translateX(5px); }
#dsm-root .dsm-btn-primary { background: var(--dsm-yellow); color: var(--dsm-black); box-shadow: 0 10px 28px rgba(250,204,21,.34); }
#dsm-root .dsm-btn-primary:hover { background: var(--dsm-yellow-dark); transform: translateY(-3px); box-shadow: 0 16px 36px rgba(250,204,21,.46); }
#dsm-root .dsm-btn-ghost { background: rgba(255,255,255,.07); color: var(--dsm-white); border: 1.5px solid rgba(255,255,255,.55); }
#dsm-root .dsm-btn-ghost:hover { background: var(--dsm-white); color: var(--dsm-black); border-color: var(--dsm-white); transform: translateY(-3px); }

#dsm-root .dsm-hero-scroll {
  position: absolute; left: 50%; bottom: 26px; width: 26px; height: 42px; margin-left: -13px;
  border: 2px solid rgba(255,255,255,.45); border-radius: 14px; z-index: 2;
  opacity: 0; animation: dsm-rise .8s ease forwards 2s;
}
#dsm-root .dsm-hero-scroll span {
  position: absolute; left: 50%; top: 8px; width: 4px; height: 8px; margin-left: -2px;
  background: var(--dsm-yellow); border-radius: 2px;
  animation: dsm-scroll 1.6s ease-in-out infinite;
}
@keyframes dsm-scroll { 0%,100%{transform:translateY(0);opacity:1} 50%{transform:translateY(12px);opacity:.3} }
@keyframes dsm-rise { from{opacity:0;transform:translateY(26px)} to{opacity:1;transform:translateY(0)} }

@media (prefers-reduced-motion: reduce) {
  #dsm-root .dsm-hero-video, #dsm-root .dsm-line-in, #dsm-root .dsm-hero-kicker,
  #dsm-root .dsm-hero-text, #dsm-root .dsm-hero-actions, #dsm-root .dsm-hero-scroll,
  #dsm-root .dsm-hero-scroll span { animation: none; opacity: 1; transform: none; }
  #dsm-root .dsm-hero-video { transform: translate(-50%, -50%); }
}

/* ============================================================ */
/* ==================  RESPONSIVE  ========================== */
/* ============================================================ */
@media (max-width: 1024px) { #dsm-root .dsm-menu-link { padding: 10px 11px; font-size: 14px; } }
@media (max-width: 900px) {
  #dsm-root .dsm-burger { display: flex; }
  #dsm-root .dsm-menu {
    position: absolute; top: 100%; left: 0; right: 0;
    flex-direction: column; align-items: stretch; gap: 0;
    background: rgba(10,10,12,.99);
    border-top: 1px solid rgba(250,204,21,.3);
    padding: 10px 18px 22px;
    transform-origin: top; transform: scaleY(0); opacity: 0; pointer-events: none;
    transition: transform .28s ease, opacity .28s ease;
  }
  #dsm-root .dsm-menu.dsm-open { transform: scaleY(1); opacity: 1; pointer-events: auto; }
  #dsm-root .dsm-menu-link { padding: 14px 8px; font-size: 17px; }
  #dsm-root .dsm-menu-link::after { display: none; }
  #dsm-root .dsm-menu-cta { margin: 12px 8px 0; text-align: center; }
}
@media (max-width: 640px) {
  #dsm-root .dsm-topbar-inner { flex-direction: column; gap: 5px; }
  #dsm-root .dsm-hero { min-height: 560px; }
  #dsm-root .dsm-hero-actions { flex-direction: column; align-items: stretch; }
  #dsm-root .dsm-btn { width: 100%; justify-content: center; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6860504 *//* ============================================================ */
/* ===========  DSM MOTO — SECTION À PROPOS  ================== */
/* ===  100% scopé sous #dsm-about — zéro fuite.           === */
/* ===  CSS classique, aucune dépendance Tailwind.         === */
/* ===  Charte : #FACC15 (jaune) / #1A1A1A (noir).         === */
/* ============================================================ */

@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@500;600;700&family=Inter:wght@400;500;600;700&display=swap");

/* ---- Variables scopées (PAS de :root global) ---- */
#dsm-about {
  --dsm-yellow: #FACC15;
  --dsm-yellow-soft: #FFFDF2;
  --dsm-ink: #1A1A1A;
  --dsm-bg: #F9FAFB;
  --dsm-text: #4B5563;
  --dsm-muted: #9CA3AF;
  --dsm-line: rgba(0,0,0,.06);
  --dsm-fh: "Oswald", Impact, sans-serif;
  --dsm-fb: "Inter", "Segoe UI", system-ui, sans-serif;

  position: relative;
  width: 100%;
  padding: 96px 24px;
  background: var(--dsm-bg);
  color: var(--dsm-ink);
  font-family: var(--dsm-fb);
  overflow: hidden;
  box-sizing: border-box;
}

/* Reset local : uniquement les descendants de #dsm-about */
#dsm-about *,
#dsm-about *::before,
#dsm-about *::after { box-sizing: border-box; margin: 0; padding: 0; }

/* ---- Décors d'ambiance ---- */
#dsm-about .dsm-ab-glow {
  position: absolute; border-radius: 50%;
  filter: blur(110px); opacity: .16; pointer-events: none; z-index: 0;
}
#dsm-about .dsm-ab-glow-1 {
  width: 460px; height: 460px; top: -130px; left: -160px;
  background: radial-gradient(circle, var(--dsm-yellow) 0%, transparent 70%);
}
#dsm-about .dsm-ab-glow-2 {
  width: 520px; height: 520px; bottom: -170px; right: -190px;
  background: radial-gradient(circle, rgba(26,26,26,.5) 0%, transparent 70%);
  opacity: .07;
}
#dsm-about .dsm-ab-grid {
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background-image:
    linear-gradient(rgba(26,26,26,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(26,26,26,.035) 1px, transparent 1px);
  background-size: 60px 60px;
  -webkit-mask-image: radial-gradient(ellipse at center, #000 35%, transparent 78%);
  mask-image: radial-gradient(ellipse at center, #000 35%, transparent 78%);
}

#dsm-about .dsm-ab-wrap {
  position: relative; z-index: 1;
  max-width: 1180px; margin: 0 auto;
}

/* ============== EN-TÊTE ============== */
#dsm-about .dsm-ab-head { text-align: center; margin-bottom: 56px; }
#dsm-about .dsm-ab-eyebrow {
  display: inline-flex; align-items: center; gap: 14px;
  font-family: var(--dsm-fh); font-weight: 600;
  font-size: 13px; letter-spacing: .3em; text-transform: uppercase;
  color: #C9A50C; margin-bottom: 18px;
}
#dsm-about .dsm-ab-eyebrow i { width: 38px; height: 2px; background: var(--dsm-yellow); display: inline-block; }
#dsm-about .dsm-ab-title {
  font-family: var(--dsm-fh); font-weight: 700;
  font-size: clamp(30px, 4.4vw, 52px); line-height: 1.05;
  text-transform: uppercase; color: var(--dsm-ink); letter-spacing: .5px;
}
#dsm-about .dsm-ab-title span { color: var(--dsm-yellow); -webkit-text-stroke: .5px rgba(0,0,0,.08); }
#dsm-about .dsm-ab-sub {
  margin: 16px auto 0; max-width: 560px;
  color: var(--dsm-text); font-size: 16px; line-height: 1.6;
}

/* ============== CARTE PRINCIPALE ============== */
#dsm-about .dsm-ab-card {
  position: relative; background: #fff; border-radius: 28px;
  padding: clamp(28px, 4vw, 64px);
  border: 1px solid var(--dsm-line);
  box-shadow: 0 24px 60px -18px rgba(0,0,0,.08), 0 6px 14px -8px rgba(250,204,21,.15);
  transition: transform .45s cubic-bezier(.175,.885,.32,1.275), box-shadow .45s ease, border-color .45s ease;
}
#dsm-about .dsm-ab-card::before {
  content: ""; position: absolute; left: 0; top: 38px; bottom: 38px; width: 5px;
  background: var(--dsm-yellow); border-radius: 0 6px 6px 0;
}
#dsm-about .dsm-ab-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 34px 70px -20px rgba(0,0,0,.12), 0 14px 28px -10px rgba(250,204,21,.25);
  border-color: rgba(250,204,21,.4);
}

#dsm-about .dsm-ab-grid2 {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 56px; align-items: center;
}

/* ---- Colonne texte ---- */
#dsm-about .dsm-ab-h3 {
  font-family: var(--dsm-fh); font-weight: 600;
  font-size: clamp(22px, 2.6vw, 32px); line-height: 1.18;
  text-transform: uppercase; color: var(--dsm-ink); margin-bottom: 22px;
}
#dsm-about .dsm-ab-h3 span { color: var(--dsm-yellow); }
#dsm-about .dsm-ab-p {
  color: var(--dsm-text); font-size: 16px; line-height: 1.75; margin-bottom: 16px;
}
#dsm-about .dsm-ab-p strong { color: var(--dsm-ink); font-weight: 700; }
#dsm-about .dsm-ab-p em { font-style: italic; color: #374151; }
#dsm-about .dsm-ab-p mark {
  background: linear-gradient(120deg, rgba(250,204,21,.35), rgba(250,204,21,.35)) no-repeat;
  background-size: 100% .35em; background-position: 0 80%;
  color: var(--dsm-ink); font-weight: 700; padding: 0 2px;
}

#dsm-about .dsm-ab-signature {
  display: flex; align-items: center; gap: 16px;
  margin-top: 26px; padding-top: 22px; border-top: 1px solid var(--dsm-line);
}
#dsm-about .dsm-ab-avatar {
  width: 50px; height: 50px; border-radius: 50%; flex-shrink: 0;
  background: var(--dsm-yellow); color: var(--dsm-ink);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--dsm-fh); font-weight: 700; font-size: 22px;
  box-shadow: 0 6px 16px rgba(250,204,21,.4);
}
#dsm-about .dsm-ab-sig-name { font-weight: 700; color: var(--dsm-ink); font-size: 15px; }
#dsm-about .dsm-ab-sig-sub { color: var(--dsm-muted); font-style: italic; font-size: 13px; margin-top: 2px; }

/* ---- Colonne valeurs ---- */
#dsm-about .dsm-ab-values {
  display: grid; grid-template-columns: 1fr 1fr; gap: 18px;
}
#dsm-about .dsm-ab-value {
  background: #fff; border: 1px solid var(--dsm-line); border-radius: 18px;
  padding: 28px 20px; text-align: center; cursor: default;
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease, background .35s ease;
}
#dsm-about .dsm-ab-value:hover {
  border-color: var(--dsm-yellow); background: var(--dsm-yellow-soft);
  transform: translateY(-6px);
  box-shadow: 0 16px 32px -12px rgba(250,204,21,.3);
}
#dsm-about .dsm-ab-value-icon {
  width: 56px; height: 56px; margin: 0 auto 14px; border-radius: 16px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(250,204,21,.14); color: var(--dsm-ink);
  transition: transform .35s cubic-bezier(.4,0,.2,1), background .35s ease, box-shadow .35s ease;
}
#dsm-about .dsm-ab-value-icon svg { width: 26px; height: 26px; }
#dsm-about .dsm-ab-value:hover .dsm-ab-value-icon {
  background: var(--dsm-yellow); transform: scale(1.1) rotate(-6deg);
  box-shadow: 0 6px 18px rgba(250,204,21,.45);
}
#dsm-about .dsm-ab-value-title {
  font-family: var(--dsm-fh); font-weight: 600; font-size: 16px;
  text-transform: uppercase; letter-spacing: .06em; color: var(--dsm-ink); margin-bottom: 5px;
}
#dsm-about .dsm-ab-value-text { font-size: 13px; color: #666; font-weight: 500; line-height: 1.45; }

/* ---- Compteurs ---- */
#dsm-about .dsm-ab-stats {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
  margin-top: 48px; padding-top: 40px; border-top: 1px solid var(--dsm-line);
}
#dsm-about .dsm-ab-stat { text-align: center; }
#dsm-about .dsm-ab-num {
  font-family: var(--dsm-fh); font-weight: 700;
  font-size: clamp(36px, 4.6vw, 52px); line-height: 1; color: var(--dsm-ink);
}
#dsm-about .dsm-ab-stat:nth-child(odd) .dsm-ab-num { color: var(--dsm-yellow); -webkit-text-stroke: .5px rgba(0,0,0,.12); }
#dsm-about .dsm-ab-stat-label {
  margin-top: 10px; font-size: 11px; font-weight: 600;
  text-transform: uppercase; letter-spacing: .08em; color: var(--dsm-muted);
}

/* ---- Apparition au scroll ---- */
#dsm-about .dsm-ab-reveal {
  opacity: 0; transform: translateY(40px);
  transition: opacity .9s ease-out, transform .9s ease-out;
}
#dsm-about .dsm-ab-reveal.dsm-is-visible { opacity: 1; transform: translateY(0); }
#dsm-about .dsm-ab-card.dsm-ab-reveal { transition-delay: .12s; }

@media (prefers-reduced-motion: reduce) {
  #dsm-about .dsm-ab-reveal { opacity: 1 !important; transform: none !important; }
}

/* ============== RESPONSIVE ============== */
@media (max-width: 860px) {
  #dsm-about { padding: 72px 18px; }
  #dsm-about .dsm-ab-grid2 { grid-template-columns: 1fr; gap: 36px; }
  #dsm-about .dsm-ab-stats { grid-template-columns: 1fr 1fr; gap: 28px 18px; }
}
@media (max-width: 460px) {
  #dsm-about .dsm-ab-values { grid-template-columns: 1fr; }
  #dsm-about .dsm-ab-card::before { display: none; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ce0d4e0 *//* ======================================
   SECTION SERVICES / ATELIER - DSM MOTO
   Charte : #FACC15 (Jaune) / #1A1A1A (Noir) / #F3F4F6 (Fond)
   ====================================== */

#services-dsm {
  width: 100%;
  /* Fond gris très clair pour trancher avec le blanc de la gamme */
  background-color: #F3F4F6;
  background-image: 
    radial-gradient(#1A1A1A 0.5px, transparent 0.5px),
    radial-gradient(circle at 0% 0%, rgba(250, 204, 21, 0.05) 0%, transparent 50%);
  background-size: 30px 30px, 100% 100%;
  padding: 100px 24px;
  font-family: 'Montserrat', sans-serif;
  position: relative;
}

.services-container {
  max-width: 1280px;
  margin: 0 auto;
}

/* ---------- Header ---------- */
.services-header {
  text-align: center;
  margin-bottom: 60px;
}

.services-tag {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 4px;
  color: #1A1A1A;
  background-color: #FACC15; /* Tag jaune plein pour impact */
  padding: 8px 22px;
  border-radius: 8px;
  margin-bottom: 20px;
  text-transform: uppercase;
  box-shadow: 0 4px 10px rgba(250, 204, 21, 0.2);
}

.services-title {
  font-size: 2.6rem;
  font-weight: 900;
  color: #1A1A1A;
  margin-bottom: 18px;
  letter-spacing: -1px;
}

.services-subtitle {
  font-size: 1.1rem;
  color: #4B5563;
  max-width: 640px;
  margin: 0 auto;
  line-height: 1.7;
}

.services-divider {
  width: 80px;
  height: 5px;
  background: linear-gradient(90deg, #FACC15 0%, #1A1A1A 100%);
  border-radius: 999px;
  margin: 26px auto 0;
}

/* ---------- Grille services ---------- */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

@media (max-width: 1000px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .services-grid { grid-template-columns: 1fr; }
}

/* ---------- Carte service ---------- */
.service-card {
  position: relative;
  background-color: #FFFFFF;
  border-radius: 24px;
  padding: 45px 35px;
  border: 1px solid rgba(0,0,0,0.03);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  transform: translateY(30px);
  overflow: hidden;
}

.service-card.service-visible {
  opacity: 1;
  transform: translateY(0);
}

.service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #FACC15;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s ease;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08);
  border-color: rgba(250, 204, 21, 0.3);
}

.service-card:hover::before {
  transform: scaleX(1);
}

/* ---------- Icône ---------- */
.service-icon-wrapper {
  width: 76px;
  height: 76px;
  border-radius: 20px;
  background: #F3F4F6;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  transition: all 0.4s ease;
}

.service-icon {
  width: 38px;
  height: 38px;
  color: #1A1A1A;
  transition: all 0.4s ease;
}

.service-card:hover .service-icon-wrapper {
  background: #1A1A1A;
  transform: rotate(-8deg) scale(1.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.service-card:hover .service-icon {
  color: #FACC15; /* L'icône devient jaune sur fond noir au survol */
}

/* ---------- Texte de la carte ---------- */
.service-card-title {
  font-size: 1.4rem;
  font-weight: 800;
  color: #1A1A1A;
  margin-bottom: 15px;
}

.service-card-desc {
  font-size: 0.95rem;
  color: #6B7280;
  line-height: 1.65;
  margin-bottom: 25px;
}

.service-card-line {
  width: 45px;
  height: 4px;
  background-color: #E5E7EB;
  border-radius: 999px;
  transition: all 0.4s ease;
}

.service-card:hover .service-card-line {
  width: 80px;
  background-color: #FACC15;
}

/* ---------- CTA Final ---------- */
.services-cta-wrapper {
  margin-top: 70px;
  padding: 45px;
  background: #1A1A1A; /* Noir pur */
  border-radius: 28px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
}

/* Effet décoratif sur le CTA */
.services-cta-wrapper::after {
  content: "";
  position: absolute;
  top: -50%;
  right: -10%;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(250, 204, 21, 0.1) 0%, transparent 70%);
}

.services-cta-text {
  font-size: 1.3rem;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0;
  max-width: 500px;
}

.services-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background-color: #FACC15;
  color: #1A1A1A;
  font-weight: 800;
  padding: 16px 38px;
  border-radius: 14px;
  text-decoration: none;
  box-shadow: 0 10px 20px rgba(250, 204, 21, 0.3);
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.9rem;
}

.services-cta-btn:hover {
  background-color: #FFFFFF;
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(255, 255, 255, 0.2);
}

/* ---------- Responsive ---------- */
@media (max-width: 640px) {
  .services-title { font-size: 2.1rem; }
  .services-cta-wrapper {
    flex-direction: column;
    text-align: center;
    padding: 35px 25px;
  }
  .services-cta-text { font-size: 1.1rem; }
  .services-cta-btn { width: 100%; justify-content: center; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7caf667 *//* ==========================================
   STYLE ASYMMETRIC CLAIR & DESIGN PREMIUM
   ========================================== */
.dsm-modern-gallery-section {
  padding: 100px 20px;
  /* Fond clair haut de gamme avec dégradé subtil */
  background: linear-gradient(135deg, #fdfdfd 0%, #f4f6f9 100%);
  font-family: 'Montserrat', 'Segoe UI', Arial, sans-serif;
}

.dsm-gallery-wrapper {
  max-width: 1300px;
  margin: 0 auto;
}

/* En-tête / Grand Titre */
.dsm-gallery-header {
  text-align: center;
  margin-bottom: 60px;
}

.dsm-main-title {
  font-size: 52px;
  font-weight: 900;
  color: #1A1A1A;
  margin-bottom: 15px;
  letter-spacing: -1px;
  text-transform: none !important; /* CORRIGÉ : Force l'affichage normal du texte écrit dans le HTML */
  position: relative;
  display: inline-block;
}

.dsm-main-title {
  font-size: 52px;
  font-weight: 900;
  color: #1A1A1A;
  margin-bottom: 15px;
  letter-spacing: -1px;
  text-transform: lowercase !important; /* Force tout en minuscules */
  position: relative;
  display: inline-block;
}

/* Remet une majuscule automatique uniquement sur le "N" de "Notre" */
.dsm-main-title::first-letter {
  text-transform: uppercase !important;
}

.dsm-main-title .dsm-highlight {
  color: #0f172a;
  position: relative;
  z-index: 1;
}

/* Effet surlignage jaune stylisé derrière le mot GALERIE */
.dsm-main-title .dsm-highlight::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 100%;
  height: 14px;
  background-color: #FACC15; /* Couleur Jaune du site */
  z-index: -1;
  transform: skewX(-15deg);
}

.dsm-sub-title {
  font-size: 16px;
  color: #64748b;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Boutons de Navigation (Filtres) */
.dsm-nav-filters {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 50px;
  background-color: #ffffff;
  padding: 8px;
  border-radius: 16px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
}

.dsm-nav-filters .dsm-nav-btn {
  background: transparent;
  border: none;
  color: #64748b;
  padding: 12px 26px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.dsm-nav-filters .dsm-nav-btn:hover {
  color: #0f172a;
}

.dsm-nav-filters .dsm-nav-btn.active {
  background-color: #0f172a; /* Contraste Noir/Sombre pour faire péter le jaune */
  color: #FACC15; /* Texte Jaune */
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.15);
}

/* Grille Asymétrique Moderne */
.dsm-asymmetric-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  grid-auto-rows: 240px;
  gap: 25px;
}

/* Les images mises en avant prennent 2 colonnes et 2 lignes (Asymétrie) */
.dsm-pic-item.dsm-featured {
  grid-column: span 2;
  grid-row: span 2;
}

/* Gestion de l'affichage */
.dsm-pic-item {
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.4s ease;
}

.dsm-pic-item.is-hidden {
  display: none;
}

.dsm-pic-item.is-visible {
  animation: dsmFlyIn 0.5s ease forwards;
}

/* Box Photo */
.dsm-pic-box {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  background-color: #ebebeb;
}

.dsm-pic-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}

/* Hover Minimaliste Chic */
.dsm-pic-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(15, 23, 42, 0.4); /* Voile sombre léger */
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.4s ease;
  backdrop-filter: blur(3px); /* Flou moderne au survol */
}

.dsm-view-text {
  background-color: #FACC15; /* Bouton Jaune */
  color: #0f172a;
  padding: 10px 24px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
  border-radius: 50px;
  transform: scale(0.8);
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* Animations au Survol */
.dsm-pic-box:hover img {
  transform: scale(1.06);
}

.dsm-pic-box:hover .dsm-pic-hover {
  opacity: 1;
}

.dsm-pic-box:hover .dsm-view-text {
  transform: scale(1);
  box-shadow: 0 8px 20px rgba(250, 204, 21, 0.4);
}

/* Lightbox PopUp */
.dsm-lightbox-bold {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.98); /* Fond blanc opaque ultra épuré */
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.dsm-lightbox-bold.open {
  opacity: 1;
  pointer-events: auto;
}

.dsm-lightbox-frame {
  max-width: 85%;
  max-height: 80%;
  object-fit: contain;
  border-radius: 24px;
  box-shadow: 0 30px 60px rgba(0,0,0,0.15);
  border: 6px solid #ffffff;
}

.dsm-close-btn {
  position: absolute;
  top: 30px;
  right: 40px;
  color: #0f172a;
  font-size: 60px;
  font-weight: 200;
  cursor: pointer;
  transition: transform 0.2s;
}

.dsm-close-btn:hover {
  transform: scale(1.1);
  color: #FACC15;
}

/* Keyframes */
@keyframes dsmFlyIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Adaptation Tablettes et Mobiles */
@media (max-width: 992px) {
  .dsm-asymmetric-grid {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    grid-auto-rows: 200px;
  }
  .dsm-pic-item.dsm-featured {
    grid-column: span 1;
    grid-row: span 1;
  }
  .dsm-main-title {
    font-size: 38px;
  }
}

@media (max-width: 576px) {
  .dsm-modern-gallery-section {
    padding: 60px 15px;
  }
  .dsm-nav-filters {
    flex-wrap: wrap;
    border-radius: 12px;
  }
  .dsm-nav-filters .dsm-nav-btn {
    padding: 8px 16px;
    font-size: 12px;
    width: 100%;
    text-align: center;
  }
  .dsm-asymmetric-grid {
    grid-auto-rows: 220px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8979f1b *//* ===== SECTION AVIS CLIENTS – DSM MOTO ===== */
.reviews-dsm-section {
  width: 100%;
  background: linear-gradient(180deg, #ffffff 0%, #f9fafb 100%);
  padding: 100px 20px;
  font-family: 'Montserrat', sans-serif;
  position: relative;
  overflow: hidden;
}

.reviews-dsm-section::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -80px;
  width: 280px;
  height: 280px;
  /* Halo jaune subtil en haut à droite */
  background: radial-gradient(circle, rgba(250, 204, 21, 0.12) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.reviews-dsm-container {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* ===== Header ===== */
.reviews-dsm-header {
  text-align: center;
  margin-bottom: 60px;
}

.reviews-dsm-badge {
  display: inline-block;
  background: rgba(250, 204, 21, 0.2);
  color: #1a1a1a;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 2px;
  padding: 8px 18px;
  border-radius: 30px;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.reviews-dsm-title {
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 900;
  color: #1a1a1a;
  margin-bottom: 14px;
  letter-spacing: -1px;
}

.reviews-dsm-title span {
  color: #FACC15;
}

.reviews-dsm-subtitle {
  font-size: 1.05rem;
  color: #666;
  max-width: 640px;
  margin: 0 auto;
  line-height: 1.7;
}

/* ===== Carousel ===== */
.reviews-dsm-carousel {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
}

.reviews-dsm-track-wrapper {
  flex: 1;
  overflow: hidden;
  padding: 20px 0;
}

.reviews-dsm-track {
  display: flex;
  gap: 24px;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

/* ===== Cards ===== */
.reviews-dsm-card {
  flex: 0 0 calc((100% - 48px) / 3);
  background: #FFFFFF;
  border-radius: 24px;
  padding: 45px 30px 35px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);
  position: relative;
  transition: all 0.4s ease;
  border: 1px solid rgba(0, 0, 0, 0.03);
}

.reviews-dsm-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(250, 204, 21, 0.15);
  border-color: #FACC15;
}

.reviews-dsm-quote-icon {
  position: absolute;
  top: 10px;
  left: 24px;
  font-family: Georgia, serif;
  font-size: 5rem;
  color: #FACC15;
  line-height: 1;
  opacity: 0.3; /* Plus léger pour le design moderne */
}

/* ===== Stars ===== */
.reviews-dsm-stars {
  display: flex;
  gap: 4px;
  margin: 0 0 18px;
  font-size: 1.1rem;
}

.reviews-dsm-stars span {
  color: #FACC15; /* Jaune DSM pour les étoiles */
}

/* ===== Review Text ===== */
.reviews-dsm-text {
  color: #333333;
  font-size: 0.98rem;
  line-height: 1.7;
  margin-bottom: 26px;
  min-height: 110px;
  font-style: italic;
}

/* ===== Author ===== */
.reviews-dsm-author {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 20px;
  border-top: 1px solid #f0f0f0;
}

.reviews-dsm-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1a1a1a;
  color: #FACC15; /* Texte jaune sur fond noir */
  font-weight: 800;
  font-size: 1.1rem;
  box-shadow: 0 4px 12px rgba(250, 204, 21, 0.2);
}

.reviews-dsm-info h4 {
  font-size: 1rem;
  font-weight: 800;
  color: #1a1a1a;
  margin: 0;
}

.reviews-dsm-info span {
  font-size: 0.85rem;
  color: #999;
}

/* ===== Arrows ===== */
.reviews-dsm-arrow {
  width: 54px;
  height: 54px;
  border-radius: 16px; /* Carré arrondi pour un look plus moderne */
  background: #FFFFFF;
  border: 1px solid #eee;
  color: #1a1a1a;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-shrink: 0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.reviews-dsm-arrow:hover {
  background: #FACC15;
  color: #1a1a1a;
  border-color: #FACC15;
  transform: scale(1.1);
  box-shadow: 0 8px 25px rgba(250, 204, 21, 0.4);
}

/* ===== Dots ===== */
.reviews-dsm-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 36px;
}

.reviews-dsm-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ddd;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}

.reviews-dsm-dot.active {
  background: #FACC15;
  width: 32px;
  border-radius: 10px;
}

/* ===== Footer / Note globale ===== */
.reviews-dsm-footer {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}

.reviews-dsm-global-rating {
  display: flex;
  align-items: center;
  gap: 20px;
  background: #1a1a1a; /* Fond noir pour faire ressortir le jaune */
  padding: 22px 38px;
  border-radius: 20px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.reviews-dsm-big-stars {
  font-size: 1.4rem;
  color: #FACC15;
  letter-spacing: 2px;
}

.reviews-dsm-rating-text {
  color: #FFFFFF;
  font-size: 1rem;
}

.reviews-dsm-rating-text strong {
  color: #FACC15;
  font-weight: 900;
  font-size: 1.2rem;
}

/* ===== Responsive ===== */
@media (max-width: 1024px) {
  .reviews-dsm-card {
    flex: 0 0 calc((100% - 24px) / 2);
  }
}

@media (max-width: 640px) {
  .reviews-dsm-section {
    padding: 70px 15px;
  }
  .reviews-dsm-card {
    flex: 0 0 100%;
    padding: 40px 25px 30px;
  }
  .reviews-dsm-arrow {
    display: none; /* On cache les flèches sur mobile pour laisser le swipe */
  }
  .reviews-dsm-global-rating {
    flex-direction: column;
    gap: 10px;
    text-align: center;
    padding: 20px;
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c938763 *//* ============================================================ */
/* ===========  DSM MOTO — SECTION CONTACT  ================== */
/* ===  100% scopé sous #contact-dsm — zéro fuite.         === */
/* ===  CSS classique, aucune dépendance Tailwind.         === */
/* ===  Charte : #FACC15 (jaune) / #1A1A1A (noir).         === */
/* ============================================================ */

@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@500;600;700&family=Inter:wght@400;500;600;700&display=swap");

/* ---- Variables scopées (PAS de :root global) ---- */
#contact-dsm {
  --dsm-yellow: #FACC15;
  --dsm-yellow-dark: #EAB308;
  --dsm-ink: #1A1A1A;
  --dsm-bg: #F9FAFB;
  --dsm-text: #4B5563;
  --dsm-muted: #9CA3AF;
  --dsm-line: rgba(0,0,0,.06);
  --dsm-fh: "Oswald", Impact, sans-serif;
  --dsm-fb: "Inter", "Segoe UI", system-ui, sans-serif;

  position: relative;
  width: 100%;
  padding: 96px 24px;
  background: var(--dsm-bg);
  color: var(--dsm-ink);
  font-family: var(--dsm-fb);
  overflow: hidden;
  box-sizing: border-box;
}

/* Reset local : uniquement les descendants de #contact-dsm */
#contact-dsm *,
#contact-dsm *::before,
#contact-dsm *::after { box-sizing: border-box; margin: 0; padding: 0; }

/* ---- Décors d'ambiance ---- */
#contact-dsm .dsm-ct-glow {
  position: absolute; border-radius: 50%;
  filter: blur(120px); opacity: .14; pointer-events: none; z-index: 0;
}
#contact-dsm .dsm-ct-glow-1 {
  width: 480px; height: 480px; top: -140px; right: -150px;
  background: radial-gradient(circle, var(--dsm-yellow) 0%, transparent 70%);
}
#contact-dsm .dsm-ct-grid {
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background-image:
    linear-gradient(rgba(26,26,26,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(26,26,26,.035) 1px, transparent 1px);
  background-size: 60px 60px;
  -webkit-mask-image: radial-gradient(ellipse at center, #000 35%, transparent 80%);
  mask-image: radial-gradient(ellipse at center, #000 35%, transparent 80%);
}

#contact-dsm .dsm-ct-wrap { position: relative; z-index: 1; max-width: 1180px; margin: 0 auto; }

/* ============== EN-TÊTE ============== */
#contact-dsm .dsm-ct-head { text-align: center; margin-bottom: 52px; }
#contact-dsm .dsm-ct-eyebrow {
  display: inline-flex; align-items: center; gap: 14px;
  font-family: var(--dsm-fh); font-weight: 600;
  font-size: 13px; letter-spacing: .3em; text-transform: uppercase;
  color: #C9A50C; margin-bottom: 16px;
}
#contact-dsm .dsm-ct-eyebrow i { width: 38px; height: 2px; background: var(--dsm-yellow); display: inline-block; }
#contact-dsm .dsm-ct-title {
  font-family: var(--dsm-fh); font-weight: 700;
  font-size: clamp(30px, 4.4vw, 52px); line-height: 1.05;
  text-transform: uppercase; color: var(--dsm-ink); letter-spacing: .5px;
}
#contact-dsm .dsm-ct-title span { color: var(--dsm-yellow); }
#contact-dsm .dsm-ct-sub {
  margin: 16px auto 0; max-width: 580px;
  color: var(--dsm-text); font-size: 16px; line-height: 1.65;
}
#contact-dsm .dsm-ct-divider {
  display: block; width: 84px; height: 5px; margin: 24px auto 0;
  background: linear-gradient(90deg, var(--dsm-yellow), rgba(250,204,21,.2));
  border-radius: 999px;
}

/* ============== GRILLE ============== */
#contact-dsm .dsm-ct-grid2 {
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 32px; align-items: start;
}
#contact-dsm .dsm-ct-aside { display: flex; flex-direction: column; gap: 32px; }

/* ---- Cartes ---- */
#contact-dsm .dsm-ct-card {
  background: #fff; border-radius: 22px;
  padding: clamp(26px, 3vw, 42px);
  border: 1px solid var(--dsm-line);
  box-shadow: 0 14px 40px -16px rgba(0,0,0,.08);
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}
#contact-dsm .dsm-ct-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 50px -18px rgba(250,204,21,.28);
  border-color: rgba(250,204,21,.4);
}
#contact-dsm .dsm-ct-h3 {
  font-family: var(--dsm-fh); font-weight: 600;
  font-size: clamp(20px, 2.2vw, 26px); text-transform: uppercase;
  color: var(--dsm-ink); letter-spacing: .04em; margin-bottom: 24px;
  position: relative; padding-left: 16px;
}
#contact-dsm .dsm-ct-h3::before {
  content: ""; position: absolute; left: 0; top: 4px; bottom: 4px; width: 4px;
  background: var(--dsm-yellow); border-radius: 4px;
}

/* ---- Infos pratiques ---- */
#contact-dsm .dsm-ct-infos { list-style: none; display: flex; flex-direction: column; gap: 22px; }
#contact-dsm .dsm-ct-info { display: flex; align-items: flex-start; gap: 16px; }
#contact-dsm .dsm-ct-icon {
  width: 48px; height: 48px; border-radius: 14px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  background: rgba(250,204,21,.15);
  color: var(--dsm-ink);                    /* icône NOIRE sur fond jaune clair (corrige le bug invisible) */
  transition: background .3s ease, transform .3s ease, color .3s ease;
}
#contact-dsm .dsm-ct-icon svg { width: 22px; height: 22px; }
#contact-dsm .dsm-ct-info:hover .dsm-ct-icon {
  background: var(--dsm-yellow); transform: translateY(-2px) scale(1.05);
  box-shadow: 0 6px 16px rgba(250,204,21,.4);
}
#contact-dsm .dsm-ct-info-label {
  font-family: var(--dsm-fh); font-weight: 600; font-size: 14px;
  text-transform: uppercase; letter-spacing: .05em; color: var(--dsm-ink); margin-bottom: 3px;
}
#contact-dsm .dsm-ct-info-text {
  color: var(--dsm-text); font-size: 14px; line-height: 1.55; text-decoration: none;
  transition: color .2s ease;
}
#contact-dsm .dsm-ct-info-text:hover { color: var(--dsm-ink); }
#contact-dsm .dsm-ct-link {
  color: var(--dsm-ink); font-weight: 700; font-size: 15px; text-decoration: none;
  border-bottom: 2px solid var(--dsm-yellow); padding-bottom: 1px; transition: color .2s ease;
}
#contact-dsm .dsm-ct-link:hover { color: var(--dsm-yellow-dark); }
#contact-dsm .dsm-ct-hours { display: flex; flex-direction: column; gap: 4px; color: var(--dsm-text); font-size: 13.5px; line-height: 1.5; }
#contact-dsm .dsm-ct-hours b { color: var(--dsm-ink); font-weight: 700; margin-right: 6px; }
#contact-dsm .dsm-ct-closed { color: #B91C1C; }
#contact-dsm .dsm-ct-closed b { color: #B91C1C; }

/* ---- Carte Google Maps ---- */
#contact-dsm .dsm-ct-map {
  border-radius: 22px; overflow: hidden;
  border: 1px solid var(--dsm-line);
  box-shadow: 0 14px 40px -16px rgba(0,0,0,.1);
  line-height: 0;
}
#contact-dsm .dsm-ct-map iframe { display: block; width: 100%; height: 320px; border: 0; }

/* ============================================================ */
/* ====  Habillage du formulaire WPForms (DANS la section)  == */
/* ====  Scopé #contact-dsm → n'affecte aucun autre form    == */
/* ============================================================ */

/* --- Espacement vertical entre les champs --- */
#contact-dsm .dsm-ct-form .wpforms-field,
#contact-dsm .dsm-ct-form > div { margin-bottom: 22px; }
#contact-dsm .dsm-ct-form .wpforms-field:last-of-type { margin-bottom: 0; }

#contact-dsm .dsm-ct-form .wpforms-field-label,
#contact-dsm .dsm-ct-form label {
  font-family: var(--dsm-fb); font-weight: 600; color: var(--dsm-ink); font-size: 14px;
  display: block; margin-bottom: 8px;
}
#contact-dsm .dsm-ct-form input[type="text"],
#contact-dsm .dsm-ct-form input[type="email"],
#contact-dsm .dsm-ct-form input[type="tel"],
#contact-dsm .dsm-ct-form input[type="url"],
#contact-dsm .dsm-ct-form input[type="number"],
#contact-dsm .dsm-ct-form select,
#contact-dsm .dsm-ct-form textarea {
  width: 100%; color: var(--dsm-ink); background: #F9FAFB;
  border: 1.5px solid #E5E7EB; border-radius: 12px;
  padding: 13px 15px; font-size: 15px; font-family: var(--dsm-fb);
  transition: border-color .25s ease, box-shadow .25s ease, background .25s ease; outline: none;
}
#contact-dsm .dsm-ct-form input:focus,
#contact-dsm .dsm-ct-form select:focus,
#contact-dsm .dsm-ct-form textarea:focus {
  border-color: var(--dsm-yellow); background: #fff;
  box-shadow: 0 0 0 4px rgba(250,204,21,.14);
}
#contact-dsm .dsm-ct-form input::placeholder,
#contact-dsm .dsm-ct-form textarea::placeholder { color: var(--dsm-muted); }
#contact-dsm .dsm-ct-form textarea { min-height: 120px; resize: vertical; }
#contact-dsm .dsm-ct-form input[type="checkbox"],
#contact-dsm .dsm-ct-form input[type="radio"] { accent-color: var(--dsm-yellow); width: 18px; height: 18px; cursor: pointer; }
/* Le label d'une case à cocher reste sur la même ligne (pas de marge en bloc) */
#contact-dsm .dsm-ct-form input[type="checkbox"] + label,
#contact-dsm .dsm-ct-form input[type="radio"] + label { display: inline; margin-bottom: 0; font-weight: 500; }
#contact-dsm .dsm-ct-form button,
#contact-dsm .dsm-ct-form .wpforms-submit,
#contact-dsm .dsm-ct-form input[type="submit"] {
  margin-top: 6px;
  background: var(--dsm-yellow); color: var(--dsm-ink);
  font-family: var(--dsm-fh); font-weight: 700; font-size: 15px;
  letter-spacing: .06em; text-transform: uppercase;
  border: none; border-radius: 12px; padding: 15px 32px; cursor: pointer;
  box-shadow: 0 8px 20px rgba(250,204,21,.3);
  transition: background .3s ease, transform .25s ease, box-shadow .3s ease;
}
#contact-dsm .dsm-ct-form button:hover,
#contact-dsm .dsm-ct-form .wpforms-submit:hover,
#contact-dsm .dsm-ct-form input[type="submit"]:hover {
  background: var(--dsm-yellow-dark); transform: translateY(-3px);
  box-shadow: 0 12px 26px rgba(250,204,21,.42);
}

/* ---- Apparition au scroll ---- */
#contact-dsm .dsm-ct-reveal { opacity: 0; transform: translateY(36px); transition: opacity .8s ease-out, transform .8s ease-out; }
#contact-dsm .dsm-ct-reveal.dsm-is-visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  #contact-dsm .dsm-ct-reveal { opacity: 1 !important; transform: none !important; }
}

/* ============== RESPONSIVE ============== */
@media (max-width: 900px) {
  #contact-dsm { padding: 72px 18px; }
  #contact-dsm .dsm-ct-grid2 { grid-template-columns: 1fr; gap: 26px; }
}
@media (max-width: 480px) {
  #contact-dsm .dsm-ct-info { gap: 13px; }
  #contact-dsm .dsm-ct-map iframe { height: 260px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-68c9ce5 *//* ============================================
   DSM MOTO - BLOG PREMIUM
   Design moderne, immersif et responsive
   ============================================ */

/* Variables globales */
:root {
  --primary: #FACC15;
  --primary-dark: #EAB308;
  --primary-glow: rgba(250, 204, 21, 0.4);
  --bg-light: #FAFAF9;
  --bg-card: #FFFFFF;
  --black-soft: #1A1A1A;
  --gray-dark: #404040;
  --gray-medium: #737373;
  --gray-light: #E5E5E5;
  --shadow-sm: 0 2px 10px rgba(0, 0, 0, 0.04);
  --shadow-md: 0 8px 30px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 20px 60px rgba(0, 0, 0, 0.15);
  --shadow-glow: 0 10px 40px rgba(250, 204, 21, 0.25);
  --transition: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Reset & base */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.dsm-blog {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif;
  background: var(--bg-light);
  color: var(--black-soft);
  padding: 100px 24px;
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}

/* Background shapes décoratifs */
.dsm-blog::before {
  content: '';
  position: absolute;
  top: -200px;
  right: -200px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, var(--primary-glow) 0%, transparent 70%);
  filter: blur(80px);
  z-index: 0;
  animation: floatGlow 8s ease-in-out infinite;
}

.dsm-blog::after {
  content: '';
  position: absolute;
  bottom: -300px;
  left: -200px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(250, 204, 21, 0.15) 0%, transparent 70%);
  filter: blur(100px);
  z-index: 0;
  animation: floatGlow 10s ease-in-out infinite reverse;
}

@keyframes floatGlow {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(30px, -30px) scale(1.1); }
}

/* Lignes racing décoratives */
.racing-lines {
  position: absolute;
  top: 50%;
  right: 0;
  width: 200px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--primary), transparent);
  opacity: 0.3;
  z-index: 1;
}

.racing-lines:nth-child(2) {
  top: 30%;
  width: 150px;
  opacity: 0.2;
}

.dsm-container {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* ============================================
   HEADER DE SECTION
   ============================================ */
.blog-header {
  text-align: center;
  margin-bottom: 70px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s var(--transition);
}

.blog-header.visible {
  opacity: 1;
  transform: translateY(0);
}

.blog-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--primary);
  color: var(--black-soft);
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 24px;
  box-shadow: var(--shadow-glow);
  animation: badgePulse 2s ease-in-out infinite;
}

.blog-badge::before {
  content: '';
  width: 8px;
  height: 8px;
  background: var(--black-soft);
  border-radius: 50%;
  animation: dotPulse 1.5s ease-in-out infinite;
}

@keyframes badgePulse {
  0%, 100% { box-shadow: 0 10px 30px rgba(250, 204, 21, 0.3); }
  50% { box-shadow: 0 10px 40px rgba(250, 204, 21, 0.6); }
}

@keyframes dotPulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(1.3); }
}

.blog-title {
  font-size: clamp(2.2rem, 5vw, 4.5rem);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
  background: linear-gradient(135deg, var(--black-soft) 0%, var(--gray-dark) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.blog-title .highlight {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
  display: inline-block;
}

.blog-description {
  font-size: clamp(0.95rem, 1.4vw, 1.15rem);
  color: var(--gray-medium);
  max-width: 720px;
  margin: 0 auto;
  line-height: 1.7;
  font-weight: 400;
}

/* ============================================
   LAYOUT PRINCIPAL (Grille + Sidebar)
   ============================================ */
.blog-layout {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 40px;
  align-items: start;
}

/* ============================================
   GRILLE D'ARTICLES
   ============================================ */
.articles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 28px;
}

.article-card {
  background: var(--bg-card);
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  box-shadow: var(--shadow-sm);
  border: 1px solid rgba(0, 0, 0, 0.04);
  transition: all 0.5s var(--transition);
  opacity: 0;
  transform: translateY(40px);
  backdrop-filter: blur(10px);
}

.article-card.visible {
  opacity: 1;
  transform: translateY(0);
}

.article-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--shadow-lg), 0 0 0 2px var(--primary), 0 0 40px var(--primary-glow);
  border-color: var(--primary);
}

.article-card:hover .card-image img {
  transform: scale(1.1);
}

.article-card:hover .card-arrow {
  transform: translateX(8px);
  background: var(--primary);
  color: var(--black-soft);
}

.card-image {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
  background: var(--gray-light);
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s var(--transition);
}

.card-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, 0.3) 100%);
}

.card-category {
  position: absolute;
  top: 16px;
  left: 16px;
  background: var(--primary);
  color: var(--black-soft);
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  z-index: 2;
  box-shadow: 0 4px 15px rgba(250, 204, 21, 0.4);
}

.card-content {
  padding: 24px;
}

.card-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  color: var(--gray-medium);
  margin-bottom: 12px;
  font-weight: 500;
}

.card-meta svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

.card-title {
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 12px;
  color: var(--black-soft);
  letter-spacing: -0.01em;
  transition: color 0.3s ease;
}

.article-card:hover .card-title {
  color: var(--primary-dark);
}

.card-excerpt {
  font-size: 0.92rem;
  color: var(--gray-medium);
  line-height: 1.6;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.card-read-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--black-soft);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.card-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--gray-light);
  color: var(--black-soft);
  transition: all 0.3s var(--transition);
}

/* ============================================
   SIDEBAR
   ============================================ */
.blog-sidebar {
  position: sticky;
  top: 100px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.sidebar-card {
  background: var(--bg-card);
  border-radius: 20px;
  padding: 28px;
  box-shadow: var(--shadow-sm);
  border: 1px solid rgba(0, 0, 0, 0.04);
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s var(--transition);
}

.sidebar-card.visible {
  opacity: 1;
  transform: translateY(0);
}

.sidebar-title {
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--gray-medium);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.sidebar-title::before {
  content: '';
  width: 24px;
  height: 3px;
  background: var(--primary);
  border-radius: 2px;
}

/* Compteur */
.counter-card {
  background: linear-gradient(135deg, var(--black-soft) 0%, #2a2a2a 100%);
  color: white;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.counter-card::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, var(--primary-glow) 0%, transparent 50%);
  animation: rotateGlow 15s linear infinite;
}

@keyframes rotateGlow {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.counter-card .sidebar-title {
  color: rgba(255, 255, 255, 0.6);
  justify-content: center;
  position: relative;
}

.counter-number {
  font-size: 3.5rem;
  font-weight: 900;
  color: var(--primary);
  line-height: 1;
  margin: 8px 0;
  position: relative;
  text-shadow: 0 0 30px var(--primary-glow);
}

.counter-label {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.7);
  position: relative;
  font-weight: 500;
}

/* Tags populaires */
.tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tag-item {
  padding: 8px 14px;
  background: var(--bg-light);
  border: 1px solid var(--gray-light);
  border-radius: 50px;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--gray-dark);
  cursor: pointer;
  transition: all 0.3s var(--transition);
}

.tag-item:hover {
  background: var(--primary);
  color: var(--black-soft);
  border-color: var(--primary);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px var(--primary-glow);
}

/* CTA Card */
.cta-card {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  color: var(--black-soft);
  position: relative;
  overflow: hidden;
}

.cta-card::before {
  content: '🏍️';
  position: absolute;
  top: -20px;
  right: -10px;
  font-size: 8rem;
  opacity: 0.15;
  transform: rotate(-15deg);
}

.cta-title {
  font-size: 1.3rem;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 8px;
  position: relative;
}

.cta-text {
  font-size: 0.88rem;
  font-weight: 500;
  margin-bottom: 20px;
  opacity: 0.85;
  position: relative;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--black-soft);
  color: white;
  padding: 14px 22px;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
  cursor: pointer;
  position: relative;
  transition: all 0.3s var(--transition);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
}

.cta-button svg {
  transition: transform 0.3s ease;
}

.cta-button:hover svg {
  transform: translateX(4px);
}

/* ============================================
   STRUCTURE COMPLÈTE DE LA POPUP (Tous écrans)
   ============================================ */

/* Le fond noir transparent */
.article-popup {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  display: none;
  z-index: 9999;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(8px);
  padding: 20px;
}

.article-popup.active {
  display: flex;
}

/* La boîte blanche contenant l'article */
.popup-container {
  background: var(--bg-card);
  width: 100%;
  max-width: 900px;
  max-height: 90vh;
  border-radius: 24px;
  overflow-y: auto;
  position: relative;
  box-shadow: var(--shadow-lg);
  animation: popupScale 0.4s var(--transition);
}

@keyframes popupScale {
  from { transform: scale(0.95); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

/* Bouton fermer */
.popup-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
}

.popup-close:hover {
  background: var(--primary);
  color: var(--black-soft);
  transform: rotate(90deg);
}

/* Image principale et dégradé sombre */
.popup-hero {
  position: relative;
  height: 380px;
  width: 100%;
}

.popup-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.popup-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 20%, rgba(0, 0, 0, 0.9) 100%);
  z-index: 1;
}

/* Positionnement des textes sur l'image */
.popup-hero-content {
  position: absolute;
  bottom: 35px;
  left: 40px;
  right: 40px;
  color: white;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.popup-category {
  align-self: flex-start;
  background: var(--primary);
  color: var(--black-soft);
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  box-shadow: 0 4px 15px rgba(250, 204, 21, 0.4);
}

.popup-title {
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: 900;
  line-height: 1.2;
  color: #FFFFFF;
  text-shadow: 0 2px 10px rgba(0,0,0,0.5);
}

/* Alinement horizontal des métadonnées (icônes + textes) */
.popup-meta {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.80);
}

.popup-meta > span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.popup-meta svg {
  width: 16px;
  height: 16px;
  stroke: var(--primary); /* Met en valeur les icônes en jaune */
}

/* Contenu du texte de l'article */
.popup-body {
  padding: 40px;
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--gray-dark);
}

.popup-body h3 {
  margin: 35px 0 15px 0;
  color: var(--black-soft);
  font-weight: 800;
  font-size: 1.4rem;
}

.popup-body p {
  margin-bottom: 20px;
}

.popup-body ul {
  margin-bottom: 24px;
  padding-left: 24px;
}

.popup-body li {
  margin-bottom: 8px;
}

/* Bas de page (Tags + bouton) */
.popup-footer {
  padding: 0 40px 40px 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-top: 1px solid var(--gray-light);
  margin-top: 20px;
  padding-top: 30px;
}

.popup-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.popup-tag {
  padding: 6px 12px;
  background: var(--bg-light);
  border: 1px solid var(--gray-light);
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--gray-dark);
}

.popup-cta-btn {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--black-soft);
  color: white;
  padding: 14px 28px;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
  cursor: pointer;
  transition: all 0.3s var(--transition);
}

.popup-cta-btn:hover {
  background: var(--primary);
  color: var(--black-soft);
  transform: translateY(-2px);
}

/* Bloquer le scroll du site en arrière-plan */
.popup-open {
  overflow: hidden;
}


/* ============================================
   RESPONSIVE MEDIA QUERIES (Tablettes & Mobile)
   ============================================ */
@media (max-width: 992px) {
  .blog-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .blog-sidebar {
    position: static;
  }
}

@media (max-width: 768px) {
  .dsm-blog {
    padding: 60px 16px;
  }
  
  .articles-grid {
    grid-template-columns: 1fr;
  }

  /* Ajustements de la popup pour le plein écran sur Mobile */
  .article-popup {
    padding: 0;
  }

  .popup-container {
    width: 100% !important;
    height: 100% !important;
    max-height: 100vh !important;
    border-radius: 0 !important;
  }

  .popup-hero {
    height: 250px;
  }

  .popup-hero-content {
    bottom: 20px;
    left: 20px;
    right: 20px;
    gap: 8px;
  }

  .popup-meta {
    gap: 12px;
    font-size: 11px;
  }

  .popup-body {
    padding: 24px 20px;
    -webkit-overflow-scrolling: touch;
  }

  .popup-footer {
    padding: 0 20px 30px 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5aa109f *//* ============================
    FOOTER DSM MOTO
============================ */
#footer-dsm.footer-dsm {
  position: relative;
  background: #222222;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  padding: 70px 20px 20px;
  margin-top: 60px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  overflow: hidden;
}

#footer-dsm.footer-dsm::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #FACC15, #ffe066, #FACC15);
}

#footer-dsm .footer-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* ===== Grille principale ===== */
#footer-dsm .footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(176, 176, 176, 0.2);
}

#footer-dsm .footer-col {
  display: flex;
  flex-direction: column;
}

/* ===== Logo & description ===== */
#footer-dsm .footer-logo img {
  width: 90px;
  height: auto;
  border-radius: 12px;
  background: #fff;
  padding: 6px;
  margin-bottom: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.3);
}

#footer-dsm .footer-desc {
  color: #B0B0B0;
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 20px;
}

/* ===== Réseaux sociaux ===== */
#footer-dsm .footer-socials {
  display: flex;
  gap: 12px;
}

#footer-dsm .social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,0.08);
  color: #ffffff;
  border-radius: 50%;
  transition: all 0.3s ease;
}

#footer-dsm .social-link:hover {
  background: #FACC15;
  color: #222222; /* Texte sombre pour lisibilité sur jaune */
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(250, 204, 21, 0.4);
}

/* ===== Titres ===== */
#footer-dsm .footer-title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}

#footer-dsm .footer-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 36px;
  height: 2px;
  background: #FACC15;
  border-radius: 2px;
}

/* ===== Listes ===== */
#footer-dsm .footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer-dsm .footer-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #B0B0B0;
  font-size: 14px;
  margin-bottom: 12px;
  line-height: 1.5;
}

#footer-dsm .footer-list li svg {
  color: #FACC15;
  flex-shrink: 0;
}

#footer-dsm .footer-list a {
  color: #B0B0B0;
  text-decoration: none;
  transition: color 0.3s ease;
}

#footer-dsm .footer-list a:hover {
  color: #FACC15;
}

/* ===== Horaires ===== */
#footer-dsm .footer-hours li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed rgba(176,176,176,0.15);
  padding-bottom: 8px;
}

#footer-dsm .footer-hours .closed {
  color: #FACC15;
  font-weight: 600;
}

/* ===== Liens navigation ===== */
#footer-dsm .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

#footer-dsm .footer-links a {
  color: #B0B0B0;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
  display: inline-block;
  position: relative;
  padding-left: 14px;
}

#footer-dsm .footer-links a::before {
  content: "›";
  position: absolute;
  left: 0;
  color: #FACC15;
  font-weight: 700;
  transition: transform 0.3s ease;
}

#footer-dsm .footer-links a:hover {
  color: #ffffff;
}

#footer-dsm .footer-links a:hover::before {
  transform: translateX(4px);
}

/* ===== Barre inférieure ===== */
#footer-dsm .footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  padding-top: 24px;
}

#footer-dsm .footer-copyright {
  color: #B0B0B0;
  font-size: 13px;
  margin: 0;
}

#footer-dsm .footer-copyright strong {
  color: #FACC15;
}

#footer-dsm .footer-legal {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

#footer-dsm .footer-legal a {
  color: #B0B0B0;
  font-size: 13px;
  text-decoration: none;
  transition: color 0.3s ease;
}

#footer-dsm .footer-legal a:hover {
  color: #FACC15;
}

/* ===== Bouton retour en haut ===== */
#footer-dsm .footer-back-top {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #FACC15;
  color: #ffffff; /* Icône sombre pour contraste */
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px rgba(250, 204, 21, 0.45);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: all 0.3s ease;
  z-index: 999;
}

#footer-dsm .footer-back-top.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

#footer-dsm .footer-back-top:hover {
  background: #eab308; /* Une nuance de jaune légèrement plus foncée pour le hover */
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(250, 204, 21, 0.6);
}

/* ===== Responsive ===== */
@media (max-width: 992px) {
  #footer-dsm .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 36px;
  }
}

@media (max-width: 600px) {
  #footer-dsm.footer-dsm {
    padding: 50px 16px 16px;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
  }

  #footer-dsm .footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  #footer-dsm .footer-bottom {
    flex-direction: column;
    text-align: center;
  }

  #footer-dsm .footer-legal {
    justify-content: center;
  }

  #footer-dsm .footer-back-top {
    bottom: 16px;
    right: 16px;
    width: 44px;
    height: 44px;
  }
}/* End custom CSS */