.contact {
  display: flex;
  justify-items: center;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  background-image: url(/img/fond.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  border-radius: 25px;
}

.contact_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  width: 90%;
  max-width: 420px;
  padding: 1.5rem;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.9);
}

.contact__contact {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 280px;
}

.contact__title {
  font-size: var(--size-lg);
  text-align: center;
  width: 80%;
}
.contact__description {
  text-align: center;
}

.telephone,
.email,
.adresse {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  font-size: var(--size-sm);
  font-weight: 700;
  font-family: var(--font-secondary);
}
