.tematik_image--imageFixe {
  height: 15rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (min-width: 576px) {
  .tematik_image--imageFixe {
    background-attachment: fixed;
  }
}

@media (min-width: 768px) {
  .tematik_image--imageFixe {
    height: 20rem;
  }
}

@media (min-width: 992px) {
  .tematik_image--imageFixe {
    height: 25rem;
  }
}

.container .tematik_image--imageFixe {
  position: relative;
  right: -moz-calc(50vw - 50%);
  right: calc(50vw - 50%);
  width: 100vw;
}

.fond + .tematik_image--imageFixe {
  margin-top: -4rem !important;
}

.tematik_image--imageFixe + .fond {
  margin-top: 0 !important;
}
