
/* */

.main-2 {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: normal;
  align-content: space-around;
  mix-blend-mode: exclusion;
  background-color: black;
}

.numbers {
  position: relative;
  width: 50%;
  height: auto;
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
  /* mix-blend-mode: difference; */
}

.vide {
  height: 100vh;
}
.vide-half {
  height: 50vh;
}
.numbers p {
  padding: 5vw;
  color: white;
}

.image {
  width: 100%;
  height: auto;
  /* border: 1em; */
}

.haut {
  position: absolute;
  z-index: 99999;
}

.parallax {
  position: fixed;
  bottom: 0;
  mix-blend-mode: luminosity;
  height: 90%;
}

.parallax-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: normal;
  align-content: space-around;
}

