.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-family:"Montserrat", Sans-serif;font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h1{font-family:"Orbitron", Sans-serif;}.elementor-kit-6 h2{font-family:"Orbitron", Sans-serif;}.elementor-kit-6 h3{font-family:"Orbitron", Sans-serif;}.elementor-kit-6 h4{font-family:"Orbitron", Sans-serif;}.elementor-kit-6 h5{font-family:"Orbitron", Sans-serif;}.elementor-kit-6 h6{font-family:"Orbitron", Sans-serif;}.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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 *//* === IMPORT DES POLICES Orbitron + Montserrat === */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&family=Orbitron:wght@500;700&display=swap');

/* === TEXTES PAR DÉFAUT === */
body, p, .elementor-widget-text-editor {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #1e1e1e;
  line-height: 1.6;
}

/* === TITRES PAR DÉFAUT === */
h1, h2, h3, h4, h5, h6, .elementor-heading-title {
  font-family: 'Orbitron', sans-serif;
  font-weight: 600;
  letter-spacing: 0.4px;
  color: #00c3ff;
  text-transform: uppercase;
  line-height: 1.3;
  margin-bottom: 16px;
  text-align: center;
  position: relative;
}

/* Effet lumineux sous les titres */
h1::after, h2::after, h3::after {
  content: '';
  display: block;
  width: 50px;
  height: 3px;
  background: linear-gradient(to right, #00c3ff, #00ffc8);
  margin: 6px auto 0 auto;
  opacity: 0.4;
  transition: opacity 0.3s ease;
}
h1:hover::after, h2:hover::after, h3:hover::after {
  opacity: 1;
}

/* === BOUTONS === */
.elementor-button {
  background: #1e1e1e;
  color: #f5f5f5;
  font-family: 'Orbitron', sans-serif;
  border: 1px solid #1e1e1e;
  border-radius: 10px;
  transition: all 0.3s ease;
  box-shadow: none;
}
.elementor-button:hover {
  background: #2a2a2a;
  border-color: #007bff;
  color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 123, 255, 0.2);
}

/* === CONTAINERS === */
.elementor-widget-container, .elementor-section {
  background: #f8f8f8;
  border-radius: 12px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.02);
}

/* === ICONES === */
.elementor-icon {
  color: #2c2c2c;
  transition: color 0.3s ease;
}
.elementor-icon:hover {
  color: #007bff;
}

/* === SURVOL GLOBAL === */
.elementor-widget:hover,
.elementor-column:hover {
  box-shadow: 0 0 12px rgba(0, 123, 255, 0.08);
}

/* === MODE SOMBRE : ajouter "dark-section" à une section Elementor === */
.dark-section {
  background-color: #121212 !important;
  color: #e0e0e0 !important;
  border-radius: 16px;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.02);
}
.dark-section h1, .dark-section h2, .dark-section h3,
.dark-section p, .dark-section .elementor-heading-title {
  color: #f5f5f5 !important;
}
.dark-section .elementor-button {
  background: transparent;
  border: 2px solid #f5f5f5;
  color: #f5f5f5;
}
.dark-section .elementor-button:hover {
  background: #f5f5f5;
  color: #121212;
}

/* === LIENS === */
a {
  color: #007bff;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

/* === TITRES SECONDAIRES === */
.elementor-widget-heading .elementor-heading-title {
  font-size: 20px;
  font-weight: 500;
  color: #1f1f1f;
}

/* === DRAPEAU FLOTTANT GAMING (responsive) === */
.sticky-flag {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 26px;
  z-index: 9999;
  background: #121212;
  padding: 6px 10px;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0, 200, 255, 0.3);
  transition: all 0.3s ease;
  text-decoration: none;
  color: #ffffff;
}
.sticky-flag:hover {
  background: #1f1f1f;
  transform: scale(1.1);
  box-shadow: 0 0 16px rgba(0, 255, 200, 0.5);
}
@media (max-width: 768px) {
  .sticky-flag {
    font-size: 22px;
    bottom: 16px;
    right: 16px;
    padding: 5px 8px;
  }
}

/* === FADE-IN ON SCROLL === */
.fade-in-section {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.fade-in-section.in-view {
  opacity: 1;
  transform: none;
}/* End custom CSS */