body {
    text-align: center;
    color: #000;
    text-align: center;
    font-family: Alte Haas Grotesk,sans-serif;
    font-size: 16pt;
    font-style: normal;
    font-weight: 100;
    line-height: normal;
}

p {
  font-size: clamp(1rem, 3.5vw, 1.2rem);
  max-width: 600px;
  margin: 0 auto 24px;
  text-align: justify;
}

.image {
  width: 100%;
  max-width: 500px;
  margin: 10px auto;
}

img {
    padding-bottom: 0.5rem;
    max-width: 100%;
  height: auto;
  display: block;
  border-radius: 8px; /* optionnel : coins arrondis */
}

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 10px;
}

.gallery img {
  width: 100%;
  height: auto;
}

/* .image {
    opacity: 1;

}

.image:hover {
    opacity: 0.2;
} */