.galerie5 {
  padding: 0 20px 20px 20px;  
  padding-top: 0;
  margin: 0;
}

/* ✅ Banniere large */
.banniere-haute {
  width: 100%;
  background-color: #ffffff;
  padding: 30px 40px;
  box-sizing: border-box;
  border-bottom: 2px solid #ffffff;
}
.Xenia {
  width: 300px;
}
/* ✅ Zone des images avec colonnes */
.colonnes-galerie {
  column-count: 2;
  column-gap: 1rem;
  padding-top: 1rem;
}

.colonnes-galerie img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 1rem;
  break-inside: avoid;
}


/* SOUS-TITRE */
.sous-titre-projet {
  font-family: 'Andale Mono', sans-serif;
  font-size: 16px;
  font-weight: 400; /* normal */
  font-style: Extrabold ;
  margin-bottom: 15px;
  color: #000000;
}

/* TEXTE */
.texte-projet {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: 300;
  font-style: bold ;
  line-height: 1.6;
  color: #000000;
}