.elementor-kit-8{--e-global-color-primary:#222222;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Bonheur Royale";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Luxurious Script";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Great Vibes";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Alex Brush";--e-global-typography-accent-font-weight:500;background-color:#000000;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1180px;}.e-con{--container-max-width:1180px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(min-width:1700px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1340px;}.e-con{--container-max-width:1340px;}}@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 url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');

/* Fond noir sur tout le site */
html, body {
  background-color: #000 !important;
  color: #fff !important;
  font-family: 'Great Vibes', cursive !important;
}

/* Fond noir sur toutes les sections Elementor */
section, .elementor-section, .elementor-container, .elementor-widget-wrap {
  background-color: #000 !important;
  color: #fff !important;
}

/* Titres h1-h6 : Great Vibes + néon rouge + taille augmentée */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Great Vibes', cursive !important;
  font-size: 36px;
  color: #ff0033 !important;
  text-shadow:
    0 0 5px #ff0033,
    0 0 10px #ff0033,
    0 0 20px #ff1a4d,
    0 0 40px #ff1a4d;
  font-weight: bold;
  line-height: 1.2;
}

a {
  font-family: 'Great Vibes', cursive !important;
  font-size: 24px;
  color: #ff0033 !important;
  text-shadow:
    0 0 5px #ff0033,
    0 0 10px #ff0033,
    0 0 20px #ff1a4d,
  font-weight: bold;
  line-height: 1.2;
}

/* Texte de base : Great Vibes + taille lisible */
p, em, strong, li, blockquote {
  font-family: 'Great Vibes', cursive !important;
  font-size: 18px;
  line-height: 1.6;
  color: #fff !important;
}

.btn-red {
  background: linear-gradient(145deg, #ff0033, #ff3366);
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 12px 24px;
  font-size: 18px;
  font-family: 'Great Vibes', cursive;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow:
    0 0 5px #ff0033,
    0 0 10px #ff3366,
    0 0 20px #ff3366,
    0 0 40px #ff0033;
  text-shadow: 0 0 4px #fff;
}

.btn-red:hover {
  transform: scale(1.05);
  box-shadow:
    0 0 10px #ff0033,
    0 0 20px #ff3366,
    0 0 40px #ff3366,
    0 0 60px #ff0033;
}/* End custom CSS */