.groupes {
  display: flex;
  justify-content: center;
  flex-direction: row;
}
.groupes .groupe {
  display: flex;
  flex-direction: column;
  margin: 0 20px;
  text-decoration: none !important;
}
.groupe .image {
  position: relative;
  height: 300px;
  width: 400px;
  overflow: hidden;
  margin-bottom: 10px;
}
.groupe .image .background {
  display: block;
  background: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.groupe .image:hover .background {
  transform: scale(1.2);
}
.groupe .image .title {
  position: absolute;
  bottom: 10px;
  width: 100%;
  left: 0;
  font-weight: bold;
  font-size: 22px;
  color: white;
  text-shadow: 1px 1px 2px black;
}
a.button {
  text-decoration: none;
  margin-bottom: 10px;
}

@media screen and (max-width: 900px) {
  .groupes {
    flex-flow: row wrap;
  }

  .groupes .groupe {
    margin: 0;
    width: 100%;
  }

  .groupe .image {
    max-width: 400px;
    width: 100%;
  }
}

.parallax-window h1 {
  text-shadow: 0 0 30px rgba(0, 0, 0, 1);
}

.video-block {
  background: #000;
  overflow: hidden;
  position: relative;
}

.video-block video {
  display: block;
  margin: 0;
}

.video-block .h1-container {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}

.video-block .h1-container img {
  display: block;
  height: auto;
  max-width: 80%;
}

.video-block h1 {
  line-height: 1;
  text-shadow: 0 0 30px rgba(0, 0, 0, 1);
}

@media screen and (min-width: 1024px) {
  .video-block {
    padding-top: 148px;
  }

  .video-block .h1-container {
    top: 148px;
  }
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 60px;
  }
}
