@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@500&display=swap");
@import "//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.css";
.fiche-vin {
  font-family: "Barlow", sans-serif !important;
  font-style: normal;
  color: black;
  margin: 48px 0;
  max-width: 720px;
}
@media (min-width: 768px) {
  .fiche-vin {
    width: 100%;
    min-height: 630px;
    position: relative;
    margin: 48px auto;
  }
}
.fiche-vin .bouteille {
  height: 100%;
}
@media (max-width: 767px) {
  .fiche-vin .bouteille {
    position: relative;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 500px) and (max-width: 767px) {
  .fiche-vin .bouteille {
    height: 200px;
  }
}
@media (max-width: 400px) {
  .fiche-vin .bouteille {
    height: 130px;
  }
}
.fiche-vin .bouteille img {
  position: absolute;
  z-index: 2;
  max-width: 370px;
  filter: drop-shadow(20px -5px 32px rgba(0, 0, 0, 0.25));
  bottom: 42px;
}
@media (max-width: 767px) {
  .fiche-vin .bouteille img {
    filter: drop-shadow(0px 9px 14px rgba(0, 0, 0, 0.25));
    transform: rotate(90deg);
    max-height: 93vw;
    max-width: initial;
    bottom: auto;
    margin-top: 35px;
  }
}
.fiche-vin .vin-nom {
  font-weight: 800;
  font-size: 21px;
  line-height: 24px;
  color: #494592;
  background: #D9D9D9;
  border-radius: 8px;
  padding: 14px 22px;
}
.fiche-vin .vin-description {
  margin-top: 15px;
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
}
.fiche-vin .vin-description a {
  color: #494592;
}
@media (max-width: 767px) {
  .fiche-vin .vin-description {
    padding: 0 0 0 10px;
  }
}
@media (min-width: 768px) {
  .fiche-vin .vin-description {
    padding-left: 50%;
  }
}
.fiche-vin .vin-description .pastille {
  display: inline-block;
  padding: 0 3px 0 5px;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  font-size: 10px;
  line-height: 19px;
  transform: translateY(-3px);
  text-align: center;
  letter-spacing: 0.11em;
  margin-right: 5px;
  color: #FFFFFF;
}
.fiche-vin .vin-description .biologique {
  background: #8DB41E;
}
.fiche-vin .vin-description .quebec {
  background: #4399D8;
}
.fiche-vin .vin-description .rouge {
  background: #8C0000;
}
.fiche-vin .vin-description .blanc {
  background: #E6CA3C;
}
.fiche-vin .vin-description .orange {
  background: #FF7A00;
}
.fiche-vin .vin-description .rose {
  background: #F3738A;
}
.fiche-vin .vin-description .nature {
  background: #A69500;
}
.fiche-vin .vin-description .Spiritueux {
  background: #E29829;
}
.fiche-vin .vin-description .bulles {
  background: #BCB896;
}
.fiche-vin .vin-details {
  border-top: 3px solid #D9D9D9;
  margin: 20px 0;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .fiche-vin .vin-details {
    position: absolute;
    bottom: 0;
  }
}
.fiche-vin .vin-details .vin-details-produit,
.fiche-vin .vin-details .vin-details-liquide {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  color: #494592;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .fiche-vin .vin-details .vin-details-produit,
.fiche-vin .vin-details .vin-details-liquide {
    margin: 0 15px;
  }
}
.fiche-vin .vin-details .vin-prix {
  font-weight: 500;
  font-size: 40px;
  line-height: 40px;
  flex-grow: 1;
}
.fiche-vin .vin-details .vin-bouton {
  background: #494592;
  border-radius: 56px;
  font-weight: 500;
  font-size: 14px;
  line-height: 27px;
  color: white;
  padding: 5px 20px 6px;
  text-decoration: none;
}
.fiche-vin .vin-details .vin-bouton .fa {
  font-size: 12px;
  margin-left: 3px;
}
.fiche-vin .vin-details .vin-details-liquide {
  border-left: 2px solid #D9D9D9;
  margin-top: 15px;
}
.fiche-vin .vin-details .vin-details-liquide div {
  border-right: 2px solid #D9D9D9;
  padding: 0 18px;
}
@media (max-width: 767px) {
  .fiche-vin .vin-details .vin-details-liquide div {
    padding: 0 10px;
    text-align: center;
  }
}
.fiche-vin .vin-details .vin-details-liquide .code-saq {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .fiche-vin .vin-nom, .fiche-vin .vin-details {
    padding-left: 50%;
  }
}

@media (min-width: 1029px) and (max-width: 1180px) {
  .article-container .fiche-vin {
    min-height: 565px;
  }
  .article-container .fiche-vin .vin-description {
    font-size: 14px;
    line-height: 20px;
  }
  .article-container .fiche-vin .bouteille img {
    left: -50px;
  }
  .article-container .fiche-vin .vin-details .vin-prix {
    font-size: 30px;
    line-height: 30px;
    margin-right: 6px;
  }
  .article-container .fiche-vin .vin-details .vin-bouton {
    font-size: 13px;
    line-height: 23px;
  }
  .article-container .fiche-vin .vin-details .vin-details-liquide {
    font-size: 13px;
  }
  .article-container .fiche-vin .vin-details .vin-details-liquide div {
    padding: 0 5px;
  }
}

/*# sourceMappingURL=style-spiritueux.css.map */
