.elementor-15994 .elementor-element.elementor-element-37248bb1{margin-top:-10px;margin-bottom:-10px;padding:0px 0px 0px 0px;}.elementor-15994 .elementor-element.elementor-element-a1de262 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-15994 .elementor-element.elementor-element-33173b1e > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-33173b1e */<style>
html,
body {
  margin: 0 !important;
  padding: 0 !important;
}

/* Reset Elementor autour du widget HTML */
.elementor-widget-html,
.elementor-widget-html .elementor-widget-container,
.elementor-location-header,
.elementor-location-header .elementor-section,
.elementor-location-header .elementor-container,
.elementor-location-header .elementor-column,
.elementor-location-header .elementor-widget-wrap {
  margin: 0 !important;
  padding: 0 !important;
}

/* HEADER GLOBAL */
.vp-custom-header {
  width: 100% !important;

  height: 98px !important;
  min-height: 98px !important;
  max-height: 98px !important;

  background: #2A5795 !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  padding: 0 110px !important;
  margin: 0 !important;
  box-sizing: border-box !important;

  position: sticky !important;
  top: 0 !important;
  z-index: 99999 !important;

  font-family: "Poppins", "Montserrat", Arial, sans-serif !important;

  box-shadow:
    0 8px 22px rgba(0, 0, 0, 0.18),
    0 1px 0 rgba(255, 255, 255, 0.08) inset !important;
}

/* Transition sombre sous le header */
.vp-custom-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -22px;
  height: 22px;
  pointer-events: none;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.20) 0%,
    rgba(0, 0, 0, 0.10) 45%,
    rgba(0, 0, 0, 0) 100%
  );
}

/* STRUCTURE INTERNE */
.vp-header-inner {
  width: 100% !important;
  max-width: 1680px !important;

  height: 98px !important;
  min-height: 98px !important;

  display: grid !important;
  grid-template-columns: 330px 1fr 300px !important;
  align-items: center !important;

  margin: 0 auto !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

/* LOGO */
.vp-header-logo {
  height: 98px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
}

.vp-header-logo a,
.vp-header-logo a:visited,
.vp-header-logo a:active {
  color: #ffffff !important;

  font-size: 27px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: -0.6px !important;

  text-decoration: none !important;
  white-space: nowrap !important;

  display: inline-flex !important;
  align-items: center !important;
}

.vp-header-logo a:hover {
  color: #ffffff !important;
  opacity: 0.85 !important;
}

/* MENU */
.vp-header-menu {
  height: 98px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  gap: 46px !important;

  margin: 0 !important;
  padding: 0 !important;

  white-space: nowrap !important;
}

.vp-header-menu a,
.vp-header-menu a:visited,
.vp-header-menu a:active {
  color: #ffffff !important;

  font-size: 22px !important;
  font-weight: 700 !important;
  line-height: 1 !important;

  text-decoration: none !important;
  white-space: nowrap !important;

  display: inline-flex !important;
  align-items: center !important;

  transition: opacity 0.22s ease, transform 0.22s ease !important;
}

.vp-header-menu a:hover {
  color: #ffffff !important;
  opacity: 0.78 !important;
  transform: translateY(-1px) !important;
}

/* RÉSEAUX */
.vp-header-socials {
  height: 98px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;

  gap: 18px !important;

  margin: 0 !important;
  padding: 0 !important;

  white-space: nowrap !important;
}

.vp-header-socials a,
.vp-header-socials a:visited,
.vp-header-socials a:active {
  width: 25px !important;
  height: 25px !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  color: #ffffff !important;
  fill: #ffffff !important;

  text-decoration: none !important;

  transition: opacity 0.22s ease, transform 0.22s ease !important;
}

.vp-header-socials a:hover {
  color: #ffffff !important;
  fill: #ffffff !important;
  opacity: 0.78 !important;
  transform: translateY(-1px) !important;
}

.vp-header-socials svg {
  width: 25px !important;
  height: 25px !important;
  display: block !important;
  fill: #ffffff !important;
}

.vp-header-socials svg path {
  fill: #ffffff !important;
}

/* Sécurité couleur liens */
.vp-custom-header a,
.vp-custom-header a:visited,
.vp-custom-header a:active,
.vp-custom-header a:hover {
  color: #ffffff !important;
  text-decoration: none !important;
}

/* TABLETTE */
@media screen and (max-width: 1350px) {
  .vp-custom-header {
    padding: 0 70px !important;
  }

  .vp-header-inner {
    grid-template-columns: 300px 1fr 260px !important;
  }

  .vp-header-menu {
    gap: 34px !important;
  }

  .vp-header-menu a {
    font-size: 20px !important;
  }

  .vp-header-logo a {
    font-size: 25px !important;
  }

  .vp-header-socials {
    gap: 15px !important;
  }

  .vp-header-socials svg {
    width: 23px !important;
    height: 23px !important;
  }
}

/* MOBILE */
@media screen and (max-width: 900px) {
  .vp-custom-header {
    height: 78px !important;
    min-height: 78px !important;
    max-height: 78px !important;
    padding: 0 24px !important;
  }

  .vp-header-inner {
    height: 78px !important;
    min-height: 78px !important;

    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
  }

  .vp-header-logo {
    height: 78px !important;
  }

  .vp-header-menu,
  .vp-header-socials {
    display: none !important;
  }

  .vp-header-logo a {
    font-size: 23px !important;
  }
}
</style>/* End custom CSS */