
.Header{
  background-image: url(images/activités/lasergame/IMG_5051.JPG);
  filter: contrast(1.2);
  filter: saturate(1.2);
  background-position: center top;
  position: relative;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 5vh 2vw;
  max-width: 100%;
}
.img-header{
  padding: 10vw;
}


/* Cartes Tarifs */
.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px,1fr));
  grid-template-rows: auto;
  grid-gap: 20px;
  color: hsl(0, 0%, 30%);
  margin: 2vw 15vw;
  align-items: start;
}
@media only screen and (max-width: 500px) {
  .cards {
      margin: 2vw 5vw;
    }
}
.card {
  grid-template-rows: max-content auto 1fr;
  background-color: #9090908a;
  box-shadow: 0 0 12px rgba(0,0,0,0.6);
  border-radius: 5px;
  height: 100%;
  overflow: hidden;
  text-align: center;
}
.cardPopular{
  grid-template-rows: max-content auto 1fr;
  background-color: #9090908a;
  box-shadow: 0 0 12px rgba(0,0,0,0.6);
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
}
.card-txt{
  text-align: center;
  font-size: 3vh;
}
.card-txt2{
  justify-self: center;
  font-size: 2.5vh;
  color: white;
}