.gform-theme--api,
.gform-theme--framework {
  --gf-ctrl-btn-bg-color-primary: #753A28 !important;
}
.gform-theme--api .gform_required_legend,
.gform-theme--framework .gform_required_legend {
  display: none !important;
}

.video-container {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.video-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(117, 58, 40, 0.5);
  z-index: 2;
  mix-blend-mode: multiply;
}
.video-container video {
  display: block;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  height: 100%;
  width: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

body.woocommerce {
  margin-top: 100px;
  padding-top: 100px;
}
body.woocommerce.single-product main {
  padding-top: 0;
}

.single-post .wp-post-image {
  border-radius: 20px;
  display: block;
  margin-bottom: 50px;
  width: 100%;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .price {
  color: var(--sp_color_5) !important;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .products:before {
  display: none !important;
}

.site-header .navbar-toggle {
  margin: 0 !important;
  background-color: #753A28 !important;
  border-radius: 0 !important;
  border: 0 !important;
}

.header-nav {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 18px;
}
.header-nav .custom-logo-link {
  display: block;
  width: 143px;
  height: 143px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.header-nav__left {
  flex: 1;
  margin-right: 30px;
  padding-right: 72px;
}
.header-nav__left .menu {
  justify-content: flex-end;
}
.header-nav__right {
  flex: 1;
  margin-left: 30px;
  padding-left: 72px;
}
.header-nav__left .menu, .header-nav__right .menu {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
}
.header-nav__left .menu a, .header-nav__right .menu a {
  color: inherit;
}
.header-nav__left .menu > li, .header-nav__right .menu > li {
  position: relative;
  list-style: none;
  font: 700 20px/1em "DM Sans", sans-serif;
  color: white;
  margin-right: 30px;
  padding: 20px 0;
}
.header-nav__left .menu > li:last-child, .header-nav__right .menu > li:last-child {
  margin-right: 0;
}
.header-nav__left .menu > li:hover .sub-menu, .header-nav__right .menu > li:hover .sub-menu {
  display: block;
}
.header-nav__left .menu > li .sub-menu, .header-nav__right .menu > li .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  color: #753A28;
  list-style: none;
  text-align: center;
  padding: 15px 40px;
  width: 275px;
}
.header-nav__left .menu > li .sub-menu:before, .header-nav__right .menu > li .sub-menu:before {
  content: "";
  position: absolute;
  top: -15px;
  left: 50%;
  margin-left: -18px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 17.5px 15px 17.5px;
  border-color: transparent transparent white transparent;
  transform: rotate(0deg);
}
.header-nav__left .menu > li .sub-menu > li, .header-nav__right .menu > li .sub-menu > li {
  display: block;
  font: 400 15px/1.25em "DM Sans", sans-serif;
  margin-bottom: 15px;
}
.header-nav__left .menu > li .sub-menu > li:last-child, .header-nav__right .menu > li .sub-menu > li:last-child {
  margin-bottom: 0;
}

.site-header.smaller .header-nav {
  background: #AC7D2C;
  height: 100px;
}
.site-header.smaller .custom-logo-link {
  top: 10px;
  width: 80px;
  height: 80px;
}
.site-header .container {
  width: revert;
}
.site-header .sp-mini-cart-wrapper {
  position: absolute;
  right: 0;
  top: 36px;
}
.site-header .sp-mini-cart-wrapper .sp-mini-cart a {
  padding: 0;
  background: none !important;
}

.pum-title {
  font-family: "DM Serif Display", serif !important;
}

.navbar ul > li:last-child {
  position: absolute;
  right: 10px;
}

.categories_accueil {
  margin-left: -30px !important;
  margin-right: -30px !important;
}
.categories_accueil .owl-carousel {
  overflow: hidden !important;
}
.categories_accueil .owl-stage {
  display: block !important;
}
.categories_accueil .item {
  overflow: hidden;
  border-radius: 50%;
}
.categories_accueil .item .image {
  position: relative;
  background: #753A28;
}
.categories_accueil .item .image:hover .text {
  opacity: 1;
}
.categories_accueil .item .image:hover img {
  mix-blend-mode: multiply;
  opacity: 0.7;
}
.categories_accueil .item .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  transition: all 250ms ease-in-out;
}
.categories_accueil .item .image .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  opacity: 0;
  transition: all 250ms ease-in-out;
}
.categories_accueil .item .image .text a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: inherit;
}

.home #post-2-section-1-tab-1 .content > h4 {
  font-family: "DM Sans", sans-serif;
}
.home #page-container .section-1 > .container {
  max-width: 1040px;
}

.owl-nav .owl-next,
.owl-nav .owl-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-weight: bold;
  font-size: 50px;
}
.owl-nav .owl-next {
  right: -100px;
}
.owl-nav .owl-prev {
  left: -100px;
}

.owl-dots {
  margin-top: 25px;
}
.owl-dots .owl-dot.active span {
  background: #753A28;
  transform: none !important;
}
.owl-dots .owl-dot span {
  border-radius: 50%;
  width: 18px;
  height: 18px;
  border: 2px solid #753A28;
  background: transparent;
  transform: none !important;
}
.owl-dots .owl-dot span:hover {
  background: #753A28;
}

body:not(.home) .site-header .header-nav {
  background: #AC7D2C;
}

.module-feedback .feedback-module-content {
  display: block !important;
}
.module-feedback .feedback-module-content.owl-carousel .owl-stage {
  display: block !important;
}
.module-feedback .feedback-module-content.owl-carousel .owl-stage .item {
  width: 100%;
}
.module-feedback .feedback-module-content.owl-carousel .owl-stage .item .testimonial-inner {
  border-radius: 25px;
  opacity: 1;
}
.module-feedback .feedback-module-content.owl-carousel .owl-stage .item .testimonial-inner .etoiles {
  font-size: 34px;
}
.module-feedback .owl-dots {
  display: block;
}

.background-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.woocommerce div.product form.cart {
  margin-top: 2em;
}

.woocommerce div.product form.cart td.value:has(select)::before {
  right: 36px !important;
  pointer-events: none !important;
  height: 37px !important;
}

@media (max-width: 1440px) {
  .header-nav__left .menu > li, .header-nav__right .menu > li {
    font-size: 16px;
  }
  .sp-mini-cart a .basket-item-count span {
    padding: 0 5px;
  }
}
@media (max-width: 1300px) {
  .site-header {
    display: block;
    top: 0 !important;
    padding-top: 0 !important;
  }
  .site-header.smaller .custom-logo-link {
    top: 5px !important;
    width: 55px !important;
    height: 55px !important;
  }
  .site-header .navbar-header {
    display: block;
    position: absolute;
    left: 0;
  }
  .site-header .header-nav__left,
  .site-header .header-nav__right,
  .site-header .navbar {
    display: none;
  }
  .site-header .logo-container {
    display: none;
    width: 110px;
    height: 110px;
  }
  .site-header .sp-mini-cart-wrapper {
    position: fixed;
    top: 20px;
  }
  .site-header .header-nav {
    background: none !important;
  }
  .site-header .header-nav .custom-logo-link {
    width: 110px;
    height: 110px;
  }
  .offscreen-menu {
    display: block;
  }
  .offscreen-menu .logo-container {
    position: absolute;
    top: 10px;
    left: 20px;
    width: 80px;
    grid-area: unset;
  }
  .offscreen-menu .navbar-header {
    grid-area: unset;
    position: absolute;
    top: 10px;
    right: 20px;
  }
  .offscreen-menu .navbar-header .navbar-toggle {
    margin: 0;
    padding: 0;
  }
  .offscreen-menu #sp-mobile-menu-container {
    float: none !important;
    margin-top: 100px;
  }
  .offscreen-menu #sp-mobile-menu-container li {
    position: relative;
    float: none !important;
    padding: 15px 0;
  }
  .offscreen-menu #sp-mobile-menu-container li.current_page_item > a {
    font-weight: bold;
  }
  .offscreen-menu #sp-mobile-menu-container li.menu-item-has-children {
    padding-right: 10px;
  }
  .offscreen-menu #sp-mobile-menu-container li.menu-item-has-children.active:after {
    transform: rotate(180deg);
  }
  .offscreen-menu #sp-mobile-menu-container li.menu-item-has-children.active .sub-menu {
    display: block;
  }
  .offscreen-menu #sp-mobile-menu-container li.menu-item-has-children:after {
    content: "";
    position: absolute;
    top: 15px;
    right: 5px;
    display: block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #753A28;
  }
  .offscreen-menu #sp-mobile-menu-container li .sub-menu {
    display: none;
    text-align: left;
    padding-left: 10px;
    font-size: 14px !important;
  }
  .offscreen-menu #sp-mobile-menu-container li a {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .site-footer .smdp-footer-area .widget_nav_menu ul {
    display: block;
    column-count: 2;
    column-gap: 1em;
  }
}
@media (max-width: 1023px) {
  .categories_accueil .item .image .text {
    opacity: 1;
  }
  .categories_accueil .item .image img {
    mix-blend-mode: multiply;
    opacity: 0.7;
  }
  .sp_btn .btn-inner {
    white-space: normal !important;
  }
  .home .section-3 .content {
    text-align: center;
  }
  .copyright-wrapper {
    display: block !important;
  }
}

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