body {
  background-color: #f8f9fa;
}

img.photo, .gallery img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

form input, form textarea {
  margin-bottom: 1rem;
}

/* Ajout des classes Bootstrap dans toutes les autres pages (extraits) */