@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-family: "neue-haas-grotesk-text", sans-serif;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  list-style: none;
  box-sizing: border-box;
}

main {
  display: block;
}

.h1 {
  font-size: 5rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.02em;
}

.h2 {
  font-size: 3.33rem;
  line-height: 1.15;
  font-weight: 400;
}
.h2--white {
  color: white;
}

.container {
  margin: 0 auto;
  padding: 0 4.44rem;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 5.55rem;
  padding: 0 2.22rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.3s ease;
  z-index: 101;
}
.header--hidden {
  transform: translateY(-5.55rem);
}
.header--bg {
  height: 5.55rem;
  background: #efefef;
}
.header--bg .header__nav__main {
  color: #1C2128;
}
.header__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #efefef;
  transition: transform 0.3s ease;
  transform: translateY(-100%);
  z-index: -1;
}
.header__logo {
  display: inline-block;
  width: 11.67rem;
}
.header__logo--white .st0 {
  background: white;
  fill: white;
  stroke: white;
}
.header__logo .hidden {
  display: none;
}
.header__nav {
  color: #efefef;
  position: relative;
  font-family: "Inter", sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 50%;
  height: 100%;
  line-height: 1.7;
}
.header__nav__border {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  z-index: -2;
  background: #efefef;
  transition: background 0.3s ease;
}
.header__nav__main {
  margin-right: 5rem;
}
.header__nav__main li {
  margin-right: 24px;
  display: inline-block;
}
.header__nav__buttons {
  display: flex;
  align-items: center;
}
.header__nav__divider {
  display: block;
  width: 1px;
  height: 2em;
  background: #efefef;
  transition: background 0.3s ease;
}
.header__nav__action {
  position: relative;
  display: inline-block;
  transition: color 0.4s ease-in-out;
  margin-left: 24px;
  background-color: orangered;
  padding: 3px 6px;
  color: #efefef;
}

.section {
  position: relative;
}
.section__container {
  margin: 0 auto;
  padding: 0 4.44rem;
}
.section-header {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-column-gap: 4px;
  margin-bottom: 140px;
}
.section-header__caption {
  margin-top: 13px;
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 0.9;
  text-transform: uppercase;
  color: #ff5a36;
}
.section-header__text {
  translate: none;
  rotate: none;
  scale: none;
  transform: translate(0em, 0px);
  opacity: 1;
  transform-origin: 0% 100%;
  max-width: 17.22em;
  justify-self: end;
  font-size: 1.25rem;
  line-height: 1.5;
}
.section-header__text--light {
  color: #80848d;
}
.section-header__headline {
  max-width: 15em;
}
.sectionHeader {
  display: flex;
  align-items: flex-end;
  width: 100vw;
  height: 100vh;
  padding: 4.44rem 0;
  overflow: hidden;
}
.sectionHeader .is-playing .sectionHeader__cover {
  opacity: 0;
  pointer-events: none;
}
.sectionHeader__cover {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 3;
  background: linear-gradient(to top, transparent 0%, rgba(28, 33, 40, 0.7) 100%);
  transition: opacity 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}
.sectionHeader__cover .sectionHeader__bg {
  position: relative;
  width: 100%;
  height: 100vh; /* 100% de la hauteur de la vue (écran) */
  overflow: hidden;
}
.sectionHeader__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sectionHeader__video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.sectionHeader__container {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 3;
  color: #fff;
}
.sectionHeader__left {
  min-width: 50%;
}
.sectionHeader__right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sectionHeader__text {
  margin-top: 1em;
  max-width: 26em;
  font-size: 1.25rem;
  font-weight: 400;
  color: #fff;
  line-height: 1.5;
  letter-spacing: -0.01em;
}
.sectionValues {
  position: relative;
  z-index: 1;
  padding: 9rem 0;
  background: #efefef;
}
.sectionValues__grid {
  display: grid;
  overflow: hidden;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}
.sectionValues__intro p {
  color: #6a6d77;
  line-height: 1.5;
  font-size: 1.25rem;
  max-width: 17.22em;
  margin-bottom: 1em;
}
.sectionValues .text--dark {
  color: #1d212d;
  font-weight: 500;
}
.sectionValues__card {
  position: relative;
  height: 100%;
  overflow: hidden;
  background-color: white;
}
.sectionValues__card__img {
  height: 20%;
  width: 20%;
  padding: 30px;
  transition-delay: 0.5s;
}
.sectionValues__card__content {
  padding: 3.33rem;
}
.sectionValues__card__headline {
  height: 11vw;
}
.sectionValues__card__subtitle {
  margin-bottom: 2.46em;
  color: #ff5a36;
}
.sectionValues__card__text p {
  color: #6a6d77;
  font-size: 1.11rem;
}
.sectionServices {
  padding: 9.7rem 0 13.8rem;
  background: #1C2128;
}
.sectionServices__header {
  grid-template-columns: 50% 50%;
  max-width: 77rem;
  margin: 0 auto;
  padding: 0 4.44rem;
}
.sectionServices__container {
  margin: 0 auto;
  padding: 0 4.44rem;
}
.sectionServices__grid {
  display: grid;
  overflow: hidden;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-top: 140px;
}
.sectionServices__card {
  position: relative;
  overflow: hidden;
  background: #22272E;
}
.sectionServices__card__container {
  position: relative;
  padding: 3.33rem;
  overflow: hidden;
  z-index: 1;
}
.sectionServices__card__index {
  position: relative;
  float: left;
  color: #ff5a36;
}
.sectionServices__card__index::after {
  position: absolute;
  bottom: -1em;
  left: 0;
  display: inline-block;
  width: 14px;
  height: 1px;
  background: currentColor;
  content: "";
}
.sectionServices__card__img {
  position: absolute;
  left: 2rem;
  bottom: 2rem;
  width: 30%;
}
.sectionServices__card__content {
  float: right;
  width: 55%;
  max-width: 25rem;
}
.sectionServices__card__subtitle {
  margin-bottom: 5.61em;
  color: #ff5a36;
}
.sectionServices__card__text {
  color: #80848d;
  max-width: 15.8em;
  margin-bottom: 3em;
  font-size: 1.11rem;
  line-height: 1.5;
  letter-spacing: -0.01em;
}
.sectionTestimonial__container {
  padding-top: 9.7rem;
  padding-bottom: 9.7rem;
}
.sectionTestimonial__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 8px;
  grid-column-gap: 8px;
  grid-auto-rows: 1fr;
}
.sectionTestimonial .testimonial-card {
  background: #f1f1f1;
}
.sectionTestimonial .testimonial-card__container {
  padding: 4rem;
}
.sectionTestimonial .testimonial-card__container .text {
  font-size: 1.11rem;
  line-height: 1.5;
}
.sectionTestimonial .testimonial-card__container .author {
  margin-top: 2rem;
  font-weight: 600;
}
.sectionTestimonial .testimonial-card__container .role {
  color: orangered;
}

.footer {
  position: relative;
  padding: 32px 32px 0;
  color: #fff;
  background: #fff;
  z-index: 100;
}
.footer a {
  transition: color 0.4s ease-in-out;
}
.footer__bg {
  padding-top: 8.3rem;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background: #1d212d;
}
.footer__container {
  translate: none;
  rotate: none;
  scale: none;
  transform: translate(0em, 0px);
  opacity: 1;
  transform-origin: 0% 100%;
  max-width: 77rem;
}
.footer__logo {
  display: inline-block;
  width: 11.67rem;
  margin-bottom: 5.55rem;
}
.footer__content {
  display: grid;
  grid-template-columns: 45% repeat(2, 1fr);
  grid-template-areas: "nav info info" "nav info info";
  grid-row-gap: 30px;
  grid-column-gap: 30px;
  padding-bottom: 8.3rem;
}
.footer__nav {
  grid-area: nav;
  line-height: 1.3;
  font-size: 3.33rem;
}
.footer__info p:first-child {
  margin-bottom: 20px;
}
.footer__info__headline {
  margin-bottom: 42px;
  font-size: 0.97rem;
  line-height: 1.2;
}
.footer__text {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.11rem;
}
.footer__copyright {
  padding: 32px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.83rem;
}
.footer__copyright__container {
  display: grid;
  grid-template-columns: 1fr 26rem 1fr;
  width: 100%;
  max-width: 77rem;
}
.footer__copyright__nav ul {
  display: flex;
}
.footer__copyright__nav ul li a {
  margin-right: 15px;
  font-size: 0.83rem;
}
.footer__copyright small {
  place-self: center;
  font-size: 0.83rem;
}
.footer__copyright .back-top {
  place-self: end;
  font-size: 0.83rem;
}

.header__logo--color .st0 {
  fill: #F08819 !important;
}
.header__logo--color .st1 {
  fill: #0F121B;
}