@charset "UTF-8";
/* xl - DESKTOP STYLES */
@font-face {
  font-family: "OldStyle";
  src: url("fonts/OldStyle.ttf") format("truetype");
}
@font-face {
  font-family: "RotisSans";
  src: url("fonts/RotisSerifStd.otf") format("otf");
}
@font-face {
  font-family: "Trajan Pro";
  src: url("fonts/TrajanProReg.otf") format("otf");
}
@font-face {
  font-family: "Trajan Pro";
  src: url("fonts/TrajanProReg.otf") format("otf");
}
@font-face {
  font-family: "InterUi";
  src: url("fonts/Inter-Regular.woff") format("woff");
}
@font-face {
  font-family: "TrajanProRegular";
  src: url("fonts/trajanp0-webfont.eot");
  src: url("fonts/trajanp0-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/trajanp0-webfont.woff") format("woff"), url("fonts/trajanp0-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.page-id-7924 h1 {
  text-align: center;
  font-family: RotisSans;
  background: -webkit-linear-gradient(350deg, #f4deae 0%, #b39d7a 50%, #f4deae 64%, #9a896c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 55px 0 0 0;
  text-transform: uppercase;
  font-size: 52px;
  letter-spacing: 10px;
}
.page-id-7924 p.info {
  text-align: center;
  font-family: RotisSans;
  background: -webkit-linear-gradient(350deg, #f4deae 0%, #b39d7a 50%, #f4deae 64%, #9a896c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 0 0 40px 0;
  font-size: 18px;
}
#bundle-slots {
  width: 50%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 50px;
}
#bundle-slots .slot {
  background-image: url(https://champagne-cosnard.com/wp-content/themes/cosnard/assets/img/stroke-bottle.svg);
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.3);
  background-size: 55%;
  background-position: center;
  border-radius: 10px;
  height: 100%;
  margin-bottom: 10px;
  padding: 10px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#bundle-slots .slot .slot-image {
  display: none;
  max-height: 100%;
}
#bundle-products {
  width: 50%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-items: center;
}
#bundle-products .bundle-product {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-radius: 10px;
  position: relative;
}
#bundle-products .bundle-product p {
  text-align: center;
  margin-bottom: 0;
}
#bundle-products .bundle-product:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
#bundle-products .bundle-product:hover::after {
  content: "+";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 35px;
  height: 35px;
  font-size: 52px;
  color: #fff;
  background-color: #222;
  border-radius: 25px;
  line-height: 22px;
}
.remove-slot-item {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #c70000;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* Exemple de style pour le bundle */
.bundle-cart-item {
  background-color: #e5dece;
  border: 2px solid #ccc;
  padding: 10px;
  margin-bottom: 15px;
}
.woocommerce-checkout tr.cart_item.bundle-cart-item img {
  height: 100px;
  width: auto;
}
.message-conges {
  text-align: center;
}
#ur-frontend-form > form > div > div > p:nth-child(1), #ur-frontend-form > form > div > div > p.user-registration-form-row.user-registration-form-row--wide.form-row.form-row-wide.hide_show_password {
  display: block;
}
/*/// PANACHAGE ///*/
section#produit.box {
  display: block;
  height: auto;
}
section#produit.box .related {
  display: none;
}
section#produit.box .col-left ul li {
  background-image: url(https://champagne-cosnard.com/wp-content/themes/cosnard/assets/img/stroke-bottle.svg);
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
  background-position: center;
  width: 38%;
  border: 10px solid transparent;
  border-radius: 10px;
}
section#produit.box .col-left ul li::before {
  border-radius: 10px;
}
section#produit.box .col-left ul li img {
  height: 100% !important;
  width: auto !important;
  margin: auto;
  right: 0;
  left: 0;
}
section#produit.box .col-left .quantity {
  display: none;
}
section#produit.box .col-left button.button.button.alt {
  background-color: #fff;
  border: 1px solid #b8964a;
  color: #b8964a;
  margin-left: 0;
}
section#produit.box .col-left ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
section#produit.box .col-left ul li {
  width: 100%;
  height: 100%;
}
section#produit.box .col-left ul li:empty {
  height: 100%;
}
section#produit.box .col-left ul li::before {
  width: auto;
  height: auto;
}
#formules-panachage {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: fixed;
  margin: auto;
  left: 0;
  right: 0;
  z-index: 9999;
}
#formules-panachage a {
  background: #fff;
  color: #FFF;
  padding: 5px 10px;
  margin: 0 10px;
  border-radius: 0 0 4px 4px;
  transition: all 0.4s ease;
  display: flex;
}
#formules-panachage > a:hover {
  padding: 25px 10px;
  transition: all 0.4s ease;
}
.woocommerce-tabs.wc-tabs-wrapper, .tabs.wc-tabs {
  display: none;
}
section#produit.box .col-right ul li {
  border: none;
}
section#produit.box .col-right ul li figure img {
  max-height: 300px;
  width: auto;
  margin: auto;
  display: block;
}
section#produit.box .col-right ul li figure figcaption {
  background: transparent;
}
section#produit.box .col-right ul li figure figcaption a {
  font-family: Montserrat;
  font-size: 14px;
  color: #fff;
}
section#produit.box .col-right ul li figure figcaption .woocommerce-Price-amount {
  color: #fff;
}
section#produit.box #ubp_cutom_box_product_layouts {
  max-width: 1280px;
}
section#produit.box #ubp_cutom_box_product_layouts .ubp_box_content {
  display: flex;
  border: 0px solid #ccc;
  padding: 15px;
}
section#produit.box #ubp_cutom_box_product_layouts h1 {
  text-align: center;
  font-family: Montserrat;
  font-weight: 200;
  font-size: 48px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  flex-direction: column;
  color: #fff;
}
section#produit.box #ubp_cutom_box_product_layouts h1::after {
  content: "Cette option vous permet de sélectionner 6 cuvées différentes";
  font-size: 14px;
  text-align: center;
  font-weight: 300;
  padding-top: 15px;
  color: #fff;
}
section#produit.box #ubp_cutom_box_product_layouts .price.ubp_bundle {
  font-family: Montserrat;
  font-size: 24px;
  padding: 25px 0;
  color: #fff;
}
.bloc--summary {
  color: #081f26;
}
.woocommerce-product-gallery__wrapper p img {
  height: 50px !important;
}
.woocommerce div.product form.cart .variations select {
  background: #fff;
  border-radius: 6px;
  padding: 0 5px;
}
/* lg - TABLET LANDSCAPE STYLES */
@media (max-width: 1199px) {
  @font-face {
    font-family: "OldStyle";
    src: url("/themes/marniquet/fonts/OldStyle.ttf") format("truetype");
  }
  @font-face {
    font-family: "RotisSans";
    src: url("/themes/marniquet/fonts/RotisSerifStd.otf") format("otf");
  }
  @font-face {
    font-family: "Trajan Pro";
    src: url("/themes/marniquet/fonts/TrajanProReg.otf") format("otf");
  }
  @font-face {
    font-family: "Trajan Pro";
    src: url("/themes/marniquet/fonts/TrajanProReg.otf") format("otf");
  }
  @font-face {
    font-family: "InterUi";
    src: url("/themes/marniquet/fonts/Inter-Regular.woff") format("woff");
  }
  @font-face {
    font-family: "TrajanProRegular";
    src: url("/themes/marniquet/fonts/trajanp0-webfont.eot");
    src: url("/themes/marniquet/fonts/trajanp0-webfont.eot?#iefix") format("embedded-opentype"), url("/themes/marniquet/fonts/trajanp0-webfont.woff") format("woff"), url("/themes/marniquet/fonts/trajanp0-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
  }
  #mix-match-bundle {
    flex-direction: column;
    align-items: center;
  }
  #bundle-products, #bundle-slots {
    width: 100%;
  }
  #bundle-slots .slot {
    height: 260px;
  }
  .page-id-7924 h1 {
    text-align: center;
    font-family: RotisSans;
    background: -webkit-linear-gradient(350deg, #f4deae 0%, #b39d7a 50%, #f4deae 64%, #9a896c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 55px 0 0 0;
    text-transform: uppercase;
    font-size: 32px;
    letter-spacing: 10px;
  }
  .page-id-7924 p.info {
    text-align: center;
    font-family: RotisSans;
    background: -webkit-linear-gradient(350deg, #f4deae 0%, #b39d7a 50%, #f4deae 64%, #9a896c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 0 0 10px 0;
    font-size: 16px;
  }
  #bundle-slots {
    gap: 10px;
  }
}
/* xs - SMARTPHONE PORTRAIT STYLES */
@media (max-width: 479px) {
  section#cuvees {
    overflow: hidden;
  }
  header#boutique, header#accueil {
    height: 250px;
    padding-top: 50px;
  }
  .page-id-7924 h1 {
    padding: 20px 0 0 0;
  }
  .page-id-7924 p.info {
    font-size: 16px;
  }
  #bundle-slots .slot {
    height: 200px;
  }
  section#cuvees .cuvee img {
    height: 350px !important;
  }
  #bundle-products {
    width: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%2F%22%2C%22sources%22%3A%5B%22(stdin)%22%2C%22wp-content%2Fcustom_codes%2F7651-scss-desktop.scss%22%2C%22wp-content%2Fcustom_codes%2F7651-scss-tablet-l.scss%22%2C%22wp-content%2Fcustom_codes%2F7651-scss-mobile-p.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAAA%3BACAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeC%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADnIA%3BACuJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAD%2FKA%3BACsLA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWD%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADpWA%3BAAIA%3BAEJA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYD%3BAAAA%3BAAAA%3BAAAA%3BAFhFA%3BAASA%3BAGTA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */