.landing-hero {
  overflow: hidden;
}
.landing-hero .main-container {
  max-width: 1390px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 50px 10px;
}
@media (max-width: 800px) {
  .landing-hero .main-container {
    padding: 0 20px;
    padding-bottom: 40px;
  }
}
.landing-hero .main-container .text-wrapper {
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}
.landing-hero .main-container .page-title {
  color: #FFF;
  line-height: 10rem;
  max-width: 1125px;
  display: inline-block;
  margin: 0;
  font-size: 5rem;
  font-family: "ESMPInter";
  font-weight: 800;
  text-transform: uppercase;
}
@media (max-width: 800px) {
  .landing-hero .main-container .page-title {
    font-size: 2.5rem;
    line-height: 4rem;
  }
}
.landing-hero .main-container .background-title {
  position: absolute;
  width: 100%;
  font-size: 20rem;
  font-family: "ESMPInter";
  font-weight: 900;
  color: #E9E9E9;
  left: 0;
  bottom: 272px;
  opacity: 0.2;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (max-width: 800px) {
  .landing-hero .main-container .background-title {
    display: none;
  }
}
.landing-hero .main-container .subtitle {
  color: #FFF;
  margin: 0;
  font-size: 40px;
  font-family: "Inter";
  font-weight: 500;
}
@media (max-width: 800px) {
  .landing-hero .main-container .subtitle {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.landing-hero .main-container .cta {
  display: inline-flex;
  height: 56px;
  align-items: center;
  background: #3f51b5;
  text-decoration: none;
  font-weight: bold;
  align-self: flex-start;
}
.landing-hero .main-container .cta .title {
  display: inline-block;
  padding: 0 20px;
  color: #FFF;
  font-weight: bold;
  font-family: "ESMPInter";
}
.landing-hero .main-container .cta .icon {
  display: block;
  background-color: #FFF;
  height: 56px;
  width: 56px;
  position: relative;
}
.landing-hero .main-container .cta .icon::before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  display: block;
  background-image: url(../../assets/images/picto/arrow.svg);
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: center;
}
.landing-hero .main-container .cta.external .icon::before {
  rotate: -45deg;
}
.landing-hero .main-container .image-container {
  position: absolute;
  right: 20px;
  top: calc(100px - var(--drupal-displace-offset-top));
  z-index: 1;
}
@media (max-width: 800px) {
  .landing-hero .main-container .image-container {
    position: relative;
    right: 0;
  }
}

.landing-hero--staff-member .text-image-wrapper {
  z-index: 10;
  display: flex;
  gap: 50px;
  justify-content: space-between;
}
@media screen and (max-width: 500px) {
  .landing-hero--staff-member .text-image-wrapper {
    flex-direction: column;
  }
}
.landing-hero--staff-member .job-title {
  font-size: 1.5rem;
  line-height: 2rem;
  color: white;
  max-width: 600px;
  font-family: "ESMPInter";
}
.landing-hero--staff-member .ctas-wrapper {
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 500px) {
  .landing-hero--staff-member .ctas-wrapper {
    flex-direction: column;
    gap: 20px;
  }
}
.landing-hero--staff-member .ctas-wrapper .cta .icon::before {
  background-size: 30px;
}
.landing-hero--staff-member .ctas-wrapper .cta--main {
  background: #F90706;
}
.landing-hero--staff-member .ctas-wrapper .cta--mail .icon::before {
  background-image: url(../../images/picto/mail.svg);
}
.landing-hero--staff-member .ctas-wrapper .cta--phone .icon::before {
  background-image: url(../../images/picto/phone.svg);
}

.e-person-infos {
  display: grid;
  grid-template-areas: "a b c" "d d d";
  max-width: 1390px;
  margin: 50px auto;
  gap: 30px;
}
@media screen and (max-width: 500px) {
  .e-person-infos {
    grid-template-areas: "a" "b" "c" "d";
  }
}
.e-person-infos .info-part {
  display: flex;
  flex-direction: column;
}
.e-person-infos .info-part__title {
  text-transform: uppercase;
  font-weight: bold;
  color: gray;
  font-size: 1.2rem;
  margin: 0;
  padding: 0;
}
.e-person-infos .info-part__info a {
  color: inherit;
}

.e-person-biography {
  max-width: 1390px;
  margin: 50px auto;
}

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