@font-face {
  font-family: Neuemontreal;
  src: url('../fonts/NeueMontreal-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neuemontreal;
  src: url('../fonts/NeueMontreal-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neuemontreal;
  src: url('../fonts/NeueMontreal-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neuemontreal;
  src: url('../fonts/NeueMontreal-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Neuemontreal;
  src: url('../fonts/NeueMontreal-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Neuemontreal;
  src: url('../fonts/NeueMontreal-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Neuemontreal;
  src: url('../fonts/NeueMontreal-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neuemontreal;
  src: url('../fonts/NeueMontreal-MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Ppneuemontreal Book;
  src: url('../fonts/ppneuemontreal-book.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ppneuemontreal;
  src: url('../fonts/ppneuemontreal-medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ppneuemontreal;
  src: url('../fonts/ppneuemontreal-thin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ppneuemontreal;
  src: url('../fonts/ppneuemontreal-bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ppneuemontreal;
  src: url('../fonts/ppneuemontreal-semibolditalic.otf') format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Ppneuemontreal;
  src: url('../fonts/ppneuemontreal-italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

:root {
  --beige: #f9ebe5;
  --marron-syena: #3b1d1c;
  --jaune-pastel: #ffeeac;
  --size-button: .875rem;
  --rose-pastel: #ffc4cd;
  --black: black;
  --size-text-desktop: 1rem;
  --size-text-phone: .8rem;
  --white: white;
  --rouge-pills: #ba0021;
  --grey-—-200: #c5c5c5;
  --rouge-bonbon: #91001a;
}

.body {
  background-color: var(--beige);
}

.navbar {
  z-index: 100;
  pointer-events: none;
  padding-top: 2.5rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.navbar_container {
  justify-content: space-between;
  align-items: center;
  max-width: 1777px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5rem;
  padding-right: 5rem;
  display: flex;
}

.navbar_right {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  border: 1px solid #c5c5c5;
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  padding: .25rem .5rem;
  display: flex;
}

.navbar_logo {
  pointer-events: auto;
}

.logo {
  width: 150px;
}

.nav-pill {
  background-color: var(--marron-syena);
  pointer-events: auto;
  color: var(--jaune-pastel);
  font-family: Neuemontreal, Arial, sans-serif;
  font-size: var(--size-button);
  letter-spacing: .05em;
  text-transform: uppercase;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  display: flex;
}

.nav-cta {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: var(--marron-syena);
  pointer-events: auto;
  color: var(--jaune-pastel);
  font-family: Neuemontreal, Arial, sans-serif;
  font-size: var(--size-button);
  letter-spacing: .05px;
  cursor: pointer;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: .25rem 1.25rem .25rem .4rem;
  font-weight: 500;
  line-height: 150%;
  display: flex;
  overflow: hidden;
}

.nav_cta_icon {
  background-color: var(--rose-pastel);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: .6rem;
  display: flex;
}

.code-embed {
  height: 1rem;
}

.text-block {
  font-size: 1rem;
}

.fake-arrow-width {
  width: 100%;
  height: 0%;
}

.nav_cta_fill {
  position: absolute;
}

.nav_cta_content {
  z-index: 2;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.demarrer-button-embed {
  pointer-events: auto;
}

.hero {
  min-height: 100vh;
  padding-top: 12rem;
  padding-bottom: 4rem;
}

.hero_container {
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;

  display: flex;
}

.hero_left {
  width: 35%;
  display: flex;
}

.hero_lottie {
  width: 100%;
}

.hero_right {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: flex-start;
  display: flex;
}

.hero_tag {
  font-family: Neuemontreal, Arial, sans-serif;
  font-size: .95rem;
}

.hero_title-top {
  color: var(--black);
  margin-top: 0;
  font-family: Neuemontreal, Arial, sans-serif;
  font-size: 5rem;
  font-weight: 500;
  line-height: 1.2;
}

.hero__title-italic {
  font-family: Playfair Display, sans-serif;
  font-style: italic;
  font-weight: 500;
}

.hero_cta {
  margin-top: 20px;
}

.hero_bottom {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: var(--size-button);
  margin-top: 40px;
  display: flex;
}

.hero_desc-left {
  text-align: justify;
  width: 250px;
  font-family: Plus Jakarta Sans, sans-serif;
}

.hero_desc-right {
  text-align: left;
  width: 230px;
  font-family: Plus Jakarta Sans, sans-serif;
}

.hero_divider {
  background-color: var(--marron-syena);
  flex-flow: column;
  align-self: stretch;
  width: 1px;
}

.hero_title-bottom {
  color: var(--black);
  margin-top: 0;
  padding-left: 10px;
  font-family: Neuemontreal, Arial, sans-serif;
  font-size: 5rem;
  font-weight: 500;
  line-height: 1.2;
}

.hero_phone {
  height: 100vh;
  display: none;
}

.lottie-animation {
  width: 200px;
}

.sourcing {
  padding-top: 120px;
  padding-bottom: 120px;
}

.sourcing__container {
  max-width: 1777px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5rem;
  padding-right: 5rem;
}

.sourcing__header {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sourcing__title-wrap {
  position: relative;
}

.heading__title {
  color: var(--black);
  text-align: center;
  font-family: Neuemontreal, Arial, sans-serif;
  font-size: 5rem;
  font-weight: 500;
  line-height: 1.2;
}

.heading__title.is-left {
  text-align: left;
  margin-top: 0;
}

.sourcing__arrow {
  width: 90px;
  max-width: none;
  position: absolute;
  top: 150px;
  left: -40px;
}

.text__desc {
  color: var(--black);
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: var(--size-text-desktop);
  text-align: center;
  width: 800px;
  font-weight: 400;
  line-height: 1.4;
}

.text__desc.is-card {
  color: var(--white);
  width: auto;
  line-height: 2;
}

.text__desc.is-left {
  text-align: left;
  line-height: 1.8;
}

.sourcing__grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 2rem;
  display: grid;
}

.sourcing__card {
  background-color: var(--marron-syena);
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 700px;
  padding: 32px 28px 40px;
  display: flex;
}

.sourcing__card-num {
  color: var(--jaune-pastel);
  font-family: Neuemontreal, Arial, sans-serif;
  font-size: var(--size-button);
  margin-bottom: 0;
  line-height: 1.2;
}

.sourcing__card-visual-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sourcing__card-visual {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
}

.sourcing__card-text {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sourcing__card-title {
  color: var(--beige);
  font-family: Neuemontreal, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

.rules_header {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.header_right {
  padding-top: 20px;
}

.rules_container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 5rem;
  padding-right: 5rem;
}

.heading {
  margin-top: 0;
}

.pills_wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: none;
}

.pill_item {
  border: 1.5px solid var(--marron-syena);
  background-color: var(--rouge-pills);
  cursor: pointer;
  border-radius: 999px;
  width: 100%;
  height: 88px;
  position: relative;
  overflow: hidden;
}

.pill_glow {
  background-color: var(--beige);
  filter: blur(6px);
  border-radius: 999px;
  width: 50%;
  height: 200px;
  position: absolute;
  top: -42px;
  left: auto;
  right: -29px;
}

@media screen and (max-width: 991px) {
  .navbar_right {
    display: flex;
  }

  .logo {
    width: 250px;
  }

  .logo-footer {
    width: 150px;
  }

  .nav-pill.is-a-propos, .nav-pill.is-faq, .hero {
    display: none;
  }

  .hero_phone {
    height: 140vh;
    padding-top: 12rem;
    padding-bottom: 10rem;
    display: block;
  }

  .hero_phone__container, .hero_phone__content-top {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero_phone__tag {
    font-family: Ppneuemontreal, Arial, sans-serif;
    font-size: var(--size-button);
    text-align: center;
    margin-bottom: 0;
  }

  .hero_phone__title-top {
    color: var(--black);
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;
    font-family: Neuemontreal, Arial, sans-serif;
    font-size: 5rem;
    font-weight: 500;
    line-height: 1.2;
  }

  .hero_phone__desc-top {
    color: var(--black);
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: var(--size-button);
    text-align: center;
    width: 300px;
  }

  .hero_phone__lottie-wrapper {
    width: 450px;
  }

  .hero_phone__content-bottom {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero_phone__title-bottom {
    color: var(--black);
    text-align: center;
    width: 400px;
    font-family: Neuemontreal, Arial, sans-serif;
    font-size: 5rem;
    font-weight: 500;
    line-height: 1.2;
  }

  .hero_phone__desc-bottom {
    text-align: center;
    width: 300px;
  }

  .sourcing {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .heading__title {
    font-size: 4rem;
  }

  .text__desc {
    width: auto;
  }

  .sourcing__grid {
    grid-template-columns: 1fr;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sourcing__card {
    height: 600px;
  }
}

@media screen and (max-width: 767px) {
  .navbar_container {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .navbar_left {
    display: none;
  }

  .navbar_logo {
    display: flex;
  }

  .hero_phone {
    height: 140vh;
  }

  .accompagnements {
    font-size: .875rem;
  }

  .hero_phone__content-top {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .sourcing {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .sourcing__container {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .heading__title {
    font-size: 3.1rem;
  }

  .sourcing__arrow {
    display: none;
  }

  .text__desc.is-card {
    font-size: var(--size-text-phone);
  }
}

@media screen and (max-width: 479px) {
  .navbar_logo {
    display: none;
  }

  .hero_phone {
    height: auto;
  }

  .hero_phone__container, .hero_phone__content-top {
    margin-left: auto;
    margin-right: auto;
  }

  .hero_phone__title-top {
    text-align: center;
    font-size: 4rem;
  }

  .hero_phone__lottie-wrapper {
    width: 300px;
  }

  .hero_phone__content-bottom {
    margin-left: auto;
    margin-right: auto;
  }

  .hero_phone__title-bottom {
    width: 300px;
    font-size: 3.6rem;
  }

  .sourcing__container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .heading__title {
    font-size: 2.2rem;
  }

  .text__desc {
    font-size: var(--size-text-phone);
  }

  .sourcing__grid {
    padding-left: 0;
    padding-right: 0;
  }

  .sourcing__card {
    height: 500px;
  }

  .sourcing__card-title {
    text-align: center;
    font-size: 1.5rem;
  }
}


@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ppneuemontreal Book';
  src: url('../fonts/ppneuemontreal-book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppneuemontreal';
  src: url('../fonts/ppneuemontreal-medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppneuemontreal';
  src: url('../fonts/ppneuemontreal-thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppneuemontreal';
  src: url('../fonts/ppneuemontreal-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppneuemontreal';
  src: url('../fonts/ppneuemontreal-semibolditalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ppneuemontreal';
  src: url('../fonts/ppneuemontreal-italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}