.NodeHome-presentation {
  overflow: visible;
  z-index: 2; }
  .NodeHome-presentation::after {
    content: '';
    background: url("../../../img/deco-wave.svg") repeat-x;
    height: 24px;
    bottom: -12px;
    left: 0;
    width: 100%;
    position: absolute;
    z-index: 50; }
  .NodeHome-presentation .btn-down {
    -webkit-animation: none;
            animation: none;
    bottom: 3.6rem; }

.ParagraphHome-background {
  top: 0;
  background-size: cover; }

.ParagraphHome-content {
  width: calc(100% - var(--site-padding) * 2);
  max-width: var(--site-width); }
  @media (max-width: 767px) {
    .ParagraphHome-content {
      width: 100%;
      padding: var(--site-padding-mobile); } }

.ParagraphHome-surtitle {
  color: var(--primary-color); }

.ParagraphHome-title {
  font-size: 6rem;
  padding: 0;
  text-align: left;
  background: none;
  margin-bottom: 1.6rem;
  max-width: 76.8rem; }

.ParagraphHome-chapo {
  max-width: 57rem;
  font-size: inherit;
  text-align: left;
  margin-bottom: 3rem; }

.ParagraphHome-link {
  text-align: left; }

.ParagraphHome-mediaDesktop {
  left: 50%;
  width: 50%; }

@media (max-width: 767px) {
  .ParagraphHome-medias {
    order: 2; } }

.ParagraphHome .homeMobileBackground {
  display: none;
  background-size: cover;
  background-position: center center; }

@media (max-width: 767px) {
  .ParagraphHome .homeDesktopBackground {
    display: none; }
  .ParagraphHome .homeMobileBackground {
    display: block; } }

.NodeHome-secondary-focus {
  padding: 7.5rem 0;
  position: relative;
  z-index: 1; }
  @media (min-width: 1366px) {
    .NodeHome-secondary-focus {
      margin: 0 calc(var(--site-padding) * -1); } }
  .NodeHome-secondary-focus::after {
    content: '';
    background: url("../../../img/deco-wave.svg") repeat-x;
    height: 24px;
    bottom: -12px;
    left: 50%;
    width: 100vw;
    margin-left: -50vw;
    position: absolute;
    z-index: 50; }
  @media (max-width: 767px) {
    .NodeHome-secondary-focus {
      padding: 4rem 0;
      margin: 0; } }

.NodeHome-secondary-content {
  width: 53rem;
  max-width: 100%;
  padding: 3.7rem 3.3rem 5.8rem 4rem;
  border-radius: 1rem;
  color: white;
  background: rgba(6, 80, 0, 0.95); }
  @media (max-width: 767px) {
    .NodeHome-secondary-content {
      width: auto;
      text-align: center; } }

@media (max-width: 767px) {
  .NodeHome-secondary-medias {
    padding: 0; } }

.NodeHome-secondary-medias img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  margin-left: -50vw;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  max-width: none; }

.NodeHome-secondary-title {
  font-size: 5rem;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 1.6rem;
  letter-spacing: 0.07em;
  padding-right: 3.3rem; }
  @media (max-width: 767px) {
    .NodeHome-secondary-title {
      padding-right: 0; } }

.NodeHome-secondary-pictogram {
  display: inline-block;
  position: relative;
  top: 0;
  margin-right: -3.3rem;
  left: auto;
  bottom: auto;
  max-width: 3.3rem;
  vertical-align: top; }
  .NodeHome-secondary-pictogram img {
    vertical-align: unset; }

/*# sourceMappingURL=extend-home.css.map */
