.projet-test-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 160px 40px;
}

/* HEADER */
.projet-test-header {
  text-align: center;
  margin-bottom: 80px;
}

/* .projet-test-title {
  font-size: 2.2rem; */
/* font-weight: 400; */
/*   margin-bottom: 10px;
} */

.projet-test-title {
  font-size: 2.2rem;
  font-weight: 600;

  letter-spacing: 0.32em;

  margin-bottom: 18px;

  text-transform: uppercase;
}

.projet-test-meta {
  font-size: 13px;
  color: #888;
  margin-bottom: 10px;
}

.projet-test-infos {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
}

/* GALERIE */
.projet-test-gallery {
  margin-bottom: 50px;
}

/* RESET MODULA */
.modula-gallery {
  display: block !important;
}

.modula-item {
  width: 100% !important;
  margin-bottom: 20px !important;
}

.modula-item img {
  width: 100%;
  height: auto;
  display: block;
}

/* OPTION : limiter hauteur pour éviter énormes images */
.modula-item img {
  max-height: 85vh;
  object-fit: cover;
}

/* DESCRIPTION */
.projet-test-description {
  max-width: 520px;
  margin: 0 auto 75px;
  font-size: 15px;
  line-height: 1.8;
  color: #444;
}

.projet-test-description p {
  text-align: justify !important;
  text-justify: inter-word;
}

/* CONTACT */
.projet-test-contact {
  text-align: center;
  margin-bottom: 80px;
}

.projet-test-contact p {
  font-size: 14px;
  color: #000;
  font-weight: 700;
}

.projet-test-contact a {
  display: inline-block;
  margin-top: 10px;
  text-decoration: none;
  color: #000;
}

/* BACK */
.projet-test-back {
  text-align: center;
}

.projet-test-back a {
  font-size: 14px;
  color: #999;
  text-decoration: none;
}

/* MOBILE OPTIMISATION */
@media (max-width: 768px) {
  /* espace entre images */
  .modula-item {
    margin-bottom: 22px !important;
  }

  /* resserrer légèrement les sections */
  .projet-test-header {
    margin-bottom: 60px;
  }

  .projet-test-gallery {
    margin-bottom: 60px;
  }

  .projet-test-description {
    margin: 0 auto 60px;
  }

  /* padding global un peu réduit */
  .projet-test-container {
    padding: 120px 25px;
  }

  .projet-test-title {
    font-size: 1.7rem;
    letter-spacing: 0.22em;
  }
}
