.univers_content {
  display: flex;
  flex-direction: column;
}

.univers_content_wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  padding: 80px 9%;
  justify-content: center;
  align-items: flex-start;
}

.univers_content_anchor {
  display: block;
  height: 90px; /*same height as header*/
  margin-top: -90px; /*same height as header*/
  visibility: hidden;
}

.univers_content_wrapper_image {
  flex: 1;
  display: block;
  height: 400px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  margin: 0 4%;
}

.univers_content_wrapper_editorial {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 4%;
}

.univers_content_wrapper_editorial p {
  margin: 0;
  padding: 0;
}

.univers_content_wrapper_editorial_separator {
  width: 40%;
}

.univers_content_wrapper_editorial_button {
  width: 165px;
  height: 56px;
  background-size: 165px 56px;
  line-height: 56px;
  margin-top: 24px;
  margin-left: 24px;
}

.univers_content_wrapper_editorial_button:first-of-type {
  margin-left: 0;
}

.univers_content_image {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 300px;
  width: 100%;
}

.univers_content_wrapper_editorial a {
  font-family: BebasNeueRegular;
  font-size: 22px;
  line-height: 0.91;
  text-align: left;
  color: #a61615;
  text-decoration: none;
  cursor: pointer;
}

.univers_content:nth-child(2n) {
  background-image: url("../../images/textures/bg-paper-ivoire@3x.jpg");
  background-repeat: repeat;
  background-size: 1200px auto;
}

.univers_content:nth-child(2n) .univers_content_wrapper {
  flex-direction: row-reverse;
}

.univers_content:nth-child(2n) .univers_content_wrapper_editorial {
  align-items: flex-end;
}

.univers_content:nth-child(2n) .univers_content_wrapper_editorial h2,
.univers_content:nth-child(2n) .univers_content_wrapper_editorial h3,
.univers_content:nth-child(2n) .univers_content_wrapper_editorial p {
  text-align: right;
}

.univers_content:nth-child(2n) .univers_content_wrapper_editorial_button {
  background-image: url("../../images/buttons/losange-black-big@3x.png");
  color: #ffffff;
}

.univers_content:nth-child(2n) .univers_content_wrapper_editorial_button:hover {
  background-image: url("../../images/buttons/losange-rouge-big@3x.png");
}

.univers_content_wrapper_editorial_button_container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .univers_content_wrapper {
    display: block;
    padding: 24px 5% 64px 5%;
  }

  .univers_content_wrapper_image {
    height: 320px;
    width: 100%;
    margin: 0 0 24px 0;
  }

  .univers_content_anchor {
    height: calc(64px + 56px); /*same height as header*/
    margin-top: calc(-64px - 56px); /*same height as header*/
  }

  .univers_content_wrapper_editorial {
    margin: 0;
  }

  .univers_content_wrapper_editorial_separator {
    width: 50%;
  }

  .univers_content_wrapper_editorial_button {
    width: 220px;
    height: 64px;
    background-size: 220px 64px;
    line-height: 64px;
    align-self: center;
  }

  .univers_content:nth-child(2n) .univers_content_wrapper {
    flex-direction: column;
  }

  .univers_content:nth-child(2n) .univers_content_wrapper_editorial {
    align-items: flex-start;
  }

  .univers_content:nth-child(2n) .univers_content_wrapper_editorial h2,
  .univers_content:nth-child(2n) .univers_content_wrapper_editorial h3,
  .univers_content:nth-child(2n) .univers_content_wrapper_editorial p {
    text-align: left;
  }
}
