/* Text utility */
/* Mobile utility */
/* 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__megas {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .l-site-header__megas {
    display: none;
  }
}
.l-site-header .l-site-header-nav__item.is-mega-active > .l-site-header-nav__trigger {
  background-color: var(--wp--preset--color--alteal-blue-light, #bfe9ff);
  font-weight: 700;
}
.l-site-header.is-cta-mega-open .c-cta-principal[data-mega-cta-trigger] {
  background-color: var(--wp--preset--color--alteal-blue-dark, #001a24);
}

.l-site-header-mega-panel {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 95;
  width: 100%;
  background: var(--wp--preset--color--alteal-white, #ffffff);
  border-top: 1px solid rgba(0, 26, 36, 0.1);
  box-shadow: 0 0.75rem 2rem rgba(0, 26, 36, 0.08);
  visibility: hidden;
  opacity: 0;
  transform: translate3d(0, -0.625rem, 0);
  pointer-events: none;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s;
}
.l-site-header-mega-panel::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -1rem;
  height: 1rem;
}
.l-site-header-mega-panel[hidden] {
  display: none;
}
.l-site-header-mega-panel:not([hidden]) {
  display: block;
}
.l-site-header-mega-panel.is-open {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
}
.l-site-header-mega-panel__inner {
  padding: 2rem 0 2.5rem;
  opacity: 0;
  transform: translate3d(0, 0.375rem, 0);
  transition: opacity 0.32s cubic-bezier(0.4, 0, 0.2, 1) 0.04s, transform 0.32s cubic-bezier(0.4, 0, 0.2, 1) 0.04s;
}
.l-site-header-mega-panel__inner > .l-container {
  max-width: none;
}
@media screen and (min-width: 1025px) {
  .l-site-header-mega-panel__inner > .l-container {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: start;
    gap: 4rem;
  }
}
.l-site-header-mega-panel.is-open .l-site-header-mega-panel__inner {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
@media (prefers-reduced-motion: reduce) {
  .l-site-header-mega-panel {
    transition: none;
  }
  .l-site-header-mega-panel__inner {
    transition: none;
    opacity: 1;
    transform: none;
  }
}

.l-mega__grid {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2.5rem;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .l-mega__grid {
    display: contents;
  }
}

.l-mega__body--louer {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.l-mega__body--louer > .l-mega__banner-row {
  width: 100%;
  max-width: none;
}

.l-mega__media {
  flex: 0 0 19.75rem;
  width: 19.75rem;
  max-height: 15.625rem;
  border-radius: 1rem;
  background: #f2f2f2;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .l-mega__media {
    grid-column: 1;
    grid-row: 1;
    align-self: start;
    justify-self: start;
  }
}
@media screen and (max-width: 1024px) {
  .l-mega__media {
    display: none;
  }
}

.l-mega__media-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.l-mega__body {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media screen and (min-width: 1025px) {
  .l-mega__body {
    grid-column: 2/-1;
    grid-row: 1;
    width: 100%;
    max-width: none;
  }
}
.l-mega__body--acheter, .l-mega__body--vous-etes {
  gap: 0;
}

.l-mega__banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-height: 4rem;
  padding: 1rem 1rem 1rem 2rem;
  border-radius: 6.25rem;
  background-color: var(--wp--preset--color--alteal-blue-cta, #004e6a);
  color: var(--wp--preset--color--alteal-white, #ffffff);
  text-decoration: none;
  transition: filter 0.2s ease;
}
.l-mega__banner:hover {
  filter: brightness(0.92);
}

.l-mega__banner-label {
  font-family: "Gotham", sans-serif;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1;
  color: var(--wp--preset--color--alteal-white, #ffffff);
}

.l-mega__columns {
  display: flex;
  gap: 1rem;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .l-mega__columns {
    flex-direction: column;
    gap: 1.5rem;
  }
}

.l-mega__column {
  flex: 1 1 0;
  min-width: 0;
  padding-right: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.l-mega__column--stack {
  gap: 1.5rem;
  justify-content: center;
}

.l-mega__columns--vous-etes {
  align-items: flex-start;
  width: 100%;
}

.l-mega__column--vous-etes {
  flex: 1 1 0;
  gap: 1.5rem;
  justify-content: center;
  padding-right: 2rem;
}

.l-mega__columns--alteal .l-mega__column--stack {
  gap: 1.5rem;
}

.l-mega__section {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.l-mega__section--only + .l-mega__section--only {
  margin-top: 0;
}

.l-mega__link-top {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  max-width: 100%;
  text-decoration: none;
  color: var(--wp--preset--color--alteal-blue-dark, #001a24);
}
.l-mega__link-top:hover {
  color: var(--wp--preset--color--alteal-blue-cta, #004e6a);
}
.l-mega__link-top--only {
  width: 100%;
  max-width: 24.625rem;
  align-items: center;
}

.l-mega__link-top-label {
  display: flex;
  flex-direction: column;
  gap: 0;
  min-width: 0;
}

.l-mega__link-top-line {
  display: block;
  font-family: "Gotham", sans-serif;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1;
  color: inherit;
  line-height: normal;
}

.l-mega__heading {
  font-family: "Gotham", sans-serif;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  color: var(--wp--preset--color--alteal-blue-dark, #001a24);
}

.l-mega__list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
}

.l-mega__link-child {
  display: flex;
  align-items: center;
  min-height: 1.625rem;
  font-family: "Gotham", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.625rem;
  color: var(--wp--preset--color--alteal-blue-dark, #001a24);
  opacity: 0.7;
  text-decoration: none;
}
.l-mega__link-child:hover {
  opacity: 1;
  color: var(--wp--preset--color--alteal-blue-cta, #004e6a);
}

.l-mega__sep {
  display: block;
  width: 100%;
  height: 1px;
  margin: 0;
  border: 0;
  background: var(--wp--preset--color--alteal-mid-grey, #d5d5d5);
}

.l-mega__pill {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 2.5rem;
  background-color: var(--wp--preset--color--alteal-blue-dark, #001a24);
  color: var(--wp--preset--color--alteal-white, #ffffff);
}
.l-mega__pill svg {
  width: 1rem;
  height: 1rem;
  transform: rotate(320deg);
}
.l-mega__pill--on-dark {
  background-color: var(--wp--preset--color--alteal-blue-dark, #001a24);
  color: var(--wp--preset--color--alteal-white, #ffffff);
}

@media screen and (max-width: 1024px) {
  .l-site-header-mega-panel {
    display: none !important;
  }
  .l-site-header-mega--mobile {
    display: block;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    padding: 0;
    transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.28s ease, padding 0.35s ease;
  }
  .l-site-header-mega--mobile .l-mega__body--louer {
    gap: 1rem;
  }
  .l-site-header-mega--mobile .l-mega__grid {
    flex-direction: column;
    gap: 1rem;
  }
  .l-site-header-mega--mobile .l-mega__body {
    max-width: none;
  }
  .l-site-header-mega--mobile .l-mega__columns {
    flex-direction: column;
  }
  .l-site-header-mega--mobile .l-mega__column {
    padding-right: 0;
  }
  .l-site-header-mega--mobile.is-open {
    max-height: 150rem;
    opacity: 1;
    padding: 1rem 0 0.5rem;
  }
}
@media screen and (max-width: 1024px) and (prefers-reduced-motion: reduce) {
  .l-site-header-mega--mobile {
    transition: none;
  }
  .l-site-header-mega--mobile.is-open {
    max-height: none;
  }
}
@media screen and (max-width: 1024px) {
  .l-site-header-nav__item.is-mega-active .l-site-header-mega--mobile:not([hidden]) {
    display: block;
  }
}
button.c-cta-principal[data-mega-cta-trigger] {
  border: 0;
  cursor: pointer;
  font-family: inherit;
}