.accueil h2 {
  font-family: "Spartan", sans-serif;
  font-size: 1.2rem;
  text-transform: uppercase;
}

/* PRIME HOME */

#prime {
  background: transparent url(/img/v_prime-home.jpg) no-repeat;
  /* background-size: 100% auto; */
  background-position: center top;
  background-size: cover;
  width: 100%;
  height: 41vw;
  max-height: 1000px;
  height: 1000px;
  position: relative;
}

#prime h2 {
  font-family: "Taviraj", serif;
  font-weight: 200;
  font-size: 3vw;
  color: #cbad84;
  text-transform: inherit;
  font-style: italic;
  min-width: 21%;
  /* text-align: right; */
  line-height: 7rem;
  margin: 4.5vw 0 0 4vw;
  position: absolute;
  text-shadow: 0px 0px 8px rgb(0, 0, 0);
  /* border: 1px red solid; */
  width: 41%;
}
#prime h2 span {
  font-family: "Cormorant Unicase", serif;
  font-style: normal;
  font-size: 4.5vw;
  font-weight: 500;
  line-height: 4vw;
}

#prime h2 {
  font-size: 4vw;
  line-height: 7rem;
  margin: 4.5vw 0 0 4vw;
  text-align: center;
  transform: scale(0.9);
  animation: scale 1s forwards cubic-bezier(0.5, 1, 0.89, 1);
}
h2 span {
  font-family: "Cormorant Unicase", serif;
  font-style: normal;
  font-size: 5vw;
  font-weight: 500;
  line-height: 4vw;
  display: inline-block;
  opacity: 0;
  filter: blur(4px);
}
#prime h2 span:first-child {
  font-size: 7vw;
}
h2 span em {
  font-size: 2.5vw;
  font-weight: 500;
  line-height: 3vw;
  font-style: normal;
}

@keyframes scale {
  100% {
    transform: scale(1);
  }
}

span:nth-child(1) {
  animation: fade-in 0.8s 0.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(2) {
  animation: fade-in 0.8s 0.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(3) {
  animation: fade-in 0.8s 0.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(4) {
  animation: fade-in 0.8s 0.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(5) {
  animation: fade-in 0.8s 0.5s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(6) {
  animation: fade-in 0.8s 0.6s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(7) {
  animation: fade-in 0.8s 0.7s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(8) {
  animation: fade-in 0.8s 0.8s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(9) {
  animation: fade-in 0.8s 0.9s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(10) {
  animation: fade-in 0.8s 1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(11) {
  animation: fade-in 0.8s 1.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(12) {
  animation: fade-in 0.8s 1.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(13) {
  animation: fade-in 0.8s 1.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(14) {
  animation: fade-in 0.8s 1.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(15) {
  animation: fade-in 0.8s 1.5s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(16) {
  animation: fade-in 0.8s 1.6s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(17) {
  animation: fade-in 0.8s 1.7s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(18) {
  animation: fade-in 0.8s 1.8s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

@keyframes fade-in {
  100% {
    opacity: 1;
    filter: blur(0);
  }
}

#prime div {
  width: 40%;
  /* padding: 7.3vw 3vw 8vw 3vw; */
  padding: 3.5vw 3vw 4vw 3vw;
  position: absolute;
  left: 47vw;
  top: 76%;
  z-index: 10;
  background: rgb(63, 62, 64);
  background: linear-gradient(
    45deg,
    rgba(98, 98, 98, 1) 30%,
    rgba(23, 22, 22, 1) 100%
  );
}
#prime div h3 {
  font-family: "Spartan", sans-serif;
  font-size: 0.7vw;
  line-height: 1vw;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
#prime div h4 {
  font-family: "Taviraj", serif;
  /*font-size: 1.4rem;*/
  color: #cbad84;
  font-style: italic;
  font-size: 2.5vw;
  font-weight: 200;
  width: 100%;
  margin: 1vw 0 3vw 0;
  word-break: break-word;
}
#prime div p {
  font-family: "Spartan", sans-serif;
  font-size: 1.1vw;
  font-weight: 200;
}
#Histoire a,
#prime a {
  font-family: "Spartan", sans-serif;
  font-size: 0.9vw;
  line-height: 1.2vw;
  color: #cbad84;
  background: none;
  border: none;
  text-transform: uppercase;
  margin-top: 40px;
  vertical-align: center;
  cursor: pointer;
  text-decoration: none;
}
#Histoire a span,
#prime a span {
  font-size: 2rem;
  margin-right: 20px;
}

/* HISTOIRE HOME */

#Histoire {
  background: rgb(63, 62, 64);
  background: linear-gradient(
    135deg,
    rgba(63, 62, 64, 1) 0%,
    rgba(40, 37, 37, 1) 50%,
    rgba(40, 37, 37, 1) 100%
  );
  width: 100%;
  height: fit-content;
  position: relative;
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: auto auto;
}
#Histoire .txt {
  /* text-align: right; */
  padding: 5vw 0 5vw 14vw;
}
#Histoire .img {
  height: 100%;
  overflow: hidden;
  background: transparent url(/img/v_histoire-home.jpg) no-repeat;
  background-size: auto 100%;
  background-position: center top;
  background-size: cover;
}
#Histoire .img img {
  display: none;
}
#Histoire div h2 {
  font-family: "Spartan", sans-serif;
  font-size: 0.7vw;
  line-height: 1vw;
  color: #ffffff;
  font-weight: 700;
  text-align: right;
  width: 66%;
  text-align: left;
  display: inline-block;
  text-transform: uppercase;
}
#Histoire div h3 {
  font-family: "Taviraj", serif;
  color: #cbad84;
  font-style: italic;
  font-size: 2.5vw;
  line-height: 2.5vw;
  font-weight: 200;
  width: 66%;
  margin: 1vw 0 3vw 0;
  word-break: break-word;
  display: inline-block;
  text-align: left;
}
#Histoire div p {
  font-family: "Spartan", sans-serif;
  font-size: 1.1vw;
  width: 66%;
  display: inline-block;
  text-align: left;
  font-weight: 200;
}
@media (max-width: 1024px) {
  #Histoire div h3 {
    font-size: 2.5vw;
    line-height: 2.5vw;
  }
}

/* COLLECTION HOME */
#Collection {
  padding: 15vw 0 0 0;
  width: 100%;
  text-align: center;
}
#Collection h2 {
  width: 100%;
  font-family: "Spartan", sans-serif;
  font-size: 0.7vw;
  line-height: 1.5vw;
  color: #fff;
  font-weight: 700;
  text-align: right;
  width: 66%;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
}
#Collection h3 {
  font-family: "Taviraj", serif;
  color: #cbad84;
  font-style: italic;
  font-size: 2.5vw;
  line-height: 2.5vw;
  font-weight: 200;
  width: 66%;
  margin: 1vw 0 3vw 0;
  word-break: break-word;
  display: inline-block;
  text-align: center;
}

#Collection p a {
  font-family: "Spartan", sans-serif;
  font-size: 0.9vw;
  line-height: 1.2vw;
  color: #cbad84;
  background: none;
  border: none;
  text-transform: uppercase;
  margin-top: 40px;
  vertical-align: center;
  cursor: pointer;
  text-decoration: none;
}
#Collection .Cuvee {
  background: #000 url(/img/bg_cuvee_prestige_1920x850.jpg) no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
  padding: 0 0 2vw 0;
  text-align: center;
  position: relative;
}
/* #Collection .Cuvee h4 {
  background: transparent url(/img/titre_cuvee_prestige.svg) no-repeat;
  background-size: 100% auto;
  background-position: center center;
  width: 50%;
  height: 100%;
  position: absolute;
  text-indent: -9999px;
  left: 0;
  top: 0;
} */


#Collection .Cuvee h4 {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  font-size: calc(14px + 4vw);
  color: #cbad84;
  font-family: 'Cormorant Unicase', serif;
  margin-top: 15vw;
}
#Collection .Cuvee h4 span.baseline {
  font-size: calc(14px + 0.1vw);
  color: #fff;
  font-family: 'Spartan', sans-serif;
  letter-spacing: 0.5vw;
  line-height: calc(14px + 0.1vw);
  text-transform: uppercase;
  display: block;
}




#Collection .Cuvee p {
  width: 60%;
  display: inline-block;
  text-align: center;
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 63%;
}
#Collection .Cuvee p a span {
  margin-right: 1vw;
}
#Collection .Cuvee .allCollections {
  position: absolute;
  right: 0;
  bottom: 0.5vw;
  z-index: 1000;
}
#Collection .Cuvee .allCollections a {
  padding: 0.5vw 1vw;
  background-color: #cbad84;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  font-weight: 700;
  font-size: calc(14px + 0.25vw);
  line-height: calc(14px + 0.25vw);
  padding-top: 0.75vw;
  padding-right: 2vw;
}
#Collection .Cuvee .allCollections a:hover {
  color: #fff;
  background: rgb(63, 62, 64);
  background: linear-gradient(
    180deg,
    rgba(63, 62, 64, 1) 0%,
    rgba(40, 37, 37, 1) 50%,
    rgba(40, 37, 37, 1) 100%
  );
  transition: all 1s ease;
}

#Collection .Cuvee .Bouteille {
  width: auto;
  height: 40vw;
}

/* NOTRE VIGNOBLE HOME */

.Vignostyle {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: auto auto;
  /* height: 620px; */
}
.Vignostyle div {
  padding: 15vw 0 2vw 0;
  text-align: center;
  height: 100%;
  background-size: auto 100%;
  background-position: center top;
  background-size: cover;
}

#Vignoble {
  background: transparent url(/img/v_vignes-home.jpg) no-repeat;
  background-size: cover;
}
#Style {
  background: transparent url(/img/v_rapeneau-home.jpg) no-repeat;
  /* padding-top: 4vw; */
  background-size: cover;
  background-size: auto 100%;
}

.Vignostyle div h2 {
  font-family: "Spartan", sans-serif;
  font-size: 0.7vw;
  line-height: 1.5vw;
  color: #ffffff;
  font-weight: 700;
  text-align: right;
  width: 66%;
  text-align: left;
  display: inline-block;
  text-transform: uppercase;
}
.Vignostyle div h3 {
  font-family: "Taviraj", serif;
  color: #cbad84;
  font-style: italic;
  font-size: 2.5vw;
  line-height: 2.5vw;
  font-weight: 200;
  width: 66%;
  margin: 1vw 0 3vw 0;
  word-break: break-word;
  display: inline-block;
  text-align: left;
}
.Vignostyle div p {
  font-family: "Spartan", sans-serif;
  font-size: 1.1vw;
  width: 66%;
  display: inline-block;
  text-align: left;
  font-weight: 200;
}
#Style h2,
#Style h3,
#Style p {
  width: 50%;
  margin-left: 25%;
}

/* @media (max-width: 1024px) {
    #Vignoble h3,
    #Style h3 {
        font-size: 2.5vw;
        line-height: 2.5vw;
    }

} */

/* CARTE HOME */

#Carte {
  text-align: center;
  position: relative;
}
#Carte h2 {
  width: fit-content;
  font-family: "Spartan", sans-serif;
  font-size: calc(14px + 0.1vw);
  line-height: calc(14px + 0.1vw);
  color: #999;
  font-weight: 700;
  text-align: center;
  /* margin: -2vw; */
  padding: 0;
  position: absolute;
  /* margin-left: 50%; */
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  top: 26vw;
  z-index: 10;
  display: inline;
  /* background: transparent url(/img/); */
}
#Carte h2 span {
  width: 100%;
  text-align: center;
  font-size: 5rem;
  color: #cbad84;
  display: block;
  padding-bottom: 10px;
  font-weight: 700;
  z-index: 10;
}
#Carte h3 {
  width: 35%;
  font-family: "Taviraj", serif;
  color: #cbad84;
  font-style: italic;
  font-size: 3.5rem;
  line-height: 3.5rem;
  font-weight: 200;
  margin: 15px 0 0 30%;
  padding: 0;
  text-align: center;
  position: absolute;
  margin-left: 50%;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  top: 30vw;
  z-index: 10;
}
#Carte h3 span {
  font-family: "Taviraj", serif;
  font-style: inherit;
  font-size: calc(16px + .5vw);
    text-align: center;
    line-height: calc(16px + .5vw);
  font-weight: 200;
  margin: 15px 0 0 0;
  padding: 0;
  display: block;
  text-align: center;
}
#Carte ul {
  list-style: none;
  position: relative;
  /* width: 1280px;
    height: 560px; */
  width: 100vw;
  height: 57vw;
  background: transparent url(/img/v_world-map.svg) no-repeat;
  background-size: 100% auto;
  background-position: center top;
  background-size: cover;
  margin: 0 0 0 50%;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
#Carte li {
  position: absolute;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-family: "Spartan", sans-serif;
  cursor:pointer;
  z-index: 1000;
}
#Carte li span {
  color: #cbad84;
}
#Carte ul li div:first-child {
  font-size: 16px !important;
  line-height: 16px;
  margin-bottom: 10px;
  z-index: 1000;
  position: relative;
}
#Carte li:nth-child(1) {
  left: 48vw;
  top: 19vw;
  z-index: 10000;
}
#Carte li:nth-child(2) {
  left: 24vw;
  top: 27.75vw;
  z-index: 10000;
}
#Carte li:nth-child(3) {
  left: 81.5vw;
  top: 24vw;
  z-index: 10000;
}
#Carte li:nth-child(4) {
  left: 75vw;
  top: 35vw;
  z-index: 10000;
}
#Carte li:nth-child(5) {
    left: 50vw;
    top: 22vw;
    z-index: 1000;
}
#Carte li:nth-child(6) {
    left: 58vw;
    top: 26vw;
    z-index: 10000;
}
#Carte li:nth-child(7) {
  left: 53vw;
  top: 38vw;
    z-index: 10000;
}

@media (min-width: 768px) and (max-width: 1023px) {
  #Carte h2 {
    top: 30vw;
  }
  #Carte h3 {
    width: 50%;
    top: 32vw;
    font-size: 3vw;
    line-height: 3vw;
    padding-top: 7vw;
  }
  #Carte h3 span {
    font-size: 4vw;
    line-height: 4vw;
  }
}

@media (min-width: 1024px) and (max-width: 1280px) {
  #Carte h3 {
    width: 40%;
    font-size: 2.5vw;
    line-height: 2.5vw;
    padding-top: 2vw;
  }
  #Carte h3 span {
    font-size: 2.5vw;
    line-height: 2.5vw;
  }
  #Carte ul {
    width: 1024px;
    height: 583px;
  }
  #Carte li {
    font-style: 1em;
  }
  /* #Carte li:nth-child(1) {
    left: 485px;
    top: 190px;
  }
  #Carte li:nth-child(2) {
    left: 130px;
    top: 223px;
  }
  #Carte li:nth-child(3) {
    left: 800px;
    top: 290px;
  }
  #Carte li:nth-child(4) {
    left: 769px;
    top: 360px;
  } */
}

@media (max-width: 768px) {
  .accueil {
    display: flex;
    flex-direction: column;
  }
  #prime {
    width: 100%;
    background-size: 150% auto;
    padding: 70vw 0 0 0;
  }
  #prime h2 {
    /* width: 70%; */
    text-align: right;
    margin: 0 auto;
    position: relative;
    font-size: 6vw;
    line-height: 6vw;
    text-align: center;
  }
  #prime h2 span {
    font-size: 8.1rem;
    line-height: 8rem;
  }
  #prime div {
    width: 100%;
    padding: 60px 40px 40px 40px;
    position: relative;
    /* background: none; */
    left: inherit;
    top: inherit;
  }
  #prime div h3 {
    text-align: center;
  }
  #prime div h4 {
    text-align: center;
    width: 70%;
    /*margin-left: 15%;*/
    font-size: 7.5vw;
  }

  #Histoire {
    width: 100%;
    height: fit-content;
    position: relative;
    display: flex;
    flex-direction: column;
    margin-top: 260px;
  }
  #Histoire div h2 {
    text-align: center;
  }
  #Histoire div h3 {
    text-align: center;
    width: 80%;
  }
  #Histoire .txt {
    text-align: center;
    padding: 80px 0px;
  }
  #Histoire .txt p {
    padding: 0px 40px;
    width: auto;
  }

  #Collection {
    /* background: transparent url(/img/bg-collection-home.jpg) no-repeat; */
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-size: auto 10%;
    background-position: left center;
    background-size: cover;
  }
  #Collection h3 {
    font-size: 4vw;
    line-height: 4vw;
    clear: both;
  }

  .Vignostyle {
    width: 100%;
    display: flex;
    flex-direction: column;
    height: inherit;
    text-align: center;
  }
  .Vignostyle #Vignoble h2,
  .Vignostyle #Vignoble h3,
  .Vignostyle #Style h2,
  .Vignostyle #Style h3 {
    text-align: center;
    width: 70%;
    margin: 0;
  }
  .Vignostyle div p,
  .Vignostyle #Style p {
    width: 100%;
    padding: 40px 40px 80px 40px;
    margin: 0;
  }
  .Vignostyle #Style h2,
  .Vignostyle #Style h3 {
    text-align: center;
    width: 50%;
    margin: 0 0 0 40%;
  }
  .Vignostyle #Style p {
    width: 50%;
    padding: 40px 40px 80px 40px;
    margin: 0 0 0 40%;
  }

  #UNESCO {
    padding-top: 80px;
  }
  #Maison {
    width: 100%;
    height: inherit;
  }
  #Maison div:first-of-type {
    display: inherit;
  }
  #Maison .seRendre,
  #Maison .noire {
    margin: 0 40px 80px 40px;
    width: auto;
  }
  #Maison p {
    width: 100%;
  }
  #Maison .noire {
    margin: 40px;
  }

  #Maison .plan {
    width: 100%;
  }
  #Maison .plan iframe {
    width: 100%;
    margin: 0px;
  }
  #Carte {
    /* height: 50vw;
    margin-bottom: 18vw; */
    overflow-x: hidden;
    width: 100%;
    height: auto;
  }
  #Carte h2 {
    font-size: 3.4vw;
    line-height: 4vw;
    /* top: 2vw; */
    margin-top: -14vw;
  }
  #Carte h3 {
    width: 90%;
    font-size: 7vw;
    line-height: 7vw;
    /* top: 14vw; */
    padding-top: 24vw;
  }
  #Carte h3 span {
    font-size: 7vw;
    line-height: 0vw;
    display: block;
  }
  #Carte ul {
    position: relative;
    width: 100vw;
    height: 50vw;
    /* background: transparent url(/img/v_world-map.svg) no-repeat;
            background-position-x: 0%;
            background-position-y: 0%;
            background-size: auto;
        background-size: 100% auto;
        background-position: center top;
        background-size: 180% auto; */
    /* padding: 33vw; */
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: max-content;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
    padding: 0;
    margin: 0;
    transform: inherit;
  }
  #Carte li:nth-child(1),
  #Carte li:nth-child(2),
  #Carte li:nth-child(3),
  #Carte li:nth-child(4),
  #Carte li:nth-child(5),
  #Carte li:nth-child(6),
  #Carte li:nth-child(7) {
    width: 50vw;
    top: inherit;
    left: inherit;
    /* padding: 0 0 0 10%; */
    position: relative;
    text-align: left;
    /* margin: 0 0 0 85%; */
    /* transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%); */
    padding: 0;
    width: 100vw;
    height: 50vw;
    /* padding: 33vw; */
    margin: 0;
    
    margin-bottom: 15px;

  }


.fiche {
  display: inline;
}
}

@media (min-width: 768px) {
  .carousel-container {
    display: none;
  }
}
@media (max-width: 768px) {
  #Histoire {
    margin-top: 50vw;
  }
  #Histoire .img {
    height: 100vw;
    order: -1;
  }
  #prime {
    height: auto;
    padding: 2vw 0 0 0;
    background-size: 150% auto;
    background-position: 50% 58vw;
  }
  #prime h2 {
    font-size: calc(14px + 4.5vw);
    line-height: calc(14px + 4.5vw);
    width: 90%;
    text-shadow: 0px 0px 3px rgb(0 0 0);
  }
  #prime h2 em {
    font-size: calc(14px + 2vw);
    line-height: calc(14px + 2vw);
  }
  #prime h2 span {
    font-size: calc(14px + 5.5vw);
    line-height: calc(14px + 5.5vw);
  }
  #prime div {
    top: 83vw;
  }

  #prime div h3 {
    font-size: calc(14px + 0.1vw);
    line-height: calc(14px + 0.1vw);
  }
  #prime div p {
    font-size: calc(16px + .5vw);
    text-align: center;
    line-height: calc(16px + 2vw);
  }
  #Histoire a,
  #prime a {
    font-size: calc(16px + 0.5vw);
  }
  #Histoire div h3 {
    font-size: 7.5vw;
    line-height: 8vw;
  }
  #prime div h4 {
    width: 100%;
  }
  #Histoire .txt p {
    font-size: calc(16px + .5vw);
    text-align: center;
    line-height: calc(16px + 2vw);
  }
  #Collection h2 {
    font-size: calc(14px + 0.1vw);
    line-height: calc(14px + 0.1vw);
  }
  #Collection h3 {
    font-size: 7.5vw;
    text-shadow: 0px 0px 8px rgb(0 0 0);
    margin-bottom: 10vw;
  }

  #Collection .Cuvee h4 {
    width: 40%;
    left: 3vw;
    top: -10vw;
    line-height: calc(16px + 1vw);
}
#Collection .Cuvee h4 span.baseline {
  font-size: 13px;
  line-height: 17px;
  margin-top: 3vw;
}
#Collection p a {
  font-size: 2.2vw;
  line-height: 2.2vw;
}
#Collection .Cuvee p {
  right: 0;
  left: auto;
  top: 72%;
}

  #Collection .Cuvee .allCollections {
    bottom: -5.5vw;
    width: 100%;
  }
  #Collection .Cuvee .allCollections a {
    padding: 1.5vw 1vw;
    padding-top: 2vw;
    padding-right: 2vw;
    width: 100%;
    display: block;
  }

  #Histoire div h2 {
    font-size: calc(14px + 0.1vw);
    line-height: calc(14px + 0.1vw);
  }
  .Vignostyle #Vignoble h2,
  .Vignostyle #Style h2 {
    font-size: calc(14px + 0.1vw);
    line-height: calc(14px + 0.1vw);
    padding-top: 8vw;
    text-align: center;
    margin: 0;
  }
  .Vignostyle #Vignoble h3,
  .Vignostyle #Style h3 {
    font-size: 7.5vw;
    line-height: 7.5vw;
    /*padding-top: 34vw;*/
    width: 80%;
    margin: 0;
  }
  .Vignostyle div p,
  .Vignostyle #Style p {
    font-size: calc(16px + .5vw);
    text-align: center;
    line-height: calc(16px + 2vw);
    width: 96%;
    margin: 0;
  }
  #UNESCO {
    padding-top: 40px;
  }
  #UNESCO h2 {
    font-size: 3vw;
    width: 42%;
  }
  #UNESCO p {
    font-size: calc(16px + .5vw);
    text-align: center;
    line-height: calc(16px + 2vw);
    width: 95%;
    margin-left: 10%;
    margin-bottom: 8vw;
  }
  #Maison h2 {
    font-size: 3vw;
    width: 100%;
    margin-top: 7vw;
  }
  #Maison h3 {
    font-style: italic;
    font-size: 7.5vw;
    line-height: 7.5vw;
    font-weight: 200;
    margin: 1vw 0 4vw 0;
  }
  #Maison > div:nth-child(3) > div > p {
    font-size: calc(16px + 0.5vw);
    text-align: center;
    line-height: calc(16px + 2vw);
  }
  #Maison .plan iframe {
    width: 100%;
    height: 100vw;
    margin: 0px;
  }
  #Carte {
    height: 72vw;
    overflow-x: hidden;
  }

}
@media all and (min-width: 415px) and (max-width: 567px) {
  #prime div p,
  #Histoire div p,
  .Vignostyle div p,
  #UNESCO p {
    font-size: 2.5vw;
    line-height: 4vw;
  }
  #Histoire a,
  #prime a,
  #prime div h3,
  #Histoire div h2,
  .Vignostyle #Vignoble h2,
  .Vignostyle #Style h2 {
    font-size: calc(16px + 0.5vw);
  }
  #prime div h4,
  #Histoire div h3,
  #Vignoble h3,
  .Vignostyle #Style h3,
  #Maison h3,
  #Collection h3 {
    font-size: 6vw;
    /*width: 60%;*/
    line-height: 6vw;
  }

  #prime {
    height: auto;
    padding: 2vw 0 0 0;
    background-size: 100% auto;
    background-position: 0 56vw;
  }
  #prime h2 {
    font-size: calc(14px + 4.5vw);
    line-height: calc(14px + 4.5vw);
    width: 80%;
    text-shadow: 0px 0px 3px rgb(0 0 0);
  }
  #prime h2 em {
    font-size: calc(14px + 2vw);
    line-height: calc(14px + 2vw);
  }
  #prime h2 span {
    font-size: calc(14px + 5.5vw);
    line-height: calc(14px + 5.5vw);
  }
  #prime div {
    top: 50vw;
  }

  #Histoire {
    margin-top: 0;
  }
  #Histoire .img {
    order: -1;
    height: 100vw;
    margin-top: 50vw;
  }

  #Collection h2 {
    font-size: 3vw;
    line-height: 3.5vw;
  }
  .Vignostyle #Vignoble h2,
  .Vignostyle #Style h2 {
    font-size: 3vw;
    line-height: 4.5vw;
    padding-top: 10vw;
    text-align: center;
    margin: 0;
  }
  .Vignostyle #Vignoble h3,
  .Vignostyle #Style h3 {
    font-size: 7.5vw;
    line-height: 7.5vw;
    /*padding-top: 34vw;*/
    width: 80%;
    margin: 0;
  }
  .Vignostyle div p,
  .Vignostyle #Style p {
    font-size: 3vw;
    line-height: 4.5vw;
    text-align: center;
    width: 80%;
    margin: 0;
  }
  #UNESCO h2 {
    font-size: 3vw;
    width: 42%;
  }
  #Maison h2 {
    font-size: 3vw;
    width: 100%;
    margin-top: 7vw;
  }
  #Maison .plan iframe {
    height: 60vw;
  }
  #Maison > div:nth-child(3) > div > p {
    font-size: 3vw;
    line-height: 4.5vw;
  }
  #Carte {
    height: 70vw;
    overflow-x: hidden;
  }
  #Carte > ul > li {
    font-size: 3vw;
    line-height: 4.5vw;
  }
}
@media all and (min-width: 568px) and (max-width: 767px) {
  #prime div p,
  #Histoire div p,
  .Vignostyle div p,
  #UNESCO p {
    font-size: 3vw;
    line-height: 4.5vw;
  }

  #prime {
    height: auto;
    padding: 2vw 0 0 0;
    background-size: 100% auto;
    background-position: 0 50vw;
  }
  #prime h2 {
    font-size: calc(14px + 4.5vw);
    line-height: calc(14px + 4.5vw);
    width: 80%;
    text-shadow: 0px 0px 3px rgb(0 0 0);
  }
  #prime h2 em {
    font-size: calc(14px + 2vw);
    line-height: calc(14px + 2vw);
  }
  #prime h2 span {
    font-size: calc(14px + 5.5vw);
    line-height: calc(14px + 5.5vw);
  }
  #prime div {
    top: 50vw;
  }

  #Histoire .img {
    height: 100vw;
    order: -1;
  }
  #Histoire a,
  #prime a {
    font-size: 1.5vw;
  }
  .Vignostyle h3,
  #UNESCO h3,
  #Histoire h3,
  #prime h3,
  #Carte h3 {
    font-size: 5vw;
    line-height: 5.5vw;
  }
  #Carte {
    height: 70vw;
  }
  #Carte h3 {
    padding-top: 24vw;
  }
  #Carte h2 {
    margin-top: -14vw;
  }
  #Carte > ul > li {
    font-size: 3vw;
    line-height: 4.5vw;
  }
  .Vignostyle div h2 {
    font-size: 2vw;
    line-height: 3vw;
  }
  #Carte h3 span {
    font-size: 4vw;
  }
  #Maison .seRendre {
    width: 80vw !important;
  }
  #Maison .plan iframe {
    height: 60vw;
  }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
  #prime div p,
  #Histoire div p,
  .Vignostyle div p,
  #UNESCO p {
    font-size: 1.2vw;
  }
  #Histoire a,
  #prime a {
    font-size: 1vw;
  }
  #Histoire .txt {
    padding: 100px 30px;
  }
  #Style {
    padding-top: 2vw;
  }
}


@media (max-width: 768px) {
  #Carte {
    height: auto !important;
}
  #Carte ul {
    position: relative;
    padding: 60vw 5vw 5vw 5vw;
    width: 100%;
    height: auto !important;
    /* padding: 33vw; */
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows:auto;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
    margin: 0;
    transform: inherit;
    background-size: auto;
  
  }
  #Carte h3 {
    top: 10vw;
  }
  #Carte li {
    position: relative;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-family: "Spartan", sans-serif;
    cursor: pointer;
    z-index: 1000;
    width: 100%;
    height: 24vw !important;
    text-align: left;
    top: inherit;
    left: inherit;
    justify-self: left;
  }
  .fiche {
    width: 90%;
}
}


@media (max-width: 415px) {
  #Carte {
    height: fit-content;
    overflow-x: hidden;
    
}
#Carte h3 {
  top: 10vw;
}
#Carte ul {
  position: relative;
  padding: 60vw 5vw 5vw 5vw;
  width: 100%;
  height: auto !important;
  /* padding: 33vw; */
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows:auto;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin: 0;
  transform: inherit;
  background-size: auto;
}
#Carte li {
  position: absolute;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-family: "Spartan", sans-serif;
  cursor: pointer;
  z-index: 1000;
  width: 89vw !important;
  height: 26vw !important;
}
#Carte li span {
  width: 100%;
}
#Carte li div:first-child {
  padding: 0;
  font-size: 16px;
}

#Carte li .fiche {
  display: inline;
  width: 100%;
  margin: 0;

}
}

