.parcellaires {
  width: 100%;
  text-align: center;
  margin: 3vw 0;
  background: transparent url(/img/bg_home_cuvees-parcellaires.jpg) no-repeat;
  background-size: cover;
  background-position: center center;

}
.parcellaires ul {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  align-content: center;
  flex-direction: row;
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
.parcellaires li {
  padding: 4vw 2vw 2vw 2vw;
}

.parcellaires h2 {
  text-transform: uppercase;
  font-family: 'Spartan', sans-serif;
  font-weight: 700;
  letter-spacing: 1.7vw;
  text-align: center;
  color: rgba(255, 255, 255, 0.25);
  padding-bottom: 2vw;
  padding-left: 1.75vw;
}


.parcellaires img {
  width: 9vw;
  height: auto;
  transition: transform 0.5s ease-in-out;
  filter : drop-shadow(0 0 1rem #000)
}
.parcellaires img:hover {
  transform: scale(105%);
}


/* 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;
}
.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 0vw 2vw 0vw;
  transition: all 0.25s ease-in-out;
}
.etagere.intemporelles li {
  width: 16.7%;
}
.etagere.raretes li {
  width: 25%;
}
.etagere.parcellaires li {
  padding: 4vw 2vw 2vw 2vw;
}


.etagere img {
  transition: transform 0.5s ease-in-out;
  /* filter : drop-shadow(0 0 1rem #000) */
  width: auto;
  max-height: 600px;
}
.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) {
  .leftImg,
  .rightImg {
    flex-direction: column;
  }
  .leftImg > div,
  .rightImg > div {
    width: 100%;
    padding: 10vw;
  }
  .rightImg > div:nth-child(2) {
    order: -1;
  }
  .leftImg > div div,
  .rightImg > div div {
    padding: 5vw 0;
  }
  .leftImg > div h2,
  .rightImg > div h2 {
    font-size: calc(16px + 2vw);
    line-height: calc(16px + 2.5vw);
    margin-bottom: 5vw;
  }
  .etagere ul {
    display: grid;
    align-content: center;
    justify-items: center;
    /* flex-direction: column; */
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
    /* flex-wrap: wrap; */
    justify-content: center;
    grid-template-columns: 50% 50%;
}

.etagere.intemporelles li,
.etagere.raretes li {
  width: 50%;
}

.etagere img {
    max-height: 300px;
    margin-top: 10vw;
  }
}
.etagere h3 {
  font-size: calc(16px + 0.75vw);
}

}

@media (max-width: 1023px) {
  .parcellaires img {
    width: 14vw;
  }
  .parcellaires h2 {
    font-size: 5vw;
    line-height: 5vw;
  }
} 

@media (min-width: 2000px) {
  .fondeBox {
    margin: 3vw 0;
}
.fondeBox h2 {
    margin: 3vw 0;
}
.parcellaires li {
  padding: 43px;
}
.parcellaires img {
  width: 200px;
}
.parcellaires h2 {
  letter-spacing: 18px;
  font-size: 96px;
  line-height: 24px;
  padding-left: 24px;
}
}
