/* Google Map responsive */

.map-responsive {
  overflow: hidden;
  padding-bottom: 50%;
  position: relative;
  height: 0;
}

.map-responsive iframe{
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

/* End Google Map responsive */

body {
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
}

header, .dropdown-menu {
  background: rgba(0, 0, 0, 0.3); /* légère surcouche */
  backdrop-filter: blur(2px); /* effet verre dépoli */
}

.bg-container {
    background-image: url('../images/sauna.jpg');
    background-size: cover;       /* couvre tout l'espace */
    background-position: center;  /* centre l'image */
    width:100%;
    height:100%;
    color: white;
}

.bg-container header nav ul li a{
  color: white;
}

.hero {
  height: 70vh;
}

.img-small {
  width: 100%;
  object-fit: cover;
  height:100%
}

.card:hover {
  transform: scale(1.02);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}