.elementor-kit-447{--e-global-color-primary:#10253B;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-86f2dd5:#10253B;--e-global-color-7547616:#3E4A56;--e-global-color-27ac0b3:#CEC6B3;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Nunito Sans";--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;--e-global-typography-4ce2fee-font-family:"Times New Roman";--e-global-typography-4ce2fee-font-size:20px;background-color:var( --e-global-color-27ac0b3 );}.elementor-kit-447 e-page-transition{background-color:#FFBC7D;}.elementor-kit-447 button,.elementor-kit-447 input[type="button"],.elementor-kit-447 input[type="submit"],.elementor-kit-447 .elementor-button{text-shadow:0px 0px 10px rgba(0,0,0,0.3);}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.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(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 *//* BURGER ICON */
.burger {
  width: 32px;
  height: 22px;
  position: relative;
  cursor: pointer;
  z-index: 10001;
}

.burger span {
  background: #CEC6B3; /* beige */
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
  transition: 0.4s ease;
}

.burger span:nth-child(1) { top: 0; }
.burger span:nth-child(2) { top: 9px; }
.burger span:nth-child(3) { top: 18px; }

.burger.active span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}

.burger.active span:nth-child(2) {
  opacity: 0;
}

.burger.active span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}


/* FULLSCREEN MENU */
.fullscreen-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3E4A56; /* gris bleu */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: opacity 0.4s ease;
  z-index: 10000;
}

/* Menu ouvert */
.fullscreen-menu.active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

/* Menu items */
.fullscreen-menu a {
  color: #CEC6B3;
  text-decoration: none;
  font-size: 28px;
  margin: 15px 0;
  font-family: 'Bebas Neue', sans-serif;
  transition: color 0.3s ease;
}

.fullscreen-menu a:hover {
  color: white;
}/* End custom CSS */