@charset "UTF-8";
/* Text utility */
/* Mobile utility */
/* Hover / transitions — desktop pointer devices only (avoids sticky :hover on touch) */
/* link hover utility */
/* Container utility mixin */
/* Container avec variable CSS */
/* Text content styles */
/* Centered content */
/* from... */
/* to... */
/* from... to... */
/* at... */
/* FONT WEIGHTS */
.l-site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: transparent;
  color: var(--wp--preset--color--txt-black);
  transition: background-color 0.25s, color 0.25s;
}
.l-site-header__shell {
  padding: 1rem 1.25rem;
}
@media screen and (max-width: 991px) {
  .l-site-header__shell {
    padding: 0.75rem 1rem;
  }
}
.l-site-header__inner {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: 2.75rem;
  padding: 0.5rem 2rem;
  background-color: var(--wp--preset--color--bg-white);
  border-radius: 1rem;
  box-shadow: 0 0.3125rem 0.625rem rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 991px) {
  .l-site-header__inner {
    padding: 0.5rem 1rem;
    gap: 0.75rem;
  }
}
.l-site-header__logo-link,
.l-site-header .custom-logo-link {
  display: inline-flex;
  align-items: center;
}
.l-site-header .custom-logo {
  display: block;
  height: auto;
  max-height: 1.75rem;
  width: auto;
  max-width: 10rem;
}
.l-site-header__brand {
  flex: 0 0 auto;
  min-width: 0;
}
.l-site-header__nav-cluster {
  flex: 1 1 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem;
  min-width: 0;
}
@media screen and (max-width: 991px) {
  .l-site-header__nav-cluster {
    position: fixed;
    z-index: 998;
    left: 0;
    right: 0;
    bottom: 0;
    top: 3.75rem;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 1rem 1.25rem 2rem;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: var(--wp--preset--color--bg-white);
    color: var(--wp--preset--color--txt-black);
    transform: translateX(100%);
    visibility: hidden;
    transition: transform 0.3s ease, visibility 0.3s ease;
    border-radius: 0;
    box-shadow: none;
  }
  .l-site-header__nav-cluster.is-open {
    transform: translateX(0);
    visibility: visible;
  }
}
.l-site-header__nav {
  justify-self: center;
  min-width: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .l-site-header__nav {
    justify-content: stretch;
    flex: 0 0 auto;
  }
}
.l-site-header__nav-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
@media screen and (max-width: 991px) {
  .l-site-header__nav-links {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    width: 100%;
  }
}
.l-site-header__actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-self: end;
  flex-shrink: 0;
}
@media screen and (max-width: 991px) {
  .l-site-header__actions {
    margin-top: 2rem;
    padding-top: 1.5rem;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 0.75rem;
    border-top: 1px solid rgba(19, 19, 19, 0.12);
  }
}
.l-site-header__actions .c-btn {
  flex: 0 0 auto;
  width: auto;
}
@media screen and (max-width: 991px) {
  .l-site-header__actions .c-btn {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    justify-content: space-between;
  }
}
.l-site-header__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 2.75rem;
  padding: 0.25rem 0.5625rem 0.25rem 1rem;
  border-radius: 0.5rem;
  background-color: var(--wp--preset--color--eb-hero-cta-dark);
  color: var(--wp--preset--color--txt-white);
  font-family: "Liter", sans-serif;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
  transition: opacity 0.2s ease;
}
.l-site-header__cta:hover, .l-site-header__cta:focus-visible {
  opacity: 0.92;
}
.l-site-header__cta:focus-visible {
  outline: 2px solid var(--wp--preset--color--eb-hero-cta-dark);
  outline-offset: 2px;
}
.l-site-header__cta-label {
  white-space: nowrap;
}
.l-site-header__cta-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 1.625rem;
  height: 1.625rem;
  border-radius: 0.25rem;
  background-color: var(--wp--preset--color--txt-white);
}
.l-site-header__cta-icon svg {
  display: block;
  width: 0.875rem;
  height: 0.875rem;
}
.l-site-header__lang {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--wp--preset--color--eb-hero-cta-dark);
  font-family: "Liter", sans-serif;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 400;
  position: relative;
}
.l-site-header__lang[open] .l-site-header__lang-chevron {
  transform: rotate(180deg);
}
.l-site-header__lang-summary {
  list-style: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  user-select: none;
}
.l-site-header__lang-summary::-webkit-details-marker {
  display: none;
}
.l-site-header__lang-summary:focus-visible {
  outline: 2px solid var(--wp--preset--color--eb-hero-cta-dark);
  outline-offset: 2px;
  border-radius: 0.375rem;
}
.l-site-header__lang-menu {
  position: absolute;
  top: calc(100% + 0.5rem);
  right: 0;
  background: var(--wp--preset--color--bg-white);
  border-radius: 0.75rem;
  box-shadow: 0 0.625rem 1.5625rem rgba(0, 0, 0, 0.12);
  padding: 0.5rem;
  z-index: 20;
}
.l-site-header__lang-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0.625rem 0.625rem;
  border-radius: 0.5rem;
  text-decoration: none;
  color: var(--wp--preset--color--eb-hero-cta-dark);
  font-family: "Liter", sans-serif;
  font-size: 0.875rem;
  line-height: 1;
}
.l-site-header__lang-item:hover, .l-site-header__lang-item:focus-visible {
  background: rgba(19, 19, 19, 0.06);
  outline: none;
}
.l-site-header__lang-chevron {
  display: flex;
  align-items: center;
  line-height: 0;
  transition: transform 0.2s ease;
}
.l-site-header__lang-chevron svg {
  width: 0.625rem;
  height: auto;
}
.l-site-header__lang-chevron path {
  fill: currentColor;
}
.l-site-header__burger {
  display: none;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  margin: 0 0 0 auto;
  appearance: none;
  border: 0;
  background: transparent;
  color: var(--wp--preset--color--eb-hero-cta-dark);
  cursor: pointer;
  flex-shrink: 0;
}
.l-site-header__burger-line {
  display: block;
  width: 1.375rem;
  height: 0.125rem;
  border-radius: 1px;
  background-color: currentColor;
  transition: transform 0.25s ease, opacity 0.2s ease;
}
.l-site-header__burger-line:nth-child(2) {
  margin-top: 0.3125rem;
  margin-bottom: 0.3125rem;
}
.l-site-header--nav-open .l-site-header__burger-line:nth-child(1) {
  transform: translateY(0.4375rem) rotate(45deg);
}
.l-site-header--nav-open .l-site-header__burger-line:nth-child(2) {
  opacity: 0;
}
.l-site-header--nav-open .l-site-header__burger-line:nth-child(3) {
  transform: translateY(-0.4375rem) rotate(-45deg);
}
.l-site-header__nav-overlay {
  display: none;
}
.l-site-header-panel__back {
  display: none;
}
.l-site-header-nav-item {
  display: flex;
  align-items: center;
}
.l-site-header-nav-item__toggle, .l-site-header-nav-item__link {
  font-family: "Liter", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  color: var(--wp--preset--color--eb-hero-cta-dark);
  display: inline-flex;
  align-items: center;
  padding: 0.625rem 0.25rem;
  cursor: pointer;
  white-space: nowrap;
}
.l-site-header-nav-item__link {
  text-decoration: none;
}
.l-site-header-nav-item__link.current-menu-item, .l-site-header-nav-item__link.current-menu-ancestor, .l-site-header-nav-item__link.current-menu-parent, .l-site-header-nav-item__toggle.current-menu-item, .l-site-header-nav-item__toggle.current-menu-ancestor, .l-site-header-nav-item__toggle.current-menu-parent {
  font-weight: 600;
}
@media (hover: hover) and (pointer: fine) {
  .l-site-header-nav-item__link:hover, .l-site-header-nav-item__toggle:hover {
    font-weight: 600;
  }
}
.l-site-header-nav-item__toggle {
  text-align: left;
  appearance: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  column-gap: 0.25rem;
}
.l-site-header-nav-item__toggle svg {
  height: 0.3125rem;
  width: auto;
  transform: translateY(-1px);
}
.l-site-header-nav-item__toggle path {
  fill: currentColor;
}
.l-site-header-panel {
  position: fixed;
  top: calc(var(--l-site-header-offset, 6rem));
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  padding-top: 0;
  max-width: 86rem;
  margin: auto;
  z-index: 1000;
}
.l-site-header-panel__inner {
  background-color: var(--wp--preset--color--bg-white);
  padding: 2rem;
  border-radius: 1rem;
  display: flex;
  gap: 1.5rem;
}
.l-site-header-panel__main {
  flex: 1 1 63%;
  padding: 0;
}
.l-site-header-panel__aside {
  flex: 1 1 37%;
  position: relative;
  min-height: 12.5rem;
}
.l-site-header-panel__aside img {
  border-radius: 0.5rem;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.l-site-header-panel__items {
  display: flex;
  flex-direction: column;
}
.l-site-header-submenu {
  max-width: 86rem;
}
.l-site-header-submenu__cols {
  display: flex;
  padding-left: 1.25rem;
}
.l-site-header-submenu__col {
  display: flex;
  flex-direction: column;
  width: 19.375rem;
  flex: 1;
}
.l-site-header-submenu-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  height: 2.5rem;
  text-decoration: none;
  color: var(--wp--preset--color--eb-hero-cta-dark);
  position: relative;
  overflow: hidden;
  font-weight: 400;
  font-family: "Liter", sans-serif;
}
.l-site-header-submenu-item {
  font-size: 20px;
}
@media screen and (min-width: 569px) {
  .l-site-header-submenu-item {
    font-size: calc(20px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .l-site-header-submenu-item {
    font-size: 1.25rem;
  }
}
.l-site-header-submenu-item__icon {
  width: 1.625rem;
  height: 1.625rem;
  flex: 0 0 auto;
  opacity: 0;
  transform: translateX(-1.875rem);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.l-site-header-submenu-item__icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.l-site-header-submenu-item__icon rect,
.l-site-header-submenu-item__icon path {
  vector-effect: non-scaling-stroke;
}
.l-site-header-submenu-item:hover .l-site-header-submenu-item__icon, .l-site-header-submenu-item:focus-visible .l-site-header-submenu-item__icon {
  opacity: 1;
  transform: translateX(20px);
}
.l-site-header-submenu-item:hover .l-site-header-submenu-item__label, .l-site-header-submenu-item:focus-visible .l-site-header-submenu-item__label {
  transform: translateX(20px);
}
.l-site-header-submenu-item__label {
  white-space: nowrap;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.l-site-header-submenu-item.current-menu-item .l-site-header-submenu-item__label, .l-site-header-submenu-item.current-menu-ancestor .l-site-header-submenu-item__label, .l-site-header-submenu-item.current-menu-parent .l-site-header-submenu-item__label {
  font-weight: 600;
}
@media (hover: hover) and (pointer: fine) {
  .l-site-header-submenu-item:hover .l-site-header-submenu-item__label {
    font-weight: 600;
  }
}
.l-site-header-submenu__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 991px) {
  .l-site-header .l-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .l-site-header--nav-open {
    background-color: var(--wp--preset--color--bg-white);
  }
  .l-site-header--nav-open .l-site-header__shell {
    padding: 0;
  }
  .l-site-header--nav-open .l-site-header__inner {
    border-radius: 0;
    box-shadow: none;
  }
  .l-site-header__burger {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .l-site-header-nav-item {
    flex-direction: column;
    align-items: stretch;
    border-bottom: 1px solid rgba(19, 19, 19, 0.12);
  }
  .l-site-header-nav-item:last-child {
    border-bottom: 0;
  }
  .l-site-header-nav-item__toggle, .l-site-header-nav-item__link {
    justify-content: space-between;
    width: 100%;
    padding: 1.125rem 0;
    white-space: normal;
    font-weight: 400;
  }
  .l-site-header-nav-item__toggle, .l-site-header-nav-item__link {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) and (min-width: 569px) {
  .l-site-header-nav-item__toggle, .l-site-header-nav-item__link {
    font-size: calc(16px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (max-width: 991px) and (min-width: 1440px) {
  .l-site-header-nav-item__toggle, .l-site-header-nav-item__link {
    font-size: 1rem;
  }
}
@media screen and (max-width: 991px) {
  .l-site-header-nav-item__toggle svg {
    flex-shrink: 0;
    transition: transform 0.25s ease;
  }
  .l-site-header-nav-item__toggle[aria-expanded=true] svg {
    transform: rotate(180deg);
  }
  .l-site-header__lang {
    flex: 0 0 auto;
    width: auto;
    justify-content: center;
  }
  .l-site-header__lang-summary {
    width: 2.75rem;
    height: 2.75rem;
    justify-content: center;
    border: 1px solid rgba(19, 19, 19, 0.12);
    border-radius: 0.5rem;
  }
  .l-site-header__nav.nav-has-sub-open > .l-site-header-nav-item:not(.is-sub-open) {
    display: none;
  }
  .l-site-header__nav.nav-has-sub-open > .l-site-header-nav-item.is-sub-open > .l-site-header-nav-item__toggle {
    display: none;
  }
  .l-site-header-panel {
    position: fixed;
    top: var(--l-site-header-offset, 6rem);
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    display: flex;
    flex-direction: column;
    margin: 0;
    max-width: none;
    padding: 0 1.25rem 1.5rem;
    background-color: var(--wp--preset--color--bg-white);
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    transition: transform 0.3s ease, opacity 0.25s ease, visibility 0.25s ease;
    pointer-events: none;
  }
  .l-site-header-panel__back {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
    padding: 0.5rem 0 0.875rem;
    margin: 0;
    appearance: none;
    border: 0;
    background: transparent;
    color: var(--wp--preset--color--txt-black);
    cursor: pointer;
    text-align: left;
    font-weight: 400;
    line-height: 1;
    font-family: "Liter", sans-serif;
    text-transform: uppercase;
    flex-shrink: 0;
  }
  .l-site-header-panel__back {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) and (min-width: 569px) {
  .l-site-header-panel__back {
    font-size: calc(13px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (max-width: 991px) and (min-width: 1440px) {
  .l-site-header-panel__back {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 991px) {
  .l-site-header-panel__back-icon {
    display: inline-flex;
    width: 1.25rem;
    height: 1.25rem;
    align-items: center;
    justify-content: center;
  }
  .l-site-header-panel__back-icon svg {
    width: 0.5rem;
    height: auto;
  }
  .l-site-header-panel__back-icon path {
    fill: currentColor;
  }
  .l-site-header-panel__inner {
    flex: 1 1 auto;
    min-height: 0;
    flex-direction: column;
    padding: 0.25rem 0 0.5rem;
    border-radius: 0;
    gap: 0.75rem;
  }
  .l-site-header-panel__main {
    padding: 0;
    flex: 0 0 auto;
  }
  .l-site-header-panel__aside {
    display: none;
  }
  .l-site-header-nav-item.is-sub-open .l-site-header-panel {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    pointer-events: auto;
  }
  .l-site-header-submenu__cols {
    flex-direction: column;
    padding-left: 0;
  }
  .l-site-header-submenu__col {
    width: 100%;
  }
  .l-site-header-submenu-item {
    font-weight: 400;
    height: auto;
    padding: 0.875rem 0;
  }
  .l-site-header-submenu-item {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) and (min-width: 569px) {
  .l-site-header-submenu-item {
    font-size: calc(16px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (max-width: 991px) and (min-width: 1440px) {
  .l-site-header-submenu-item {
    font-size: 1rem;
  }
}
@media screen and (max-width: 991px) {
  .l-site-header-submenu-item__icon {
    opacity: 1;
    transform: none;
  }
  .l-site-header-submenu-item__label {
    transform: none;
  }
}
@media screen and (max-width: 991px) and (hover: none) {
  .l-site-header-submenu-item:hover .l-site-header-submenu-item__icon, .l-site-header-submenu-item:focus-visible .l-site-header-submenu-item__icon {
    opacity: 1;
    transform: none;
  }
  .l-site-header-submenu-item:hover .l-site-header-submenu-item__label, .l-site-header-submenu-item:focus-visible .l-site-header-submenu-item__label {
    transform: none;
  }
}
@media screen and (max-width: 991px) {
  .l-site-header-panel-item {
    padding: 0.875rem 0;
    column-gap: 0.5rem;
  }
  .l-site-header-panel-item__ttl {
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    font-family: "Liter", sans-serif;
    color: var(--wp--preset--color--txt-black);
  }
  .l-site-header-panel-item__ttl {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) and (min-width: 569px) {
  .l-site-header-panel-item__ttl {
    font-size: calc(13px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (max-width: 991px) and (min-width: 1440px) {
  .l-site-header-panel-item__ttl {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 991px) {
  .l-site-header-panel-item__icon {
    width: 1.75rem;
    height: 1.75rem;
    flex-shrink: 0;
  }
  .l-site-header-panel-item__icon svg {
    height: 0.625rem;
    width: auto;
  }
  .home .l-site-header--nav-open {
    background-color: var(--wp--preset--color--bg-white);
    color: var(--wp--preset--color--eb-hero-cta-dark);
  }
  .home .l-site-header--nav-open .l-site-header__inner {
    background-color: var(--wp--preset--color--bg-white);
  }
}

.home .l-site-header {
  background-color: transparent;
  color: var(--wp--preset--color--txt-black);
}
.home .l-site-header .l-site-header__inner {
  background-color: var(--wp--preset--color--bg-white);
}
.home .l-site-header .custom-logo {
  filter: none;
}
@media screen and (max-width: 991px) {
  .home .l-site-header .l-site-header__inner {
    background-color: var(--wp--preset--color--bg-white);
  }
}
.home .l-site-header.has-open-panel .l-site-header__inner {
  background-color: var(--wp--preset--color--bg-white);
}
.home .l-site-header.is-scrolled .l-site-header__inner {
  background-color: var(--wp--preset--color--bg-white);
}

.editor-styles-wrapper .l-site-header {
  position: relative;
}

body.l-site-header-nav-locked {
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  body.l-site-header-nav-locked {
    touch-action: none;
  }
}