body {
  font-family: myFont;
}
body.mobile-menu-actived {
  overflow: hidden;
}
@media (max-width: 500px) {
  body.mobile-menu-actived .mobile-menu {
    background-image: url(../../images/picto/menu-close.svg);
    z-index: 20;
  }
}
body > div > header {
  background: #27253A;
  position: relative;
  color: #FFF;
}
body > div > header .mobile-menu {
  height: 50px;
  width: 50px;
  background-image: url(../../images/picto/menu-burger.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: none;
}
@media (max-width: 500px) {
  body > div > header .mobile-menu {
    display: block;
  }
}
@media (max-width: 500px) {
  body > div > header .menu--main.active {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: white;
  }
}
body > div > header .main-menu {
  display: flex;
  max-width: 1390px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
}
@keyframes displayMenu {
  from {
    right: -100%;
  }
  to {
    right: 0;
  }
}
@media (max-width: 500px) {
  body > div > header .main-menu {
    padding: 0 20px;
  }
  body > div > header .main-menu .cta,
  body > div > header .main-menu .menu--main {
    display: none;
  }
  body > div > header .main-menu .menu--main.active {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: white;
    z-index: 10;
    height: 100vh;
    animation: displayMenu 0.3s ease-in-out;
  }
  body > div > header .main-menu .menu--main.active .menu {
    margin: 60px 100px;
  }
  body > div > header .main-menu .menu--main.active .menu a {
    color: #27253A;
  }
  body > div > header .main-menu .site-branding__logo img {
    max-height: unset;
  }
}
body > div > header .main-menu .primary-nav__menu--level-2 {
  background: #201e30;
  max-height: unset;
}
body > div > header .main-menu .primary-nav__button-toggle .icon--menu-toggle {
  color: white;
  background-color: unset;
}
body > div > header .main-menu .primary-nav__menu-link--nolink {
  color: white;
}
body > div > header .main-menu .primary-menu-container {
  display: flex;
  align-items: center;
}
@media (max-width: 500px) {
  body > div > header .main-menu .primary-menu-container {
    width: 100%;
    justify-content: space-between;
  }
}
body > div > header .main-menu .site-branding {
  background-image: none;
  min-height: auto;
}
body > div > header .main-menu .menu a {
  color: #FFF;
}
body > div > header .main-menu .primary-nav__menu-link-inner {
  font-weight: normal;
}
body > div > header .hero {
  overflow: hidden;
}
body > div > header .hero .main-container {
  max-width: 1390px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 50px 0;
}
@media (max-width: 500px) {
  body > div > header .hero .main-container {
    padding: 0 20px;
  }
}
body > div > header .hero .main-container .page-title {
  z-index: 1;
  color: #FFF;
  line-height: 10rem;
  max-width: 1125px;
  display: inline-block;
  margin: 0;
  font-size: 10rem;
  font-family: "ESMPInter";
  font-weight: 800;
}
@media (max-width: 500px) {
  body > div > header .hero .main-container .page-title {
    font-size: 2.5rem;
    line-height: 4rem;
  }
}
body > div > header .hero .main-container .background-title {
  position: absolute;
  width: 100%;
  font-size: 20rem;
  font-family: "Inter";
  font-weight: 900;
  color: #E9E9E9;
  left: 0;
  bottom: 272px;
  opacity: 0.2;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (max-width: 500px) {
  body > div > header .hero .main-container .background-title {
    font-size: 2.8rem;
    line-height: 8rem;
    padding: 0 20px;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
  }
}
body > div > header .hero .main-container .subtitle {
  z-index: 1;
  color: #FFF;
  margin: 0;
  font-size: 40px;
  font-family: "Inter";
  font-weight: 500;
}
@media (max-width: 500px) {
  body > div > header .hero .main-container .subtitle {
    font-size: 2rem;
    line-height: 3rem;
  }
}
body > div > header .hero .main-container .cta {
  z-index: 1;
  display: inline-flex;
  height: 56px;
  align-items: center;
  background: #FB0603;
  text-decoration: none;
  font-weight: bold;
  align-self: flex-start;
}
body > div > header .hero .main-container .cta .title {
  display: inline-block;
  padding: 0 20px;
  color: #FFF;
  font-weight: bold;
  font-family: "ESMPInter";
}
body > div > header .hero .main-container .cta .icon {
  display: block;
  background-color: #FFF;
  height: 56px;
  width: 56px;
  position: relative;
}
body > div > header .hero .main-container .cta .icon::before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  display: block;
  background-image: url(../../images/picto/arrow.svg);
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: center;
}
body > div > header .hero .main-container .cta.external .icon::before {
  rotate: -45deg;
}
body > div > header .hero .main-container .image-container {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
@media (max-width: 500px) {
  body > div > header .hero .main-container .image-container {
    position: relative;
    padding-bottom: 20px;
  }
}
body > div > header .cta-banner {
  background: #76ABE3;
  color: white;
  text-decoration: none;
  height: 90px;
  align-items: center;
  display: flex;
  align-items: center;
  z-index: 0;
  position: relative;
  font-size: 3rem;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "ESMPInter";
  justify-content: center;
}
@media (max-width: 500px) {
  body > div > header .cta-banner {
    height: 56px;
  }
}
body > div > header .cta-banner .titles {
  white-space: nowrap;
}
@media (max-width: 500px) {
  body > div > header .cta-banner .titles {
    display: flex;
    justify-content: start;
    font-size: 1rem;
    gap: 10px;
  }
}
@media (max-width: 500px) {
  body > div > header .cta-banner {
    padding: 0 20px;
    font-size: 2rem;
    line-height: 3rem;
    text-align: center;
  }
}
body .block-esmp-common-main-cta {
  margin: 0;
}
body .block-esmp-common-main-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  font-weight: bold;
  background: #FB0603;
  color: #FFF;
  padding: 0 40px;
  text-decoration: none;
}

@media (max-width: 500px) {
  .primary-nav__menu-item.primary-nav__menu-item--has-children {
    display: none !important;
  }
}

/*# sourceMappingURL=header.css.map */
