.elementor-kit-6467{--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;}.elementor-kit-6467 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6467 h2{color:#F2F2F2;font-family:"Playfair Display", Sans-serif;font-size:28px;font-weight:600;font-style:normal;line-height:1.35em;word-spacing:0em;}.elementor-kit-6467 h3{color:#F5F5F5;font-family:"Playfair Display", Sans-serif;font-size:32px;font-weight:600;font-style:normal;line-height:1.3em;letter-spacing:0px;word-spacing:0px;}.elementor-kit-6467 h4{color:#F5F5F5;font-family:"Inter", Sans-serif;font-size:20px;font-weight:500;font-style:normal;line-height:1.4em;letter-spacing:0px;word-spacing:0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1500px;}.e-con{--container-max-width:1500px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}“Accueil Immersif – Triptyque Wandayance”{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-6467 h2{font-size:24px;}.elementor-kit-6467 h4{font-size:9px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6467 h2{font-size:22px;}.elementor-kit-6467 h3{font-size:18px;}.elementor-kit-6467 h4{font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ========== TRIPTYQUE WANDAYANCE ========== */

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Titre */
.triptyque-titre {
  animation: fadeUp 0.6s ease-out forwards;
  animation-delay: 0.15s;
  opacity: 0;
}

/* Sous-texte */
.triptyque-texte {
  animation: fadeUp 0.6s ease-out forwards;
  animation-delay: 0.3s;
  opacity: 0;
}

/* Bouton CTA */
.triptyque-btn {
  animation: fadeUp 0.6s ease-out forwards;
  animation-delay: 0.45s;
  opacity: 0;
}

/* ✨ TITRE GLOBAL WANDAYANCE */
.wandatitle {
  font-family: 'Poppins', 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 48px;
  color: #cc0033;
  text-align: center;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.4);
  margin-bottom: 10px;
}

/* ✨ SOUS-TITRE GLOBAL */
.wandasubtitle {
  font-family: 'Poppins', 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.5);
  max-width: 80%;
  margin: 0 auto;
}

/* ✅ Responsive TABLETTE */
@media (max-width: 1024px) {
  .wandatitle {
    font-size: 36px;
  }
  .wandasubtitle {
    font-size: 16px;
  }
}

/* ✅ Responsive MOBILE */
@media (max-width: 768px) {
  .wandatitle {
    font-size: 28px;
  }
  .wandasubtitle {
    font-size: 15px;
  }
}/* End custom CSS */