.hero .container {
  position: relative;
  background-image: url(img/face-home-hero.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 480px;
}

.hero .raquette {
  display: block;
  position: absolute;
  top: 0;
  left: -120px;
  width: 240px;
}

.hero .medaille {
  display: block;
  position: absolute;
  bottom: 120px;
  right: -160px;
  width: 120px;
}

.hero .sifflet {
  display: block;
  position: absolute;
  bottom: -40px;
  right: -160px;
  width: 120px;
}

.hero h1 {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 1em;
  width: 43vw;
  font-weight: bold;
  font-size: 3em;
}
