body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f5f5f5;
  color: #333;
}

header {
  background-color: #1f2937;
  color: white;
  text-align: center;
  padding: 15px 0;
}

header h1 {
  margin: 0;
  font-size: 28px;
}

nav ul {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
}

nav li {
  display: inline-block;
  margin: 0 15px;
}

nav a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

nav a:hover,
nav a.active {
  text-decoration: underline;
}

.clickable-image {
  width: 700px;   /* Taille moyenne, plus équilibrée */
  height: auto;
  display: block;
  margin: 20px auto;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}


body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-image: url("papiermaché.jpeg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  color: #333;
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: -1;
}



.gallery img {
  width: 300px;              
  height: 200px;             
  object-fit: cover;         
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);   


   }
 

figure {
  text-align: center;
  margin: 10px;
}
