#infallow {
  background-image: url('infallow.webp');
  background-size: cover;
}

.fiche {
  margin: var(--space-xl);
  background-color: var(--bg-color);
  border-radius: 8px;
  padding: var(--space-xl);
  text-align: center;
}

.fiche > h2 {
  margin-top: 0;
  font-size: clamp(1.5rem, 1vw + 1.5rem, 3.5rem);
}

.fiche > p {
  padding: 1rem;
}

.fiche > a {
  text-decoration: none;
  color: var(--main-color);
  font-size: 2rem;
}

.fiche > a:hover {
  text-decoration: underline;
}

.cover {
  padding-bottom: var(--space-m);

}
