#intro {

  margin-bottom: 0vw;
  padding: 4vw 0 2vw 0;
}
#intro h1 {

  margin-top: 2vw;
}

#intro img {
  width: 100%;
  height: auto;
  margin: 2vw 0;
}



/* INTEMPORELLES */
.etagere {
  width: 100%;
  text-align: center;
  margin: 3vw 0;

}
.etagere h2 {
  width: 100%;
  text-align: center;
  font-family: "Perpetua Titling MT Light 2";
  text-transform: uppercase;
  border-top: 1px #000 solid;
  border-bottom: 1px #000 solid;
  font-weight: 200;
  font-size: calc(16px + 1vw);
  line-height: calc(16px + 2vw);
  letter-spacing: 0.25vw;
  margin-bottom: 0;
}
.etagere h3 {
  font-family: 'Perpetua Titling MT Light 2';
  text-transform: uppercase;
  transition: all 0.25s ease-in-out;
  line-height: normal!important;
  font-size: calc(16px + 0.5vw);
  line-height: calc(16px + 1vw);
}
.etagere ul {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: flex-start;
  flex-direction: row;
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
.etagere li {
  padding: 4vw 2vw 2vw 2vw;
  transition: all 0.25s ease-in-out;
}

.etagere.intemporelles li {
  width: 16.7%;
}
.etagere.raretes li {
  width: 25%;
}
.etagere.parcellaires li {
  width: 20%;
}

.etagere img {
  transition: transform 0.5s ease-in-out;
  /* filter : drop-shadow(0 0 1rem #000) */
  width: auto;
  max-height: 474px;
}
.etagere li:hover img {
  transform: scale(105%);
}
.etagere li:hover  h3 {
  transform: scale(110%);
  font-weight: 700;
  transition: all 0.5s ease-in-out;

}




@media (max-width: 768px) {
  .etagere ul {
    display: grid;
    align-content: center;
    /* flex-direction: column; */
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
    /* flex-wrap: wrap; */
    justify-content: center;
    justify-items: center;
    grid-template-columns: 50% 50%;
}

.etagere.parcellaires li,
.etagere.intemporelles li,
.etagere.raretes li {
  width: 50%;
}

.etagere img {
    max-height: 300px;
    margin-top: 10vw;
  }

  #intro h1 {
    font-size: 11vw;
    line-height: 11vw;
    margin: 5vw 0;
    text-align: center;
    width: auto;
}

  .etagere h2 {
    width: 100%;
    text-align: center;
    font-family: "Perpetua Titling MT Light 2";
    text-transform: uppercase;
    border-top: 1px #000 solid;
    border-bottom: 1px #000 solid;
    font-weight: 200;
    font-size: calc(16px + 2vw);
    line-height: calc(16px + 2vw);
    letter-spacing: 0.25vw;
    margin-top: 15vw;
    padding: 2vw 0;
  }


.etagere h3 {
  font-size: calc(16px + 0.75vw);
}
}
