.elementor-kit-6{--e-global-color-primary:#01026E;--e-global-color-secondary:#FCFAF4;--e-global-color-text:#01026E;--e-global-color-accent:#285A3A;--e-global-typography-primary-font-family:"sweet-sans-pro";--e-global-typography-primary-font-size:20px;--e-global-typography-primary-font-weight:500;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-secondary-font-family:"andale-mono-mt-pro";--e-global-typography-secondary-font-size:50px;--e-global-typography-secondary-font-weight:700;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-text-font-family:"sweet-sans-pro";--e-global-typography-text-font-size:20px;--e-global-typography-text-font-weight:500;--e-global-typography-accent-font-family:"sweet-sans-pro";--e-global-typography-accent-font-weight:600;--e-global-typography-accent-text-transform:uppercase;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}@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 *//* =========================================================
   1) SCROLL PAR SLIDES (DESKTOP)
   ========================================================= */
html {
  scroll-behavior: smooth;
}

body {
  scroll-snap-type: y mandatory;
  overflow-y: scroll;
}

section.elementor-section {
  scroll-snap-align: start;
}

/* =========================================================
   2) NAVIGATION PAR BULLES – POSITION & EMPILAGE
   ========================================================= */
.nav-dots{
  position: fixed !important;
  right: 30px !important;
  left: auto !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 9999 !important;

  display: flex;
  flex-direction: column;
  align-items: center;
}

/* =========================================================
   3) BULLES – STYLES
   ========================================================= */

/* Inactives : beige #FCFAF4 à 50% */
.nav-dots .nav-dot{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: block;
  margin: 14px 0;

  background-color: rgba(252, 250, 244, 0.5) !important; /* beige 50% */
  opacity: 1 !important;

  transition: background-color .25s ease,
              transform .25s ease;
}

/* Active : bleu #01026E */
.nav-dots .nav-dot.active{
  background-color: #01026E !important;
  transform: scale(1.6);
}

/* Hover (facultatif, cohérent avec active) */
.nav-dots .nav-dot:hover{
  background-color: #01026E !important;
}


/* =========================================================
   4) MOBILE : SCROLL NORMAL + PAS DE BULLES
   ========================================================= */
@media (max-width: 768px) {
  body {
    scroll-snap-type: none;
  }

  .nav-dots {
    display: none;
  }
}/* End custom CSS */