.elementor-2 .elementor-element.elementor-element-298983f{--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-2 .elementor-element.elementor-element-298983f{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-070b089 *//* ============================================
   DSM - HERO BANNER (Design moderne)
   Sélecteur parent unique : #section-hero-dsm
   ============================================ */

#section-hero-dsm {
  --dsm-black: #181818;
  --dsm-black-deep: #0d0d0d;
  --dsm-gold: #ffd700;
  --dsm-blue: #0072ce;
  --dsm-white: #ffffff;
  --dsm-gray: #a0a0a0;

  position: relative;
  width: 100%;
  min-height: 100vh;
  background: var(--dsm-black);
  color: var(--dsm-white);
  font-family: 'Roboto', sans-serif;
  overflow: hidden;
  padding: 2rem clamp(1.5rem, 5vw, 5rem);
  display: flex;
  flex-direction: column;
}

/* ---------- Background image + overlay ---------- */
#section-hero-dsm .hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
#section-hero-dsm .hero-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(25%) contrast(1.1) brightness(0.55);
  transform: scale(1.08);
  transition: transform 0.4s ease-out;
}
#section-hero-dsm .hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(110deg, rgba(24,24,24,0.95) 0%, rgba(24,24,24,0.75) 45%, rgba(24,24,24,0.4) 100%),
    radial-gradient(circle at 85% 20%, rgba(0,114,206,0.25), transparent 55%),
    radial-gradient(circle at 10% 90%, rgba(255,215,0,0.12), transparent 50%);
}

/* ---------- Formes décoratives ---------- */
#section-hero-dsm .deco-shape {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  z-index: 1;
  pointer-events: none;
}
#section-hero-dsm .shape-1 {
  width: 420px; height: 420px;
  background: rgba(0, 114, 206, 0.35);
  top: -120px; right: -100px;
  animation: dsm-float 12s ease-in-out infinite;
}
#section-hero-dsm .shape-2 {
  width: 360px; height: 360px;
  background: rgba(255, 215, 0, 0.18);
  bottom: -140px; left: 10%;
  animation: dsm-float 14s ease-in-out infinite reverse;
}
@keyframes dsm-float {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50%      { transform: translate(30px, -40px) scale(1.1); }
}

/* Grille subtile en overlay */
#section-hero-dsm .grid-pattern {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
  mask-image: radial-gradient(ellipse at center, black 40%, transparent 80%);
}

/* ---------- Navbar ---------- */
#section-hero-dsm .hero-nav {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
#section-hero-dsm .logo-block {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
#section-hero-dsm .logo-mark {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 1.75rem;
  letter-spacing: 4px;
  color: var(--dsm-white);
}
#section-hero-dsm .logo-dot {
  width: 8px; height: 8px;
  background: var(--dsm-gold);
  border-radius: 50%;
  box-shadow: 0 0 12px var(--dsm-gold);
}
#section-hero-dsm .nav-meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
#section-hero-dsm .meta-line {
  width: 40px; height: 1px;
  background: var(--dsm-gold);
}
#section-hero-dsm .meta-text {
  font-family: 'Oswald', sans-serif;
  letter-spacing: 3px;
  font-size: 0.75rem;
  color: var(--dsm-gray);
}

/* ---------- Layout principal ---------- */
#section-hero-dsm .hero-container {
  position: relative;
  z-index: 3;
  flex: 1;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  align-items: center;
  gap: 4rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 4rem 0 3rem;
}

/* ---------- Colonne gauche ---------- */
#section-hero-dsm .hero-left {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  animation: dsm-fadeUp 1s ease-out both;
}
@keyframes dsm-fadeUp {
  from { opacity: 0; transform: translateY(40px); }
  to   { opacity: 1; transform: translateY(0); }
}

#section-hero-dsm .badge-premium {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  align-self: flex-start;
  padding: 0.55rem 1.1rem;
  border: 1px solid rgba(255,215,0,0.35);
  background: rgba(255,215,0,0.06);
  border-radius: 999px;
  font-family: 'Oswald', sans-serif;
  font-size: 0.72rem;
  letter-spacing: 3px;
  color: var(--dsm-gold);
  backdrop-filter: blur(8px);
}
#section-hero-dsm .badge-pulse {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--dsm-gold);
  box-shadow: 0 0 0 0 var(--dsm-gold);
  animation: dsm-pulse 2s infinite;
}
@keyframes dsm-pulse {
  0%   { box-shadow: 0 0 0 0 rgba(255,215,0,0.7); }
  70%  { box-shadow: 0 0 0 12px rgba(255,215,0,0); }
  100% { box-shadow: 0 0 0 0 rgba(255,215,0,0); }
}

/* Titre */
#section-hero-dsm .hero-title {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  line-height: 0.95;
  margin: 0;
}
#section-hero-dsm .title-line {
  display: block;
  font-size: clamp(5rem, 12vw, 10rem);
  letter-spacing: -2px;
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 55%, rgba(255,215,0,0.85) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 4px 40px rgba(0,114,206,0.2);
}
#section-hero-dsm .title-sub {
  display: block;
  margin-top: 0.5rem;
  font-size: clamp(1.25rem, 2.2vw, 1.9rem);
  letter-spacing: 6px;
  font-weight: 400;
  color: var(--dsm-white);
  text-transform: uppercase;
  position: relative;
  padding-left: 4.5rem;
}
#section-hero-dsm .title-sub::before {
  content: '';
  position: absolute;
  left: 0; top: 50%;
  width: 3.5rem; height: 2px;
  background: var(--dsm-blue);
  transform: translateY(-50%);
}

/* Sous-titre */
#section-hero-dsm .hero-subtitle {
  font-size: clamp(1rem, 1.3vw, 1.2rem);
  font-weight: 300;
  line-height: 1.6;
  color: rgba(255,255,255,0.78);
  max-width: 560px;
  margin: 0;
}
#section-hero-dsm .hero-subtitle strong {
  color: var(--dsm-white);
  font-weight: 500;
}
#section-hero-dsm .accent-gold {
  color: var(--dsm-gold);
  font-weight: 500;
}

/* CTA */
#section-hero-dsm .cta-wrapper {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}
#section-hero-dsm .cta-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  padding: 1.1rem 2rem;
  background: var(--dsm-gold);
  color: #181818;
  border: none;
  border-radius: 999px;
  font-family: 'Oswald', sans-serif;
  font-size: 0.95rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(.22,1,.36,1);
  box-shadow: 0 10px 30px rgba(255,215,0,0.25);
}
#section-hero-dsm .cta-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--dsm-blue);
  transform: translateX(-101%);
  transition: transform 0.45s cubic-bezier(.77,0,.175,1);
  z-index: 0;
}
#section-hero-dsm .cta-btn:hover {
  color: #fff;
  box-shadow: 0 15px 40px rgba(0,114,206,0.5);
  transform: translateY(-3px);
}
#section-hero-dsm .cta-btn:hover::before { transform: translateX(0); }
#section-hero-dsm .cta-text,
#section-hero-dsm .cta-arrow {
  position: relative;
  z-index: 1;
}
#section-hero-dsm .cta-arrow {
  display: inline-flex;
  align-items: center;
  transition: transform 0.3s ease;
}
#section-hero-dsm .cta-btn:hover .cta-arrow { transform: translateX(6px); }
#section-hero-dsm .cta-btn.is-clicked { transform: scale(0.96); }

#section-hero-dsm .cta-ghost {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: rgba(255,255,255,0.85);
  font-size: 0.9rem;
  letter-spacing: 1.5px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  transition: color 0.3s ease;
}
#section-hero-dsm .cta-ghost:hover { color: var(--dsm-gold); }
#section-hero-dsm .ghost-dot {
  width: 6px; height: 6px;
  background: var(--dsm-blue);
  border-radius: 50%;
}

/* Stats */
#section-hero-dsm .stats-bar {
  display: flex;
  align-items: center;
  gap: 1.75rem;
  padding-top: 1.5rem;
  margin-top: 0.5rem;
  border-top: 1px solid rgba(255,255,255,0.08);
  flex-wrap: wrap;
}
#section-hero-dsm .stat-item {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  position: relative;
}
#section-hero-dsm .stat-num {
  font-family: 'Oswald', sans-serif;
  font-size: 2rem;
  font-weight: 600;
  color: var(--dsm-white);
  display: inline;
}
#section-hero-dsm .stat-plus {
  color: var(--dsm-gold);
  font-family: 'Oswald', sans-serif;
  font-size: 2rem;
  font-weight: 600;
}
#section-hero-dsm .stat-label {
  font-size: 0.72rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--dsm-gray);
}
#section-hero-dsm .stat-sep {
  width: 1px; height: 38px;
  background: rgba(255,255,255,0.12);
}

/* ---------- Colonne droite : carte glassmorphism ---------- */
#section-hero-dsm .hero-right {
  display: flex;
  justify-content: center;
  align-items: center;
  animation: dsm-fadeUp 1.2s ease-out 0.2s both;
}
#section-hero-dsm .glass-card {
  position: relative;
  width: 100%;
  max-width: 340px;
  padding: 2rem;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 24px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow:
    0 25px 60px rgba(0,0,0,0.5),
    inset 0 1px 0 rgba(255,255,255,0.1);
  transform: rotate(-2deg);
  transition: transform 0.3s ease-out;
}
#section-hero-dsm .glass-card::before {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: 24px;
  padding: 1px;
  background: linear-gradient(135deg, rgba(255,215,0,0.5), transparent 40%, rgba(0,114,206,0.5));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
#section-hero-dsm .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
#section-hero-dsm .card-label {
  font-family: 'Oswald', sans-serif;
  font-size: 0.7rem;
  letter-spacing: 3px;
  color: var(--dsm-gold);
}
#section-hero-dsm .card-live {
  font-size: 0.7rem;
  letter-spacing: 1.5px;
  color: #ff4d4d;
  animation: dsm-blink 1.6s infinite;
}
@keyframes dsm-blink {
  0%,100% { opacity: 1; }
  50%     { opacity: 0.4; }
}
#section-hero-dsm .card-title {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1;
  color: var(--dsm-white);
  margin-bottom: 1.5rem;
}
#section-hero-dsm .card-tags {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
#section-hero-dsm .card-tags span {
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  background: rgba(0,114,206,0.15);
  border: 1px solid rgba(0,114,206,0.35);
  font-size: 0.72rem;
  letter-spacing: 1.5px;
  color: #8ec6ff;
  text-transform: uppercase;
}
#section-hero-dsm .card-footer {
  display: flex;
  justify-content: flex-end;
  color: var(--dsm-gold);
  transition: transform 0.3s ease;
}
#section-hero-dsm .glass-card:hover .card-footer { transform: translateX(8px); }

/* ---------- Scroll indicator ---------- */
#section-hero-dsm .scroll-indicator {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
#section-hero-dsm .scroll-text {
  font-family: 'Oswald', sans-serif;
  font-size: 0.7rem;
  letter-spacing: 4px;
  color: var(--dsm-gray);
}
#section-hero-dsm .scroll-line {
  width: 1px;
  height: 40px;
  background: linear-gradient(to bottom, var(--dsm-gold), transparent);
  animation: dsm-scroll 2s ease-in-out infinite;
}
@keyframes dsm-scroll {
  0%   { transform: scaleY(0); transform-origin: top; }
  50%  { transform: scaleY(1); transform-origin: top; }
  51%  { transform: scaleY(1); transform-origin: bottom; }
  100% { transform: scaleY(0); transform-origin: bottom; }
}

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  #section-hero-dsm .hero-container {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    padding: 3rem 0 2rem;
  }
  #section-hero-dsm .hero-right { order: -1; }
  #section-hero-dsm .glass-card { max-width: 280px; transform: rotate(-1deg); }
  #section-hero-dsm .title-sub { padding-left: 3rem; letter-spacing: 4px; }
  #section-hero-dsm .title-sub::before { width: 2.25rem; }
  #section-hero-dsm .stat-sep { display: none; }
  #section-hero-dsm .stats-bar { gap: 1.25rem; }
}
@media (max-width: 520px) {
  #section-hero-dsm { padding: 1.25rem; }
  #section-hero-dsm .title-sub { padding-left: 0; }
  #section-hero-dsm .title-sub::before { display: none; }
  #section-hero-dsm .cta-wrapper { gap: 1.25rem; }
  #section-hero-dsm .stat-num, #section-hero-dsm .stat-plus { font-size: 1.5rem; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4b689ab *//* ============================================
   DSM - HERO BANNER (Design moderne)
   Sélecteur parent unique : #section-hero-dsm
   ============================================ */

#section-hero-dsm {
  --dsm-black: #181818;
  --dsm-black-deep: #0d0d0d;
  --dsm-gold: #ffd700;
  --dsm-blue: #0072ce;
  --dsm-white: #ffffff;
  --dsm-gray: #a0a0a0;

  position: relative;
  width: 100%;
  min-height: 100vh;
  background: var(--dsm-black);
  color: var(--dsm-white);
  font-family: 'Roboto', sans-serif;
  overflow: hidden;
  padding: 2rem clamp(1.5rem, 5vw, 5rem);
  display: flex;
  flex-direction: column;
}

/* ---------- Background image + overlay ---------- */
#section-hero-dsm .hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
#section-hero-dsm .hero-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(25%) contrast(1.1) brightness(0.55);
  transform: scale(1.08);
  transition: transform 0.4s ease-out;
}
#section-hero-dsm .hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(110deg, rgba(24,24,24,0.95) 0%, rgba(24,24,24,0.75) 45%, rgba(24,24,24,0.4) 100%),
    radial-gradient(circle at 85% 20%, rgba(0,114,206,0.25), transparent 55%),
    radial-gradient(circle at 10% 90%, rgba(255,215,0,0.12), transparent 50%);
}

/* ---------- Formes décoratives ---------- */
#section-hero-dsm .deco-shape {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  z-index: 1;
  pointer-events: none;
}
#section-hero-dsm .shape-1 {
  width: 420px; height: 420px;
  background: rgba(0, 114, 206, 0.35);
  top: -120px; right: -100px;
  animation: dsm-float 12s ease-in-out infinite;
}
#section-hero-dsm .shape-2 {
  width: 360px; height: 360px;
  background: rgba(255, 215, 0, 0.18);
  bottom: -140px; left: 10%;
  animation: dsm-float 14s ease-in-out infinite reverse;
}
@keyframes dsm-float {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50%      { transform: translate(30px, -40px) scale(1.1); }
}

/* Grille subtile en overlay */
#section-hero-dsm .grid-pattern {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
  mask-image: radial-gradient(ellipse at center, black 40%, transparent 80%);
}

/* ---------- Navbar ---------- */
#section-hero-dsm .hero-nav {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
#section-hero-dsm .logo-block {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
#section-hero-dsm .logo-mark {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 1.75rem;
  letter-spacing: 4px;
  color: var(--dsm-white);
}
#section-hero-dsm .logo-dot {
  width: 8px; height: 8px;
  background: var(--dsm-gold);
  border-radius: 50%;
  box-shadow: 0 0 12px var(--dsm-gold);
}
#section-hero-dsm .nav-meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
#section-hero-dsm .meta-line {
  width: 40px; height: 1px;
  background: var(--dsm-gold);
}
#section-hero-dsm .meta-text {
  font-family: 'Oswald', sans-serif;
  letter-spacing: 3px;
  font-size: 0.75rem;
  color: var(--dsm-gray);
}

/* ---------- Layout principal ---------- */
#section-hero-dsm .hero-container {
  position: relative;
  z-index: 3;
  flex: 1;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  align-items: center;
  gap: 4rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 4rem 0 3rem;
}

/* ---------- Colonne gauche ---------- */
#section-hero-dsm .hero-left {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  animation: dsm-fadeUp 1s ease-out both;
}
@keyframes dsm-fadeUp {
  from { opacity: 0; transform: translateY(40px); }
  to   { opacity: 1; transform: translateY(0); }
}

#section-hero-dsm .badge-premium {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  align-self: flex-start;
  padding: 0.55rem 1.1rem;
  border: 1px solid rgba(255,215,0,0.35);
  background: rgba(255,215,0,0.06);
  border-radius: 999px;
  font-family: 'Oswald', sans-serif;
  font-size: 0.72rem;
  letter-spacing: 3px;
  color: var(--dsm-gold);
  backdrop-filter: blur(8px);
}
#section-hero-dsm .badge-pulse {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--dsm-gold);
  box-shadow: 0 0 0 0 var(--dsm-gold);
  animation: dsm-pulse 2s infinite;
}
@keyframes dsm-pulse {
  0%   { box-shadow: 0 0 0 0 rgba(255,215,0,0.7); }
  70%  { box-shadow: 0 0 0 12px rgba(255,215,0,0); }
  100% { box-shadow: 0 0 0 0 rgba(255,215,0,0); }
}

/* Titre */
#section-hero-dsm .hero-title {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  line-height: 0.95;
  margin: 0;
}
#section-hero-dsm .title-line {
  display: block;
  font-size: clamp(5rem, 12vw, 10rem);
  letter-spacing: -2px;
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 55%, rgba(255,215,0,0.85) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 4px 40px rgba(0,114,206,0.2);
}
#section-hero-dsm .title-sub {
  display: block;
  margin-top: 0.5rem;
  font-size: clamp(1.25rem, 2.2vw, 1.9rem);
  letter-spacing: 6px;
  font-weight: 400;
  color: var(--dsm-white);
  text-transform: uppercase;
  position: relative;
  padding-left: 4.5rem;
}
#section-hero-dsm .title-sub::before {
  content: '';
  position: absolute;
  left: 0; top: 50%;
  width: 3.5rem; height: 2px;
  background: var(--dsm-blue);
  transform: translateY(-50%);
}

/* Sous-titre */
#section-hero-dsm .hero-subtitle {
  font-size: clamp(1rem, 1.3vw, 1.2rem);
  font-weight: 300;
  line-height: 1.6;
  color: rgba(255,255,255,0.78);
  max-width: 560px;
  margin: 0;
}
#section-hero-dsm .hero-subtitle strong {
  color: var(--dsm-white);
  font-weight: 500;
}
#section-hero-dsm .accent-gold {
  color: var(--dsm-gold);
  font-weight: 500;
}

/* CTA */
#section-hero-dsm .cta-wrapper {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}
#section-hero-dsm .cta-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  padding: 1.1rem 2rem;
  background: var(--dsm-gold);
  color: #181818;
  border: none;
  border-radius: 999px;
  font-family: 'Oswald', sans-serif;
  font-size: 0.95rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(.22,1,.36,1);
  box-shadow: 0 10px 30px rgba(255,215,0,0.25);
}
#section-hero-dsm .cta-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--dsm-blue);
  transform: translateX(-101%);
  transition: transform 0.45s cubic-bezier(.77,0,.175,1);
  z-index: 0;
}
#section-hero-dsm .cta-btn:hover {
  color: #fff;
  box-shadow: 0 15px 40px rgba(0,114,206,0.5);
  transform: translateY(-3px);
}
#section-hero-dsm .cta-btn:hover::before { transform: translateX(0); }
#section-hero-dsm .cta-text,
#section-hero-dsm .cta-arrow {
  position: relative;
  z-index: 1;
}
#section-hero-dsm .cta-arrow {
  display: inline-flex;
  align-items: center;
  transition: transform 0.3s ease;
}
#section-hero-dsm .cta-btn:hover .cta-arrow { transform: translateX(6px); }
#section-hero-dsm .cta-btn.is-clicked { transform: scale(0.96); }

#section-hero-dsm .cta-ghost {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: rgba(255,255,255,0.85);
  font-size: 0.9rem;
  letter-spacing: 1.5px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  transition: color 0.3s ease;
}
#section-hero-dsm .cta-ghost:hover { color: var(--dsm-gold); }
#section-hero-dsm .ghost-dot {
  width: 6px; height: 6px;
  background: var(--dsm-blue);
  border-radius: 50%;
}

/* Stats */
#section-hero-dsm .stats-bar {
  display: flex;
  align-items: center;
  gap: 1.75rem;
  padding-top: 1.5rem;
  margin-top: 0.5rem;
  border-top: 1px solid rgba(255,255,255,0.08);
  flex-wrap: wrap;
}
#section-hero-dsm .stat-item {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  position: relative;
}
#section-hero-dsm .stat-num {
  font-family: 'Oswald', sans-serif;
  font-size: 2rem;
  font-weight: 600;
  color: var(--dsm-white);
  display: inline;
}
#section-hero-dsm .stat-plus {
  color: var(--dsm-gold);
  font-family: 'Oswald', sans-serif;
  font-size: 2rem;
  font-weight: 600;
}
#section-hero-dsm .stat-label {
  font-size: 0.72rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--dsm-gray);
}
#section-hero-dsm .stat-sep {
  width: 1px; height: 38px;
  background: rgba(255,255,255,0.12);
}

/* ---------- Colonne droite : carte glassmorphism ---------- */
#section-hero-dsm .hero-right {
  display: flex;
  justify-content: center;
  align-items: center;
  animation: dsm-fadeUp 1.2s ease-out 0.2s both;
}
#section-hero-dsm .glass-card {
  position: relative;
  width: 100%;
  max-width: 340px;
  padding: 2rem;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 24px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow:
    0 25px 60px rgba(0,0,0,0.5),
    inset 0 1px 0 rgba(255,255,255,0.1);
  transform: rotate(-2deg);
  transition: transform 0.3s ease-out;
}
#section-hero-dsm .glass-card::before {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: 24px;
  padding: 1px;
  background: linear-gradient(135deg, rgba(255,215,0,0.5), transparent 40%, rgba(0,114,206,0.5));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
#section-hero-dsm .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
#section-hero-dsm .card-label {
  font-family: 'Oswald', sans-serif;
  font-size: 0.7rem;
  letter-spacing: 3px;
  color: var(--dsm-gold);
}
#section-hero-dsm .card-live {
  font-size: 0.7rem;
  letter-spacing: 1.5px;
  color: #ff4d4d;
  animation: dsm-blink 1.6s infinite;
}
@keyframes dsm-blink {
  0%,100% { opacity: 1; }
  50%     { opacity: 0.4; }
}
#section-hero-dsm .card-title {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1;
  color: var(--dsm-white);
  margin-bottom: 1.5rem;
}
#section-hero-dsm .card-tags {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
#section-hero-dsm .card-tags span {
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  background: rgba(0,114,206,0.15);
  border: 1px solid rgba(0,114,206,0.35);
  font-size: 0.72rem;
  letter-spacing: 1.5px;
  color: #8ec6ff;
  text-transform: uppercase;
}
#section-hero-dsm .card-footer {
  display: flex;
  justify-content: flex-end;
  color: var(--dsm-gold);
  transition: transform 0.3s ease;
}
#section-hero-dsm .glass-card:hover .card-footer { transform: translateX(8px); }

/* ---------- Scroll indicator ---------- */
#section-hero-dsm .scroll-indicator {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
#section-hero-dsm .scroll-text {
  font-family: 'Oswald', sans-serif;
  font-size: 0.7rem;
  letter-spacing: 4px;
  color: var(--dsm-gray);
}
#section-hero-dsm .scroll-line {
  width: 1px;
  height: 40px;
  background: linear-gradient(to bottom, var(--dsm-gold), transparent);
  animation: dsm-scroll 2s ease-in-out infinite;
}
@keyframes dsm-scroll {
  0%   { transform: scaleY(0); transform-origin: top; }
  50%  { transform: scaleY(1); transform-origin: top; }
  51%  { transform: scaleY(1); transform-origin: bottom; }
  100% { transform: scaleY(0); transform-origin: bottom; }
}

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  #section-hero-dsm .hero-container {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    padding: 3rem 0 2rem;
  }
  #section-hero-dsm .hero-right { order: -1; }
  #section-hero-dsm .glass-card { max-width: 280px; transform: rotate(-1deg); }
  #section-hero-dsm .title-sub { padding-left: 3rem; letter-spacing: 4px; }
  #section-hero-dsm .title-sub::before { width: 2.25rem; }
  #section-hero-dsm .stat-sep { display: none; }
  #section-hero-dsm .stats-bar { gap: 1.25rem; }
}
@media (max-width: 520px) {
  #section-hero-dsm { padding: 1.25rem; }
  #section-hero-dsm .title-sub { padding-left: 0; }
  #section-hero-dsm .title-sub::before { display: none; }
  #section-hero-dsm .cta-wrapper { gap: 1.25rem; }
  #section-hero-dsm .stat-num, #section-hero-dsm .stat-plus { font-size: 1.5rem; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1dc62b8 *//* ============================================
   DSM - HERO BANNER (Design moderne)
   Sélecteur parent unique : #section-hero-dsm
   ============================================ */

#section-hero-dsm {
  --dsm-black: #181818;
  --dsm-black-deep: #0d0d0d;
  --dsm-gold: #ffd700;
  --dsm-blue: #0072ce;
  --dsm-white: #ffffff;
  --dsm-gray: #a0a0a0;

  position: relative;
  width: 100%;
  min-height: 100vh;
  background: var(--dsm-black);
  color: var(--dsm-white);
  font-family: 'Roboto', sans-serif;
  overflow: hidden;
  padding: 2rem clamp(1.5rem, 5vw, 5rem);
  display: flex;
  flex-direction: column;
}

/* ---------- Background image + overlay ---------- */
#section-hero-dsm .hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
#section-hero-dsm .hero-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(25%) contrast(1.1) brightness(0.55);
  transform: scale(1.08);
  transition: transform 0.4s ease-out;
}
#section-hero-dsm .hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(110deg, rgba(24,24,24,0.95) 0%, rgba(24,24,24,0.75) 45%, rgba(24,24,24,0.4) 100%),
    radial-gradient(circle at 85% 20%, rgba(0,114,206,0.25), transparent 55%),
    radial-gradient(circle at 10% 90%, rgba(255,215,0,0.12), transparent 50%);
}

/* ---------- Formes décoratives ---------- */
#section-hero-dsm .deco-shape {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  z-index: 1;
  pointer-events: none;
}
#section-hero-dsm .shape-1 {
  width: 420px; height: 420px;
  background: rgba(0, 114, 206, 0.35);
  top: -120px; right: -100px;
  animation: dsm-float 12s ease-in-out infinite;
}
#section-hero-dsm .shape-2 {
  width: 360px; height: 360px;
  background: rgba(255, 215, 0, 0.18);
  bottom: -140px; left: 10%;
  animation: dsm-float 14s ease-in-out infinite reverse;
}
@keyframes dsm-float {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50%      { transform: translate(30px, -40px) scale(1.1); }
}

/* Grille subtile en overlay */
#section-hero-dsm .grid-pattern {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
  mask-image: radial-gradient(ellipse at center, black 40%, transparent 80%);
}

/* ---------- Navbar ---------- */
#section-hero-dsm .hero-nav {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
#section-hero-dsm .logo-block {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
#section-hero-dsm .logo-mark {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 1.75rem;
  letter-spacing: 4px;
  color: var(--dsm-white);
}
#section-hero-dsm .logo-dot {
  width: 8px; height: 8px;
  background: var(--dsm-gold);
  border-radius: 50%;
  box-shadow: 0 0 12px var(--dsm-gold);
}
#section-hero-dsm .nav-meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
#section-hero-dsm .meta-line {
  width: 40px; height: 1px;
  background: var(--dsm-gold);
}
#section-hero-dsm .meta-text {
  font-family: 'Oswald', sans-serif;
  letter-spacing: 3px;
  font-size: 0.75rem;
  color: var(--dsm-gray);
}

/* ---------- Layout principal ---------- */
#section-hero-dsm .hero-container {
  position: relative;
  z-index: 3;
  flex: 1;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  align-items: center;
  gap: 4rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 4rem 0 3rem;
}

/* ---------- Colonne gauche ---------- */
#section-hero-dsm .hero-left {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  animation: dsm-fadeUp 1s ease-out both;
}
@keyframes dsm-fadeUp {
  from { opacity: 0; transform: translateY(40px); }
  to   { opacity: 1; transform: translateY(0); }
}

#section-hero-dsm .badge-premium {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  align-self: flex-start;
  padding: 0.55rem 1.1rem;
  border: 1px solid rgba(255,215,0,0.35);
  background: rgba(255,215,0,0.06);
  border-radius: 999px;
  font-family: 'Oswald', sans-serif;
  font-size: 0.72rem;
  letter-spacing: 3px;
  color: var(--dsm-gold);
  backdrop-filter: blur(8px);
}
#section-hero-dsm .badge-pulse {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--dsm-gold);
  box-shadow: 0 0 0 0 var(--dsm-gold);
  animation: dsm-pulse 2s infinite;
}
@keyframes dsm-pulse {
  0%   { box-shadow: 0 0 0 0 rgba(255,215,0,0.7); }
  70%  { box-shadow: 0 0 0 12px rgba(255,215,0,0); }
  100% { box-shadow: 0 0 0 0 rgba(255,215,0,0); }
}

/* Titre */
#section-hero-dsm .hero-title {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  line-height: 0.95;
  margin: 0;
}
#section-hero-dsm .title-line {
  display: block;
  font-size: clamp(5rem, 12vw, 10rem);
  letter-spacing: -2px;
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 55%, rgba(255,215,0,0.85) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 4px 40px rgba(0,114,206,0.2);
}
#section-hero-dsm .title-sub {
  display: block;
  margin-top: 0.5rem;
  font-size: clamp(1.25rem, 2.2vw, 1.9rem);
  letter-spacing: 6px;
  font-weight: 400;
  color: var(--dsm-white);
  text-transform: uppercase;
  position: relative;
  padding-left: 4.5rem;
}
#section-hero-dsm .title-sub::before {
  content: '';
  position: absolute;
  left: 0; top: 50%;
  width: 3.5rem; height: 2px;
  background: var(--dsm-blue);
  transform: translateY(-50%);
}

/* Sous-titre */
#section-hero-dsm .hero-subtitle {
  font-size: clamp(1rem, 1.3vw, 1.2rem);
  font-weight: 300;
  line-height: 1.6;
  color: rgba(255,255,255,0.78);
  max-width: 560px;
  margin: 0;
}
#section-hero-dsm .hero-subtitle strong {
  color: var(--dsm-white);
  font-weight: 500;
}
#section-hero-dsm .accent-gold {
  color: var(--dsm-gold);
  font-weight: 500;
}

/* CTA */
#section-hero-dsm .cta-wrapper {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}
#section-hero-dsm .cta-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  padding: 1.1rem 2rem;
  background: var(--dsm-gold);
  color: #181818;
  border: none;
  border-radius: 999px;
  font-family: 'Oswald', sans-serif;
  font-size: 0.95rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(.22,1,.36,1);
  box-shadow: 0 10px 30px rgba(255,215,0,0.25);
}
#section-hero-dsm .cta-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--dsm-blue);
  transform: translateX(-101%);
  transition: transform 0.45s cubic-bezier(.77,0,.175,1);
  z-index: 0;
}
#section-hero-dsm .cta-btn:hover {
  color: #fff;
  box-shadow: 0 15px 40px rgba(0,114,206,0.5);
  transform: translateY(-3px);
}
#section-hero-dsm .cta-btn:hover::before { transform: translateX(0); }
#section-hero-dsm .cta-text,
#section-hero-dsm .cta-arrow {
  position: relative;
  z-index: 1;
}
#section-hero-dsm .cta-arrow {
  display: inline-flex;
  align-items: center;
  transition: transform 0.3s ease;
}
#section-hero-dsm .cta-btn:hover .cta-arrow { transform: translateX(6px); }
#section-hero-dsm .cta-btn.is-clicked { transform: scale(0.96); }

#section-hero-dsm .cta-ghost {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: rgba(255,255,255,0.85);
  font-size: 0.9rem;
  letter-spacing: 1.5px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  transition: color 0.3s ease;
}
#section-hero-dsm .cta-ghost:hover { color: var(--dsm-gold); }
#section-hero-dsm .ghost-dot {
  width: 6px; height: 6px;
  background: var(--dsm-blue);
  border-radius: 50%;
}

/* Stats */
#section-hero-dsm .stats-bar {
  display: flex;
  align-items: center;
  gap: 1.75rem;
  padding-top: 1.5rem;
  margin-top: 0.5rem;
  border-top: 1px solid rgba(255,255,255,0.08);
  flex-wrap: wrap;
}
#section-hero-dsm .stat-item {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  position: relative;
}
#section-hero-dsm .stat-num {
  font-family: 'Oswald', sans-serif;
  font-size: 2rem;
  font-weight: 600;
  color: var(--dsm-white);
  display: inline;
}
#section-hero-dsm .stat-plus {
  color: var(--dsm-gold);
  font-family: 'Oswald', sans-serif;
  font-size: 2rem;
  font-weight: 600;
}
#section-hero-dsm .stat-label {
  font-size: 0.72rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--dsm-gray);
}
#section-hero-dsm .stat-sep {
  width: 1px; height: 38px;
  background: rgba(255,255,255,0.12);
}

/* ---------- Colonne droite : carte glassmorphism ---------- */
#section-hero-dsm .hero-right {
  display: flex;
  justify-content: center;
  align-items: center;
  animation: dsm-fadeUp 1.2s ease-out 0.2s both;
}
#section-hero-dsm .glass-card {
  position: relative;
  width: 100%;
  max-width: 340px;
  padding: 2rem;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 24px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow:
    0 25px 60px rgba(0,0,0,0.5),
    inset 0 1px 0 rgba(255,255,255,0.1);
  transform: rotate(-2deg);
  transition: transform 0.3s ease-out;
}
#section-hero-dsm .glass-card::before {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: 24px;
  padding: 1px;
  background: linear-gradient(135deg, rgba(255,215,0,0.5), transparent 40%, rgba(0,114,206,0.5));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
#section-hero-dsm .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
#section-hero-dsm .card-label {
  font-family: 'Oswald', sans-serif;
  font-size: 0.7rem;
  letter-spacing: 3px;
  color: var(--dsm-gold);
}
#section-hero-dsm .card-live {
  font-size: 0.7rem;
  letter-spacing: 1.5px;
  color: #ff4d4d;
  animation: dsm-blink 1.6s infinite;
}
@keyframes dsm-blink {
  0%,100% { opacity: 1; }
  50%     { opacity: 0.4; }
}
#section-hero-dsm .card-title {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1;
  color: var(--dsm-white);
  margin-bottom: 1.5rem;
}
#section-hero-dsm .card-tags {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
#section-hero-dsm .card-tags span {
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  background: rgba(0,114,206,0.15);
  border: 1px solid rgba(0,114,206,0.35);
  font-size: 0.72rem;
  letter-spacing: 1.5px;
  color: #8ec6ff;
  text-transform: uppercase;
}
#section-hero-dsm .card-footer {
  display: flex;
  justify-content: flex-end;
  color: var(--dsm-gold);
  transition: transform 0.3s ease;
}
#section-hero-dsm .glass-card:hover .card-footer { transform: translateX(8px); }

/* ---------- Scroll indicator ---------- */
#section-hero-dsm .scroll-indicator {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
#section-hero-dsm .scroll-text {
  font-family: 'Oswald', sans-serif;
  font-size: 0.7rem;
  letter-spacing: 4px;
  color: var(--dsm-gray);
}
#section-hero-dsm .scroll-line {
  width: 1px;
  height: 40px;
  background: linear-gradient(to bottom, var(--dsm-gold), transparent);
  animation: dsm-scroll 2s ease-in-out infinite;
}
@keyframes dsm-scroll {
  0%   { transform: scaleY(0); transform-origin: top; }
  50%  { transform: scaleY(1); transform-origin: top; }
  51%  { transform: scaleY(1); transform-origin: bottom; }
  100% { transform: scaleY(0); transform-origin: bottom; }
}

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  #section-hero-dsm .hero-container {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    padding: 3rem 0 2rem;
  }
  #section-hero-dsm .hero-right { order: -1; }
  #section-hero-dsm .glass-card { max-width: 280px; transform: rotate(-1deg); }
  #section-hero-dsm .title-sub { padding-left: 3rem; letter-spacing: 4px; }
  #section-hero-dsm .title-sub::before { width: 2.25rem; }
  #section-hero-dsm .stat-sep { display: none; }
  #section-hero-dsm .stats-bar { gap: 1.25rem; }
}
@media (max-width: 520px) {
  #section-hero-dsm { padding: 1.25rem; }
  #section-hero-dsm .title-sub { padding-left: 0; }
  #section-hero-dsm .title-sub::before { display: none; }
  #section-hero-dsm .cta-wrapper { gap: 1.25rem; }
  #section-hero-dsm .stat-num, #section-hero-dsm .stat-plus { font-size: 1.5rem; }
}/* End custom CSS */