body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: white;
  color: black;
  margin: 40px;
}

nav {
  margin-bottom: 40px;
}

nav a {
  text-decoration: none;
  color: black;
  margin-right: 20px;
  font-size: 14px;
}

.home {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - 150px);
}

.featured-image {
  max-width: 80vw;
  max-height: 75vh;
  display: block;
}

.home-title {
  position: fixed;
  right: 40px;
  bottom: 40px;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.about-image {
  width: 100%;
  max-width: 900px;
  height: auto;
  display: block;
  margin-bottom: 40px;
}
.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 280px));
  gap: 30px;
}


.release p {
  margin-top: 8px;
  font-size: 12px;
}
.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 280px));
  gap: 30px;
}
h2 {
  margin-top: 80px;
  margin-bottom: 25px;
  font-size: 12px;

  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px solid black;
  padding-bottom: 10px;
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: white;
  color: black;
  margin: 40px;
}

nav {
  margin-bottom: 40px;
}

nav a {
  text-decoration: none;
  color: black;
  margin-right: 20px;
  font-size: 14px;
}

.home {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - 150px);
}

.featured-image {
  max-width: 80vw;
  max-height: 75vh;
  display: block;
}

.home-title {
  position: fixed;
  right: 40px;
  bottom: 40px;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.about-image {
  width: 100%;
  max-width: 900px;
  height: auto;
  display: block;
  margin-bottom: 40px;
}
.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 280px));
  gap: 30px;
}


.release p {
  margin-top: 8px;
  font-size: 12px;
}
.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 280px));
  gap: 30px;
}
h2 {
  margin-top: 80px;
  margin-bottom: 25px;
  font-size: 12px;

  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px solid black;
  padding-bottom: 10px;
}
.project-row {
  display: grid;
  grid-template-columns: repeat(auto-fill, 160px);
  gap: 25px;
  align-items: start;
}

/* bloc release stable */
.release {
  width: 160px;
}

/* image parfaitement uniforme */
.release img {
  width: 160px;
  height: 160px;
  object-fit: cover;
  display: block;
}

/* texte propre sous image */
.release p {
  margin-top: 8px;
  font-size: 12px;
  text-align: left;
}


.archive-list {
  display: flex;
  flex-direction: column;
  gap: 80px;
  align-items: center;
}

.archive-list img {
  width: 400px;
  max-width: 100%;
  height: auto;
  display: block;
}
.archive-list img {
  width: 400px !important;
  height: auto !important;
}

.archive-gallery {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}

.archive-gallery img {
  width: 500px;
  max-width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 768px) {

  nav {
    display: flex;
    justify-content: space-between;
  }

  nav a {
    margin-right: 0;
    font-size: 14px;
  }

}
@media screen and (max-width: 768px) {

  .home {
    min-height: calc(100vh - 120px);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
  }

  .featured-image {
    max-width: 90vw;
    max-height: 60vh;
    margin: 0 auto;
    display: block;
  }

}
@media screen and (max-width: 768px) {

  body {
    margin: 20px;
  }

  .home {
    min-height: calc(100vh - 140px);
    justify-content: center;
    align-items: center;
  }

  .featured-image {
    max-width: 100%;
    max-height: 65vh;
    margin: auto;
  }

  .home-title {
    right: 20px;
    bottom: 20px;
  }



