/*!***************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../../../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!../../../../../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!../../../../../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************/
.customBlock {
  display: flex;
  width: 100%;
  justify-content: center;
  color: var(--green);
}
.customBlock--lightgreen {
  background: var(--lightgreen);
}
.customBlock--lightgreen .customBlock__step-number {
  background: var(--orange);
}
.customBlock--green {
  color: var(--greige);
  background: var(--green);
}
.customBlock--green .customBlock__step-number {
  background: var(--green);
}
.customBlock--green .customBlock__title {
  color: var(--greige) !important;
}
.customBlock__wrapper {
  display: flex;
  padding: 4rem;
  justify-content: space-between;
  box-sizing: border-box;
  max-width: 100rem;
  width: 100%;
}
.customBlock__wrapper--image_text {
  flex-direction: row-reverse;
}
.customBlock__wrapper--image_text .customBlock__text {
  padding: 0 0 0 2rem;
}
.customBlock h3.customBlock__title {
  font-size: 3.875rem;
}
.customBlock__title {
  color: var(--green);
  font-size: 5.4875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 90%;
  font-family: "Saa Series C D OT", sans-serif !important;
  margin: -5rem 0 2rem !important;
  padding: 5rem 0 0 0 !important;
}
.customBlock__chapo {
  font-size: 1.5rem !important;
  font-family: "clarendon-urw-extra-narrow", serif;
  font-weight: 300;
  font-style: normal;
  margin: 0 0 2rem !important;
  padding: 0 !important;
}
.customBlock__text {
  width: 50%;
  padding: 0 2rem 0 0;
}
.customBlock__text.espace-libre {
  max-width: 55rem;
  width: -moz-fit-content;
  width: fit-content;
}
.customBlock__text--noImg {
  width: 100%;
  display: flex;
  padding: 0;
}
.customBlock__text--noImg .customBlock__text h3 {
  padding: 0 0 0 0 !important;
}
.customBlock__text--noImg .customBlock__text__header {
  box-sizing: content-box;
  width: 50%;
  padding: 0 2rem 0 0;
}
.customBlock__text--noImg .customBlock__text__header h3 {
  padding: 5rem 0 0 0 !important;
}
.customBlock__text--noImg .customBlock__content {
  width: 50%;
}
.customBlock__text h3 {
  font-size: 3.875rem;
  margin: 0 0 2rem;
  font-family: "Saa Series C D OT", sans-serif !important;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  padding: 5rem 0 0 0 !important;
}
.customBlock__text h3:first-child {
  margin: 0 0 1.5rem 0;
}
.customBlock__text h4 {
  font-family: "Saa Series C D OT", sans-serif !important;
  font-size: 2.0375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  padding: 0 !important;
  margin: 1.5rem 0;
}
.customBlock__text h4:first-of-type {
  margin: 0 0 1.5rem 0 !important;
}
.customBlock__text p {
  font-family: "Clarendon URW Extra Narrow";
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  padding: 0 !important;
}
.customBlock__text p:last-child {
  margin: 2rem 0 0;
}
.customBlock__text p:first-child {
  margin: 0 0 2rem;
}
.customBlock__text p:first-of-type {
  margin: 0 0 2rem;
}
.customBlock__text a {
  color: inherit !important;
  font-family: "Saa Series E D OT", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.customBlock__text a:hover {
  color: var(--orange);
}
.customBlock__image {
  width: 50%;
  position: relative;
}
.customBlock__image--svg {
  display: flex;
  justify-content: center;
  align-items: center;
}
.customBlock__image--noImg {
  position: absolute;
}
.customBlock__image img {
  position: sticky;
  top: 2rem;
  margin: 0 auto;
}
.customBlock__image--button {
  position: absolute;
  padding: 1rem;
  border: 1px solid var(--orange);
  border-radius: 3px;
  right: 0;
  color: var(--orange);
}
.customBlock__media {
  position: relative;
  justify-content: center;
  display: flex;
}
.customBlock__media.centerMedia {
  width: 50%;
}
.customBlock__media video {
  height: 26rem;
  max-height: 100%;
}
.customBlock__media object {
  max-width: 100%;
}
.customBlock__button {
  position: absolute;
  top: 3rem;
  left: 3rem;
}
.customBlock__content--greenBg {
  background: var(--green);
  padding: 2rem;
  box-sizing: border-box;
  color: var(--greige);
  border-radius: 4px;
}
.customBlock__steps {
  position: relative;
}
.customBlock__steps::after {
  top: 0;
  left: 1rem;
  content: "";
  position: absolute;
  width: 1rem;
  height: calc(100% - var(--customBlock-halfFirstHeight) - var(--customBlock-halfLastHeight));
  margin: var(--customBlock-halfFirstHeight) 0 var(--customBlock-halfLastHeight) 0;
  border-left: 2px dashed var(--green);
}
.customBlock__steps__button {
  z-index: 1;
  position: absolute;
  top: -2rem;
}
.customBlock__step {
  display: flex;
  align-items: center;
}
.customBlock__step-number {
  padding: 0.2rem 0.7rem;
  border: 2px var(--green) solid;
  border-radius: 2rem;
  font-family: "Saa Series E D OT", sans-serif;
  min-width: 2.2rem;
  text-align: center;
  background: var(--greige);
  z-index: 1;
}
.customBlock__step-content {
  font-family: "Clarendon URW Extra Narrow";
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  padding: 1rem 0 1rem 1rem !important;
}

@media screen and (min-width: 750px) and (max-width: 1250px) {
  .customBlock__title {
    font-size: 7vw;
  }
}
@media screen and (max-width: 750px) {
  .customBlock__wrapper {
    padding: 1rem 1rem 3rem;
    flex-direction: column;
  }
  .customBlock__wrapper--image_text.customBlock__text {
    padding: 0;
  }
  .customBlock__text {
    padding: 0 !important;
    width: 100%;
  }
  .customBlock__text p {
    font-size: 3.4vw;
    width: 100%;
  }
  .customBlock__text p:first-of-type {
    margin: 0 0 1rem;
  }
  .customBlock__text p:last-child {
    margin: 1rem 0 0;
  }
  .customBlock__text h4, .customBlock__text h3 {
    margin: 1rem 0;
  }
  .customBlock__text h4 br, .customBlock__text h3 br {
    display: none;
  }
  .customBlock__text h4.customBlock__title, .customBlock__text h3.customBlock__title {
    font-size: 13vw;
  }
  .customBlock__text h4:first-of-type {
    margin: 0 0 1rem 0 !important;
  }
  .customBlock__text a {
    font-size: 1rem;
  }
  .customBlock__text--noImg {
    flex-direction: column;
  }
  .customBlock__text--noImg .customBlock__text__header {
    width: 100%;
  }
  .customBlock__title {
    font-size: 13vw;
    margin: -5rem 0 1rem !important;
  }
  .customBlock__chapo {
    font-size: 4.5vw !important;
    margin: 0 0 1rem !important;
  }
  .customBlock__chapo br {
    display: none;
  }
  .customBlock__content {
    width: 100% !important;
  }
  .customBlock__content--greenBg {
    padding: 1rem !important;
  }
  .customBlock__image, .customBlock__media {
    width: 100%;
    order: -1;
    margin: 0 0 1rem 0;
    max-height: 78vw;
  }
  .customBlock__image img, .customBlock__media img {
    max-height: 78vw;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .customBlock__media {
    width: 100%;
  }
  .customBlock__media.centerMedia {
    width: 100%;
    max-height: 30vw;
    justify-content: flex-start;
  }
  .customBlock__media object {
    max-width: 30vw;
  }
  .customBlock__step-content {
    font-size: 4.1vw;
  }
}

/*# sourceMappingURL=style-index.css.map*/