p, h1, h2, h3, h4, h5, h6, ul, ol, dl, dd, dt, blockquote, pre, form, fieldset, input, textarea, .entry-content p, span, br, a, strong, em, img, bdi, li {
  font-family: "Montserrat", sans-serif;
}
p::selection, h1::selection, h2::selection, h3::selection, h4::selection, h5::selection, h6::selection, ul::selection, ol::selection, dl::selection, dd::selection, dt::selection, blockquote::selection, pre::selection, form::selection, fieldset::selection, input::selection, textarea::selection, .entry-content p::selection, span::selection, br::selection, a::selection, strong::selection, em::selection, img::selection, bdi::selection, li::selection {
  background: #a8795c;
  color: #fff;
}
html {
  scroll-behavior: smooth;
  font-family: "Montserrat", sans-serif;
}
.grecaptcha-badge {
  display: none !important;
}
#addToCartUrl.hidden {
  display: none !important;
}
#mixing.hidden {
  display: none !important;
}
.lds-ring {
  display: inline-block;
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 10000030;
  top: 0;
  left: 0;
  background-color: rgba(116, 114, 114, 0.5);
}
.lds-ring.hidden {
  display: none !important;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 45px;
  height: 45px;
  margin: 8px;
  border: 8px solid #A8795C;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #A8795C transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.modalBackground {
  position: fixed;
  background-color: #747272;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10001;
  opacity: 0;
  display: none;
}
.modalBackground.open {
  display: block;
  opacity: 0.3;
}
.panachage {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999900;
  width: 90%;
  height: 90%;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  display: none;
  overflow-y: scroll;
  padding: 25px;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  opacity: 0;
  transition: all ease-in-out 0.3s;
}
.panachage::-webkit-scrollbar {
  display: none;
}
.panachage .productMixingImg {
  width: 50px;
  height: 200px;
}
.panachage .productMixingImg img {
  width: 100%;
  height: 100%;
}
.panachage.open {
  display: block;
  opacity: 1;
}
.panachage #closeMixing {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 20px;
  height: 20px;
  background: none;
  border: none;
  background-image: url("/wp-content/themes/divi-child/scss/../img/xMark.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all ease-in-out 0.3s;
}
.panachage #closeMixing:hover {
  cursor: pointer;
  background-image: url("/wp-content/themes/divi-child/scss/../img/xMarkHover.svg");
}
.panachage .modelTitle {
  margin-bottom: 15px;
  font-size: 24px;
  padding: 0;
}
.panachage .productContainer {
  display: flex;
  flex-wrap: wrap;
}
.panachage .productContainer .modalProduct {
  width: 100%;
  margin-bottom: 20px;
}
.panachage .productContainer .modalProductImg {
  width: 100%;
  height: 350px;
  background-color: #F7F5F0;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: all 0.3s ease-in-out;
}
.panachage .productContainer .modalProductImg img {
  transition: all 0.3s ease-in-out;
  height: 100%;
  width: auto;
}
.panachage .productContainer .modalProductContent {
  margin-top: 15px;
}
.panachage .productContainer .modalProductContent h3 {
  font-size: 17px;
}
.panachage .productContainer .selectedQuantity {
  margin-bottom: 15px;
}
.panachage .remaningBottle {
  margin-bottom: 15px;
}
.panachage .inputContainer input {
  text-align: center !important;
  border: none !important;
  border-bottom: 1px solid #A8795C !important;
  background: transparent !important;
  width: 90px;
  margin-bottom: 15px;
  margin-left: 10px;
}
.panachage .inputContainer input[type=number]::-webkit-inner-spin-button, .panachage .inputContainer input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .panachage {
    width: 75%;
    max-height: 75%;
    height: auto;
  }
  .panachage .modelTitle {
    font-size: 36px;
  }
  .panachage .productContainer {
    margin-left: -25px;
    margin-right: -25px;
  }
  .panachage .productContainer .modalProduct {
    width: calc(33% - 50px);
    margin-left: 25px;
    margin-right: 25px;
  }
}
.salePriceShop {
  position: relative;
  margin-right: 5px;
}
.salePriceShop::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background: #000;
}
.mobile-only-cart {
  position: absolute;
  right: 25px;
}
body:not(.woocommerce-shop) .shop-banner {
  display: none;
}
body.woocommerce-shop .shop-banner {
  display: flex;
}
body.woocommerce-shop #header.inner.hasBanner {
  top: 0;
}
body.woocommerce-shop #header.inner.hasBanner .menuContainer {
  top: 80px;
}
body.woocommerce-shop #header.inner.hasBannerShop {
  top: 40px;
}
body.woocommerce-shop #header.inner.hasBannerShop .shop-banner {
  display: flex;
}
body.woocommerce-shop #header.inner.hasBannerShop .menuContainer {
  top: 120px;
}
body.woocommerce-shop .site-banner {
  display: none;
}
.breadcrumb {
  padding-top: 40px !important;
}
.topBanner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #333333;
  height: 40px;
  z-index: 99999999;
  padding: 5px;
  text-align: center;
  display: block;
  justify-content: center;
  align-items: center;
  overflow-y: auto;
}
.topBanner p {
  font-size: 14px;
  font-size: 14px;
  line-height: 110%;
  color: white;
}
#header.inner.hasBanner {
  top: 40px;
}
#header.inner.hasBanner .menuContainer {
  top: 120px;
}
.wpml-ls-statics-footer {
  display: none !important;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #a8795c !important;
}
.d-none {
  display: none !important;
}
.stockHide {
  display: none;
}
.wp-element-button {
  background: transparent !important;
  color: #a8795c !important;
  border: 0 !important;
  padding: 11px 20px 9px 20px !important;
  font-size: 16px !important;
  text-transform: uppercase !important;
  border-radius: 0 !important;
  margin-top: 12px !important;
  display: inline-block !important;
  border: 1px solid #a8795c !important;
  transition: all ease-in-out 0.3s !important;
}
.wp-element-button:hover, .wp-element-button.current {
  background: #a8795c !important;
  color: #fff !important;
  border: 1px solid #a8795c !important;
  cursor: pointer;
}
.linkContainer a {
  color: #a8795c !important;
  transition: all ease-in-out 0.3s;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}
.linkContainer a:hover {
  color: #393434 !important;
}
.shipping-calculator-button {
  color: #a8795c !important;
}
.product {
  scroll-margin-top: 100px;
}
.product-name a {
  color: #a8795c !important;
}
.iframeMap {
  height: 350px !important;
}
.sbi-owl-nav {
  position: relative;
  height: 70px;
  margin-left: -10px !important;
}
.sbi-owl-nav .sbi-owl-prev {
  top: 45px !important;
  left: 0 !important;
}
.sbi-owl-nav .sbi-owl-next {
  top: 45px !important;
  left: 75px !important;
  right: inherit !important;
}
.sbi-owl-nav .sbi-owl-next::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 41px;
  height: 30px;
  background-image: url("/wp-content/themes/divi-child/scss/../img/arrowInsta.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotateZ(-90deg);
  transition: all ease-in-out 0.3s;
  opacity: 1;
}
.sbi-owl-nav .sbi-owl-next::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 41px;
  height: 30px;
  background-image: url("/wp-content/themes/divi-child/scss/../img/arrowInstaHover.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotateZ(-90deg);
  opacity: 0;
  transition: all ease-in-out 0.3s;
}
.sbi-owl-nav .sbi-owl-next:hover {
  cursor: pointer;
  color: #393434;
}
.sbi-owl-nav .sbi-owl-next:hover::before {
  opacity: 0;
}
.sbi-owl-nav .sbi-owl-next:hover::after {
  opacity: 1;
}
.sbi-owl-nav .sbi-owl-prev::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 41px;
  height: 30px;
  background-image: url("/wp-content/themes/divi-child/scss/../img/arrowInsta.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotateZ(90deg);
  transition: all ease-in-out 0.3s;
  opacity: 1;
}
.sbi-owl-nav .sbi-owl-prev::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 41px;
  height: 30px;
  background-image: url("/wp-content/themes/divi-child/scss/../img/arrowInstaHover.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotateZ(90deg);
  opacity: 0;
  transition: all ease-in-out 0.3s;
}
.sbi-owl-nav .sbi-owl-prev:hover {
  cursor: pointer;
  color: #393434;
}
.sbi-owl-nav .sbi-owl-prev:hover::before {
  opacity: 0;
}
.sbi-owl-nav .sbi-owl-prev:hover::after {
  opacity: 1;
}
.sbi-owl-nav .sbi-owl-prev, .sbi-owl-nav .sbi-owl-next {
  background: none !important;
  box-shadow: none !important;
  border: none !important;
}
.sbi-owl-nav .sbi-owl-prev svg, .sbi-owl-nav .sbi-owl-next svg {
  display: none !important;
}
.landingVideo {
  z-index: 10;
  position: relative;
}
.landingVideo .videoAlignBottom {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.landingVideo .videoDown {
  border: none !important;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 52px;
  height: 52px;
  z-index: 10;
  background-image: url("/wp-content/themes/divi-child/scss/../img/videoDown.svg");
  background-position: center center;
  background-size: contain;
  cursor: pointer;
  transition: all ease-in-out 0.3s;
}
.landingVideo .videoDown:hover {
  transform: translateY(10px);
}
.et_builder_inner_content h2 {
  font-size: 36px !important;
  font-weight: 600;
  color: #2b2b2b;
}
.et_builder_inner_content h3 {
  font-weight: 600;
}
.et_builder_inner_content h6 {
  font-size: 19px;
  text-transform: uppercase;
  color: #a8795c;
}
.socialComingSoon p {
  display: flex;
  justify-content: center;
  align-items: center;
}
.socialComingSoon p img {
  margin-left: 10px !important;
  margin-right: 10px !important;
  display: inherit !important;
}
.customBtnFull {
  background: #a8795c !important;
  color: #fff !important;
  border: 0 !important;
  padding: 11px 20px 9px 20px !important;
  font-size: 16px !important;
  text-transform: uppercase !important;
  border-radius: 0 !important;
  margin-top: 12px !important;
  display: inline-block !important;
  line-height: 100% !important;
  border: 1px solid #a8795c !important;
  transition: all ease-in-out 0.3s !important;
}
.customBtnFull.rev-btn {
  padding: 17px 22px !important;
}
.customBtnFull:hover {
  background: transparent !important;
  color: #a8795c !important;
  border: 1px solid #a8795c !important;
  cursor: pointer !important;
}
.customBtnFullWithBg {
  background: #a8795c !important;
  color: #fff !important;
  border: 0 !important;
  padding: 11px 20px 8px 20px !important;
  font-size: 16px !important;
  text-transform: uppercase !important;
  border-radius: 0 !important;
  margin-top: 12px !important;
  display: inline-block !important;
  border: 1px solid #a8795c !important;
  transition: all ease-in-out 0.3s !important;
}
.customBtnFullWithBg.rev-btn {
  padding: 17px 22px !important;
}
.customBtnFullWithBg:hover {
  background: white !important;
  color: #a8795c !important;
  border: 1px solid #a8795c !important;
  cursor: pointer !important;
}
.customBtnBorder, .wc-cancel-close, .wc-cancel-confirm {
  background: transparent !important;
  color: #a8795c !important;
  border: 0 !important;
  padding: 11px 20px 9px 20px !important;
  font-size: 16px !important;
  text-transform: uppercase !important;
  border-radius: 0 !important;
  margin-top: 12px !important;
  display: inline-block !important;
  line-height: 100% !important;
  border: 1px solid #a8795c !important;
  transition: all ease-in-out 0.3s !important;
}
.customBtnBorder:hover, .customBtnBorder.current, .wc-cancel-close:hover, .wc-cancel-close.current, .wc-cancel-confirm:hover, .wc-cancel-confirm.current {
  background: #a8795c !important;
  color: #fff !important;
  border: 1px solid #a8795c !important;
  cursor: pointer;
}
.wc-cancel-reason-txt textarea {
  width: 100% !important;
}
.wc-cancel-order-num {
  display: none !important;
}
.woocommerce .customBtnBorder.wc-cancel-order {
  margin-top: 15px !important;
}
.customBtnBorderWhite {
  background: transparent !important;
  color: white !important;
  border: 0 !important;
  padding: 11px 20px 9px 20px !important;
  font-size: 16px !important;
  text-transform: uppercase !important;
  border-radius: 0 !important;
  margin-top: 12px !important;
  display: inline-block !important;
  border: 1px solid white !important;
  transition: all ease-in-out 0.3s !important;
}
.customBtnBorderWhite:hover {
  background: #a8795c !important;
  border: 1px solid #a8795c !important;
  cursor: pointer;
}
.btnMoreSliderRev {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  color: #a8795c;
  position: relative;
  padding-left: 70px !important;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: all ease-in-out 0.3s;
  top: 25px !important;
}
.btnMoreSliderRev:hover {
  color: #2b2b2b;
}
.btnMoreSliderRev::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 52px;
  width: 52px;
  background-image: url("/wp-content/themes/divi-child/scss/../img/circlePlusGold.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.newsletterComingSoon input {
  border: none !important;
  border-bottom: 1px solid #a8795c !important;
  background: transparent !important;
  font-size: 17px !important;
  font-style: italic !important;
  padding-bottom: 5px !important;
  color: #84827b !important;
}
.newsletterComingSoon button {
  background: none;
  border: none;
  text-transform: uppercase;
  color: #a8795c;
  font-size: 14px;
  font-weight: 600;
  transition: all ease-in-out 0.3s;
  position: relative;
  padding-left: 60px;
  margin-top: 40px;
  margin-bottom: 20px;
}
.newsletterComingSoon button::before {
  content: "";
  position: absolute;
  left: 0px;
  top: -15px;
  width: 52px;
  height: 52px;
  background-image: url(/wp-content/themes/divi-child/scss/../img/arrowInput.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotateZ(270deg);
  transition: all ease-in-out 0.3s;
  opacity: 1;
}
.newsletterComingSoon button::after {
  content: "";
  position: absolute;
  left: 0px;
  top: -15px;
  width: 52px;
  height: 52px;
  background-image: url(/wp-content/themes/divi-child/scss/../img/arrowInputHover.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotateZ(270deg);
  opacity: 0;
  transition: all ease-in-out 0.3s;
}
.newsletterComingSoon button:hover {
  color: #2b2b2b;
  cursor: pointer !important;
}
.newsletterComingSoon button:hover::before {
  opacity: 0;
}
.newsletterComingSoon button:hover::after {
  opacity: 1;
}
.sliderRevolutionHp .tp-tab.selected .tp-tab-title {
  font-weight: 700 !important;
}
.sliderRevolutionHp .tp-tab-title {
  text-align: end !important;
  font-weight: 400 !important;
  line-height: 122% !important;
}
.lightBg {
  background: #f7f5f0;
  padding-top: 20px;
  padding-bottom: 20px;
}
.imgTextSpacer img {
  height: 50px;
  width: auto;
}
.product-template-default .container {
  width: 85%;
  max-width: 2560px;
}
.tg-filters-holder {
  margin-bottom: 25px !important;
  display: flex !important;
  overflow-x: scroll !important;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.tg-filters-holder::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, Opera*/
}
.tg-filters-holder .tg-filter {
  white-space: nowrap !important;
  background: transparent !important;
  color: #a8795c !important;
  border: 0 !important;
  padding: 11px 20px !important;
  font-size: 16px !important;
  text-transform: uppercase !important;
  border-radius: 0 !important;
  margin-top: 12px !important;
  display: inline-block !important;
  border: 1px solid #a8795c !important;
  transition: all ease-in-out 0.3s !important;
  margin-right: 15px !important;
}
.tg-filters-holder .tg-filter span {
  color: #a8795c !important;
}
.tg-filters-holder .tg-filter:hover, .tg-filters-holder .tg-filter.tg-filter-active {
  background: #a8795c !important;
  color: #fff !important;
  border: 1px solid #a8795c !important;
  cursor: pointer;
}
.tg-filters-holder .tg-filter:hover span, .tg-filters-holder .tg-filter.tg-filter-active span {
  color: #fff !important;
}
.breadcrumb a {
  color: #2b2b2b !important;
}
.breadcrumb .breadcrumb-item a, .breadcrumb .breadcrumb-item span {
  text-decoration: underline;
}
.breadcrumb .breadcrumb-item.active {
  color: #a8795c !important;
}
#breadcrumb {
  position: absolute;
  top: 90px;
  z-index: 10;
  width: 100%;
}
#breadcrumb .breadcrumb {
  width: 85%;
  max-width: 2560px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px !important;
}
#breadcrumb .breadcrumb a {
  color: #2b2b2b !important;
}
#breadcrumb .breadcrumb .breadcrumb-item a, #breadcrumb .breadcrumb .breadcrumb-item span {
  text-decoration: underline;
}
#breadcrumb .breadcrumb .breadcrumb-item.active {
  color: #a8795c !important;
}
body:not(.home) {
  padding-top: 80px;
}
.home #header {
  transition: all ease-in-out 0.3s;
}
.home #header.inner {
  background: transparent;
  box-shadow: none !important;
}
.home #header.inner .logoContainer .smallLogo {
  display: none;
}
.home #header.inner .logoContainer .largeLogo {
  display: block;
  margin-top: 55px;
}
.home #header.scrolled {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
  background: white;
}
.home #header.scrolled .largeLogo {
  display: none !important;
}
.home #header.scrolled .smallLogo {
  display: block !important;
}
.cartCount {
  position: absolute;
  top: -3px;
  right: -11px;
  background: #a8795c;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  color: white;
  line-height: 100%;
}
.cartCount.hidden {
  display: none;
}
#header.hidden .menuContainer {
  visibility: hidden;
  opacity: 0;
}
#header.inner {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  position: fixed;
  z-index: 10000;
  top: 0;
  display: flex;
  height: 80px;
  width: 100%;
  background: white;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}
#header.inner .burgerContainer .burger {
  width: 35px;
  height: 30px;
  position: relative;
  transition: all ease-in-out 0.2s;
  cursor: pointer;
}
#header.inner .burgerContainer .burger::before, #header.inner .burgerContainer .burger::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #393434;
  transition: all ease-in-out 0.2s;
}
#header.inner .burgerContainer .burger::after {
  bottom: 0;
}
#header.inner .burgerContainer .burger div {
  height: 2px;
  width: 100%;
  background-color: #393434;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all ease-in-out 0.2s;
}
#header.inner .burgerContainer .burger.menuOpen div {
  width: 0;
}
#header.inner .burgerContainer .burger.menuOpen::before {
  top: 14px;
  transform: rotate(-45deg);
}
#header.inner .burgerContainer .burger.menuOpen::after {
  bottom: 14px;
  transform: rotate(45deg);
}
#header.inner .logoContainer {
  text-align: center;
}
#header.inner .logoContainer img {
  width: auto;
  max-width: 220px;
}
#header.inner .logoContainer .largeLogo {
  display: none;
}
#header.inner .rightContent {
  display: none;
  text-align: end;
}
#header.inner .rightContent a {
  margin-left: 25px;
  display: inline-flex;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
}
#header.inner .rightContent a.addressLink::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 23px;
  background-image: url("/wp-content/themes/divi-child/scss/../img/pinOr.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all ease-in-out 0.2s;
  z-index: -1;
}
#header.inner .rightContent a.accountLink::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 23px;
  background-image: url("/wp-content/themes/divi-child/scss/../img/utilisateurOr.svg");
  transition: all ease-in-out 0.2s;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
#header.inner .rightContent a.cartLink::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 23px;
  background-image: url("/wp-content/themes/divi-child/scss/../img/panierOr.svg");
  transition: all ease-in-out 0.2s;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
#header.inner .rightContent a img {
  max-height: 23px;
  width: auto;
  opacity: 1;
  transition: all ease-in-out 0.3s;
}
#header.inner .rightContent a:hover img {
  opacity: 0;
}
#header .menuContainer {
  visibility: visible;
  opacity: 1;
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  background: #f7f5f0;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 25px;
  transition: all ease-in-out 0.3s;
}
#header .menuContainer ul > li {
  margin-bottom: 15px;
}
#header .menuContainer ul > li.titreMenu {
  display: inline-block;
  position: relative;
}
#header .menuContainer ul > li.titreMenu::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  bottom: -3px !important;
  height: 2px !important;
  width: 0 !important;
  transition: all ease-in-out 0.3s !important;
  background: #2b2b2b !important;
}
#header .menuContainer ul > li.titreMenu:hover::before {
  width: 28px !important;
}
#header .menuContainer ul > li.titreMenu > a {
  color: #393434 !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  position: relative !important;
  font-size: 20px !important;
  opacity: 1 !important;
}
#header .menuContainer ul > li > a {
  color: #393434;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
}
#header .menuContainer ul > li > a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  height: 2px;
  width: 0;
  transition: all ease-in-out 0.3s;
  background: #2b2b2b;
}
#header .menuContainer ul > li > a:hover::before {
  width: 28px;
}
#header .menuContainer ul > li.et-touch-hover > .sub-menu {
  display: block !important;
}
#header .menuContainer ul > li > .sub-menu {
  margin-bottom: 25px;
  display: none;
}
#header .menuContainer ul > li > .sub-menu a {
  opacity: 0.5;
  text-transform: none;
  font-weight: 400;
  font-size: 15px;
  transition: all ease-in-out 0.3s;
}
#header .menuContainer ul > li > .sub-menu a::before {
  display: none;
}
#header .menuContainer ul > li > .sub-menu a:hover {
  opacity: 1;
}
#header .menuContainer .rightContent {
  display: none;
}
.text-center {
  text-align: center;
  width: 100%;
}
#footer {
  background: #d0ccc1;
  padding-top: 45px;
  padding-bottom: 45px;
  position: relative;
}
#footer .topFooter {
  position: relative;
}
#footer .topFooter .leftContent .content p {
  color: #393434;
}
#footer .topFooter .leftContent .content a {
  color: #393434;
  text-decoration: underline;
}
#footer .topFooter .leftContent .content a:hover {
  color: #a8795c;
}
#footer .topFooter .leftContent .content strong {
  font-weight: 600;
}
#footer .topFooter .rightContent {
  margin-top: 40px;
  margin-bottom: 40px;
}
#footer .topFooter .rightContent ul > li > a {
  color: #393434;
  text-transform: uppercase;
  font-weight: 700;
  transition: all ease-in-out 0.3s;
  position: relative;
}
#footer .topFooter .rightContent ul > li > a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  height: 2px;
  width: 0;
  transition: all ease-in-out 0.3s;
  background: #2b2b2b;
}
#footer .topFooter .rightContent ul > li > a:hover::before {
  width: 28px;
}
#footer .topFooter .rightContent ul > li:last-child > .sub-menu > li {
  position: relative;
}
#footer .topFooter .rightContent ul > li:last-child > .sub-menu > li::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  height: 2px;
  width: 0;
  transition: all ease-in-out 0.3s;
  background: #2b2b2b;
}
#footer .topFooter .rightContent ul > li:last-child > .sub-menu > li:hover::before {
  width: 28px;
}
#footer .topFooter .rightContent ul > li:last-child > .sub-menu a {
  font-weight: 700;
  opacity: 1 !important;
  font-size: 17px;
  text-transform: uppercase;
  position: relative;
}
#footer .topFooter .rightContent ul > li > .sub-menu {
  margin-bottom: 25px;
}
#footer .topFooter .rightContent ul > li > .sub-menu a {
  opacity: 0.5;
  text-transform: none;
  font-weight: 400;
  font-size: 15px;
  transition: all ease-in-out 0.3s;
}
#footer .topFooter .rightContent ul > li > .sub-menu a::before {
  display: none;
}
#footer .bottomFooter .rightContent {
  margin-top: 15px;
}
#footer .bottomFooter .rightContent .menuFooterBottom {
  margin-bottom: 15px;
}
#footer .bottomFooter .rightContent .menuFooterBottom ul {
  display: flex;
  justify-content: space-between;
}
#footer .bottomFooter .rightContent .menuFooterBottom ul > li > a {
  color: #393434;
  font-size: 17px !important;
  font-weight: 600;
  text-decoration: underline;
}
#footer .bottomFooter .rightContent p {
  color: #393434;
  font-size: 17px;
  opacity: 0.75;
  font-weight: 400 !important;
}
#footer .bottomFooter .rightContent p.copyright {
  margin-top: 10px;
}
#footer .scrollTop {
  position: absolute;
  right: 15px;
  z-index: 1000;
  top: -25px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #a8795c;
  border: none;
  cursor: pointer;
  transition: all ease-in-out 0.3s;
}
#footer .scrollTop:hover {
  transform: scale(1.1);
}
#footer .scrollTop::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 21px;
  height: 11px;
  background: url("/wp-content/themes/divi-child/scss/../img/arrowTopWhite.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
#footer .socials {
  display: inline-block;
}
#footer .socials p {
  margin-bottom: 20px;
}
#footer .socials .instagramLink {
  width: 28px;
  height: 28px;
  background-image: url("/wp-content/themes/divi-child/scss/../img/instagramLogo.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  margin-right: 15px;
}
#footer .socials .facebookLink {
  width: 28px;
  height: 28px;
  background-image: url("/wp-content/themes/divi-child/scss/../img/facebookLogo.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
}
.eShopLink {
  display: none;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  position: fixed;
  right: 0;
  top: 240px;
  background: #a8795c;
  color: white;
  text-transform: uppercase;
  z-index: 1001;
  font-size: 13px;
  padding-left: 9px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-top: 60px;
  transition: all ease-in-out 0.3s;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.eShopLink::after {
  content: "";
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: 33px;
  height: 41px;
  background-image: url("/wp-content/themes/divi-child/scss/../img/panierBlanc.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.eShopLink:hover {
  transform: scale(1.15);
}
#nos_vins {
  background: #f7f5f0;
  padding-top: 100px;
  padding-bottom: 45px;
}
#nos_vins .topContent {
  margin-bottom: 55px;
}
#nos_vins .topContent h6 {
  color: #a8795c;
}
#nos_vins .topContent h1 {
  margin-bottom: 10px;
}
#nos_vins .topContent .content {
  max-width: 940px;
}
#nos_vins .nosVins .leftImgCard, #nos_vins .nosVins .rightImgCard {
  background: #fff;
  display: flex;
  flex-direction: column;
  max-width: 1175px;
  margin-bottom: 48px;
  box-shadow: rgba(0, 0, 0, 0.17) 0px 3px 8px;
}
#nos_vins .nosVins .leftImgCard .content, #nos_vins .nosVins .rightImgCard .content {
  padding: 25px 25px 25px 25px;
}
#nos_vins .nosVins .leftImgCard .content .cardTitle, #nos_vins .nosVins .rightImgCard .content .cardTitle {
  font-weight: 600;
  padding-bottom: 0;
  margin-bottom: -10px;
}
#nos_vins .btnContainer {
  text-align: center;
}
#nos_vins .container {
  width: 75% !important;
  max-width: 2560px !important;
}
.single-vins {
  background: #f7f5f0;
}
.single-vins .topSection {
  padding-top: 50px;
}
.single-vins .container {
  width: 75% !important;
  max-width: 2560px !important;
}
.single-vins .customBtnBorder {
  padding: 16px 25px;
}
.single-vins .navBtn {
  margin-bottom: 22px;
}
.single-vins .cardVin {
  background: white;
}
.single-vins .cardVin.hidden {
  display: none;
}
.single-vins .cardVin .splide__pagination {
  bottom: -1em;
}
.single-vins .cardVin .topCard {
  display: flex;
  flex-direction: column;
  padding: 20px 25px;
}
.single-vins .cardVin .topCard .imgContainer {
  text-align: center;
}
.single-vins .cardVin .topCard img {
  text-align: center;
  max-width: 100%;
  max-height: 500px;
  margin-left: auto;
  margin-right: auto;
}
.single-vins .cardVin .topCard .content {
  margin-top: 50px;
}
.single-vins .cardVin .topCard .content h6 {
  color: #a8795c;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
}
.single-vins .cardVin .topCard .content h2 {
  font-weight: 600;
}
.single-vins .cardVin .topCard .content blockquote {
  border: none;
  padding-left: 60px;
  position: relative;
  margin-bottom: 40px;
}
.single-vins .cardVin .topCard .content blockquote::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 60px;
  background: url("/wp-content/themes/divi-child/scss/../img/grappeIcon.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.single-vins .cardVin .topCard .content form label {
  margin-right: 15px;
}
.single-vins .cardVin .topCard .content form select {
  border: none;
  border-bottom: 1px solid #a8795c;
  background: transparent;
  padding: 5px 15px;
  text-align: center;
}
.single-vins .cardVin .topCard .content form .bottomFormContent {
  margin-top: 15px;
}
.single-vins .cardVin .topCard .content form .bottomFormContent .customBtnFull {
  margin-right: 30px;
}
.single-vins .cardVin .topCard .content form .bottomFormContent .linkToShop {
  margin-top: 25px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  position: relative;
  padding-right: 60px;
  transition: all ease-in-out 0.3s;
  display: inline-block;
}
.single-vins .cardVin .topCard .content form .bottomFormContent .linkToShop:hover {
  color: #2b2b2b;
}
.single-vins .cardVin .topCard .content form .bottomFormContent .linkToShop::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  width: 48px;
  height: 48px;
  background-image: url("/wp-content/themes/divi-child/scss/../img/arrowCircleGold.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.single-vins .cardVin .degustation {
  margin-top: 40px;
}
.single-vins .cardVin .degustation .titleContainer {
  margin-bottom: 30px;
  position: relative;
  text-align: center;
}
.single-vins .cardVin .degustation .titleContainer::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 1px;
  background: #a8795c;
  z-index: 0;
}
.single-vins .cardVin .degustation .titleContainer h3 {
  text-align: center;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
  font-size: 28px;
  background: white;
  padding: 0 20px;
  z-index: 10;
  position: relative;
}
.single-vins .cardVin .degustation .top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.single-vins .cardVin .degustation .top .itemTop {
  text-align: center;
  max-width: 190px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
.single-vins .cardVin .degustation .bottom {
  padding: 25px 15px;
}
.single-vins .cardVin .degustation .bottom .left h6 {
  text-transform: uppercase;
  color: #a8795c;
  font-size: 20px;
  font-weight: 400;
}
.single-vins .cardVin .degustation .bottom .left strong {
  color: #393434;
}
.single-vins .cardVin .degustation .bottom .right {
  border-top: 2px solid #a8795c;
  margin-top: 25px;
  padding-top: 25px;
  text-align: center;
}
.single-vins .bandeau .linkContainer a {
  color: white !important;
  font-weight: 500;
}
.single-vins .linkContainer a {
  font-weight: 500;
}
.single-vins .linkContainer a.customBtnNoStyle:hover {
  color: #2b2b2b !important;
}
.single-vins .linkContainer a:hover {
  color: white !important;
}
#postMore .titleContainer {
  margin-bottom: 30px;
  margin-top: 60px;
}
#postMore .titleContainer h3 {
  font-size: 28px;
  font-weight: 600;
}
#postMore .postMore {
  background: white;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin-bottom: 30px;
}
#postMore .postMore .imgContainer {
  width: 100%;
  height: 200px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#postMore .postMore .content {
  padding: 15px 25px;
}
#postMore .postMore .content h4 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 20px;
  padding-bottom: 0px;
  margin-bottom: 5px;
}
#postMore .postMore .content .linkContainer {
  text-align: end;
}
.linkContainer {
  text-align: center;
}
.bandeau {
  margin-top: 50px;
  padding: 50px 0px;
  background-size: cover;
  background-position: center center;
  background-repeat: repeat;
}
#archivePost {
  padding-top: 50px;
}
#archivePost h1 {
  font-weight: 600;
}
#archivePost .container {
  max-width: 2560px;
  width: 75%;
}
#archivePost .categories {
  white-space: nowrap;
  overflow-x: scroll;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
#archivePost .categories::-webkit-scrollbar {
  display: none;
}
#archivePost .actuContainer {
  margin-top: 45px;
  padding-bottom: 45px;
}
#archivePost .actuContainer .cardActu {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 15px;
  margin-bottom: 40px;
}
#archivePost .actuContainer .cardActu .imgContainer {
  width: 100%;
  height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#archivePost .actuContainer .cardActu .content {
  padding: 15px;
}
#archivePost .actuContainer .cardActu .content h4 {
  margin-top: 15px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
}
#archivePost .actuContainer .cardActu .content p {
  margin-bottom: 15px;
}
#archivePost .actuContainer .cardActu .content .linkContainer {
  text-align: end;
}
#archivePost .actuContainer .viewAll {
  text-align: center;
  width: 100%;
}
#shop {
  padding-top: 90px;
}
#shop .container {
  max-width: 2560px;
  width: 85%;
}
#shop .orderBy .currentFilters {
  margin-top: 25px;
  margin-bottom: 25px;
}
#shop .orderBy .currentFilters .deleteAllFilters {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
  padding-right: 48px;
  transition: all ease-in-out 0.3s;
}
#shop .orderBy .currentFilters .deleteAllFilters::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 40px;
  height: 40px;
  background-image: url("/wp-content/themes/divi-child/scss/../img/xMarkCircleHover.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all ease-in-out 0.3s;
}
#shop .orderBy .currentFilters .deleteAllFilters::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 40px;
  height: 40px;
  background-image: url("/wp-content/themes/divi-child/scss/../img/xMarkCircle.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
  transition: all ease-in-out 0.3s;
}
#shop .orderBy .currentFilters .deleteAllFilters:hover {
  color: #2b2b2b;
}
#shop .orderBy .currentFilters .deleteAllFilters:hover::after {
  opacity: 1;
}
#shop .orderBy .currentFilters .deleteAllFilters:hover::before {
  opacity: 0;
}
#shop .orderBy .currentFilters .currentFilter {
  font-size: 17px;
  border: 1px solid #a8795c;
  position: relative;
  padding: 6px 40px 6px 14px;
  border-radius: 30px;
  margin: 15px 0;
  font-weight: 400;
  display: inline-block;
  position: relative;
  transition: all ease-in-out 0.3s;
}
#shop .orderBy .currentFilters .currentFilter::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
  width: 11px;
  height: 11px;
  background-image: url("/wp-content/themes/divi-child/scss/../img/xMark.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
  transition: all ease-in-out 0.3s;
}
#shop .orderBy .currentFilters .currentFilter::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
  width: 11px;
  height: 11px;
  background-image: url("/wp-content/themes/divi-child/scss/../img/xMarkHover.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all ease-in-out 0.3s;
}
#shop .orderBy .currentFilters .currentFilter:hover {
  color: #2b2b2b;
  border: 1px solid #2b2b2b;
}
#shop .orderBy .currentFilters .currentFilter:hover::after {
  opacity: 1;
}
#shop .orderBy .currentFilters .currentFilter:hover::before {
  opacity: 0;
}
#shop .orderBy label {
  font-weight: 400;
  color: #2b2b2b;
  margin-right: 15px;
}
#shop .orderBy select {
  border: 1px solid #c5c2ba;
}
#shop .orderBy .select2-container {
  width: auto !important;
}
#shop .orderBy form {
  display: flex;
  align-items: center;
}
#shop .orderBy .select2-container--default .select2-selection--single {
  border-radius: 0 !important;
  border: 1px solid #c5c2ba !important;
  height: 40px !important;
  padding-top: 5px !important;
}
#shop .orderBy .select2-selection__arrow {
  top: 8px !important;
}
#shop .orderBy .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 14px !important;
  padding-right: 42px !important;
}
#shop .orderBy .select2-selection__rendered {
  font-weight: 400;
}
#shop .content .filters {
  margin-bottom: 25px;
}
#shop .content .filters form {
  margin-top: 25px;
  display: flex;
  white-space: nowrap;
  overflow-x: scroll;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
#shop .content .filters form::-webkit-scrollbar {
  display: none;
}
#shop .content .filters form select {
  border: none !important;
  border-bottom: 1px solid #a8795c !important;
  margin-right: 30px !important;
  padding-left: 0 !important;
  font-style: italic !important;
  color: #888274 !important;
}
#shop .content .filters form select option {
  font-style: italic !important;
  margin-left: -10px !important;
  color: #888274 !important;
}
#shop .content .filters form .select2-container {
  width: auto !important;
}
#shop .content .filters form .select2-container--default .select2-selection--single {
  border: none !important;
  border-bottom: 1px solid #a8795c !important;
  margin-right: 30px !important;
  padding-left: 0 !important;
  font-style: italic !important;
  color: #888274 !important;
  border-radius: 0 !important;
  position: relative !important;
}
#shop .content .filters form .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #888274 !important;
  font-weight: 400;
}
#shop .content .filters .colorFilter {
  margin-right: 30px;
}
#shop .content .filters .colorFilter span {
  display: flex;
  font-size: 17px;
  color: #84827b;
  font-weight: 400;
}
#shop .content .filters .colorFilter span .selectColor {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-left: 20px;
  cursor: pointer;
}
#shop .content .filters .colorFilter span .selectColor.rouge, #shop .content .filters .colorFilter span .selectColor.red {
  background-color: #521608;
}
#shop .content .filters .colorFilter span .selectColor.blanc, #shop .content .filters .colorFilter span .selectColor.white {
  background-color: #f4b335;
}
#shop .content .filters .colorFilter span .selectColor.rose, #shop .content .filters .colorFilter span .selectColor.rose-en {
  background-color: #e04c54;
}
#shop .content .filters .colorFilter span .selectColor.selected {
  border: 2px solid #a8795c;
  box-shadow: rgba(168, 121, 92, 0.4) 0px 4px 12px;
}
#shop .content li {
  list-style: none;
}
#shop .content .product {
  margin-bottom: 25px;
  display: block;
}
#shop .content .product .imgContainer {
  width: 100%;
  height: 350px;
  background-color: #f7f5f0;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: all 0.3s ease-in-out;
}
#shop .content .product .imgContainer img {
  transition: all 0.3s ease-in-out;
  height: 100%;
  width: auto;
}
#shop .content .product .imgContainer:hover img {
  transform: scale(1.1);
}
#shop .content .product .content {
  text-align: center;
}
#shop .content .product .content .appellation {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: #a8795c;
  padding-bottom: 0;
}
#shop .content .product .content .title {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 0;
}
#shop .content .product .content .title span {
  display: block;
  margin-top: 3px;
}
#shop .content .product .content .price {
  font-size: 17px;
  font-weight: 400;
  color: #393434;
  opacity: 0.75;
}
#shop .content .text-center {
  text-align: center;
  display: block;
  width: 100%;
  margin-bottom: 30px;
  margin-top: 15px;
}
.select2-results__option {
  font-style: italic !important;
  color: #888274 !important;
  font-weight: 400;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #a8795c !important;
  color: #fff !important;
}
#productMore {
  padding-top: 25px;
  padding-bottom: 25px;
}
#productMore .product {
  margin-bottom: 25px;
  display: block;
}
#productMore .product .imgContainer {
  width: 100%;
  height: 350px;
  background-color: #f7f5f0;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: all 0.3s ease-in-out;
}
#productMore .product .imgContainer img {
  transition: all 0.3s ease-in-out;
  height: 100%;
  width: auto;
}
#productMore .product .imgContainer:hover img {
  transform: scale(1.1);
}
#productMore .product .content {
  text-align: center;
}
#productMore .product .content .appellation {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: #a8795c;
  padding-bottom: 0;
}
#productMore .product .content .title {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 0;
}
#productMore .product .content .title span {
  display: block;
  margin-top: 3px;
}
#productMore .product .content .price {
  font-size: 17px;
  font-weight: 400;
  color: #393434;
  opacity: 0.75;
}
#productMore h3 {
  text-align: center;
  font-weight: 600;
  margin-bottom: 3px;
}
#shopSubContent .blocs {
  display: flex;
  flex-direction: column;
}
#shopSubContent .blocs .bloc {
  padding-top: 120px;
  padding-bottom: 25px;
  padding-right: 25px;
  padding-left: 25px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#shopSubContent .blocs .bloc h4 {
  font-size: 30px;
  color: white;
  font-weight: 600;
}
#shopSubContent .blocs .bloc .text {
  color: white;
  font-weight: 400;
  margin-bottom: 15px;
}
.navBtn:hover {
  cursor: pointer;
}
#singleArticle {
  padding-top: 40px;
}
#singleArticle .container {
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
}
#singleArticle .topContent {
  padding-top: 45px;
}
#singleArticle .topContent .category a {
  text-transform: uppercase;
  font-weight: 400;
}
#singleArticle .topContent h1 {
  text-transform: capitalize;
  font-weight: 600;
}
#singleArticle .content blockquote {
  border-left: 1px solid #a8795c;
}
#singleArticle .content .textQuote blockquote {
  border: none !important;
  padding-left: 0;
}
#singleArticle .content li {
  color: #a8795c;
  list-style: disc;
  margin-left: 30px;
}
#singleArticle .content .et_builder_inner_content a:not(.et-pb-arrow-next):not(.et-pb-arrow-prev):not(.customBtnFull) {
  color: #a8795c;
}
#singleArticle .articleNav .navBtn {
  display: flex;
  justify-content: space-between;
  margin-top: 45px;
  margin-bottom: 45px;
}
#singleArticle .articleNav .navBtn .prevLink a {
  text-transform: uppercase;
  font-weight: 400;
  padding-left: 55px;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  color: #a8795c !important;
}
#singleArticle .articleNav .navBtn .prevLink a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 40px;
  height: 15px;
  background-image: url("/wp-content/themes/divi-child/scss/../img/largeLeftArrow.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
#singleArticle .articleNav .navBtn .nextLink a {
  text-transform: uppercase;
  color: #a8795c !important;
  font-weight: 400;
  padding-right: 55px;
  font-size: 14px;
  font-weight: 700;
  position: relative;
}
#singleArticle .articleNav .navBtn .nextLink a::before {
  content: "";
  position: absolute;
  right: 0;
  top: 2px;
  width: 40px;
  height: 15px;
  transform: rotateY(180deg);
  background-image: url("/wp-content/themes/divi-child/scss/../img/largeLeftArrow.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
#singleArticle .articleNav .actuContainer {
  margin-top: 20px;
  padding-bottom: 45px;
}
#singleArticle .articleNav .actuContainer .cardActu {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 15px;
  margin-bottom: 40px;
}
#singleArticle .articleNav .actuContainer .cardActu .imgContainer {
  width: 100%;
  height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
}
#singleArticle .articleNav .actuContainer .cardActu .content {
  padding: 15px;
}
#singleArticle .articleNav .actuContainer .cardActu .content h4 {
  margin-top: 15px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
}
#singleArticle .articleNav .actuContainer .cardActu .content p {
  margin-bottom: 15px;
}
#singleArticle .articleNav .actuContainer .cardActu .content .linkContainer {
  text-align: end;
}
#singleArticle .articleNav .actuContainer .viewAll {
  text-align: center;
  width: 100%;
}
#singleArticle .articleNav .moreArticleTitle {
  font-weight: 600;
}
.contactBloc .wpcf7 .topForm input {
  border: none;
  border-bottom: 1px solid #a8795c;
  font-size: 17px;
  font-weight: 400;
  font-style: italic;
  padding-bottom: 10px;
  max-width: -webkit-fill-available;
  margin-bottom: 20px;
}
.contactBloc .wpcf7 .withLabel label {
  margin-bottom: 20px;
  display: block;
}
.contactBloc .wpcf7 .withLabel input {
  border: none;
  border-bottom: 1px solid #a8795c;
  font-size: 17px;
  font-weight: 400;
  font-style: italic;
  padding-bottom: 10px;
  width: 100%;
  max-width: 389px;
}
.contactBloc .wpcf7 .withLabel input[type="checkbox"] {
  border: none;
  border-bottom: 1px solid #a8795c;
  font-size: 17px;
  font-weight: 400;
  font-style: italic;
  padding-bottom: 10px;
  max-width: -webkit-fill-available;
  margin-bottom: 20px;
  width: auto;
}
.contactBloc .wpcf7 .withLabel .wpcf7-list-item.first {
  margin-left: 0;
}
.contactBloc .wpcf7 .withLabel .wpcf7-radio label {
  margin-bottom: 0;
}
.contactBloc .wpcf7 .withLabel .wpcf7-radio input {
  width: auto;
  margin: 0;
}
.contactBloc .wpcf7 .withLabel .wpcf7-radio .wpcf7-list-item {
  display: block;
  margin: 0;
}
.contactBloc .wpcf7 .withLabel .wpcf7-radio .wpcf7-list-item > label {
  display: flex;
  margin-bottom: 20px;
}
.contactBloc .wpcf7 .withLabel .wpcf7-radio .wpcf7-list-item.first {
  margin-top: 15px;
}
.contactBloc .wpcf7 .withLabel .wpcf7-radio .wpcf7-list-item span {
  width: 150px;
}
.contactBloc .wpcf7 .bottomForm input, .contactBloc .wpcf7 .bottomForm textarea {
  border: 1px solid #ebeae7;
  font-size: 17px;
  background: #f7f5f0;
  color: #84827b;
  font-weight: 400;
  font-style: italic;
  padding: 10px 15px;
  max-width: -webkit-fill-available;
  margin-bottom: 20px;
}
.contactBloc .wpcf7 .bottomForm .wpcf7-list-item {
  margin-left: 0;
}
.contactBloc .wpcf7 .bottomForm .wpcf7-list-item label {
  display: flex;
  align-items: start;
}
.contactBloc .wpcf7 .bottomForm .wpcf7-list-item label input {
  width: 60px;
}
.contactBloc .wpcf7 .bottomForm .wpcf7-list-item label span {
  font-size: 17px;
  color: #a8795c;
}
.contactBloc .wpcf7 .infoForm {
  font-size: 13px;
}
.contactBloc .wpcf7 .infoForm span {
  color: #a8795c;
  display: block;
}
#newsletter {
  background: white;
  padding-bottom: 25px;
  padding-top: 25px;
}
#newsletter .container {
  width: 85%;
}
#newsletter h3 {
  font-weight: 600;
  font-size: 36px;
  margin-bottom: 15px;
}
#newsletter h3 span {
  display: block;
  font-size: 20px;
  font-weight: 400;
  color: #84827b;
  text-transform: uppercase;
}
#newsletter .wpcf7-form-control-wrap {
  position: relative;
  max-width: 460px;
}
#newsletter input {
  border: none;
  border-bottom: 1px solid #a8795c;
  font-size: 17px;
  font-weight: 400;
  font-style: italic;
  padding-bottom: 10px;
  max-width: 75%;
  margin-bottom: 20px;
  color: #84827b;
}
#newsletter input::placeholder {
  color: rgba(132, 130, 123, 0.5);
  font-weight: 400;
}
#newsletter button {
  background: none;
  border: none;
  text-transform: uppercase;
  color: #a8795c;
  font-size: 14px;
  font-weight: 600;
  transition: all ease-in-out 0.3s;
  position: relative;
  margin-left: 60px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#newsletter button::after {
  content: "";
  position: absolute;
  left: -65px;
  top: -15px;
  width: 52px;
  height: 52px;
  background-image: url("/wp-content/themes/divi-child/scss/../img/arrowInput.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotateZ(270deg);
  transition: all ease-in-out 0.3s;
  opacity: 1;
}
#newsletter button::before {
  content: "";
  position: absolute;
  left: -65px;
  top: -15px;
  width: 52px;
  height: 52px;
  background-image: url("/wp-content/themes/divi-child/scss/../img/arrowInputHover.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotateZ(270deg);
  opacity: 0;
  transition: all ease-in-out 0.3s;
}
#newsletter button:hover {
  cursor: pointer;
  color: #393434;
}
#newsletter button:hover::before {
  opacity: 1;
}
#newsletter button:hover::after {
  opacity: 0;
}
.single-product .woocommerce-breadcrumb {
  display: none;
}
.single-product #main-content {
  background: #f7f5f0 !important;
  padding-bottom: 50px;
}
.single-product #main-content h6 {
  margin-top: 20px;
  text-transform: uppercase;
  color: #a8795c;
  font-size: 20px;
  font-weight: 400;
}
.single-product .topProduct .imgContainer {
  text-align: center;
  position: relative;
}
.single-product .topProduct .imgContainer .stock-bubble {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background: #a8795c;
  color: white;
  font-size: 14px;
  font-weight: 400;
  padding: 10px;
  border-radius: 100px;
  text-transform: uppercase;
  width: 120px;
  height: 120px;
}
.single-product .topProduct .imgContainer .stock-bubble .text {
  max-width: 71px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.single-product .topProduct .imgContainer .stock-bubble.active {
  display: block;
}
.single-product .topProduct .productDesc {
  font-weight: 400;
}
.single-product .topProduct .inputContainer {
  margin: 20px 0;
  display: flex;
  align-items: center;
}
.single-product .topProduct .inputContainer label {
  min-width: 95px;
  display: inline-table;
  color: #2b2b2b;
  font-weight: 400;
  font-size: 17px;
}
.single-product .topProduct .inputContainer input[type="number"]::-webkit-inner-spin-button, .single-product .topProduct .inputContainer input[type="number"]::-webkit-outer-spin-button {
  opacity: 1;
}
.single-product .topProduct .inputContainer input, .single-product .topProduct .inputContainer select {
  width: 135px;
  text-align: center;
  border: none;
  border-bottom: 1px solid #a8795c;
  background: transparent;
}
.single-product .topProduct .productPrice {
  font-weight: 500;
  color: #a8795c;
  text-transform: uppercase;
  font-size: 28px;
  margin-bottom: 10px;
}
.single-product .topProduct .productPrice span.basePrice {
  font-weight: 500;
  color: #a8795c;
  text-transform: uppercase;
  font-size: 28px;
  margin-bottom: 10px;
}
.single-product .topProduct .productPrice span.sale {
  position: relative;
  margin-right: 5px;
}
.single-product .topProduct .productPrice span.sale::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background: #000;
}
.single-product .topProduct .productPrice span {
  text-transform: initial;
  font-size: 17px;
  font-weight: 400;
  margin-left: 15px;
}
.single-product .topProduct .productShortDesc {
  margin-top: 15px;
  font-size: 13px;
  font-weight: 400;
  color: #84827b;
}
.single-product .topProduct .productShortDesc a {
  color: #84827b;
  text-decoration: underline;
  transition: all ease-in-out 0.3s;
}
.single-product .topProduct .productShortDesc a:hover {
  color: #a8795c;
}
.single-product .topProduct .productShortDesc img {
  display: block;
  margin-bottom: 15px;
}
.single-product .desgustation {
  margin-top: 50px;
}
.single-product .desgustation .conseils {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.single-product .desgustation .conseils .conseil {
  text-align: center;
  width: 100%;
  margin-bottom: 40px;
}
.single-product .desgustation .conseils .conseil p {
  font-size: 17px;
  font-weight: 400;
  color: #84827b;
}
.single-product .bandeau {
  background-image: url("/wp-content/themes/divi-child/scss/../img/Animals_BG-Dark.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.single-product .bandeau .contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.single-product .bandeau .contents .content {
  text-align: center;
  width: 100%;
  margin-bottom: 40px;
}
.single-product .bandeau .contents .content h6 {
  font-size: 20px;
  font-weight: 400;
  color: #a8795c;
  text-transform: uppercase;
}
.single-product .bandeau .contents .content p {
  font-size: 17px;
  font-weight: 400;
  color: white;
}
.woocommerce-message, .woocommerce-info {
  background: #a8795c !important;
}
.woocommerce-message a, .woocommerce-info a {
  color: #2b2b2b !important;
}
.woocommerce-message a:hover, .woocommerce-info a:hover {
  text-decoration: underline;
}
.woocommerce .customBtnBorder {
  margin-top: 0 !important;
}
.woocommerce-page #sidebar {
  display: none !important;
}
#place_order {
  border: 1px solid #a8795c !important;
  color: #a8795c;
}
#place_order:hover {
  color: white !important;
  background: #a8795c !important;
}
#coupon_code {
  padding: 13px !important;
}
.woocommerce button.button:hover, .woocommerce-page button.button:hover {
  background-color: #a8795c !important;
}
#instagramFeed {
  padding: 25px;
  background: #f7f5f0;
}
#instagramFeed a {
  color: #a8795c !important;
}
#instagramFeed h3 {
  font-weight: 600;
  padding-bottom: 0;
}
#instagramFeed .topContent {
  margin-bottom: 15px;
}
#instagramFeed .swiper-pagination-wrapper {
  display: none;
}
#instagramFeed .swiper-button-prev, #instagramFeed .swiper-button-next {
  background: none;
  border: none;
  padding: 0;
  position: relative;
}
#instagramFeed .swiper-button-prev {
  left: -30px;
  top: 50%;
  width: 45px;
}
#instagramFeed .swiper-button-prev::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 41px;
  height: 30px;
  background-image: url("/wp-content/themes/divi-child/scss/../img/arrowInsta.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotateZ(90deg);
  transition: all ease-in-out 0.3s;
  opacity: 1;
}
#instagramFeed .swiper-button-prev::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 41px;
  height: 30px;
  background-image: url("/wp-content/themes/divi-child/scss/../img/arrowInstaHover.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotateZ(90deg);
  opacity: 0;
  transition: all ease-in-out 0.3s;
}
#instagramFeed .swiper-button-prev:hover {
  cursor: pointer;
  color: #393434;
}
#instagramFeed .swiper-button-prev:hover::before {
  opacity: 0;
}
#instagramFeed .swiper-button-prev:hover::after {
  opacity: 1;
}
#instagramFeed .swiper-button-next {
  right: -30px;
  top: 50%;
  width: 45px;
}
#instagramFeed .swiper-button-next::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 41px;
  height: 30px;
  background-image: url("/wp-content/themes/divi-child/scss/../img/arrowInsta.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotateZ(-90deg);
  transition: all ease-in-out 0.3s;
  opacity: 1;
}
#instagramFeed .swiper-button-next::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 41px;
  height: 30px;
  background-image: url("/wp-content/themes/divi-child/scss/../img/arrowInstaHover.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotateZ(-90deg);
  opacity: 0;
  transition: all ease-in-out 0.3s;
}
#instagramFeed .swiper-button-next:hover {
  cursor: pointer;
  color: #393434;
}
#instagramFeed .swiper-button-next:hover::before {
  opacity: 0;
}
#instagramFeed .swiper-button-next:hover::after {
  opacity: 1;
}
.accordeon:hover {
  transform: inherit !important;
}
.accordeon .et_pb_toggle_title::before {
  transform: inherit !important;
}
@media screen and (max-width: 767px) {
  #header.inner {
    justify-content: center;
  }
  #header.inner .burgerContainer {
    position: absolute;
    left: 20px;
  }
  .sliderRevolutionHp .nav-dir-vertical {
    display: none !important;
  }
  .single-vins .navBtn {
    display: flex;
    overflow-x: scroll;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }
  .single-vins .navBtn::-webkit-scrollbar {
    display: none;
  }
  .single-vins .navBtn .customBtnBorder {
    margin-right: 20px;
    white-space: nowrap;
  }
  .newsletterComingSoon input {
    width: -webkit-fill-available;
  }
  .single-vins, .single-post {
    padding-top: 100px !important;
  }
  .single-product .topProduct .imgContainer {
    margin-top: 20px !important;
  }
}
@media screen and (max-width: 1200px) {
  .customTable td {
    padding: 8px 0 !important;
  }
}
@media screen and (max-width: 1439px) {
  .desktopOnly {
    display: none !important;
  }
  #header .menuContainer ul > li.menu-item-has-children {
    position: relative;
  }
  #header .menuContainer ul > li.menu-item-has-children::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 21px;
    height: 11px;
    background-image: url("/wp-content/themes/divi-child/scss/../img/arrowDown.svg");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: all ease-in-out 0.3s;
  }
  #header .menuContainer ul > li.menu-item-has-children.et-touch-hover::after {
    transform: rotateZ(180deg);
  }
  #header .menuContainer ul.sub-menu li::after {
    display: none;
  }
  #nos_vins .container, .single-vins .container, #archivePost .container {
    width: 85% !important;
  }
  .single-vins .cardVin .topCard img {
    max-width: 100%;
  }
  #footer .bottomFooter .prevention {
    text-align: center;
  }
  #footer .bottomFooter .prevention, #footer .bottomFooter .copyright {
    opacity: 0.5;
    font-weight: 400;
    font-size: 15px;
  }
}
@media screen and (max-width: 1023px) {
  .blog .breadcrumb {
    padding-top: 10px !important;
  }
  .et_builder_inner_content .becasse_2::after {
    display: none !important;
  }
  .sliderRevolutionHp .nav-dir-vertical {
    display: none !important;
  }
  .scrollBelowButton {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .text-center-md {
    text-align: center;
  }
  .iframeMap {
    height: 550px !important;
  }
  .mobile-only-cart {
    display: none;
  }
  #header.inner .burgerContainer {
    width: 25%;
  }
  #header.inner .logoContainer {
    width: 50%;
  }
  #header.inner > .rightContent {
    width: 25%;
    display: block;
  }
  #header .rightContent .langSelector a {
    color: #000;
    font-weight: 400;
    margin-left: 10px !important;
  }
  #header .rightContent .langSelector a:hover {
    font-weight: 600;
  }
  #header .rightContent .langSelector a.current {
    font-weight: 600;
  }
  #footer .topFooter .rightContent ul {
    display: flex;
    justify-content: space-between;
  }
  #footer .topFooter .rightContent ul > li:last-child > .sub-menu a {
    font-weight: 700;
    opacity: 1;
    font-size: 17px;
    text-transform: uppercase;
  }
  #footer .topFooter .rightContent ul > li > .sub-menu {
    display: block;
  }
  #footer .topFooter .leftContent .content img {
    max-width: 458px;
  }
  #footer .bottomFooter .rightContent {
    margin-top: 45px;
  }
  #footer .bottomFooter .rightContent .menuFooterBottom {
    margin-bottom: 20px;
  }
  #footer .bottomFooter .rightContent .menuFooterBottom ul {
    justify-content: space-around;
  }
  #nos_vins .nosVins .leftImgCard .content, #nos_vins .nosVins .rightImgCard .content {
    padding: 50px 58px 25px 58px;
  }
  .single-vins .breadcrumb {
    padding-top: 20px !important;
  }
  .single-vins .cardVin .degustation .top {
    flex-direction: row;
  }
  .single-vins .cardVin .degustation .top .itemTop {
    margin-bottom: 0;
    margin-right: 40px;
    margin-left: 40px;
  }
  .single-vins .cardVin .degustation .bottom {
    padding-top: 55px;
  }
  #postMore .postMoreContainer {
    display: flex;
    justify-content: space-between;
  }
  #postMore .postMore {
    width: calc(50% - 15px);
  }
  #postMore .postMore .imgContainer {
    height: 300px;
  }
  #postMore .postMore .content {
    padding: 20px 30px;
  }
  #archivePost .actuContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #archivePost .actuContainer .cardActu {
    max-width: calc(50% - 50px);
    width: 100%;
  }
  #shop .content .products {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #shop .content .products .product {
    max-width: calc(50% - 50px);
    width: 100%;
  }
  #shopSubContent .blocs {
    flex-direction: row;
  }
  #shopSubContent .blocs .bloc {
    width: 50%;
  }
  #productMore {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  #productMore .productMoreContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #productMore .productMore {
    max-width: 280px;
    width: 100%;
  }
  #singleArticle .container {
    padding-left: 50px;
    padding-right: 50px;
  }
  #singleArticle .actuContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #singleArticle .actuContainer .cardActu {
    max-width: 280px;
    width: 100%;
  }
  .single-product .desgustation h3 {
    font-size: 28px;
  }
  .single-product .desgustation .conseils {
    max-width: 1045px;
    margin-left: auto;
    margin-right: auto;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .single-product .desgustation .conseils .imgContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 90px;
  }
  .single-product .desgustation .conseils .conseil {
    width: calc(33% - 50px);
  }
  .single-product .bandeau {
    padding: 0;
    padding-top: 91px;
    padding-bottom: 0;
  }
  .single-product .bandeau .contents {
    flex-direction: row;
    justify-content: space-between;
    align-items: inherit;
    max-width: 1175px;
    margin-left: auto;
    margin-right: auto;
  }
  .single-product .bandeau .contents .content {
    width: calc(50% - 50px);
  }
}
@media screen and (min-width: 1024px) {
  .topBanner {
    display: flex;
  }
  #shop {
    padding-top: 80px;
  }
  #archivePost {
    padding-top: 80px;
  }
  #singleArticle {
    padding-top: 80px;
  }
  .single-vins .topSection {
    padding-top: 80px;
  }
  #breadcrumb {
    top: 95px;
  }
  #breadcrumb .breadcrumb {
    width: 85%;
    font-size: 14px !important;
  }
  #nos_vins {
    padding-top: 120px;
    padding-bottom: 97px;
  }
  #nos_vins .nosVins .leftImgCard, #nos_vins .nosVins .rightImgCard {
    flex-direction: row;
  }
  #nos_vins .nosVins .leftImgCard img, #nos_vins .nosVins .rightImgCard img {
    max-width: 50%;
  }
  #nos_vins .nosVins .rightImgCard {
    flex-direction: row-reverse;
    margin-right: 0;
    margin-left: auto;
  }
  .beforeArrosoir {
    position: relative;
  }
  #newsletter {
    padding-bottom: 99px;
  }
  #newsletter .container {
    max-width: 2560px;
    width: 75%;
    display: flex;
    align-items: end;
  }
  #newsletter input {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
    width: 98%;
    margin-right: 66px;
    border-bottom: 2px solid #a8795c;
    margin-bottom: 0;
  }
  #newsletter .wpcf7-form-control-wrap::after {
    right: 9px;
  }
  #newsletter h3 {
    font-size: 42px;
    margin-right: 167px;
    margin-bottom: -5px;
    padding-bottom: 0;
  }
  #newsletter form p {
    display: flex;
  }
  #newsletter button {
    margin-bottom: 0px;
    margin-left: 0;
  }
  .single-product #main-content {
    padding-bottom: 34px;
  }
  .single-product .topProduct {
    padding-top: 59px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .single-product .topProduct .left, .single-product .topProduct .right {
    width: calc(50% - 5px);
  }
  .single-product .topProduct .imgContainer {
    height: 770px;
    width: 100%;
  }
  .single-product .topProduct .imgContainer img {
    height: 100%;
    width: auto;
  }
  .single-product .topProduct .productTitle {
    font-size: 42px;
    padding-bottom: 15px;
  }
  .single-product .topProduct .productDesc {
    font-size: 17px;
    max-width: 480px;
    line-height: 165%;
  }
  .single-product .topProduct .productShortDesc {
    max-width: 579px;
  }
  .single-product .topProduct .inputContainer {
    margin-bottom: 42px;
  }
  .single-product .topProduct .inputContainer label {
    min-width: 115px;
  }
  .single-product .topProduct .productPrice {
    margin-top: 50px;
  }
  .single-product .topProduct .customBtnFull {
    margin-top: 21px !important;
  }
  .single-product .topProduct .productShortDesc {
    margin-top: 18px;
    line-height: 155%;
  }
  .single-product .desgustation {
    margin-top: 68px;
  }
}
@media screen and (min-width: 1440px) {
  .mobile-menu-only {
    display: none;
  }
  #breadcrumb {
    top: 120px;
  }
  #breadcrumb .breadcrumb {
    width: 75%;
  }
  #afterVideo h2 {
    min-height: 105px;
  }
  .imgTextSpacer img {
    height: 65px;
    width: auto;
  }
  .iframeMap {
    height: 700px !important;
    margin-bottom: -10px;
  }
  .becasseAfterTopRight {
    position: relative;
  }
  .becasseAfterTopRight p {
    max-width: 450px;
  }
  .becasseAfterTopRight::after {
    content: "";
    position: absolute;
    top: -240px;
    right: 0;
    width: 380px;
    height: 290px;
    background-image: url("/wp-content/themes/divi-child/scss/../img/becasse_2.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  #nos_vins .nosVins .leftImgCard img, #nos_vins .nosVins .rightImgCard img {
    max-width: 714px;
    max-height: 480px;
  }
  .mobileOnly {
    display: none !important;
  }
  #instagramFeed {
    padding-left: 13%;
    padding-right: 0;
    padding-top: 56px;
    position: relative;
    padding-bottom: 26px;
  }
  #instagramFeed::before {
    content: "";
    position: absolute;
    left: -67px;
    top: 102px;
    width: 226px;
    height: 225px;
    background-image: url("/wp-content/themes/divi-child/scss/../img/becasseEnVol.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  #instagramFeed h3 {
    font-size: 42px;
  }
  #instagramFeed .topContent {
    margin-bottom: 28px;
  }
  #instagramFeed .swiper-slide {
    margin-right: 30px !important;
  }
  #instagramFeed .slide-inner a {
    background-position: center center;
    aspect-ratio: 1;
  }
  #instagramFeed .swiper-navigation {
    text-align: left;
    margin-top: 17px;
  }
  #instagramFeed .swiper-button-prev {
    left: 0;
  }
  #instagramFeed .swiper-button-prev::before {
    width: 38px;
    height: 40px;
  }
  #instagramFeed .swiper-button-prev::after {
    width: 38px;
    height: 40px;
  }
  #instagramFeed .swiper-button-next::before {
    width: 38px;
    height: 40px;
  }
  #instagramFeed .swiper-button-next::after {
    width: 38px;
    height: 40px;
  }
  #newsletter {
    padding-top: 94px;
  }
  #newsletter .wpcf7-form-control-wrap {
    max-width: 560px;
  }
  #newsletter input {
    width: 505px;
  }
  #newsletter button {
    margin-top: 10px;
  }
  .product-template-default .container {
    width: 75%;
  }
  body:not(.home) {
    padding-top: 100px;
  }
  .eShopLink {
    display: block;
  }
  .lightBg {
    padding-top: 20px;
    padding-bottom: 100px;
  }
  #archivePost {
    padding-top: 126px;
    padding-bottom: 62px;
  }
  #archivePost .categories .customBtnBorder {
    margin-right: 15px;
  }
  #archivePost .actuContainer {
    margin-top: 80px;
  }
  #archivePost .actuContainer .cardActu {
    max-width: calc(50% - 50px);
    width: 100%;
    margin-bottom: 60px;
  }
  #archivePost .actuContainer .cardActu .imgContainer {
    height: 340px;
  }
  #header .menuContainer {
    width: 100%;
    top: 100px;
    padding-top: 87px;
    padding-bottom: 70px;
  }
  #header .menuContainer .contentContainer {
    max-width: 1415px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
  }
  #header .menuContainer .menus {
    width: 66%;
  }
  #header .menuContainer .menus .topMenu {
    margin-bottom: 127px;
  }
  #header .menuContainer ul {
    display: flex;
    justify-content: space-between;
    font-size: 20px;
  }
  #header .menuContainer ul > li > .sub-menu {
    display: block;
    margin-top: 15px;
  }
  #header .menuContainer ul > li > .sub-menu > li {
    margin-bottom: 15px;
  }
  #header .menuContainer ul > li > .sub-menu a {
    font-size: 17px;
  }
  #header .menuContainer .rightContent {
    display: block;
    max-width: 341px;
    width: 100%;
    background: white;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  }
  #header .menuContainer .rightContent .content {
    margin-left: 0;
    display: flex;
    flex-direction: column;
    text-align: left;
    padding-bottom: 13px;
    position: relative;
    padding-top: 0;
  }
  #header .menuContainer .rightContent .content::after {
    content: "";
    position: absolute;
    right: 10px;
    bottom: 7px;
    width: 48px;
    height: 48px;
    background-image: url("/wp-content/themes/divi-child/scss/../img/circleArrow.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
  #header .menuContainer .rightContent .content:hover {
    border: none;
  }
  #header .menuContainer .rightContent .content .imgContainer {
    width: 100%;
    height: 470px;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #header .menuContainer .rightContent .content h6 {
    text-transform: uppercase;
    color: #a8795c;
    font-size: 16px !important;
    font-weight: 400;
    max-width: 220px;
    margin-top: 18px;
    padding-left: 15px;
    padding-bottom: 0;
  }
  #header .menuContainer .bottomMenu li {
    margin-bottom: 0;
  }
  #header .rightContent {
    position: relative;
  }
  #header .rightContent .langSelector {
    position: absolute;
    right: 160px;
    bottom: 0px;
  }
  #footer {
    padding-top: 69px;
  }
  #footer .container {
    max-width: 2560px;
    width: 75%;
  }
  #footer .scrollTop {
    right: 55px;
  }
  #footer .topFooter {
    display: flex;
    justify-content: space-between;
  }
  #footer .topFooter .rightContent {
    margin-top: 0;
    margin-bottom: 0;
    max-width: 875px;
    width: 100%;
  }
  #footer .topFooter .rightContent ul > li {
    font-size: 20px;
  }
  #footer .topFooter .rightContent ul > li:last-child > .sub-menu li {
    margin-top: 24px;
  }
  #footer .topFooter .rightContent ul > li:last-child > .sub-menu a {
    font-weight: 700;
    opacity: 1 !important;
    font-size: 20px !important;
    text-transform: uppercase;
  }
  #footer .topFooter .rightContent ul > li > .sub-menu li {
    margin-left: 0;
    margin-top: 15px;
  }
  #footer .topFooter .rightContent ul > li > .sub-menu li a {
    font-size: 17px;
    opacity: 0.75;
  }
  #footer .topFooter .rightContent ul > li > .sub-menu li a:hover {
    opacity: 1;
  }
  #footer .topFooter .leftContent {
    margin-right: 60px;
  }
  #footer .topFooter .socials {
    right: 93px;
    bottom: 26px;
  }
  #footer .topFooter .socials {
    position: absolute;
    right: 65px;
    bottom: 9px;
  }
  #footer .bottomFooter {
    display: flex;
    justify-content: space-between;
    margin-top: 125px;
  }
  #footer .bottomFooter .rightContent {
    max-width: 875px;
    width: 100%;
    margin-top: -11px;
    padding-left: 17px;
  }
  #footer .bottomFooter .rightContent .menuFooterBottom {
    margin-bottom: 4px;
  }
  #footer .bottomFooter .rightContent .menuFooterBottom ul {
    justify-content: flex-start !important;
  }
  #footer .bottomFooter .rightContent .menuFooterBottom ul li {
    margin-right: 35px;
  }
  #footer .bottomFooter .rightContent .menuFooterBottom ul li a {
    font-size: 20px;
  }
  #footer .bottomFooter .rightContent .text-center-md, #footer .bottomFooter .rightContent .text-center {
    text-align: left;
  }
  #footer .bottomFooter .rightContent p.copyright {
    margin-top: 4px;
  }
  .single-vins .topSection .customBtnBorder {
    margin-right: 15px;
  }
  .single-vins .cardVin {
    padding: 50px 100px;
  }
  .single-vins .cardVin .splide__arrow--prev {
    left: -2rem;
    background: none;
  }
  .single-vins .cardVin .splide__arrow--next {
    background: none;
    right: -2rem;
  }
  .single-vins .cardVin .topCard {
    flex-direction: row;
  }
  .single-vins .cardVin .topCard img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-height: 770px;
  }
  .single-vins .cardVin .topCard .content {
    margin-top: 0;
    margin-left: 0px;
    max-width: 55%;
  }
  .single-vins .cardVin .degustation .titleContainer {
    margin-bottom: 71px;
  }
  .single-vins .cardVin .degustation .titleContainer::before {
    width: 100%;
  }
  .single-vins .cardVin .degustation .top {
    justify-content: space-around;
  }
  .single-vins .cardVin .degustation .bottom {
    display: flex;
    align-items: center;
  }
  .single-vins .cardVin .degustation .bottom .left {
    max-width: 70%;
    padding-right: 80px;
    border-right: 2px solid #a8795c;
    margin-left: 50px;
  }
  .single-vins .cardVin .degustation .bottom .right {
    padding-top: 0;
    margin-top: 0;
    border: none;
    padding-left: 90px;
  }
  .single-vins .bandeau {
    padding: 230px 0px;
  }
  .single-vins .marginTop {
    margin-top: 50px;
  }
  #postMore .titleContainer {
    margin-bottom: 15px;
  }
  #postMore .postMore {
    margin-bottom: 9px;
  }
  #postMore .postMore .imgContainer {
    height: 350px;
  }
  #shop {
    padding-top: 125px;
  }
  #shop h2 {
    font-size: 42px;
    font-weight: 600;
  }
  #shop .container {
    width: 75%;
  }
  #shop .orderBy {
    display: flex;
    justify-content: space-between;
    text-align: right;
    margin-top: 16px;
    margin-bottom: 34px;
  }
  #shop .orderBy .currentFilters .deleteAllFilters {
    margin-right: 30px;
  }
  #shop .orderBy .currentFilters .currentFilter {
    margin-right: 15px;
  }
  #shop .orderBy label {
    font-size: 17px;
  }
  #shop .orderBy select {
    font-size: 17px;
    padding: 8px;
  }
  #shop .content.contentShop {
    display: flex;
    justify-content: space-between;
  }
  #shop .content .filters {
    max-width: 310px;
    width: 100%;
    margin-right: 50px;
  }
  #shop .content .filters form {
    flex-direction: column;
    overflow-x: auto;
  }
  #shop .content .filters form select {
    font-size: 17px;
    margin-bottom: 40px;
    padding-bottom: 10px;
    cursor: pointer;
  }
  #shop .content .filters form select option {
    font-size: 17px;
  }
  #shop .content .filters form .select2-container {
    margin-bottom: 40px;
  }
  #shop .content .filters .colorFilter {
    margin-bottom: 30px;
    padding-left: 5px;
  }
  #shop .content .products {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    width: 100%;
  }
  #shop .content .products .productMore {
    max-width: 340px;
    width: 100%;
  }
  #shop .content .products .productMore .imgContainer {
    height: 523px;
  }
  #shop .content .products .product {
    max-width: calc(50% - 50px);
    width: 100%;
    margin-right: 10px;
    margin-left: 10px;
    position: relative;
  }
  #shop .content .products .product:hover .ajouter-au-panier {
    opacity: 1;
    z-index: 2;
  }
  #shop .content .products .product .imgContainer {
    height: 523px;
  }
  #shop .content .products .product .ajouter-au-panier {
    opacity: 0;
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #shop .content .products .product .ajouter-au-panier:hover {
    background: #fff !important;
  }
  #shop .content .text-center {
    margin-top: 20px;
    margin-bottom: 75px;
  }
  #shopSubContent .blocs {
    flex-direction: row;
  }
  #shopSubContent .blocs .bloc {
    padding-top: 442px;
    padding-left: 61px;
    padding-bottom: 69px;
  }
  #shopSubContent .blocs .bloc h4 {
    font-size: 42px;
    padding-bottom: 0;
  }
  #shopSubContent .blocs .bloc .text {
    max-width: 490px;
  }
  #shopSubContent .blocs .bloc .customBtnBorderWhite {
    margin-top: 0;
  }
  #productMore {
    padding-top: 55px;
    padding-bottom: 65px;
  }
  #productMore h3 {
    font-size: 28px;
  }
  #productMore .productMore {
    max-width: 340px;
    width: 100%;
  }
  #productMore .productMore .imgContainer {
    height: 523px;
  }
  #singleArticle .container {
    padding-left: 0;
    padding-right: 0;
    max-width: 2560px;
    width: 75%;
  }
  #singleArticle .topContent .category a {
    font-size: 20px;
  }
  #singleArticle .topContent h1 {
    font-size: 42px;
  }
  #singleArticle .actuContainer {
    margin-top: 80px;
  }
  #singleArticle .actuContainer .cardActu {
    max-width: 335px;
    width: 100%;
    margin-bottom: 60px;
  }
  #singleArticle .actuContainer .cardActu .imgContainer {
    height: 340px !important;
  }
  .sliderArticle .et-pb-slider-arrows .et-pb-arrow-prev, .sliderArticle .et-pb-slider-arrows .et-pb-arrow-next {
    color: white !important;
  }
  .contactBloc .wpcf7 .topForm {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 915px;
  }
  .contactBloc .wpcf7 .topForm input {
    margin-bottom: 40px;
  }
  .contactBloc .wpcf7 .topForm > span {
    width: calc(50% - 70px);
  }
  .contactBloc .wpcf7 .topForm > span.full {
    width: 100%;
    max-width: 982px;
  }
  .contactBloc .wpcf7 .topForm > span.full span {
    width: 100%;
  }
  .contactBloc .wpcf7 .topForm > span.full span input {
    width: 100%;
  }
  .contactBloc .wpcf7 .withLabel label {
    margin-bottom: 40px;
    display: block;
  }
  .contactBloc .wpcf7 .withLabel input {
    max-width: -webkit-fill-available;
  }
  .contactBloc .wpcf7 .bottomForm {
    position: relative;
  }
  .contactBloc .wpcf7 .bottomForm input, .contactBloc .wpcf7 .bottomForm textarea {
    margin-bottom: 40px;
    width: 100%;
  }
  .contactBloc .wpcf7 .bottomForm .infoForm {
    max-width: 70%;
  }
  .contactBloc .wpcf7 .bottomForm .customBtnFull {
    position: absolute;
    bottom: 15px;
    right: 0;
  }
  .beforeArrosoir {
    position: relative;
  }
  .beforeArrosoir::after {
    content: "";
    position: absolute;
    width: 335px;
    height: 255px;
    background: url("/wp-content/themes/divi-child/scss/../img/arrosoir.png") no-repeat;
    background-size: contain;
    background-position: center;
    bottom: -247px;
    left: -232px;
    z-index: -1;
  }
  .beforeLibellule {
    position: relative;
  }
  .beforeLibellule::before {
    content: "";
    position: absolute;
    width: 233px;
    height: 550px;
    background: url("/wp-content/themes/divi-child/scss/../img/libellule.png") no-repeat;
    background-size: contain;
    background-position: center;
    bottom: 0px;
    left: -232px;
    z-index: 0;
    opacity: 0.5;
  }
}
@media screen and (min-width: 1500px) {
  #header.inner {
    height: 100px;
    padding-left: 77px;
    padding-right: 77px;
  }
  #header.inner .logoContainer {
    margin-top: 9px;
  }
  #header.inner .logoContainer img {
    max-width: 520px;
  }
  .home #header.inner .logoContainer .largeLogo {
    margin-top: 166px;
  }
}
@media screen and (min-width: 1750px) {
  #breadcrumb {
    top: 156px;
  }
  body:not(.home) {
    padding-top: 136px;
  }
  body:not(.home).woocommerce-shop #header.inner {
    height: 136px;
  }
  body:not(.home).woocommerce-shop #header.inner.hasBannerShop .menuContainer {
    top: 175px;
  }
  body:not(.home).woocommerce-shop #header .menuContainer {
    top: 136px;
  }
  body.woocommerce-shop #header.inner {
    height: 136px;
  }
  body.woocommerce-shop #header.inner.hasBanner .menuContainer {
    top: 136px;
  }
  body.woocommerce-shop #header.inner.hasBannerShop .menuContainer {
    top: 175px;
  }
  body.woocommerce-shop #header .menuContainer {
    top: 136px;
  }
  #header.inner {
    height: 136px;
  }
  #header.inner.hasBanner .menuContainer {
    top: 175px;
  }
  #header .menuContainer {
    top: 136px;
  }
  #archivePost .actuContainer {
    justify-content: left;
    margin-left: -20px;
    margin-right: -20px;
  }
  #archivePost .actuContainer .cardActu {
    max-width: 430px;
    margin-right: 20px;
    margin-left: 20px;
  }
  #singleArticle .actuContainer .cardActu {
    max-width: 430px;
  }
  .landingVideo {
    height: 1080px !important;
  }
  #nos_vins .nosVins .leftImgCard, #nos_vins .nosVins .rightImgCard {
    flex-direction: row;
  }
  #nos_vins .nosVins .leftImgCard .content, #nos_vins .nosVins .rightImgCard .content {
    padding: 70px 58px 0px 58px;
  }
  #nos_vins .nosVins .leftImgCard img, #nos_vins .nosVins .rightImgCard img {
    max-width: inherit;
  }
}
@media screen and (min-width: 1900px) {
  #shop .content .products .product {
    max-width: 340px;
  }
}
@media screen and (min-width: 2050px) {
  .et_builder_inner_content .becasse_2::after {
    left: 475px !important;
  }
}
.modal-success {
  position: fixed;
  top: 70px;
  right: -350px;
  background: #fff;
  border-radius: 5px;
  padding: 15px;
  z-index: 10000;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
}
.modal-success.active {
  right: 15px;
}
.modal-success h3 {
  font-size: 20px;
  color: #a8795c;
  padding-bottom: 0;
}
/*# sourceMappingURL=https://www.domaine-mordoree.com/wp-content/build/scss_library/15554f037e1995c4671838379cbd159c727279c8.css.map */