.elementor-kit-4{--e-global-color-primary:#6E0C5E;--e-global-color-secondary:#BC0F80;--e-global-color-text:#1A0015;--e-global-color-accent:#FBD520;--e-global-color-7d0d0c2:#F8F5FC;--e-global-color-7f8d96f:#6B5A70;--e-global-color-46cbc3d:#FFFFFF;--e-global-typography-primary-font-family:"Barlow Condensed";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Barlow Condensed";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Barlow";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Barlow";--e-global-typography-accent-font-weight:500;font-size:15px;font-weight:400;}.elementor-kit-4 e-page-transition{background-color:#FFBC7D;}.elementor-kit-4 p{margin-block-end:0px;}.elementor-kit-4 a{font-weight:500;}.elementor-kit-4 h1{font-size:88px;font-weight:900;text-transform:uppercase;}.elementor-kit-4 h2{font-size:46px;font-weight:900;text-transform:uppercase;}.elementor-kit-4 h3{font-size:28px;font-weight:700;}.elementor-kit-4 button,.elementor-kit-4 input[type="button"],.elementor-kit-4 input[type="submit"],.elementor-kit-4 .elementor-button{font-size:14px;font-weight:700;}.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 *//* ═══════════════════════════════════════════════ */
/*   CSS GLOBAL WFB 2026 — À coller une seule fois */
/* ═══════════════════════════════════════════════ */

:root {
  --v:   #6e0c5e;
  --m:   #bc0f80;
  --or:  #fbd520;
  --ord: #e0b800;
  --bg:  #f8f5fc;
--bg2: #f0eaf4;
  --tx:  #1a0015;
  --sub: #6b5a70;
  --brd: rgba(110,12,94,.12);
}

/* Animations globales */
@keyframes particule {
  0%   { transform:translateY(0) scale(1);     opacity:.85; }
  100% { transform:translateY(-100px) scale(.3); opacity:0;  }
}
@keyframes pulse {
  0%,100% { transform:scale(1); }
  50%     { transform:scale(1.05); }
}
@keyframes derive {
  from { background-position:0 0; }
  to   { background-position:80px 80px; }
}
@keyframes barreGrad {
  0%   { background-position:0% 50%; }
  100% { background-position:200% 50%; }
}
@keyframes navDown {
  from { transform:translateY(-100%); opacity:0; }
  to   { transform:none; opacity:1; }
}
@keyframes fadeUp {
  from { opacity:0; transform:translateY(28px); }
  to   { opacity:1; transform:none; }
}
@keyframes tickFade {
  0%  { opacity:1; transform:none; }
  45% { opacity:0; transform:translateY(-7px); }
  55% { opacity:0; transform:translateY(7px); }
  100%{ opacity:1; transform:none; }
}

/* Particule hero */
.wfb-part {
  position:absolute;
  border-radius:50%;
  pointer-events:none;
  animation:particule linear infinite;
}

/* Hover cartes globales */
.wfb-card-hover {
  transition:transform .3s ease, box-shadow .3s ease;
}
.wfb-card-hover:hover {
  transform:translateY(-6px);
  box-shadow:0 14px 40px rgba(110,12,94,.15);
}

/* Lien nav */
.wfb-nav-link {
  position:relative;
  font-size:11.5px;
  font-weight:700;
  letter-spacing:.8px;
  text-transform:uppercase;
  color:var(--sub);
  transition:color .2s;
}
.wfb-nav-link::after {
  content:"";
  position:absolute;
  bottom:-3px; left:0;
  width:0; height:2px;
  background:var(--m);
  transition:width .3s;
}
.wfb-nav-link:hover { color:var(--m); }
.wfb-nav-link:hover::after { width:100%; }

/* Scroll smooth */
html { scroll-behavior:smooth; }
body { overflow-x:hidden; }/* End custom CSS */