@charset "UTF-8";
* {
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion) {
  * {
    animation: none !important;
    transition: none !important;
  }
}
.height-100vh {
  height: 100vh;
}

.maxheight-30vh {
  height: 30vh;
}

.maxheight-80vh {
  height: 80vh;
}

.position-relative {
  position: relative !important;
}

.flex {
  display: flex;
}

.flex-center {
  justify-content: center;
  align-items: center;
}

.text-light h1, .text-light h2, .text-light h3, .text-light h4, .text-light h5, .text-light h6, .text-light p, .text-light blockquote {
  color: #f8f9fa;
}

.mx-auto {
  margin-right: auto;
  margin-left: auto;
}

.margin-top-large {
  margin-top: 70px;
}

.margin-top-medium {
  margin-top: 35px;
}

.margin-top-small {
  margin-top: 15px;
}

/* Ensure hero section takes full height */
.hero {
  position: relative;
  color: white;
  text-align: center;
  aspect-ratio: 16/6;
  width: 100%;
}

.hero figure {
  height: 100%;
}

/* Background video styling */
.hero video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  transform: translate(-50%, -50%);
  filter: brightness(60%);
  object-fit: cover;
}

/* Centered text */
.hero .content {
  position: relative;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero .hero-title {
  font-family: "Libre Baskerville";
  font-size: 30px;
  font-weight: 400;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2.85682px;
  text-align: center;
  white-space: nowrap;
  overflow: visible;
  padding: 0px;
  width: auto;
  height: auto;
  z-index: 9;
  vertical-align: top;
  display: block;
}

@media (min-width: 768px) {
  .hero h1 {
    font-size: 4rem;
  }
}
.hero .monogram {
  max-width: 25%;
}

.hero .monogram,
.hero .monogram-background {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 40%);
  z-index: 10;
}

.hero .monogram-background {
  transform: translate(-50%, 1%);
  z-index: 8;
}

.elementor-element.cva-text-block h2 {
  font-size: 45px;
  letter-spacing: 1px;
  line-height: 1;
  margin: 0;
  padding: 0;
}
.elementor-element.cva-text-block p > a {
  font-family: "Inter", Sans-serif;
  text-transform: uppercase;
  font-size: 1.1em;
  letter-spacing: 2px;
}

.cva-contact-address-container h2 {
  margin-top: 0;
}

.vinsitem .hero h1,
.vinslist .hero h1 {
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3333333333);
}

.vinsitem .block-type-heading:first-of-type h2 {
  margin-top: 0;
}

.vins-nav {
  padding-top: 6rem;
}

.vins-nav,
.vins-nav a:first-of-type,
.vins-nav a:last-of-type {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.vins-nav a:first-of-type,
.vins-nav a:last-of-type {
  gap: 10px;
}

.vins-nav .slick-arrow {
  opacity: 1;
  visibility: visible;
}

.footer-sublinks li:not(:first-of-type):before {
  content: "·";
  margin-left: 1ch;
  margin-right: 1ch;
}

.page-template-homepage .bwp-header.header-v3 .header-sticky,
.page-template-homepage .bwp-header.header-v3.sticky .header-mobile > .container,
.menu-sidebar .header-main,
.page-template-homepage .bwp-header.header-v3 .header-mobile {
  background: #151618;
}

.elementor-element.elementor-element-91a7fdc .elementor-button,
.btn {
  background-color: #0C1D32;
  font-family: "Inter", Sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 50px;
  letter-spacing: 2px;
  border-radius: 0px 0px 0px 0px;
  padding: 0px 60px 0px 70px;
  border: transparent;
  border-width: 0px;
}

.elementor-element.elementor-element-91a7fdc .elementor-button:hover,
.elementor-element.elementor-element-91a7fdc .elementor-button:focus,
.btn.btn-primary:hover, .btn.btn-primary:focus {
  background-color: #BD9855;
}

.elementor-element.elementor-element-91a7fdc .elementor-button,
.btn.btn-primary {
  background: #151618;
}

.elementor-element.elementor-element-91a7fdc .elementor-button:hover,
.elementor-element.elementor-element-91a7fdc .elementor-button:focus,
.btn.btn-primary:hover, .btn.btn-primary:focus {
  background: #d5a15f;
}

.back-top.button-show,
.btn.btn-secondary {
  background: #dcad6a;
}

.back-top.button-show:hover,
.back-top.button-show:focus,
.btn.btn-secondary:hover,
.btn.btn-secondary:focus {
  background: #d5a15f;
}

.btn-tertiary {
  background: white;
  color: #151618;
  border: 1px solid #151618;
  line-height: 1;
  padding: 5px;
}

.btn.btn-tertiary:hover,
.btn.btn-tertiary:focus {
  color: white;
  background: #d5a15f;
  border-color: #d5a15f;
}

.btn.btn-with-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.buttons-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  align-content: center;
  justify-content: center;
}

.bwp-header .wpbingoLogo img {
  max-width: 150px;
}

.bwp-header .header-sticky {
  padding: 15px 0 !important;
}

.bwp-header .header-mobile {
  padding: 10px 0 !important;
}

#bwp-footer {
  margin-top: 100px !important;
}

article.card-vins {
  width: 300px;
  position: relative;
  padding-bottom: 2.5rem;
  height: 400px;
}
article.card-vins h3 {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 1rem;
}
article.card-vins figure {
  max-width: 300px;
  background: #f5f5f5;
  text-align: center;
  overflow: hidden;
}
article.card-vins figure img {
  filter: drop-shadow(0px 10px 3px rgba(0, 0, 0, 0.3333333333));
}
article.card-vins .content {
  display: flex;
  height: 100%;
  justify-content: space-between;
  flex-direction: column;
}
article.card-vins .item-content {
  flex: 1;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}
article.card-vins .edit-button {
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 5px;
  width: auto;
  height: auto;
  font-size: smaller;
  line-height: 1;
  letter-spacing: 1px;
}

.filters, .filters-selects {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: center;
}

.filters-select.uk-form-controls {
  text-transform: uppercase;
}

.filters .uk-form-controls:not(:hover) {
  border-color: var(--blanc-casse);
}

.filters-selects button.uk-form-controls {
  background: transparent;
}

.search {
  position: relative;
}

.search svg {
  color: var(--vert-sombre);
  position: absolute;
  top: 20%;
  transform: translateY(-50%);
  right: 5px;
  pointer-events: none;
}

@media (max-width: 1100px) {
  .filters {
    flex-direction: column;
  }
  .filters .quicksearch {
    width: 100%;
  }
}
/* ---- button ---- */
.button {
  display: inline-block;
  padding: 0.5em 1em;
  background: transparent;
  border: none;
  border-radius: 7px;
  color: #0c1d32;
  opacity: 0.4;
  font-size: 22px;
  text-shadow: 0 1px white;
  cursor: pointer;
  text-transform: uppercase;
}

.button:hover {
  text-shadow: 0 1px hsla(0, 0%, 100%, 0.5);
  color: #222;
  opacity: 1;
}

.button:active,
.button.is-checked {
  opacity: 1;
}

.button:active {
  box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
}

/* ---- button-group ---- */
.button-group:after {
  content: "";
  display: block;
  clear: both;
}

.button-group .button {
  float: left;
  border-radius: 0;
  margin-left: 0;
  margin-right: 1px;
}

.button-group .button:first-child {
  border-radius: 0.5em 0 0 0.5em;
}

.button-group .button:last-child {
  border-radius: 0 0.5em 0.5em 0;
}

/* ---- isotope ---- */
/* clear fix */
.grid:after {
  content: "";
  display: block;
  clear: both;
}

/* ui group */
.ui-group {
  display: inline-block;
}

.ui-group h3 {
  display: inline-block;
  margin-right: 0.2em;
  font-size: 16px;
}

.ui-group .button-group {
  display: inline-block;
  margin-right: 20px;
}

.filtered-items .filtered-item {
  transition-property: opacity !important; /* what animates */
  transition-delay: 100ms !important;
  transition-duration: 0.8s !important;
}

.filtered-items {
  max-width: 1230px;
  margin: 0 auto;
  margin-top: 2rem;
}

.agegate-container {
  z-index: 1000;
  background-color: var(--blanc-casse);
  /* color: #050606F9; */
  position: fixed !important;
  padding: 40px;
  align-items: center;
  justify-content: center;
  overflow: auto;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}

.age-gate-wrong {
  display: none;
}

.agegate-container > div {
  /* background & opacity */
  background-color: #ffffff;
  /* background-color: var(--blanc); */
  gap: calc(var(--spacing) / 2);
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.agegate-container > div form {
  gap: calc(var(--spacing) / 6);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.agegate-container .logo.logo--light {
  filter: invert(1);
}

.agegate-container::after {
  content: "";
  position: absolute;
  background: #fff;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.15; /* opacity */
}

.agegate-container > * {
  z-index: 2;
}

.agegate-container .uk-select {
  background-color: transparent !important;
  color: rgba(5, 6, 6, 0.9764705882) !important;
  color: var(--body) !important;
  border-color: rgba(5, 6, 6, 0.9764705882);
  border-color: var(--body) !important;
}

.agegate-container .button-group {
  display: flex;
  gap: 15px;
}

.agegate-container .btn {
  padding: 11px 20px;
  line-height: 18px;
  font-size: 12px;
  min-width: 130px;
}

/*# sourceMappingURL=styles.css.map */
