body {
  font-family: "Lato", sans-serif;
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url("../image/Le-Chaman_verbier_restaurant.jpg");
  background-size: cover;
  background-position: center 20%;
  background-repeat: no-repeat;
  margin: 0;
  height: 100vh;
}

.contenu {
  /* background-color: rgba(000, 000, 000, 0.2); */
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  height: 95vh;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  text-align: center;
}

h1 {
  font-family: "Lato", sans-serif;
  font-size: 8rem;
  margin: 0.5rem 0;
}

h2 {
  font-family: "Lato", sans-serif;
  font-size: 4rem;
  margin: 0.6rem 0;
}

p {
  font-family: "Lato", sans-serif;
  font-size: 2.5rem;
  margin: 0.5 0 1rem 0;
}

.chaman-footer {
  color: #fff;
  margin: 0 1rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);

  p {
    font-size: 0.8rem;
  }
}

.diabolo-design-copyright {
  color: #fff;
  text-decoration: none;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}

.diabolo-design-copyright {
  display: flex;
  gap: 0.5rem;
}

@media screen and (max-width: 768px) {
  body {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
      url("../image/Le-Chaman_verbier_restaurant.jpg");
    overflow: hidden !important;
    background-position: center;
    background-size: 190%;
    height: 100dvh;
  }

  .contenu {
    height: 78vh;
    padding: 2rem;
  }
  h1 {
    font-size: 5rem;
  }

  h2 {
    font-size: 3rem;
  }

  p {
    font-size: 2rem;
  }

  .chaman-footer {
    flex-direction: column;
    align-items: center;

    p {
      font-size: 0.8rem;
    }
  }

  .diabolo-design-copyright {
  }
}
