
/* HERO SECTION */
.hero-section {
  background-image: url('/static/img/hotel-bg.jpg');
  background-size: cover;
  background-position: center;
  min-height: 500px;
  /* pour que le texte soit bien lisible */
  background-color: rgba(0, 0, 0, 0.5);
  background-blend-mode: darken;
}

