.elementor-3379 .elementor-element.elementor-element-4d091649{--display:flex;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:767px){.elementor-3379 .elementor-element.elementor-element-4d091649{--padding-top:0px;--padding-bottom:0px;--padding-left:20px;--padding-right:20px;}}/* Start custom CSS for html, class: .elementor-element-5870f52c *//* Commun */
.logo img {
  height: 42px;
  width: auto;
}
.menu-item, .button, .link {
  font-family: 'Sora', sans-serif;
}

/* Header desktop */
.header-transparent,
.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: all 0.3s ease;
}
.header-transparent {
  background: transparent;
  height: 80px;
}
.header-sticky {
  background: #FCFCFC;
  top: 20px;
  left: 20px;
  right: 20px;
  height: 80px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  border-radius: 37px;
  opacity: 0;
  transform: translateY(-100%);
}
.header-sticky.visible {
  opacity: 1;
  transform: translateY(0);
}
.header-transparent.hidden {
  opacity: 0;
  pointer-events: none;
}
.menu-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 80px;
  width: 100%;
  height: 100%;
}
.menu-items {
  display: flex;
  align-items: center;
}
.menu-items a.menu-item {
  margin: 0 20px;
  font-size: 14px;
  color: #083D33;
  text-decoration: none;
  transition: color 0.3s ease;
}
.menu-items a.menu-item:hover,
.menu-items a.menu-item.active {
  color: #30C987;
}
.menu-items a.button {
  padding: 21px 28px 21px 28px;
  background: #30C987;
  color: #083D33;
  font-weight: 500;
  font-size: 13px;
  border-radius: 37px;
  margin-left: 15px;
  text-decoration: none;
}

/* Hamburger icon */
.menu-toggle {
  display: none;
  cursor: pointer;
}
.menu-toggle .bar {
  display: block;
  width: 47px;
  height: 2.1px;
  background: #30C987;
  margin: 6px 0;
  transition: all 0.3s ease;
}
.menu-toggle.active .bar:nth-child(1) {
  transform: rotate(-45deg) translate(-5px, 6px);
  width: 25px;
}
.menu-toggle.active .bar:nth-child(2) {
  opacity: 0;
  width: 25px;
}
.menu-toggle.active .bar:nth-child(3) {
  transform: rotate(45deg) translate(-5px, -6px);
  width: 25px;
}

/* MOBILE styles */
@media (max-width: 1024px) {
  .header-transparent {
    height: 51px;
    padding: 0 36px;
    background: transparent;
    display: flex;
    align-items: center;
  }

  .header-sticky {
    height: 51px;
    padding: 0 36px;
    background: #FCFCFC;
    display: flex;
    align-items: center;
  }
  .menu-container {
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  .menu-items {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .logo img {
    height: 30px;
  }

  .mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background: #FCFCFC;
    z-index: 999;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
  }

  .mobile-menu.active {
    display: flex;
  }

  .mobile-menu a.menu-item {
    font-size: 20px;
    font-weight: 500;
    color: #30C986;
    text-decoration: none;
    margin-bottom: 37px;
  }


  .mobile-menu a.button {
    background-color: #30C987;
    color: #FCFCFC;
    font-weight: 500;
    font-size: 14px;
    padding: 22px 37px 22px 37px;
    border-radius: 37px;
    text-decoration: none;
    margin-bottom: 23px;
  }


  .mobile-menu a.link {
    font-size: 14px;
    font-weight: 400;
    color: #30C987;
    text-decoration: none;
  }

  .mobile-menu a.menu-item:hover,
  .mobile-menu a.button:hover,
  .mobile-menu a.link:hover {
    color: #083D33;
  }
}


/* Cache le menu mobile en desktop */
@media (min-width: 1025px) {
  .mobile-menu {
    display: none !important;
  }
}/* End custom CSS */