.elementor-kit-6{--e-global-color-primary:#8B5CF6;--e-global-color-secondary:#EC4899;--e-global-color-text:#FFFFFF;--e-global-color-accent:#C084FC;--e-global-color-a8a7d00:#0A0612;--e-global-color-aa18585:#1A1325;--e-global-color-972b496:#13101E;--e-global-color-9d10f76:#CBD5E1;--e-global-color-7434f7a:#94A3B8;--e-global-color-509362f:#C084FC;--e-global-color-ca51316:#F472B6;--e-global-color-fb18b90:#DB2777;--e-global-typography-primary-font-family:"Manrope";--e-global-typography-primary-font-weight:800;--e-global-typography-primary-line-height:1.1px;--e-global-typography-primary-letter-spacing:-0.025em;--e-global-typography-secondary-font-family:"Manrope";--e-global-typography-secondary-font-weight:700;--e-global-typography-secondary-line-height:1.2px;--e-global-typography-secondary-letter-spacing:-0.015em;--e-global-typography-text-font-family:"Manrope";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:0px;--e-global-typography-accent-font-family:"Manrope";--e-global-typography-accent-font-size:12px;--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:1200px;}.e-con{--container-max-width:1200px;}.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 */:root {
  --gradient-purple-pink: linear-gradient(90deg, #c084fc, #f472b6);
  --gradient-button: linear-gradient(90deg, #8b5cf6, #ec4899);
  --gradient-purple: linear-gradient(135deg, #c084fc, #8b5cf6);
  --gradient-pink: linear-gradient(135deg, #f472b6, #db2777);
}

/* Dégradé sur le texte  (classe Custom à appliquer aux titres) */
.gradient-text {
  background: var(--gradient-purple-pink);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Pulsation pour le point "disponible" */
@keyframes pulse-dot {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.5; }
}
.pulse-dot {
  animation: pulse-dot 2s infinite;
  box-shadow: 0 0 8px #c084fc;
}
.dualy-btn-primary {
  background: var(--gradient-button) !important;
  box-shadow: 0 4px 24px rgba(139, 92, 246, 0.3);
  transition: all 0.2s;
}

.dualy-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(139, 92, 246, 0.45);
}/* End custom CSS */