.elementor-kit-6{--e-global-color-primary:#00008B;--e-global-color-secondary:#EFBF04;--e-global-color-text:#0A0A2E;--e-global-color-accent:#3A3A6E;--e-global-color-b32b2b4:#F7D96A;--e-global-color-b275d3c:#FDF5D0;--e-global-color-40c0527:#F8F6F0;--e-global-color-29616ac:#00004A;--e-global-typography-primary-font-family:"Playfair Display";--e-global-typography-primary-font-size:48px;--e-global-typography-primary-font-weight:300;--e-global-typography-secondary-font-family:"Playfair Display";--e-global-typography-secondary-font-size:28px;--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"DM Sans";--e-global-typography-text-font-size:15px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"DM Sans";--e-global-typography-accent-font-size:11px;--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */html { scroll-behavior: smooth; }

body { background-color: #000033 !important; }

/* Bouton gold */
.btn-gold {
  background: #EFBF04 !important;
  color: #00008B !important;
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border-radius: 0 !important;
  transition: background 0.2s, transform 0.15s;
}
.btn-gold:hover {
  background: #F7D96A !important;
  transform: translateY(-1px);
}

/* Bouton navy */
.btn-navy {
  background: #00008B !important;
  color: #EFBF04 !important;
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border-radius: 0 !important;
}

/* Labels uppercase gold */
.label-gold {
  font-family: 'DM Sans', sans-serif;
  font-size: 10px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #EFBF04;
}

/* Supprime marges parasites */
.elementor-section { margin: 0 !important; }



/* ── HOVER 3D CARTES STATS ── */
.stat-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.stat-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}

/* ── HOVER CARTES SERVICES ── */
.elementor-container .e-con:hover {
  background: rgba(239,191,4,0.08) !important;
  transition: background 0.3s ease;
}

/* ── LIGNE DORÉE ANIMÉE ── */
.gold-line {
  width: 0;
  height: 2px;
  background: #EFBF04;
  margin: 20px auto;
  animation: expandLine 1.5s ease forwards 0.8s;
}
@keyframes expandLine {
  to { width: 60px; }
}



/* ── PARTICULES DORÉES ── */
.particle {
  position: absolute;
  border-radius: 50%;
  background: #EFBF04;
  opacity: 0;
  pointer-events: none;
  animation: float linear infinite;
}
@keyframes float {
  0% { transform: translateY(100vh) scale(0); opacity: 0; }
  10% { opacity: 0.6; }
  90% { opacity: 0.3; }
  100% { transform: translateY(-100px) scale(1); opacity: 0; }
}
.elementor-location-footer::before { display: none !important; }/* End custom CSS */