@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --wp-admin-theme-color: $primary-text-color;
}

/* elements */
body {
  margin: 0;
  font-family: "Roboto", arial, sans-serif;
  letter-spacing: 0;
}
body p {
  font-size: 16px;
}

/* Breakpoints */
/* Container */
@keyframes fadein {
  0% {
    display: block;
    opacity: 0;
    transform: translateY(25px);
  }
  100% {
    opacity: 1;
    top: 0;
    transform: translateY(0px);
  }
}
@-moz-keyframes fadein {
  0% {
    display: block;
    opacity: 0;
    transform: translateY(25px);
  }
  100% {
    opacity: 1;
    top: 0;
    transform: translateY(0px);
  }
}
@-webkit-keyframes fadein {
  0% {
    display: block;
    opacity: 0;
    transform: translateY(25px);
  }
  100% {
    opacity: 1;
    top: 0;
    transform: translateY(0px);
  }
}
@keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeleft {
  0% {
    opacity: 0;
    transform: translateX(-20px) translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0) translateY(0);
  }
}
@keyframes faderight {
  0% {
    opacity: 0;
    transform: translateX(20px) translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0) translateY(0);
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeInText {
  0% {
    display: block;
    opacity: 0;
    transform: translateX(35px) translateY(25px) skew(-5deg);
  }
  100% {
    display: block;
    opacity: 1;
    transform: translateX(0) skew(0);
  }
}
@-moz-keyframes fadeInText {
  0% {
    display: block;
    opacity: 0;
    transform: translateX(35px) translateY(25px) skew(-5deg);
  }
  100% {
    display: block;
    opacity: 1;
    transform: translate(0) skew(0);
  }
}
@-webkit-keyframes fadeInText {
  0% {
    display: block;
    opacity: 0;
    transform: translateX(35px) translateY(25px) skew(-5deg);
  }
  100% {
    display: block;
    opacity: 1;
    transform: translate(0) skew(0);
  }
}
@-moz-keyframes fadeInImage {
  0% {
    display: block;
    opacity: 0;
    transform: translateX(30px);
  }
  100% {
    display: block;
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
@-webkit-keyframes fadeInImage {
  0% {
    display: block;
    opacity: 0;
    transform: translateX(30px);
  }
  100% {
    display: block;
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
@keyframes fadeInImage {
  0% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes opacityLoop {
  0% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.6;
  }
}
@keyframes line_anim {
  0% {
    left: 0;
    right: 0;
  }
  50% {
    left: 100%;
    right: 0;
    opacity: 1;
  }
  51% {
    opacity: 0;
    left: 0;
    right: 100%;
  }
  52% {
    opacity: 1;
  }
  100% {
    left: 0;
    right: 0;
  }
}
/* woocommerce mixins */
:root {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #191919;
}

body, button, input, select, optgroup, textarea {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.4px;
}

main p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}
main p {
  color: #191919;
  line-height: 28px;
  font-size: 16px;
  letter-spacing: 0.4px;
}
@media screen and (min-width: 1199px) {
  main p {
    font-size: 16px;
    line-height: 28px;
  }
}

* {
  color: #191919;
  line-height: 1.35em;
  box-sizing: border-box;
}

a:hover {
  color: inherit;
}

h1, h2, h3, h4 {
  margin: 0;
  font-family: "Roboto", arial, sans-serif;
}

svg .icon-white {
  fill: #FFF;
}

.title, .small-title, .woocommerce-bacs-bank-details h2.wc-bacs-bank-details-heading, .woocommerce-page--wrapper .woocommerce-order p.woocommerce-thankyou-order-received,
.custom-wysiwyg h3,
.custom-wysiwyg h4,
h3, h4, .medium-title, .checkout--content form.checkout h3,
.custom-wysiwyg h2, .big-title {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 1px;
}
.title + a, .small-title + a, .woocommerce-bacs-bank-details h2.wc-bacs-bank-details-heading + a, .woocommerce-page--wrapper .woocommerce-order p.woocommerce-thankyou-order-received + a,
.custom-wysiwyg h3 + a,
.custom-wysiwyg h4 + a,
h3 + a, h4 + a, .medium-title + a, .checkout--content form.checkout h3 + a,
.custom-wysiwyg h2 + a, .big-title + a, .title + ul, .small-title + ul, .woocommerce-bacs-bank-details h2.wc-bacs-bank-details-heading + ul, .woocommerce-page--wrapper .woocommerce-order p.woocommerce-thankyou-order-received + ul,
.custom-wysiwyg h3 + ul,
.custom-wysiwyg h4 + ul,
h3 + ul, h4 + ul, .medium-title + ul, .checkout--content form.checkout h3 + ul,
.custom-wysiwyg h2 + ul, .big-title + ul, .title + ol, .small-title + ol, .woocommerce-bacs-bank-details h2.wc-bacs-bank-details-heading + ol, .woocommerce-page--wrapper .woocommerce-order p.woocommerce-thankyou-order-received + ol,
.custom-wysiwyg h3 + ol,
.custom-wysiwyg h4 + ol,
h3 + ol, h4 + ol, .medium-title + ol, .checkout--content form.checkout h3 + ol,
.custom-wysiwyg h2 + ol, .big-title + ol, .title + .text-wrapper, .small-title + .text-wrapper, .woocommerce-bacs-bank-details h2.wc-bacs-bank-details-heading + .text-wrapper, .woocommerce-page--wrapper .woocommerce-order p.woocommerce-thankyou-order-received + .text-wrapper,
h3 + .text-wrapper, h4 + .text-wrapper, .medium-title + .text-wrapper, .checkout--content form.checkout h3 + .text-wrapper,
.custom-wysiwyg h2 + .text-wrapper, .big-title + .text-wrapper, .title + p, .small-title + p, .woocommerce-bacs-bank-details h2.wc-bacs-bank-details-heading + p, .woocommerce-page--wrapper .woocommerce-order p.woocommerce-thankyou-order-received + p,
.custom-wysiwyg h3 + p,
.custom-wysiwyg h4 + p,
h3 + p, h4 + p, .medium-title + p, .checkout--content form.checkout h3 + p,
.custom-wysiwyg h2 + p, .big-title + p, .title + .btn-wrapper, .small-title + .btn-wrapper, .woocommerce-bacs-bank-details h2.wc-bacs-bank-details-heading + .btn-wrapper, .woocommerce-page--wrapper .woocommerce-order p.woocommerce-thankyou-order-received + .btn-wrapper,
h3 + .btn-wrapper, h4 + .btn-wrapper, .medium-title + .btn-wrapper, .checkout--content form.checkout h3 + .btn-wrapper,
.custom-wysiwyg h2 + .btn-wrapper, .big-title + .btn-wrapper {
  margin-top: 20px;
}
.title span, .small-title span, .woocommerce-bacs-bank-details h2.wc-bacs-bank-details-heading span, .woocommerce-page--wrapper .woocommerce-order p.woocommerce-thankyou-order-received span,
.custom-wysiwyg h3 span,
.custom-wysiwyg h4 span,
h3 span, h4 span, .medium-title span, .checkout--content form.checkout h3 span,
.custom-wysiwyg h2 span, .big-title span {
  color: #927335;
}
.title.white span, .white.small-title span, .woocommerce-bacs-bank-details h2.white.wc-bacs-bank-details-heading span, .woocommerce-page--wrapper .woocommerce-order p.white.woocommerce-thankyou-order-received span,
h3.white span, h4.white span, .white.medium-title span, .checkout--content form.checkout h3.white span,
.custom-wysiwyg h2.white span, .white.big-title span {
  color: #927335;
}

.icon-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.icon-title .icon-wrapper {
  margin: 0 20px 0 0;
}
.icon-title .icon-wrapper svg {
  height: 40px;
  width: 40px;
  display: block;
}
@media screen and (min-width: 768px) {
  .icon-title .icon-wrapper .icon {
    margin-right: 20px;
    margin: 0 20px 0 0;
  }
}

small {
  line-height: 1.2em;
}

blockquote {
  margin: 0;
  padding: 20px 0;
  background: none;
  color: #808080;
  font-size: 16px;
}

.intro, quote, .sub-title, .card--wysiwyg.custom-wysiwyg h2, .card--wysiwyg.custom-wysiwyg h3, .card--wysiwyg.custom-wysiwyg h4, .card--wysiwyg.custom-wysiwyg h5 {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.intro, quote, .sub-title, .card--wysiwyg.custom-wysiwyg h2, .card--wysiwyg.custom-wysiwyg h3, .card--wysiwyg.custom-wysiwyg h4, .card--wysiwyg.custom-wysiwyg h5 {
  letter-spacing: 0.4px;
  font-size: 18px;
  line-height: 28px;
}
.intro strong, quote strong, .sub-title strong, .card--wysiwyg.custom-wysiwyg h2 strong, .card--wysiwyg.custom-wysiwyg h3 strong, .card--wysiwyg.custom-wysiwyg h4 strong, .card--wysiwyg.custom-wysiwyg h5 strong {
  font-size: inherit;
}
@media screen and (min-width: 992px) {
  .intro, quote, .sub-title, .card--wysiwyg.custom-wysiwyg h2, .card--wysiwyg.custom-wysiwyg h3, .card--wysiwyg.custom-wysiwyg h4, .card--wysiwyg.custom-wysiwyg h5 {
    font-size: 21px;
    line-height: 30px;
  }
}
@media screen and (min-width: 1499px) {
  .intro, quote, .sub-title, .card--wysiwyg.custom-wysiwyg h2, .card--wysiwyg.custom-wysiwyg h3, .card--wysiwyg.custom-wysiwyg h4, .card--wysiwyg.custom-wysiwyg h5 {
    font-size: 24px;
    line-height: 36px;
  }
}

.placeholder {
  color: #808080 !important;
}

.title .hidden, .small-title .hidden, .woocommerce-bacs-bank-details h2.wc-bacs-bank-details-heading .hidden, .woocommerce-page--wrapper .woocommerce-order p.woocommerce-thankyou-order-received .hidden,
h3 .hidden, h4 .hidden, .medium-title .hidden, .checkout--content form.checkout h3 .hidden,
.custom-wysiwyg h2 .hidden, .big-title .hidden {
  visibility: hidden;
  height: 0;
  display: none;
}

.big-title {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.big-title {
  font-size: 28px;
  line-height: 1.15em;
  color: #191919;
  letter-spacing: 3px;
}
.big-title span {
  font-size: inherit;
}
.big-title small {
  text-transform: none;
}
@media screen and (min-width: 992px) {
  .big-title {
    font-size: 34px;
  }
}
@media screen and (min-width: 1199px) {
  .big-title {
    font-size: 42px;
  }
}
@media screen and (min-width: 1499px) {
  .big-title {
    font-size: 48px;
    line-height: 60px;
  }
}

.medium-title, .checkout--content form.checkout h3,
.custom-wysiwyg h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.medium-title, .checkout--content form.checkout h3,
.custom-wysiwyg h2 {
  color: #191919;
  font-size: 24px;
  line-height: 1.25em;
}
.medium-title span, .checkout--content form.checkout h3 span,
.custom-wysiwyg h2 span {
  color: #808080;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .medium-title, .checkout--content form.checkout h3,
  .custom-wysiwyg h2 {
    font-size: 28px;
  }
}
@media screen and (min-width: 992px) {
  .medium-title, .checkout--content form.checkout h3,
  .custom-wysiwyg h2 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1199px) {
  .medium-title, .checkout--content form.checkout h3,
  .custom-wysiwyg h2 {
    font-size: 38px;
  }
}
@media screen and (min-width: 1499px) {
  .medium-title, .checkout--content form.checkout h3,
  .custom-wysiwyg h2 {
    font-size: 44px;
  }
}

.pre-title {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 25px;
  color: #927335;
}
@media screen and (min-width: 768px) {
  .pre-title {
    font-size: 18px;
  }
}

.medium-title.center, .checkout--content form.checkout h3.center {
  text-align: center;
}

.small-title, .woocommerce-bacs-bank-details h2.wc-bacs-bank-details-heading, .woocommerce-page--wrapper .woocommerce-order p.woocommerce-thankyou-order-received,
.custom-wysiwyg h3,
.custom-wysiwyg h4,
h3, h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.small-title, .woocommerce-bacs-bank-details h2.wc-bacs-bank-details-heading, .woocommerce-page--wrapper .woocommerce-order p.woocommerce-thankyou-order-received,
.custom-wysiwyg h3,
.custom-wysiwyg h4,
h3, h4 {
  letter-spacing: 0.2px;
  font-size: 18px;
  color: #191919;
  line-height: 1.4em;
}
.small-title.medium-title, .woocommerce-bacs-bank-details h2.medium-title.wc-bacs-bank-details-heading, .woocommerce-page--wrapper .woocommerce-order p.medium-title.woocommerce-thankyou-order-received,
.custom-wysiwyg h3.medium-title,
.custom-wysiwyg h4.medium-title,
h3.medium-title,
.checkout--content form.checkout h3, h4.medium-title {
  color: #191919;
}
.small-title.medium-title span, .woocommerce-bacs-bank-details h2.medium-title.wc-bacs-bank-details-heading span, .woocommerce-page--wrapper .woocommerce-order p.medium-title.woocommerce-thankyou-order-received span,
.custom-wysiwyg h3.medium-title span,
.custom-wysiwyg h4.medium-title span,
h3.medium-title span,
.checkout--content form.checkout h3 span, h4.medium-title span {
  color: #808080;
}
@media screen and (min-width: 1199px) {
  .small-title, .woocommerce-bacs-bank-details h2.wc-bacs-bank-details-heading, .woocommerce-page--wrapper .woocommerce-order p.woocommerce-thankyou-order-received,
  .custom-wysiwyg h3,
  .custom-wysiwyg h4,
  h3, h4 {
    font-size: 21px;
  }
}
@media screen and (min-width: 1499px) {
  .small-title, .woocommerce-bacs-bank-details h2.wc-bacs-bank-details-heading, .woocommerce-page--wrapper .woocommerce-order p.woocommerce-thankyou-order-received,
  .custom-wysiwyg h3,
  .custom-wysiwyg h4,
  h3, h4 {
    font-size: 24px;
  }
}

.title small, .big-title small, .medium-title small, .checkout--content form.checkout h3 small,
.custom-wysiwyg h2 small, .small-title small, .woocommerce-bacs-bank-details h2.wc-bacs-bank-details-heading small, .woocommerce-page--wrapper .woocommerce-order p.woocommerce-thankyou-order-received small,
.custom-wysiwyg h3 small,
.custom-wysiwyg h4 small,
h3 small, h4 small {
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.xsmall-title {
  font-size: 21px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.45em;
  letter-spacing: 0;
}
address span {
  font-style: normal;
}

.arrow, .arrow--down, .arrow--right, .arrow--left {
  height: 10px;
  width: 10px;
  border-bottom: 1.5px solid #927335;
  border-right: 1.5px solid #927335;
  display: block;
  transform: rotate(135deg);
  border-width: 2px;
}
.arrow::before, .arrow--down::before, .arrow--right::before, .arrow--left::before {
  width: 15px;
  height: 2px;
  display: block;
  position: absolute;
  content: "";
  background: #927335;
  transform: rotate(45deg);
  top: 4px;
}
.arrow--left::before {
  top: 3px;
  left: -3px;
}
.arrow--right {
  transform: rotate(-45deg);
}
.arrow--right::before {
  top: 3px;
  right: -3px;
}
.arrow--down {
  transform: rotate(45deg);
}
.arrow--down::before {
  top: 3px;
  right: -3px;
}

html {
  scroll-behavior: smooth;
  scroll-margin: 120px;
  scroll-padding: 120px;
}

@media screen and (max-width: 575px) {
  html {
    scroll-margin: 60px;
    scroll-padding: 60px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
    scroll-margin: 0;
  }
}
a {
  text-decoration: none;
  scroll-margin: 120px;
}
a:hover {
  color: #FFF;
  text-decoration: none;
}

.btn-primary, body .woocommerce-page--wrapper button#place_order, body .woocommerce-page--wrapper .wc-block-checkout__actions .wc-block-components-checkout-place-order-button, .panier--validate a.checkout-button, .mon-compte .woocommerce-page--wrapper .edit-account button[type=submit], .mon-compte--content .woocommerce .woocommerce-address-fields p button[type=submit], .mon-compte--content .woocommerce .lost_reset_password button[type=submit],
.mon-compte--content .woocommerce .woocommerce-form-login button[type=submit],
.mon-compte--content .woocommerce .woocommerce-form-register button[type=submit], .mon-compte--content .woocommerce .lost_reset_password .form-row .woocommerce-Button, .product-vignette .text-wrapper .add_to_cart_button, .single-product__add form button[type=submit], .single-product__add .single_variation_wrap button[type=submit], .single-product__attributes button[type=submit], .single-product__alert .woocommerce-message a, .wpcf7 form input[type=submit], .btn-primary-child a, .custom-wysiwyg .btn-primary-child a, .btn-primary-child .custom-wysiwyg a, .custom-wysiwyg a.btn-primary,
.btn-secondary,
.custom-wysiwyg a.btn-secondary,
.custom-wysiwyg a.btn-secondary--right,
.custom-wysiwyg a.btn-secondary--down,
.btn-secondary--down,
.btn-secondary--right {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 5px 20px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  text-transform: none !important;
  letter-spacing: 0.4px;
  font-size: 16px;
  min-height: 40px;
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .btn-primary, body .woocommerce-page--wrapper button#place_order, body .woocommerce-page--wrapper .wc-block-checkout__actions .wc-block-components-checkout-place-order-button, .panier--validate a.checkout-button, .mon-compte .woocommerce-page--wrapper .edit-account button[type=submit], .mon-compte--content .woocommerce .woocommerce-address-fields p button[type=submit], .mon-compte--content .woocommerce .lost_reset_password button[type=submit],
  .mon-compte--content .woocommerce .woocommerce-form-login button[type=submit],
  .mon-compte--content .woocommerce .woocommerce-form-register button[type=submit], .mon-compte--content .woocommerce .lost_reset_password .form-row .woocommerce-Button, .product-vignette .text-wrapper .add_to_cart_button, .single-product__add form button[type=submit], .single-product__add .single_variation_wrap button[type=submit], .single-product__attributes button[type=submit], .single-product__alert .woocommerce-message a, .wpcf7 form input[type=submit], .btn-primary-child a, .custom-wysiwyg .btn-primary-child a, .btn-primary-child .custom-wysiwyg a, .custom-wysiwyg a.btn-primary,
  .btn-secondary,
  .custom-wysiwyg a.btn-secondary,
  .custom-wysiwyg a.btn-secondary--right,
  .custom-wysiwyg a.btn-secondary--down,
  .btn-secondary--down,
  .btn-secondary--right {
    font-size: 16px;
    min-height: 50px;
  }
}
.btn-primary::before, body .woocommerce-page--wrapper button#place_order::before, body .woocommerce-page--wrapper .wc-block-checkout__actions .wc-block-components-checkout-place-order-button::before, .panier--validate a.checkout-button::before, .mon-compte .woocommerce-page--wrapper .edit-account button[type=submit]::before, .mon-compte--content .woocommerce .woocommerce-address-fields p button[type=submit]::before, .mon-compte--content .woocommerce .lost_reset_password button[type=submit]::before,
.mon-compte--content .woocommerce .woocommerce-form-login button[type=submit]::before,
.mon-compte--content .woocommerce .woocommerce-form-register button[type=submit]::before, .mon-compte--content .woocommerce .lost_reset_password .form-row .woocommerce-Button::before, .product-vignette .text-wrapper .add_to_cart_button::before, .single-product__add form button[type=submit]::before, .single-product__add .single_variation_wrap button[type=submit]::before, .single-product__attributes button[type=submit]::before, .single-product__alert .woocommerce-message a::before, .wpcf7 form input[type=submit]::before, .btn-primary-child a::before, .custom-wysiwyg .btn-primary-child a::before, .btn-primary-child .custom-wysiwyg a::before, .custom-wysiwyg a.btn-primary::before,
.btn-secondary::before,
.custom-wysiwyg a.btn-secondary::before,
.custom-wysiwyg a.btn-secondary--right::before,
.custom-wysiwyg a.btn-secondary--down::before,
.btn-secondary--down::before,
.btn-secondary--right::before {
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
}
.btn-primary:hover::before, body .woocommerce-page--wrapper button#place_order:hover::before, body .woocommerce-page--wrapper .wc-block-checkout__actions .wc-block-components-checkout-place-order-button:hover::before, .panier--validate a.checkout-button:hover::before, .mon-compte .woocommerce-page--wrapper .edit-account button[type=submit]:hover::before, .mon-compte--content .woocommerce .woocommerce-address-fields p button[type=submit]:hover::before, .mon-compte--content .woocommerce .lost_reset_password button[type=submit]:hover::before,
.mon-compte--content .woocommerce .woocommerce-form-login button[type=submit]:hover::before,
.mon-compte--content .woocommerce .woocommerce-form-register button[type=submit]:hover::before, .mon-compte--content .woocommerce .lost_reset_password .form-row .woocommerce-Button:hover::before, .product-vignette .text-wrapper .add_to_cart_button:hover::before, .single-product__add form button[type=submit]:hover::before, .single-product__add .single_variation_wrap button[type=submit]:hover::before, .single-product__attributes button[type=submit]:hover::before, .single-product__alert .woocommerce-message a:hover::before, .wpcf7 form input[type=submit]:hover::before, .btn-primary-child a:hover::before,
.btn-secondary:hover::before,
.btn-secondary--down:hover::before,
.btn-secondary--right:hover::before {
  opacity: 0;
}
@media screen and (min-width: 1199px) {
  .btn-primary, body .woocommerce-page--wrapper button#place_order, body .woocommerce-page--wrapper .wc-block-checkout__actions .wc-block-components-checkout-place-order-button, .panier--validate a.checkout-button, .mon-compte .woocommerce-page--wrapper .edit-account button[type=submit], .mon-compte--content .woocommerce .woocommerce-address-fields p button[type=submit], .mon-compte--content .woocommerce .lost_reset_password button[type=submit],
  .mon-compte--content .woocommerce .woocommerce-form-login button[type=submit],
  .mon-compte--content .woocommerce .woocommerce-form-register button[type=submit], .mon-compte--content .woocommerce .lost_reset_password .form-row .woocommerce-Button, .product-vignette .text-wrapper .add_to_cart_button, .single-product__add form button[type=submit], .single-product__add .single_variation_wrap button[type=submit], .single-product__attributes button[type=submit], .single-product__alert .woocommerce-message a, .wpcf7 form input[type=submit], .btn-primary-child a, .custom-wysiwyg .btn-primary-child a, .btn-primary-child .custom-wysiwyg a, .custom-wysiwyg a.btn-primary,
  .btn-secondary,
  .custom-wysiwyg a.btn-secondary,
  .custom-wysiwyg a.btn-secondary--right,
  .custom-wysiwyg a.btn-secondary--down,
  .btn-secondary--down,
  .btn-secondary--right {
    padding: 7.5px 20px;
  }
}

.btn-primary, body .woocommerce-page--wrapper button#place_order, body .woocommerce-page--wrapper .wc-block-checkout__actions .wc-block-components-checkout-place-order-button, .panier--validate a.checkout-button, .mon-compte .woocommerce-page--wrapper .edit-account button[type=submit], .mon-compte--content .woocommerce .woocommerce-address-fields p button[type=submit], .mon-compte--content .woocommerce .lost_reset_password button[type=submit],
.mon-compte--content .woocommerce .woocommerce-form-login button[type=submit],
.mon-compte--content .woocommerce .woocommerce-form-register button[type=submit], .mon-compte--content .woocommerce .lost_reset_password .form-row .woocommerce-Button, .product-vignette .text-wrapper .add_to_cart_button, .single-product__add form button[type=submit], .single-product__add .single_variation_wrap button[type=submit], .single-product__attributes button[type=submit], .single-product__alert .woocommerce-message a, .wpcf7 form input[type=submit], .btn-primary-child a, .custom-wysiwyg .btn-primary-child a, .btn-primary-child .custom-wysiwyg a, .custom-wysiwyg a.btn-primary {
  background-color: #927335;
  color: #FFF !important;
}
.btn-primary:hover, body .woocommerce-page--wrapper button#place_order:hover, body .woocommerce-page--wrapper .wc-block-checkout__actions .wc-block-components-checkout-place-order-button:hover, .panier--validate a.checkout-button:hover, .mon-compte .woocommerce-page--wrapper .edit-account button[type=submit]:hover, .mon-compte--content .woocommerce .woocommerce-address-fields p button[type=submit]:hover, .mon-compte--content .woocommerce .lost_reset_password button[type=submit]:hover,
.mon-compte--content .woocommerce .woocommerce-form-login button[type=submit]:hover,
.mon-compte--content .woocommerce .woocommerce-form-register button[type=submit]:hover, .mon-compte--content .woocommerce .lost_reset_password .form-row .woocommerce-Button:hover, .product-vignette .text-wrapper .add_to_cart_button:hover, .single-product__add form button[type=submit]:hover, .single-product__add .single_variation_wrap button[type=submit]:hover, .single-product__attributes button[type=submit]:hover, .single-product__alert .woocommerce-message a:hover, .wpcf7 form input[type=submit]:hover, .btn-primary-child a:hover, .custom-wysiwyg a.btn-primary:hover {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  color: #FFF;
  background-color: rgb(108.5829145729, 85.527638191, 39.4170854271);
}
.btn-primary.btn-download, body .woocommerce-page--wrapper button.btn-download#place_order, body .woocommerce-page--wrapper .wc-block-checkout__actions .btn-download.wc-block-components-checkout-place-order-button, .panier--validate a.btn-download.checkout-button, .mon-compte .woocommerce-page--wrapper .edit-account button.btn-download[type=submit], .mon-compte--content .woocommerce .woocommerce-address-fields p button.btn-download[type=submit], .mon-compte--content .woocommerce .lost_reset_password button.btn-download[type=submit],
.mon-compte--content .woocommerce .woocommerce-form-login button.btn-download[type=submit],
.mon-compte--content .woocommerce .woocommerce-form-register button.btn-download[type=submit], .mon-compte--content .woocommerce .lost_reset_password .form-row .btn-download.woocommerce-Button, .product-vignette .text-wrapper .btn-download.add_to_cart_button, .single-product__add form button.btn-download[type=submit], .single-product__add .single_variation_wrap button.btn-download[type=submit], .single-product__attributes button.btn-download[type=submit], .single-product__alert .woocommerce-message a.btn-download, .wpcf7 form input.btn-download[type=submit], .btn-primary-child a.btn-download, .custom-wysiwyg a.btn-download.btn-primary {
  padding-left: 45px;
  position: relative;
}
.btn-primary.btn-download .arrow, body .woocommerce-page--wrapper button.btn-download#place_order .arrow, body .woocommerce-page--wrapper .wc-block-checkout__actions .btn-download.wc-block-components-checkout-place-order-button .arrow, .panier--validate a.btn-download.checkout-button .arrow, .mon-compte .woocommerce-page--wrapper .edit-account button.btn-download[type=submit] .arrow, .mon-compte--content .woocommerce .woocommerce-address-fields p button.btn-download[type=submit] .arrow, .mon-compte--content .woocommerce .lost_reset_password button.btn-download[type=submit] .arrow,
.mon-compte--content .woocommerce .woocommerce-form-login button.btn-download[type=submit] .arrow,
.mon-compte--content .woocommerce .woocommerce-form-register button.btn-download[type=submit] .arrow, .mon-compte--content .woocommerce .lost_reset_password .form-row .btn-download.woocommerce-Button .arrow, .product-vignette .text-wrapper .btn-download.add_to_cart_button .arrow, .single-product__add form button.btn-download[type=submit] .arrow, .single-product__add .single_variation_wrap button.btn-download[type=submit] .arrow, .single-product__attributes button.btn-download[type=submit] .arrow, .single-product__alert .woocommerce-message a.btn-download .arrow, .wpcf7 form input.btn-download[type=submit] .arrow, .btn-primary-child a.btn-download .arrow, .btn-primary.btn-download .arrow--left, body .woocommerce-page--wrapper button.btn-download#place_order .arrow--left, body .woocommerce-page--wrapper .wc-block-checkout__actions .btn-download.wc-block-components-checkout-place-order-button .arrow--left, .panier--validate a.btn-download.checkout-button .arrow--left, .mon-compte .woocommerce-page--wrapper .edit-account button.btn-download[type=submit] .arrow--left, .mon-compte--content .woocommerce .woocommerce-address-fields p button.btn-download[type=submit] .arrow--left, .mon-compte--content .woocommerce .lost_reset_password button.btn-download[type=submit] .arrow--left,
.mon-compte--content .woocommerce .woocommerce-form-login button.btn-download[type=submit] .arrow--left,
.mon-compte--content .woocommerce .woocommerce-form-register button.btn-download[type=submit] .arrow--left, .mon-compte--content .woocommerce .lost_reset_password .form-row .btn-download.woocommerce-Button .arrow--left, .product-vignette .text-wrapper .btn-download.add_to_cart_button .arrow--left, .single-product__add form button.btn-download[type=submit] .arrow--left, .single-product__add .single_variation_wrap button.btn-download[type=submit] .arrow--left, .single-product__attributes button.btn-download[type=submit] .arrow--left, .single-product__alert .woocommerce-message a.btn-download .arrow--left, .wpcf7 form input.btn-download[type=submit] .arrow--left, .btn-primary-child a.btn-download .arrow--left, .btn-primary.btn-download .arrow--right, body .woocommerce-page--wrapper button.btn-download#place_order .arrow--right, body .woocommerce-page--wrapper .wc-block-checkout__actions .btn-download.wc-block-components-checkout-place-order-button .arrow--right, .panier--validate a.btn-download.checkout-button .arrow--right, .mon-compte .woocommerce-page--wrapper .edit-account button.btn-download[type=submit] .arrow--right, .mon-compte--content .woocommerce .woocommerce-address-fields p button.btn-download[type=submit] .arrow--right, .mon-compte--content .woocommerce .lost_reset_password button.btn-download[type=submit] .arrow--right,
.mon-compte--content .woocommerce .woocommerce-form-login button.btn-download[type=submit] .arrow--right,
.mon-compte--content .woocommerce .woocommerce-form-register button.btn-download[type=submit] .arrow--right, .mon-compte--content .woocommerce .lost_reset_password .form-row .btn-download.woocommerce-Button .arrow--right, .product-vignette .text-wrapper .btn-download.add_to_cart_button .arrow--right, .single-product__add form button.btn-download[type=submit] .arrow--right, .single-product__add .single_variation_wrap button.btn-download[type=submit] .arrow--right, .single-product__attributes button.btn-download[type=submit] .arrow--right, .single-product__alert .woocommerce-message a.btn-download .arrow--right, .wpcf7 form input.btn-download[type=submit] .arrow--right, .btn-primary-child a.btn-download .arrow--right, .btn-primary.btn-download .arrow--down, body .woocommerce-page--wrapper button.btn-download#place_order .arrow--down, body .woocommerce-page--wrapper .wc-block-checkout__actions .btn-download.wc-block-components-checkout-place-order-button .arrow--down, .panier--validate a.btn-download.checkout-button .arrow--down, .mon-compte .woocommerce-page--wrapper .edit-account button.btn-download[type=submit] .arrow--down, .mon-compte--content .woocommerce .woocommerce-address-fields p button.btn-download[type=submit] .arrow--down, .mon-compte--content .woocommerce .lost_reset_password button.btn-download[type=submit] .arrow--down,
.mon-compte--content .woocommerce .woocommerce-form-login button.btn-download[type=submit] .arrow--down,
.mon-compte--content .woocommerce .woocommerce-form-register button.btn-download[type=submit] .arrow--down, .mon-compte--content .woocommerce .lost_reset_password .form-row .btn-download.woocommerce-Button .arrow--down, .product-vignette .text-wrapper .btn-download.add_to_cart_button .arrow--down, .single-product__add form button.btn-download[type=submit] .arrow--down, .single-product__add .single_variation_wrap button.btn-download[type=submit] .arrow--down, .single-product__attributes button.btn-download[type=submit] .arrow--down, .single-product__alert .woocommerce-message a.btn-download .arrow--down, .wpcf7 form input.btn-download[type=submit] .arrow--down, .btn-primary-child a.btn-download .arrow--down {
  position: absolute;
  left: 20px;
  top: 20px;
}
.btn-primary.btn-download .arrow::before, body .woocommerce-page--wrapper button.btn-download#place_order .arrow::before, body .woocommerce-page--wrapper .wc-block-checkout__actions .btn-download.wc-block-components-checkout-place-order-button .arrow::before, .panier--validate a.btn-download.checkout-button .arrow::before, .mon-compte .woocommerce-page--wrapper .edit-account button.btn-download[type=submit] .arrow::before, .mon-compte--content .woocommerce .woocommerce-address-fields p button.btn-download[type=submit] .arrow::before, .mon-compte--content .woocommerce .lost_reset_password button.btn-download[type=submit] .arrow::before,
.mon-compte--content .woocommerce .woocommerce-form-login button.btn-download[type=submit] .arrow::before,
.mon-compte--content .woocommerce .woocommerce-form-register button.btn-download[type=submit] .arrow::before, .mon-compte--content .woocommerce .lost_reset_password .form-row .btn-download.woocommerce-Button .arrow::before, .product-vignette .text-wrapper .btn-download.add_to_cart_button .arrow::before, .single-product__add form button.btn-download[type=submit] .arrow::before, .single-product__add .single_variation_wrap button.btn-download[type=submit] .arrow::before, .single-product__attributes button.btn-download[type=submit] .arrow::before, .single-product__alert .woocommerce-message a.btn-download .arrow::before, .wpcf7 form input.btn-download[type=submit] .arrow::before, .btn-primary-child a.btn-download .arrow::before, .btn-primary.btn-download .arrow--left::before, body .woocommerce-page--wrapper button.btn-download#place_order .arrow--left::before, body .woocommerce-page--wrapper .wc-block-checkout__actions .btn-download.wc-block-components-checkout-place-order-button .arrow--left::before, .panier--validate a.btn-download.checkout-button .arrow--left::before, .mon-compte .woocommerce-page--wrapper .edit-account button.btn-download[type=submit] .arrow--left::before, .mon-compte--content .woocommerce .woocommerce-address-fields p button.btn-download[type=submit] .arrow--left::before, .mon-compte--content .woocommerce .lost_reset_password button.btn-download[type=submit] .arrow--left::before,
.mon-compte--content .woocommerce .woocommerce-form-login button.btn-download[type=submit] .arrow--left::before,
.mon-compte--content .woocommerce .woocommerce-form-register button.btn-download[type=submit] .arrow--left::before, .mon-compte--content .woocommerce .lost_reset_password .form-row .btn-download.woocommerce-Button .arrow--left::before, .product-vignette .text-wrapper .btn-download.add_to_cart_button .arrow--left::before, .single-product__add form button.btn-download[type=submit] .arrow--left::before, .single-product__add .single_variation_wrap button.btn-download[type=submit] .arrow--left::before, .single-product__attributes button.btn-download[type=submit] .arrow--left::before, .single-product__alert .woocommerce-message a.btn-download .arrow--left::before, .wpcf7 form input.btn-download[type=submit] .arrow--left::before, .btn-primary-child a.btn-download .arrow--left::before, .btn-primary.btn-download .arrow--right::before, body .woocommerce-page--wrapper button.btn-download#place_order .arrow--right::before, body .woocommerce-page--wrapper .wc-block-checkout__actions .btn-download.wc-block-components-checkout-place-order-button .arrow--right::before, .panier--validate a.btn-download.checkout-button .arrow--right::before, .mon-compte .woocommerce-page--wrapper .edit-account button.btn-download[type=submit] .arrow--right::before, .mon-compte--content .woocommerce .woocommerce-address-fields p button.btn-download[type=submit] .arrow--right::before, .mon-compte--content .woocommerce .lost_reset_password button.btn-download[type=submit] .arrow--right::before,
.mon-compte--content .woocommerce .woocommerce-form-login button.btn-download[type=submit] .arrow--right::before,
.mon-compte--content .woocommerce .woocommerce-form-register button.btn-download[type=submit] .arrow--right::before, .mon-compte--content .woocommerce .lost_reset_password .form-row .btn-download.woocommerce-Button .arrow--right::before, .product-vignette .text-wrapper .btn-download.add_to_cart_button .arrow--right::before, .single-product__add form button.btn-download[type=submit] .arrow--right::before, .single-product__add .single_variation_wrap button.btn-download[type=submit] .arrow--right::before, .single-product__attributes button.btn-download[type=submit] .arrow--right::before, .single-product__alert .woocommerce-message a.btn-download .arrow--right::before, .wpcf7 form input.btn-download[type=submit] .arrow--right::before, .btn-primary-child a.btn-download .arrow--right::before, .btn-primary.btn-download .arrow--down::before, body .woocommerce-page--wrapper button.btn-download#place_order .arrow--down::before, body .woocommerce-page--wrapper .wc-block-checkout__actions .btn-download.wc-block-components-checkout-place-order-button .arrow--down::before, .panier--validate a.btn-download.checkout-button .arrow--down::before, .mon-compte .woocommerce-page--wrapper .edit-account button.btn-download[type=submit] .arrow--down::before, .mon-compte--content .woocommerce .woocommerce-address-fields p button.btn-download[type=submit] .arrow--down::before, .mon-compte--content .woocommerce .lost_reset_password button.btn-download[type=submit] .arrow--down::before,
.mon-compte--content .woocommerce .woocommerce-form-login button.btn-download[type=submit] .arrow--down::before,
.mon-compte--content .woocommerce .woocommerce-form-register button.btn-download[type=submit] .arrow--down::before, .mon-compte--content .woocommerce .lost_reset_password .form-row .btn-download.woocommerce-Button .arrow--down::before, .product-vignette .text-wrapper .btn-download.add_to_cart_button .arrow--down::before, .single-product__add form button.btn-download[type=submit] .arrow--down::before, .single-product__add .single_variation_wrap button.btn-download[type=submit] .arrow--down::before, .single-product__attributes button.btn-download[type=submit] .arrow--down::before, .single-product__alert .woocommerce-message a.btn-download .arrow--down::before, .wpcf7 form input.btn-download[type=submit] .arrow--down::before, .btn-primary-child a.btn-download .arrow--down::before {
  width: 1px;
  height: 15px;
  display: block;
  position: absolute;
  content: "";
  background: #FFF;
  transform: rotate(45deg) translateY(-5px);
}

.btn-secondary, .custom-wysiwyg a.btn-secondary, .custom-wysiwyg a.btn-secondary--right, .custom-wysiwyg a.btn-secondary--down, .btn-secondary--down, .btn-secondary--right {
  background: #808080;
}
.btn-secondary::before, .custom-wysiwyg a.btn-secondary::before, .custom-wysiwyg a.btn-secondary--right::before, .custom-wysiwyg a.btn-secondary--down::before, .btn-secondary--down::before, .btn-secondary--right::before {
  border-color: #808080;
}
.btn-secondary:hover, .custom-wysiwyg a.btn-secondary:hover, .custom-wysiwyg a.btn-secondary--right:hover, .custom-wysiwyg a.btn-secondary--down:hover, .btn-secondary--down:hover, .btn-secondary--right:hover {
  background-color: #927335;
}
.btn-secondary--right {
  position: relative;
}
.btn-secondary--down {
  position: relative;
  padding-left: 45px !important;
  padding-right: 20px !important;
}

.btn-white, .btn-play {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 5px 20px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  text-transform: none !important;
  letter-spacing: 0.4px;
  font-size: 16px;
  min-height: 40px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
  color: #927335;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .btn-white, .btn-play {
    font-size: 16px;
    min-height: 50px;
  }
}
.btn-white--right {
  padding-right: 50px !important;
}
.btn-white:hover, .btn-play:hover {
  color: #FFF;
  background-color: #927335;
}

.collapse-list__item:last-of-type .collapse-item {
  border: none;
}

.btn-collapse {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
}
.btn-collapse {
  display: block;
  position: relative;
  font-size: 18px;
  color: #191919;
  line-height: 1.4em;
  padding: 20px 25px 20px 0;
}
.btn-collapse strong {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.btn-collapse strong {
  font-size: inherit;
  color: #927335;
}
.btn-collapse::after {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  content: "";
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
}
.btn-collapse::after {
  top: 0;
  height: 100%;
  background-image: url("../images/arrow-down.svg");
  background-size: auto 20px;
  background-repeat: no-repeat;
  background-position: center;
  right: 0;
  left: auto;
  transform: rotate(-180deg);
}
.btn-collapse:hover {
  color: #927335;
}
.btn-collapse.is-active::after {
  transform: rotate(0deg);
}
@media screen and (min-width: 768px) {
  .btn-collapse {
    padding: 20px 40px 20px 0;
    font-size: 18px;
  }
}
@media screen and (min-width: 1199px) {
  .btn-collapse {
    font-size: 20px;
  }
}
@media screen and (min-width: 1499px) {
  .btn-collapse {
    font-size: 20px;
  }
}

.collapse-item {
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
}
.collapse-item {
  height: 0;
  overflow: hidden;
  border-bottom: 1px solid #DDDDDD;
}
.collapse-item .custom-wysiwyg {
  padding: 0 0 20px;
}
.collapse-item .custom-wysiwyg p {
  margin: 0 0 20px;
}
.collapse-item .custom-wysiwyg ul + p {
  margin-top: 20px;
}
.collapse-item .custom-wysiwyg.is-first {
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
  height: auto;
}
@media screen and (min-width: 992px) {
  .collapse-item .custom-wysiwyg {
    padding: 0 0 20px;
  }
}

.btn-outline, .checkout--content form.checkout .place-order button, .panier--table td.actions button, .mon-compte--content .woocommerce-MyAccount-content .woocommerce-pagination .woocommerce-button, .mon-compte .woocommerce-page--wrapper .woocommerce-MyAccount-content .woocommerce-Address a.edit, .btn-outline-child a, .btn-outline--grey, .btn-outline--white {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 5px 20px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  text-transform: none !important;
  letter-spacing: 0.4px;
  font-size: 16px;
  min-height: 40px;
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
}
@media screen and (max-width: 768px) {
  .btn-outline, .checkout--content form.checkout .place-order button, .panier--table td.actions button, .mon-compte--content .woocommerce-MyAccount-content .woocommerce-pagination .woocommerce-button, .mon-compte .woocommerce-page--wrapper .woocommerce-MyAccount-content .woocommerce-Address a.edit, .btn-outline-child a, .btn-outline--grey, .btn-outline--white {
    font-size: 16px;
    min-height: 50px;
  }
}
.btn-outline, .checkout--content form.checkout .place-order button, .panier--table td.actions button, .mon-compte--content .woocommerce-MyAccount-content .woocommerce-pagination .woocommerce-button, .mon-compte .woocommerce-page--wrapper .woocommerce-MyAccount-content .woocommerce-Address a.edit, .btn-outline-child a, .btn-outline--grey, .btn-outline--white {
  color: #927335;
  border: 1px solid #927335;
  background: none;
}
.btn-outline .icon-wrapper, .checkout--content form.checkout .place-order button .icon-wrapper, .panier--table td.actions button .icon-wrapper, .mon-compte--content .woocommerce-MyAccount-content .woocommerce-pagination .woocommerce-button .icon-wrapper, .mon-compte .woocommerce-page--wrapper .woocommerce-MyAccount-content .woocommerce-Address a.edit .icon-wrapper, .btn-outline-child a .icon-wrapper, .btn-outline--grey .icon-wrapper, .btn-outline--white .icon-wrapper {
  margin-left: 15px;
}
.btn-outline .icon-wrapper i, .checkout--content form.checkout .place-order button .icon-wrapper i, .panier--table td.actions button .icon-wrapper i, .mon-compte--content .woocommerce-MyAccount-content .woocommerce-pagination .woocommerce-button .icon-wrapper i, .mon-compte .woocommerce-page--wrapper .woocommerce-MyAccount-content .woocommerce-Address a.edit .icon-wrapper i, .btn-outline-child a .icon-wrapper i, .btn-outline--grey .icon-wrapper i, .btn-outline--white .icon-wrapper i {
  margin-top: 2.5px;
}
.btn-outline:hover, .checkout--content form.checkout .place-order button:hover, .panier--table td.actions button:hover, .mon-compte--content .woocommerce-MyAccount-content .woocommerce-pagination .woocommerce-button:hover, .mon-compte .woocommerce-page--wrapper .woocommerce-MyAccount-content .woocommerce-Address a.edit:hover, .btn-outline-child a:hover, .btn-outline--grey:hover, .btn-outline--white:hover {
  background-color: inherit;
  color: #927335;
}
@media screen and (min-width: 768px) {
  .btn-outline:hover, .checkout--content form.checkout .place-order button:hover, .panier--table td.actions button:hover, .mon-compte--content .woocommerce-MyAccount-content .woocommerce-pagination .woocommerce-button:hover, .mon-compte .woocommerce-page--wrapper .woocommerce-MyAccount-content .woocommerce-Address a.edit:hover, .btn-outline-child a:hover, .btn-outline--grey:hover, .btn-outline--white:hover {
    background: #927335;
    color: #FFF;
    border-color: #927335;
  }
}
.btn-outline--white {
  color: #FFF;
  border-color: #FFF;
}
@media screen and (min-width: 992px) {
  .btn-outline--white:hover {
    background: #FFF;
    border-color: #FFF;
    color: #927335 !important;
  }
}
.btn-outline--grey {
  color: #808080;
  border-color: #F3F3F3;
}
.btn-outline:hover .arrow--right, .checkout--content form.checkout .place-order button:hover .arrow--right, .panier--table td.actions button:hover .arrow--right, .mon-compte--content .woocommerce-MyAccount-content .woocommerce-pagination .woocommerce-button:hover .arrow--right, .mon-compte .woocommerce-page--wrapper .woocommerce-MyAccount-content .woocommerce-Address a.edit:hover .arrow--right, .btn-outline-child a:hover .arrow--right, .btn-outline--white:hover .arrow--right, .btn-outline--grey:hover .arrow--right,
.btn-outline:hover .arrow--left,
.checkout--content form.checkout .place-order button:hover .arrow--left,
.panier--table td.actions button:hover .arrow--left,
.mon-compte--content .woocommerce-MyAccount-content .woocommerce-pagination .woocommerce-button:hover .arrow--left,
.mon-compte .woocommerce-page--wrapper .woocommerce-MyAccount-content .woocommerce-Address a.edit:hover .arrow--left,
.btn-outline-child a:hover .arrow--left,
.btn-outline--white:hover .arrow--left,
.btn-outline--grey:hover .arrow--left {
  border-color: #FFF;
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
}
.btn-outline:hover .arrow--right::before, .checkout--content form.checkout .place-order button:hover .arrow--right::before, .panier--table td.actions button:hover .arrow--right::before, .mon-compte--content .woocommerce-MyAccount-content .woocommerce-pagination .woocommerce-button:hover .arrow--right::before, .mon-compte .woocommerce-page--wrapper .woocommerce-MyAccount-content .woocommerce-Address a.edit:hover .arrow--right::before, .btn-outline-child a:hover .arrow--right::before, .btn-outline--white:hover .arrow--right::before, .btn-outline--grey:hover .arrow--right::before,
.btn-outline:hover .arrow--left::before,
.checkout--content form.checkout .place-order button:hover .arrow--left::before,
.panier--table td.actions button:hover .arrow--left::before,
.mon-compte--content .woocommerce-MyAccount-content .woocommerce-pagination .woocommerce-button:hover .arrow--left::before,
.mon-compte .woocommerce-page--wrapper .woocommerce-MyAccount-content .woocommerce-Address a.edit:hover .arrow--left::before,
.btn-outline-child a:hover .arrow--left::before,
.btn-outline--white:hover .arrow--left::before,
.btn-outline--grey:hover .arrow--left::before {
  background-color: #FFF;
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
}

.btn-outline-child a {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 5px 20px !important;
  color: #927335 !important;
}
@media screen and (min-width: 992px) {
  .btn-outline-child a:hover {
    font-weight: 400 !important;
    color: #FFF !important;
    background-color: #927335 !important;
  }
}

.btn-scroll {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.btn-scroll i {
  margin: 0 0 0 10px;
}
.btn-scroll i::before {
  width: 1px;
  height: 15px;
  display: block;
  position: absolute;
  content: "";
  background: #FFF;
  transform: rotate(45deg) translateY(-5px);
}

.btn-arrow, .btn-arrow--circle {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.btn-arrow i, .btn-arrow--circle i {
  margin: 0 0 0 10px;
  transform: rotate(45deg);
}
.btn-arrow i::before, .btn-arrow--circle i::before {
  width: 1px;
  height: 15px;
  display: block;
  position: absolute;
  content: "";
  background: #FFF;
  transform: rotate(45deg) translateY(-5px);
}
.btn-arrow.btn-download i, .btn-download.btn-arrow--circle i {
  transform: rotate(135deg);
  margin: 5px 0 0 10px;
}
.btn-arrow--circle {
  border-radius: 100%;
  height: 45px;
  width: 45px;
  border: 1px solid #FFF;
}
.btn-arrow--circle i.arrow, .btn-arrow--circle i.arrow--left, .btn-arrow--circle i.arrow--right, .btn-arrow--circle i.arrow--down {
  transform: rotate(135deg);
  margin: 0;
}

.btn-link {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.btn-link {
  display: inline-block;
  position: relative;
  border-radius: 0;
  padding: 0;
  color: #927335;
  font-size: 16px;
}
.btn-link:hover {
  color: inherit;
}
.btn-link--white {
  color: #FFF;
}
@media screen and (min-width: 768px) {
  .btn-link {
    font-size: 16px;
  }
  .btn-link:hover {
    color: #927335;
    transition: all 0.65s;
    -moz-transition: all 0.65s;
    -webkit-transition: all 0.65s;
  }
  .btn-link:hover::after {
    animation: line_anim 1s 1 forwards;
    background: #927335;
  }
}

.btn-icon {
  display: flex !important;
}
.btn-icon::after {
  display: none !important;
}
.btn-icon i {
  margin-right: 5px;
}
.btn-icon svg .icon-black {
  fill: #26262D;
}
.btn-icon.wide i {
  display: block;
  font-size: 40px;
  margin: 0 auto 10px;
  text-align: center;
}

.btn-linkedin {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  justify-content: center;
}
.btn-linkedin svg {
  height: 30px;
  width: 30px;
  margin-left: 10px;
}

.btn-close {
  width: 50px;
  height: 50px;
  display: flex;
  padding: 0;
  margin: 0 0 0 auto;
  border-radius: 50px;
  cursor: pointer;
}
.btn-close::before, .btn-close::after {
  display: none;
}
.btn-close .lines {
  display: block;
  width: 25px;
  height: 0.5px;
  border-radius: 0;
  background-color: #927335;
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
  margin: 0 auto;
  position: relative;
  transform: rotate(45deg);
  background: #FFF;
}
.btn-close .lines::after {
  display: block;
  width: 25px;
  height: 0.5px;
  border-radius: 0;
  background-color: #927335;
  content: "";
  position: absolute;
  transform: rotate(-90deg);
  bottom: 0;
  background: #FFF;
}

.btn-toggle {
  position: relative;
  color: #191919;
  padding: 10px 30px 10px 0;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
}
.btn-toggle::before {
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  content: "";
  right: 20px;
  top: 24px;
  border-top: 1px solid #927335;
  border-right: 1px solid #927335;
  transform: rotate(135deg);
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
}
.btn-toggle::after {
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  content: "";
  background-color: #808080;
  bottom: 0;
  left: 0;
}
.btn-toggle:hover {
  color: #927335;
}
.btn-toggle.is-active {
  color: #927335;
}
.btn-toggle.is-active::before {
  transform: rotate(-45deg);
}
.btn-toggle .puce {
  font-weight: 300;
  border-radius: 40px;
  background-color: #808080;
  color: #191919;
  font-size: 14px;
  min-width: 20px;
  height: 20px;
  padding: 0 10px;
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1199px) {
  .btn-toggle {
    font-size: 28px;
  }
}

.btn-play {
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-play .icon-play {
  clip-path: polygon(0 0, 50% 50%, 0 100%);
  background: #191919;
  width: 20px;
  height: 15px;
  display: block;
  border-radius: 2px;
  position: relative;
  top: 1px;
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
}
.btn-play:hover .icon-play {
  background: #FFF;
}

.btn-wrapper {
  padding-top: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}
.btn-wrapper li {
  margin-right: 0;
}
.btn-wrapper li a.btn-white, .btn-wrapper li a.btn-play {
  border: 1px solid #FFF;
}
.btn-wrapper li a.btn-white:hover, .btn-wrapper li a.btn-play:hover {
  background: #FFF;
  color: #927335;
}
@media screen and (min-width: 1199px) {
  .btn-wrapper {
    padding-top: 30px;
  }
}

@media screen and (max-width: 575px) {
  .btn-icon.wide i {
    font-size: 28px;
  }
}
.filters__nav {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.filters__nav::-webkit-scrollbar {
  width: 0;
  background: transparent;
}
.filters__nav {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(5px);
  margin: 60px 0 0;
  position: sticky;
  top: 90px;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  padding: 20px 0;
  display: block;
  white-space: nowrap;
  overflow: scroll;
  text-align: left;
  z-index: 2;
}
.filters__nav ul {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .filters__nav ul {
    width: 600px;
  }
}
@media screen and (min-width: 992px) {
  .filters__nav ul {
    width: 900px;
  }
}
@media screen and (min-width: 1199px) {
  .filters__nav ul {
    width: 1140px;
  }
}
@media screen and (min-width: 1499px) {
  .filters__nav ul {
    width: 1340px;
  }
}
.filters__nav ul {
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .filters__nav ul {
    width: 100%;
  }
}
.filters__nav li {
  display: inline-block;
  padding: 0 10px;
}
.filters__nav li a {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.filters__nav li a {
  flex-direction: column;
  gap: 10px 0;
  color: #191919;
}
.filters__nav li a * {
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
}
.filters__nav li a:hover *, .filters__nav li a.is-active * {
  color: #927335;
}
.filters__nav li a strong {
  color: #927335;
  display: block;
}
.filters__nav li a span {
  font-size: 0.7em;
  display: none;
}
.filters__nav span {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .filters__nav ul {
    text-align: center;
  }
  .filters__nav li a span {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .filters__nav {
    overflow: hidden;
    position: static;
  }
  .filters__nav ul {
    gap: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
  .filters__nav li {
    padding: 0;
    text-align: center;
  }
  .filters__nav li a {
    align-items: center;
  }
  .filters__nav li a strong {
    font-size: 18px;
  }
}
@media screen and (min-width: 1199px) {
  .filters__nav li a strong {
    font-size: 21px;
  }
}
@media screen and (min-width: 1499px) {
  .filters__nav {
    padding: 30px 0;
  }
}

.dropdown-container {
  position: relative;
}
.dropdown-container .btn-dropdown {
  width: 180px;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  line-height: 50px;
  padding-top: 0;
  text-align: center;
  padding-bottom: 0;
}
.dropdown-container .dropdown-item {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.dropdown-container .dropdown-item {
  background: #FFF;
  opacity: 0;
  display: none;
  width: 100%;
  border-radius: 20px;
  padding: 20px;
  position: absolute;
  margin-top: 5px;
  z-index: 2;
}
.dropdown-container .dropdown-item.is-visible {
  display: flex;
  animation: fadeup 0.8s 1 forwards;
}
.dropdown-container .dropdown-item ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.dropdown-container .dropdown-item ul li {
  border-bottom: 1px solid #DDDDDD;
  width: 100%;
  cursor: pointer;
}
.dropdown-container .dropdown-item ul li:hover span {
  color: #927335;
}
.dropdown-container .dropdown-item ul li:last-child {
  border: none;
}
.dropdown-container .dropdown-item ul li span {
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
}
.dropdown-container .dropdown-item ul li span {
  display: block;
  text-align: left;
  font-size: 16px;
  width: 100%;
  padding: 5px 0;
}
@media screen and (min-width: 768px) {
  .dropdown-container .btn-dropdown {
    line-height: 40px;
    height: auto;
    width: 220px;
  }
}

/* config */
main.site-content {
  margin-top: 80px;
}
@media screen and (min-width: 992px) {
  main.site-content {
    margin-top: 100px;
  }
}
@media screen and (min-width: 1199px) {
  main.site-content {
    margin-top: 100px;
  }
}

.list-inline {
  padding: 0;
  margin: 0;
}
.list-inline li {
  display: inline-block;
  margin-right: 5px;
}

a:hover {
  opacity: 1;
}

img {
  height: auto;
}

.text-center {
  text-align: center;
}

.generic-banner {
  padding: 60px 0;
}
.generic-banner .image-wrapper img {
  max-width: 100%;
  display: block;
}
@media screen and (min-width: 992px) {
  .generic-banner {
    padding: 66.6666666667px 0;
  }
}
@media screen and (min-width: 1199px) {
  .generic-banner {
    padding: 100px 0;
  }
}

.container {
  max-width: 1340px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1499px) {
  .container {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1199px) {
  .container {
    max-width: 900px;
  }
}
@media screen and (max-width: 992px) {
  .container {
    max-width: 600px;
  }
}
@media screen and (max-width: 575px) {
  .container {
    max-width: 490px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.white {
  color: #FFF;
}
.white--bg {
  background: #FFF;
}
.white span {
  color: #808080;
}

.primary-color {
  color: #927335;
}
.primary-color--bg {
  background: #927335;
  color: #FFF;
}

.secondary-color {
  color: #808080;
}
.secondary-color--bg {
  background: #808080;
}

.gradient--bg {
  background: linear-gradient(-45deg, #927335 0%, #808080 65%);
}

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

.max-width-lg {
  max-width: 1040px;
}

.max-width-md {
  max-width: 890px;
}

.max-width-sm {
  max-width: 740px;
}

.d-desktop {
  display: block;
}

.d-mobile {
  display: none !important;
}

body {
  background-color: #FFF;
}
@media screen and (min-width: 1199px) {
  body * {
    font-size: 18px;
  }
}

/* End config */
.popup {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  overflow: scroll;
  background-color: rgba(25, 25, 25, 0.8);
  backdrop-filter: blur(2.5px);
  display: none;
  opacity: 0;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .popup {
    padding: 20px;
  }
}
.popup.is-visible {
  display: block;
  animation: fadein 1s 1 forwards;
}
@media screen and (min-width: 1499px) {
  .popup.is-visible {
    display: flex;
  }
}
.popup--wrapper {
  background: #FFF;
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 0 auto;
  max-width: 900px;
  padding: 0;
}
.popup--wrapper--head {
  border-bottom: 1px solid #DDDDDD;
  flex-direction: row-reverse;
  padding: 20px 70px 20px 20px;
  position: relative;
}
.popup--wrapper--head .title, .popup--wrapper--head .big-title, .popup--wrapper--head .medium-title, .popup--wrapper--head .checkout--content form.checkout h3, .checkout--content form.checkout .popup--wrapper--head h3,
.popup--wrapper--head .custom-wysiwyg h2,
.custom-wysiwyg .popup--wrapper--head h2, .popup--wrapper--head .small-title, .popup--wrapper--head .woocommerce-bacs-bank-details h2.wc-bacs-bank-details-heading, .woocommerce-bacs-bank-details .popup--wrapper--head h2.wc-bacs-bank-details-heading, .popup--wrapper--head .woocommerce-page--wrapper .woocommerce-order p.woocommerce-thankyou-order-received, .woocommerce-page--wrapper .woocommerce-order .popup--wrapper--head p.woocommerce-thankyou-order-received,
.popup--wrapper--head h3, .popup--wrapper--head h4 {
  text-align: left;
  padding: 0;
}
.popup--wrapper--head .btn-close {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.popup--wrapper--head .btn-close {
  position: absolute;
  top: 20px;
  border: none;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF;
}
.popup--wrapper--head .btn-close .lines {
  margin: 0;
  position: relative;
  width: 20px;
}
.popup--wrapper--head .btn-close .lines::after {
  bottom: 0;
}
.popup--wrapper--head .btn-close .lines::before {
  display: none;
}
.popup--wrapper--body {
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  .popup--wrapper--head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .popup--wrapper--head .btn-close {
    position: relative;
    right: 0;
    top: unset;
  }
  .popup--wrapper--head, .popup--wrapper--body {
    padding: 30px;
  }
  .popup--wrapper--body {
    padding: 30px 10px;
  }
}
@media screen and (min-width: 1199px) {
  .popup--wrapper--head {
    padding: 30px 45px;
  }
  .popup--wrapper--body {
    padding: 30px 30px 0;
  }
}

.cta .container {
  position: relative;
  z-index: 2;
}
.cta--wrapper {
  text-align: center;
}
.cta--wrapper .btn-wrapper {
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .cta--wrapper {
    max-width: 600px;
    margin: 0 auto;
  }
  .cta--wrapper p {
    margin: 10px auto;
  }
}
@media screen and (min-width: 1199px) {
  .cta--wrapper {
    max-width: 750px;
  }
}
@media screen and (min-width: 1499px) {
  .cta--wrapper {
    max-width: 900px;
  }
}

ul {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}
ul li {
  list-style: none;
}
ul.custom-list, .single-job--content__text ul, .custom-wysiwyg ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
ul.custom-list li, .single-job--content__text ul li, .custom-wysiwyg ul li {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}
ul.custom-list li, .single-job--content__text ul li, .custom-wysiwyg ul li {
  padding: 0;
  list-style: none;
  position: relative;
  color: #191919;
}
ul.custom-list li strong, .single-job--content__text ul li strong, .custom-wysiwyg ul li strong {
  color: #927335;
}
ul.custom-list li.more::before, .single-job--content__text ul li.more::before, .custom-wysiwyg ul li.more::before {
  display: none;
}
ul.checked-list li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 10px;
  color: #808080;
}
ul.checked-list li::before {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  content: "";
  border: 2px solid #927335;
  border-left: none;
  border-bottom: none;
  transform: rotate(135deg);
  height: 6px;
  width: 10px;
  border-radius: 0;
  background: none;
  left: 0;
  top: 5px;
}

.icon-checked {
  display: flex;
  height: 35px;
  width: 35px;
  align-items: center;
  justify-content: center;
  border: 1px solid #927335;
  border-radius: 100%;
}
.icon-checked__item {
  border: 2px solid #927335;
  border-left: none;
  border-bottom: none;
  transform: rotate(135deg);
  height: 6px;
  width: 10px;
  border-radius: 0;
  display: block;
  margin-bottom: 5px;
}

.custom-wysiwyg h2, .custom-wysiwyg h3, .custom-wysiwyg h4 {
  font-weight: 400;
}
.custom-wysiwyg h2 + p, .custom-wysiwyg h2 + ul, .custom-wysiwyg h3 + p, .custom-wysiwyg h3 + ul, .custom-wysiwyg h4 + p, .custom-wysiwyg h4 + ul {
  margin-top: 20px;
}
.custom-wysiwyg strong {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.custom-wysiwyg strong {
  color: #927335;
}
.custom-wysiwyg p {
  margin-bottom: 0;
  color: #191919;
  font-size: 16px;
  line-height: 28px;
}
@media screen and (min-width: 992px) {
  .custom-wysiwyg p {
    font-size: 16px;
  }
}
.custom-wysiwyg p a:not(.btn-primary),
.custom-wysiwyg p a:not(.btn-secondary):not(.btn-secondary--right):not(.btn-secondary--down) {
  padding: 0;
  text-decoration: underline;
  background: none;
  color: inherit;
}
.custom-wysiwyg p a:not(.btn-primary):hover,
.custom-wysiwyg p a:not(.btn-secondary):not(.btn-secondary--right):not(.btn-secondary--down):hover {
  color: #927335;
}
.custom-wysiwyg p + ul, .custom-wysiwyg p + a {
  margin-top: 20px;
}
.custom-wysiwyg p + h2, .custom-wysiwyg p + h3, .custom-wysiwyg p + h4 {
  margin-top: 30px;
}
.custom-wysiwyg ul li {
  color: #191919;
  line-height: 28px;
}
@media screen and (min-width: 992px) {
  .custom-wysiwyg ul li {
    font-size: 16px;
  }
}
.custom-wysiwyg ul li a:not(.btn-primary),
.custom-wysiwyg ul li a:not(.btn-secondary):not(.btn-secondary--right):not(.btn-secondary--down) {
  padding: 0;
  text-decoration: underline;
  background: none;
  color: inherit;
}
.custom-wysiwyg ul li a:not(.btn-primary):hover,
.custom-wysiwyg ul li a:not(.btn-secondary):not(.btn-secondary--right):not(.btn-secondary--down):hover {
  text-decoration: underline;
  color: #927335;
}
.custom-wysiwyg ul + a {
  margin-top: 30px;
}
.custom-wysiwyg ol {
  padding-left: 20px;
}
.custom-wysiwyg ol li {
  font-size: 16px;
  line-height: 28px;
}
@media screen and (min-width: 992px) {
  .custom-wysiwyg ol li {
    font-size: 16px;
  }
}
.custom-wysiwyg ol li::marker {
  color: #927335;
  font-weight: bold;
}
.custom-wysiwyg a {
  background: none;
  padding: 0;
  text-decoration: underline;
  color: inherit;
}
.custom-wysiwyg a:hover {
  color: #927335;
}
.custom-wysiwyg .btn-wrapper a {
  padding: 7.5px 20px;
  text-decoration: none;
  color: inherit;
  display: flex;
  min-height: 45px;
  align-items: center;
}
.custom-wysiwyg table {
  margin: 20px 0;
  width: 100%;
}
.custom-wysiwyg table tbody {
  display: block;
}
.custom-wysiwyg table tbody tr {
  width: 100%;
  display: table;
}

section.error-404 {
  padding: 60px 20px;
}
section.error-404 .error-404--wrapper {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  section.error-404 .error-404--wrapper {
    width: 490px;
  }
}
@media screen and (min-width: 992px) {
  section.error-404 .error-404--wrapper {
    width: 740px;
  }
}
@media screen and (min-width: 1199px) {
  section.error-404 .error-404--wrapper {
    width: 940px;
  }
}
@media screen and (min-width: 1499px) {
  section.error-404 .error-404--wrapper {
    width: 1106.6666666667px;
  }
}
section.error-404 .error-404--wrapper .btn-wrapper {
  justify-content: center;
}
section.classic {
  margin-bottom: 0;
  padding-bottom: 0;
}

.icon-wrapper img {
  max-width: 100%;
  display: block;
  max-height: 80px;
}

@media screen and (max-width: 992px) {
  section .container {
    max-width: 600px;
  }
  .icon-wrapper img {
    max-height: 65px;
  }
}
.twocol {
  padding-top: 60px;
}
@media screen and (min-width: 992px) {
  .twocol {
    padding-top: 80px;
  }
}
@media screen and (min-width: 1199px) {
  .twocol {
    padding-top: 100px;
  }
}
.twocol--wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.twocol--wrapper {
  gap: 10px;
}
.twocol__text {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .twocol__text {
    width: 495px;
  }
}
@media screen and (min-width: 992px) {
  .twocol__text {
    width: 445px;
  }
}
@media screen and (min-width: 1199px) {
  .twocol__text {
    width: 470px;
  }
}
@media screen and (min-width: 1499px) {
  .twocol__text {
    width: 553.3333333333px;
  }
}
.twocol__text {
  padding-top: 45px;
}
.twocol__text .text-wrapper {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .twocol__text .text-wrapper {
    width: 495px;
  }
}
@media screen and (min-width: 992px) {
  .twocol__text .text-wrapper {
    width: 370px;
  }
}
@media screen and (min-width: 1199px) {
  .twocol__text .text-wrapper {
    width: 375px;
  }
}
@media screen and (min-width: 1499px) {
  .twocol__text .text-wrapper {
    width: 441.6666666667px;
  }
}
.twocol__text .text-wrapper {
  margin: 0 0 0 auto;
}
.twocol__text .text-wrapper .sub-title, .twocol__text .text-wrapper .card--wysiwyg.custom-wysiwyg h2, .card--wysiwyg.custom-wysiwyg .twocol__text .text-wrapper h2, .twocol__text .text-wrapper .card--wysiwyg.custom-wysiwyg h3, .card--wysiwyg.custom-wysiwyg .twocol__text .text-wrapper h3, .twocol__text .text-wrapper .card--wysiwyg.custom-wysiwyg h4, .card--wysiwyg.custom-wysiwyg .twocol__text .text-wrapper h4, .twocol__text .text-wrapper .card--wysiwyg.custom-wysiwyg h5, .card--wysiwyg.custom-wysiwyg .twocol__text .text-wrapper h5 {
  padding-top: 20px;
}
.twocol__image {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .twocol__image {
    width: 595px;
  }
}
@media screen and (min-width: 992px) {
  .twocol__image {
    width: 445px;
  }
}
@media screen and (min-width: 1199px) {
  .twocol__image {
    width: 660px;
  }
}
@media screen and (min-width: 1499px) {
  .twocol__image {
    width: 776.6666666667px;
  }
}
.twocol__image {
  gap: 10px;
}
.twocol__image picture {
  display: flex;
  overflow: hidden;
  width: 100%;
}
.twocol__image picture img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: auto;
  object-position: center;
}
@media screen and (min-width: 768px) {
  .twocol__image picture {
    width: 290px;
  }
}
@media screen and (min-width: 992px) {
  .twocol__image picture {
    width: 215px;
  }
}
@media screen and (min-width: 1199px) {
  .twocol__image picture {
    width: 322.5px;
  }
}
@media screen and (min-width: 1499px) {
  .twocol__image picture {
    width: 380.8333333333px;
  }
}
.twocol__image picture {
  flex: 1;
}
@media screen and (min-width: 992px) {
  .twocol__text {
    padding-top: 0;
  }
  .twocol--wrapper.reverse {
    flex-direction: row-reverse;
  }
  .twocol--wrapper.reverse .twocol__image {
    align-items: flex-end;
  }
  .twocol--wrapper.reverse .text-wrapper {
    margin: 0 auto 0 0;
  }
}

/* Video */
.video-wrapper {
  overflow: hidden;
  border-radius: 0;
}
.video-wrapper iframe,
.video-wrapper video {
  width: 100%;
  overflow: hidden;
  display: flex;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.video-wrapper video {
  height: auto;
}
.video-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}

span.line {
  height: 60px;
  width: 2px;
  border-radius: 10px;
  background-color: #927335;
  display: block;
  margin: 0 auto 0 15px;
}
@media screen and (min-width: 768px) {
  span.line {
    margin: 0 auto;
  }
}
@media screen and (min-width: 992px) {
  span.line {
    height: 80px;
    width: 3px;
  }
}

.banner-text--wrapper,
.hero--generic--wrapper {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .banner-text--wrapper,
  .hero--generic--wrapper {
    width: 500px;
  }
}
@media screen and (min-width: 992px) {
  .banner-text--wrapper,
  .hero--generic--wrapper {
    width: 600px;
  }
}
@media screen and (min-width: 1199px) {
  .banner-text--wrapper,
  .hero--generic--wrapper {
    width: 570px;
  }
}
@media screen and (min-width: 1499px) {
  .banner-text--wrapper,
  .hero--generic--wrapper {
    width: 670px;
  }
}
.banner-text--wrapper,
.hero--generic--wrapper {
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 20px;
}
.banner-text--wrapper .title, .banner-text--wrapper .big-title, .banner-text--wrapper .medium-title, .banner-text--wrapper .checkout--content form.checkout h3, .checkout--content form.checkout .banner-text--wrapper h3,
.banner-text--wrapper .custom-wysiwyg h2,
.custom-wysiwyg .banner-text--wrapper h2, .banner-text--wrapper .small-title, .banner-text--wrapper .woocommerce-bacs-bank-details h2.wc-bacs-bank-details-heading, .woocommerce-bacs-bank-details .banner-text--wrapper h2.wc-bacs-bank-details-heading, .banner-text--wrapper .woocommerce-page--wrapper .woocommerce-order p.woocommerce-thankyou-order-received, .woocommerce-page--wrapper .woocommerce-order .banner-text--wrapper p.woocommerce-thankyou-order-received,
.banner-text--wrapper h3, .banner-text--wrapper h4,
.hero--generic--wrapper .title,
.hero--generic--wrapper .big-title,
.hero--generic--wrapper .medium-title,
.hero--generic--wrapper .checkout--content form.checkout h3,
.checkout--content form.checkout .hero--generic--wrapper h3,
.hero--generic--wrapper .custom-wysiwyg h2,
.custom-wysiwyg .hero--generic--wrapper h2,
.hero--generic--wrapper .small-title,
.hero--generic--wrapper .woocommerce-bacs-bank-details h2.wc-bacs-bank-details-heading,
.woocommerce-bacs-bank-details .hero--generic--wrapper h2.wc-bacs-bank-details-heading,
.hero--generic--wrapper .woocommerce-page--wrapper .woocommerce-order p.woocommerce-thankyou-order-received,
.woocommerce-page--wrapper .woocommerce-order .hero--generic--wrapper p.woocommerce-thankyou-order-received,
.hero--generic--wrapper h3,
.hero--generic--wrapper h4 {
  text-align: left;
  margin: 0;
}
.banner-text--wrapper p,
.hero--generic--wrapper p {
  margin: 0;
  text-align: left;
}
.banner-text--wrapper .btn-wrapper,
.hero--generic--wrapper .btn-wrapper {
  justify-content: flex-start;
  padding: 0;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .banner-text--wrapper,
  .hero--generic--wrapper {
    align-items: center;
    justify-content: center;
  }
  .banner-text--wrapper p, .banner-text--wrapper .title, .banner-text--wrapper .big-title, .banner-text--wrapper .medium-title, .banner-text--wrapper .checkout--content form.checkout h3, .checkout--content form.checkout .banner-text--wrapper h3,
  .banner-text--wrapper .custom-wysiwyg h2,
  .custom-wysiwyg .banner-text--wrapper h2, .banner-text--wrapper .small-title, .banner-text--wrapper .woocommerce-bacs-bank-details h2.wc-bacs-bank-details-heading, .woocommerce-bacs-bank-details .banner-text--wrapper h2.wc-bacs-bank-details-heading, .banner-text--wrapper .woocommerce-page--wrapper .woocommerce-order p.woocommerce-thankyou-order-received, .woocommerce-page--wrapper .woocommerce-order .banner-text--wrapper p.woocommerce-thankyou-order-received,
  .banner-text--wrapper h3, .banner-text--wrapper h4,
  .hero--generic--wrapper p,
  .hero--generic--wrapper .title,
  .hero--generic--wrapper .big-title,
  .hero--generic--wrapper .medium-title,
  .hero--generic--wrapper .checkout--content form.checkout h3,
  .checkout--content form.checkout .hero--generic--wrapper h3,
  .hero--generic--wrapper .custom-wysiwyg h2,
  .custom-wysiwyg .hero--generic--wrapper h2,
  .hero--generic--wrapper .small-title,
  .hero--generic--wrapper .woocommerce-bacs-bank-details h2.wc-bacs-bank-details-heading,
  .woocommerce-bacs-bank-details .hero--generic--wrapper h2.wc-bacs-bank-details-heading,
  .hero--generic--wrapper .woocommerce-page--wrapper .woocommerce-order p.woocommerce-thankyou-order-received,
  .woocommerce-page--wrapper .woocommerce-order .hero--generic--wrapper p.woocommerce-thankyou-order-received,
  .hero--generic--wrapper h3,
  .hero--generic--wrapper h4 {
    text-align: center;
  }
  .banner-text--wrapper .btn-wrapper,
  .hero--generic--wrapper .btn-wrapper {
    justify-content: center;
  }
}

.hero--generic {
  padding-top: 45px;
}
.hero--generic--wrapper {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .hero--generic--wrapper {
    width: 500px;
  }
}
@media screen and (min-width: 992px) {
  .hero--generic--wrapper {
    width: 600px;
  }
}
@media screen and (min-width: 1199px) {
  .hero--generic--wrapper {
    width: 760px;
  }
}
@media screen and (min-width: 1499px) {
  .hero--generic--wrapper {
    width: 893.3333333333px;
  }
}
.hero--generic--wrapper {
  justify-content: center;
  align-items: center;
}
.hero--generic .line {
  margin: 0 auto;
}
.hero--generic .title, .hero--generic .big-title, .hero--generic .medium-title, .hero--generic .checkout--content form.checkout h3, .checkout--content form.checkout .hero--generic h3,
.hero--generic .custom-wysiwyg h2,
.custom-wysiwyg .hero--generic h2, .hero--generic .small-title, .hero--generic .woocommerce-bacs-bank-details h2.wc-bacs-bank-details-heading, .woocommerce-bacs-bank-details .hero--generic h2.wc-bacs-bank-details-heading, .hero--generic .woocommerce-page--wrapper .woocommerce-order p.woocommerce-thankyou-order-received, .woocommerce-page--wrapper .woocommerce-order .hero--generic p.woocommerce-thankyou-order-received,
.hero--generic h3, .hero--generic h4 {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .hero--generic {
    padding-top: 30px;
  }
}
@media screen and (min-width: 1499px) {
  .hero--generic {
    padding-top: 45px;
  }
}

.banner-video picture, .banner-video video,
.banner-image picture,
.banner-image video {
  display: flex;
  overflow: hidden;
}
.banner-video picture img, .banner-video video img,
.banner-image picture img,
.banner-image video img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: auto;
  object-position: center;
}
.banner-video picture, .banner-video video,
.banner-image picture,
.banner-image video {
  aspect-ratio: 3/4;
}
@media screen and (min-width: 992px) {
  .banner-video,
  .banner-image {
    padding: 0;
  }
  .banner-video picture, .banner-video video,
  .banner-image picture,
  .banner-image video {
    aspect-ratio: 15/7;
  }
}
@media screen and (min-width: 1499px) {
  .banner-video,
  .banner-image {
    padding: 0;
  }
  .banner-video picture, .banner-video video,
  .banner-image picture,
  .banner-image video {
    aspect-ratio: 12/5;
  }
}

.banner-usp {
  padding: 60px 0;
}
.banner-usp--wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.banner-usp--wrapper {
  flex-direction: column;
  gap: 10px 0;
  width: 100%;
}
.banner-usp--slider {
  display: block;
  overflow: hidden;
  width: 100%;
}
.banner-usp--slider__item {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.banner-usp--title {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .banner-usp--title {
    width: 600px;
  }
}
@media screen and (min-width: 992px) {
  .banner-usp--title {
    width: 225px;
  }
}
@media screen and (min-width: 1199px) {
  .banner-usp--title {
    width: 285px;
  }
}
@media screen and (min-width: 1499px) {
  .banner-usp--title {
    width: 335px;
  }
}
.banner-usp--title .title, .banner-usp--title .big-title, .banner-usp--title .medium-title, .banner-usp--title .checkout--content form.checkout h3, .checkout--content form.checkout .banner-usp--title h3,
.banner-usp--title .custom-wysiwyg h2,
.custom-wysiwyg .banner-usp--title h2, .banner-usp--title .small-title, .banner-usp--title .woocommerce-bacs-bank-details h2.wc-bacs-bank-details-heading, .woocommerce-bacs-bank-details .banner-usp--title h2.wc-bacs-bank-details-heading, .banner-usp--title .woocommerce-page--wrapper .woocommerce-order p.woocommerce-thankyou-order-received, .woocommerce-page--wrapper .woocommerce-order .banner-usp--title p.woocommerce-thankyou-order-received,
.banner-usp--title h3, .banner-usp--title h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.banner-usp--title .title, .banner-usp--title .big-title, .banner-usp--title .medium-title, .banner-usp--title .checkout--content form.checkout h3, .checkout--content form.checkout .banner-usp--title h3,
.banner-usp--title .custom-wysiwyg h2,
.custom-wysiwyg .banner-usp--title h2, .banner-usp--title .small-title, .banner-usp--title .woocommerce-bacs-bank-details h2.wc-bacs-bank-details-heading, .woocommerce-bacs-bank-details .banner-usp--title h2.wc-bacs-bank-details-heading, .banner-usp--title .woocommerce-page--wrapper .woocommerce-order p.woocommerce-thankyou-order-received, .woocommerce-page--wrapper .woocommerce-order .banner-usp--title p.woocommerce-thankyou-order-received,
.banner-usp--title h3, .banner-usp--title h4 {
  text-align: center;
  color: #927335;
}
@media screen and (max-width: 768px) {
  .banner-usp--title .title, .banner-usp--title .big-title, .banner-usp--title .medium-title, .banner-usp--title .checkout--content form.checkout h3, .checkout--content form.checkout .banner-usp--title h3,
  .banner-usp--title .custom-wysiwyg h2,
  .custom-wysiwyg .banner-usp--title h2, .banner-usp--title .small-title, .banner-usp--title .woocommerce-bacs-bank-details h2.wc-bacs-bank-details-heading, .woocommerce-bacs-bank-details .banner-usp--title h2.wc-bacs-bank-details-heading, .banner-usp--title .woocommerce-page--wrapper .woocommerce-order p.woocommerce-thankyou-order-received, .woocommerce-page--wrapper .woocommerce-order .banner-usp--title p.woocommerce-thankyou-order-received,
  .banner-usp--title h3, .banner-usp--title h4 {
    font-size: 21px;
  }
}
.banner-usp--list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  display: none;
}
@media screen and (min-width: 768px) {
  .banner-usp--list {
    width: 600px;
  }
}
@media screen and (min-width: 992px) {
  .banner-usp--list {
    width: 675px;
  }
}
@media screen and (min-width: 1199px) {
  .banner-usp--list {
    width: 855px;
  }
}
@media screen and (min-width: 1499px) {
  .banner-usp--list {
    width: 1005px;
  }
}
.banner-usp--list__item {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .banner-usp--list__item {
    width: 200px;
  }
}
@media screen and (min-width: 992px) {
  .banner-usp--list__item {
    width: 225px;
  }
}
@media screen and (min-width: 1199px) {
  .banner-usp--list__item {
    width: 285px;
  }
}
@media screen and (min-width: 1499px) {
  .banner-usp--list__item {
    width: 335px;
  }
}
.banner-usp--list__item strong {
  display: block;
}
@media screen and (min-width: 768px) {
  .banner-usp {
    padding: 80px 0;
  }
  .banner-usp--wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 20px 0;
  }
  .banner-usp--title {
    text-align: center;
  }
  .banner-usp--slider {
    flex-direction: column;
    gap: 0;
  }
  .banner-usp--slider__item .small-title, .banner-usp--slider__item .woocommerce-bacs-bank-details h2.wc-bacs-bank-details-heading, .woocommerce-bacs-bank-details .banner-usp--slider__item h2.wc-bacs-bank-details-heading, .banner-usp--slider__item .woocommerce-page--wrapper .woocommerce-order p.woocommerce-thankyou-order-received, .woocommerce-page--wrapper .woocommerce-order .banner-usp--slider__item p.woocommerce-thankyou-order-received {
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .banner-usp--slider {
    display: none;
  }
  .banner-usp--list {
    display: flex;
  }
}
@media screen and (min-width: 1199px) {
  .banner-usp {
    padding: 100px 0;
  }
}
@media screen and (max-width: 768px) {
  .banner-usp--slider__item {
    flex-direction: row;
    gap: 5px;
  }
  .banner-usp--slider__item .small-title, .banner-usp--slider__item .woocommerce-bacs-bank-details h2.wc-bacs-bank-details-heading, .woocommerce-bacs-bank-details .banner-usp--slider__item h2.wc-bacs-bank-details-heading, .banner-usp--slider__item .woocommerce-page--wrapper .woocommerce-order p.woocommerce-thankyou-order-received, .woocommerce-page--wrapper .woocommerce-order .banner-usp--slider__item p.woocommerce-thankyou-order-received {
    font-size: 24px;
  }
}

body.menu-open {
  overflow: hidden;
}

.grecaptcha-badge {
  visibility: hidden !important;
}

header.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  flex-wrap: wrap;
  z-index: 999;
  opacity: 0;
  padding: 20px 0 20px;
  animation: fadein 2s 0.3s ease-out 1 forwards;
}
header.site-header .logo-wrapper a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
header.site-header .logo-wrapper img.logo {
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
}
header.site-header .logo-wrapper img.logo {
  width: auto;
  height: auto;
  max-width: 45px;
  margin: 0 auto 0;
  display: block;
}
header.site-header .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}
header.site-header .container .site-header--item .xsmall-title {
  font-size: 18px;
}
header.site-header .container .site-header--item .menu-action {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
header.site-header .container .site-header--item .menu-action {
  background-color: #FFF;
  border-radius: 40px;
  gap: 5px;
  padding: 0 10px 0 20px;
}
header.site-header .container .site-header--item .menu-action:has(.active) {
  padding: 0;
}
header.site-header .container .site-header--item .menu-action:has(.active) .btn-link,
header.site-header .container .site-header--item .menu-action:has(.active) .btn-cart {
  display: none;
}
header.site-header .container .site-header--item.left ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
header.site-header .container .site-header--item.left ul {
  gap: 10px 30px;
}
header.site-header .container .site-header--item.left ul a {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}
header.site-header .container .site-header--item.left ul a {
  color: #927335;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  header.site-header .container .site-header--item.left ul li {
    position: relative;
  }
  header.site-header .container .site-header--item.left ul li a::after {
    width: 0%;
    height: 1.5px;
    display: block;
    position: absolute;
    content: "";
    transition: all 0.65s;
    -moz-transition: all 0.65s;
    -webkit-transition: all 0.65s;
  }
  header.site-header .container .site-header--item.left ul li a::after {
    background-color: #927335;
    bottom: 0;
    left: 0;
  }
  header.site-header .container .site-header--item.left ul li a:hover::after {
    width: 100%;
  }
  header.site-header .container .site-header--item.left ul li.current-menu-item a::after {
    width: 100%;
    opacity: 1;
  }
}
header.site-header .container .site-header--item.right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
header.site-header .container .site-header--item.right {
  gap: 5px;
}
header.site-header .container .site-header--item.right ul.social li a svg g {
  fill: #FFF;
}
@media screen and (min-width: 768px) {
  header.site-header .container .site-header--item {
    width: 40%;
  }
  header.site-header .container .site-header--item.logo-wrapper {
    width: 100px;
  }
  header.site-header .container .site-header--item.logo-wrapper img.logo {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  header.site-header .container .site-header--item.logo-wrapper img.logo {
    width: 50px;
    max-width: 60px;
  }
  header.site-header .container .site-header--item a.btn-primary, header.site-header .container .site-header--item body .woocommerce-page--wrapper .wc-block-checkout__actions a.wc-block-components-checkout-place-order-button, body .woocommerce-page--wrapper .wc-block-checkout__actions header.site-header .container .site-header--item a.wc-block-components-checkout-place-order-button, header.site-header .container .site-header--item .panier--validate a.checkout-button, .panier--validate header.site-header .container .site-header--item a.checkout-button, header.site-header .container .site-header--item .mon-compte--content .woocommerce .lost_reset_password .form-row a.woocommerce-Button, .mon-compte--content .woocommerce .lost_reset_password .form-row header.site-header .container .site-header--item a.woocommerce-Button, header.site-header .container .site-header--item .product-vignette .text-wrapper a.add_to_cart_button, .product-vignette .text-wrapper header.site-header .container .site-header--item a.add_to_cart_button, header.site-header .container .site-header--item .single-product__alert .woocommerce-message a, .single-product__alert .woocommerce-message header.site-header .container .site-header--item a, header.site-header .container .site-header--item .btn-primary-child a, .btn-primary-child header.site-header .container .site-header--item a {
    margin-left: 10px;
  }
  header.site-header .container .site-header--item ul li a {
    padding: 10px 0;
    display: block;
    position: relative;
    transition: all 0.65s;
    -moz-transition: all 0.65s;
    -webkit-transition: all 0.65s;
  }
  header.site-header .container .site-header--item ul li a:hover {
    color: #927335;
  }
  header.site-header .container .site-header--item ul li.current_page_item a {
    color: #927335;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  header.site-header .container {
    max-width: 768px;
  }
}
header.is-active {
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
  padding: 10px 0;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(5px);
}
@media screen and (min-width: 768px) {
  header.is-active {
    padding: 20px 0;
  }
}
@media screen and (min-width: 992px) {
  header.is-active {
    padding: 20px 0;
  }
}

#navicon, .btn-close {
  width: 40px;
  min-height: 40px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  #navicon, .btn-close {
    margin: 0 0 0 auto;
    height: 50px;
    min-height: 50px;
    min-width: 50px;
  }
}
#navicon::before, .btn-close::before {
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
  border-color: #FFF;
}
#navicon img.shape, .btn-close img.shape {
  position: relative;
  height: 80px;
}
#navicon .lines, .btn-close .lines {
  border-radius: 5px;
  display: block;
  width: 20px;
  height: 2px;
  background-color: #927335;
}
#navicon .lines, .btn-close .lines {
  width: 15px;
  margin: -10px auto 0;
  height: 2px;
  position: absolute;
}
#navicon .lines::before, .btn-close .lines::before {
  content: "";
  top: -8px;
  border-radius: 5px;
  display: block;
  width: 20px;
  height: 2px;
  background-color: #927335;
  height: 2px;
  position: absolute;
  display: none;
}
#navicon .lines::after, .btn-close .lines::after {
  content: "";
  bottom: -8px;
  border-radius: 5px;
  display: block;
  width: 20px;
  height: 2px;
  background-color: #927335;
  height: 2px;
  position: absolute;
}
#navicon.active .lines, .active.btn-close .lines {
  transform: rotate(45deg);
  width: 20px;
  margin: 0;
}
#navicon.active .lines::after, .active.btn-close .lines::after {
  transform: rotate(-90deg);
  bottom: 0;
}
#navicon.active .lines::before, .active.btn-close .lines::before {
  display: none;
}
#navicon.active::before, .active.btn-close::before {
  opacity: 0;
}
#navicon.passive::before, .passive.btn-close::before {
  opacity: 1;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
}

.btn-close {
  display: block;
}

ul.social li {
  display: inline-block;
  margin: 0;
}
ul.social .btn-icon {
  display: flex;
  width: 40px;
  height: 40px;
  text-align: center;
  position: relative;
  padding: 0;
  align-items: center;
  justify-content: center;
}
ul.social .btn-icon img {
  width: auto;
  height: 15px;
}

nav.main-navigation {
  margin: 0 auto;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  display: none;
  position: fixed;
  z-index: 99;
  background: white;
  backdrop-filter: blur(5px);
}
nav.main-navigation.open {
  height: 100%;
  display: flex;
  width: 100%;
  opacity: 1;
  animation: fadein 1s 1 forwards;
}
nav.main-navigation.open ul li {
  animation: fadeup 0.8s 0.3s ease-out 1 forwards;
}
nav.main-navigation.open ul li:nth-child(1) {
  animation-delay: 550ms;
}
nav.main-navigation.open ul li:nth-child(2) {
  animation-delay: 800ms;
}
nav.main-navigation.open ul li:nth-child(3) {
  animation-delay: 1050ms;
}
nav.main-navigation.open ul li:nth-child(4) {
  animation-delay: 1300ms;
}
nav.main-navigation.open ul li:nth-child(5) {
  animation-delay: 1550ms;
}
nav.main-navigation.open ul li:nth-child(6) {
  animation-delay: 1800ms;
}
nav.main-navigation.open ul li:nth-child(7) {
  animation-delay: 2050ms;
}
nav.main-navigation.open ul li:nth-child(8) {
  animation-delay: 2300ms;
}
nav.main-navigation.open ul li:nth-child(9) {
  animation-delay: 2550ms;
}
nav.main-navigation.open ul li:nth-child(10) {
  animation-delay: 2800ms;
}
nav.main-navigation.open .menu-wrapper--cta {
  animation: faderight 0.8s 0.3s ease-out 1 forwards;
}
nav.main-navigation .menu-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  nav.main-navigation .menu-wrapper {
    width: 600px;
  }
}
@media screen and (min-width: 992px) {
  nav.main-navigation .menu-wrapper {
    width: 900px;
  }
}
@media screen and (min-width: 1199px) {
  nav.main-navigation .menu-wrapper {
    width: 950px;
  }
}
@media screen and (min-width: 1499px) {
  nav.main-navigation .menu-wrapper {
    width: 1116.6666666667px;
  }
}
nav.main-navigation .menu-wrapper {
  margin: 0 auto;
  position: relative;
  z-index: 2;
  flex-wrap: nowrap;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  nav.main-navigation .menu-wrapper {
    padding: 100px 0;
    height: auto;
  }
}
@media screen and (min-width: 992px) {
  nav.main-navigation .menu-wrapper {
    flex-direction: row;
  }
}
nav.main-navigation .menu-wrapper--nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (min-width: 768px) {
  nav.main-navigation .menu-wrapper--nav {
    width: 580px;
  }
}
@media screen and (min-width: 992px) {
  nav.main-navigation .menu-wrapper--nav {
    width: 430px;
  }
}
@media screen and (min-width: 1199px) {
  nav.main-navigation .menu-wrapper--nav {
    width: 455px;
  }
}
@media screen and (min-width: 1499px) {
  nav.main-navigation .menu-wrapper--nav {
    width: 538.3333333333px;
  }
}
nav.main-navigation .menu-wrapper--nav {
  margin: 0 auto 0 0;
  text-align: center;
  flex-direction: column;
}
nav.main-navigation .menu-wrapper--nav a {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 575px) {
  nav.main-navigation .menu-wrapper--nav a {
    font-size: 22px;
  }
  nav.main-navigation .menu-wrapper--nav a.btn-outline--white {
    font-size: 22px;
  }
}
nav.main-navigation .menu-wrapper--cta {
  width: 100%;
}
@media screen and (min-width: 768px) {
  nav.main-navigation .menu-wrapper--cta {
    width: 580px;
  }
}
@media screen and (min-width: 992px) {
  nav.main-navigation .menu-wrapper--cta {
    width: 430px;
  }
}
@media screen and (min-width: 1199px) {
  nav.main-navigation .menu-wrapper--cta {
    width: 455px;
  }
}
@media screen and (min-width: 1499px) {
  nav.main-navigation .menu-wrapper--cta {
    width: 538.3333333333px;
  }
}
nav.main-navigation .menu-wrapper--cta {
  opacity: 0;
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  nav.main-navigation .menu-wrapper--cta {
    margin: 0;
  }
}
nav.main-navigation .menu-wrapper--cta a {
  display: flex;
  align-items: center;
  position: relative;
}
nav.main-navigation .menu-wrapper--cta .text-wrapper {
  position: absolute;
  display: flex;
  text-align: left;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px 30px 60px;
}
nav.main-navigation .menu-wrapper--cta .text-wrapper .btn-wrapper {
  padding-top: 0;
}
nav.main-navigation .menu-wrapper--cta .text-wrapper .title, nav.main-navigation .menu-wrapper--cta .text-wrapper .big-title, nav.main-navigation .menu-wrapper--cta .text-wrapper .medium-title,
nav.main-navigation .menu-wrapper--cta .text-wrapper .custom-wysiwyg h2,
.custom-wysiwyg nav.main-navigation .menu-wrapper--cta .text-wrapper h2, nav.main-navigation .menu-wrapper--cta .text-wrapper .small-title, nav.main-navigation .menu-wrapper--cta .text-wrapper .woocommerce-bacs-bank-details h2.wc-bacs-bank-details-heading, .woocommerce-bacs-bank-details nav.main-navigation .menu-wrapper--cta .text-wrapper h2.wc-bacs-bank-details-heading, nav.main-navigation .menu-wrapper--cta .text-wrapper .woocommerce-page--wrapper .woocommerce-order p.woocommerce-thankyou-order-received, .woocommerce-page--wrapper .woocommerce-order nav.main-navigation .menu-wrapper--cta .text-wrapper p.woocommerce-thankyou-order-received,
nav.main-navigation .menu-wrapper--cta .text-wrapper h3, nav.main-navigation .menu-wrapper--cta .text-wrapper h4 {
  color: #FFF;
  text-align: center;
}
nav.main-navigation .menu-wrapper--cta picture {
  display: flex;
  overflow: hidden;
}
nav.main-navigation .menu-wrapper--cta picture img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: auto;
  object-position: center;
}
nav.main-navigation .menu-wrapper--cta picture {
  aspect-ratio: 3/4;
}
nav.main-navigation .menu-wrapper--cta:has(.text-wrapper) picture {
  position: relative;
}
nav.main-navigation .menu-wrapper--cta:has(.text-wrapper) picture::before {
  width: 100%;
  height: 50%;
  display: block;
  position: absolute;
  content: "";
}
nav.main-navigation .menu-wrapper--cta:has(.text-wrapper) picture::before {
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, rgba(25, 25, 25, 0.3), rgba(25, 25, 25, 0));
}
nav.main-navigation ul {
  padding: 0;
  margin: 0;
  display: block;
  width: 100%;
  text-align: left;
}
nav.main-navigation ul.social {
  padding-top: 30px;
  transform: translateX(-5px);
}
nav.main-navigation ul.social li {
  margin: 0;
  display: block;
}
nav.main-navigation ul.social li a svg * {
  fill: #927335;
}
nav.main-navigation ul li {
  display: block;
  opacity: 0;
}
nav.main-navigation ul li:hover > a, nav.main-navigation ul li.focus > a, nav.main-navigation ul li.current_page_item > a, nav.main-navigation ul li:not(.btn-primary-child) > a {
  background: none;
}
nav.main-navigation ul li a {
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}
nav.main-navigation ul li a {
  display: block;
  position: relative;
  padding: 7.5px 0;
  color: #191919;
  text-align: left;
  font-size: 20px;
  text-transform: none;
  letter-spacing: 0.4px;
}
@media screen and (min-width: 768px) {
  nav.main-navigation ul li a {
    font-size: 24px;
  }
}
nav.main-navigation ul li a:hover {
  color: #927335;
}
nav.main-navigation ul li a.active {
  color: #927335;
}
nav.main-navigation ul li.current_page_item a {
  background: none;
  color: #927335;
}
nav.main-navigation ul li.current_page_item.btn-outline-child a {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* nav on desktop */
@media screen and (min-width: 768px) {
  .site-header .logo-wrapper a {
    position: relative;
    z-index: 2;
  }
  .site-header.is-active .logo-wrapper::before {
    opacity: 0;
  }
}
@media screen and (max-width: 992px) {
  header.site-header .logo-wrapper img.logo {
    margin: 0 auto;
    max-width: 50px;
  }
}
/* Mobile menu activation */
@media screen and (min-width: 1499px) {
  header.site-header .container {
    width: 1340px;
  }
}
@media screen and (max-width: 768px) {
  header.site-header {
    transition: all 0s;
    -moz-transition: all 0s;
    -webkit-transition: all 0s;
    padding: 20px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(5px);
  }
  header.site-header .container .site-header--item {
    max-width: 180px;
    min-width: 100px;
  }
  header.site-header .container .site-header--item.right .btn-outline--white {
    display: none;
  }
  #navicon, .btn-close {
    top: 0;
  }
  nav.main-navigation .menu-wrapper {
    padding: 120px 20px 60px;
    overflow: scroll;
  }
  nav.main-navigation ul {
    background: none !important;
  }
  nav.main-navigation ul.social {
    text-align: center;
    max-width: 330px;
    margin: 0 auto 5px;
  }
  nav.main-navigation ul:not(.social),
  nav.main-navigation ul:not(.lang__switch) {
    background: none;
    padding: 0;
    max-width: 100%;
    margin: 0 auto;
    text-align: left;
  }
  nav.main-navigation ul:not(.social)#left-menu,
  nav.main-navigation ul:not(.lang__switch)#left-menu {
    padding-top: 20px;
  }
  nav.main-navigation ul:not(.social) li,
  nav.main-navigation ul:not(.lang__switch) li {
    display: block;
  }
  nav.main-navigation ul:not(.social) li a,
  nav.main-navigation ul:not(.lang__switch) li a {
    font-size: 20px;
  }
  nav.main-navigation ul:not(.social) li.btn-primary-child,
  nav.main-navigation ul:not(.lang__switch) li.btn-primary-child {
    margin-top: 10px;
  }
  nav.main-navigation ul:not(.social) li.btn-primary-child a,
  nav.main-navigation ul:not(.lang__switch) li.btn-primary-child a {
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  header.site-header {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  header.site-header .legal-mention {
    margin-bottom: 0;
  }
  header.site-header .container .site-header--item.left {
    display: none;
  }
  header.site-header .container .site-header--item.right .menu-action + .social {
    display: none !important;
  }
  header.site-header .logo-wrapper {
    padding-left: 0;
    min-width: 100px;
    padding-top: 0;
    max-width: 100% !important;
  }
  header.site-header .logo-wrapper a {
    max-width: 100%;
    display: block;
    text-align: center;
  }
  header.site-header .logo-wrapper a span {
    font-size: 12px;
    opacity: 0.8;
    padding-top: 10px;
  }
  header.site-header .logo-wrapper img.logo {
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    float: none;
    clear: both;
    width: auto;
    max-height: 35px;
    margin: 0 auto 0 0;
  }
  header.site-header .description-wrapper {
    display: none;
  }
  header.site-header.is-active span.title, header.site-header.is-active span.big-title, header.site-header.is-active span.medium-title, header.site-header.is-active span.small-title {
    display: none;
  }
  nav.main-navigation .menu-wrapper--nav {
    text-align: left;
  }
  nav.main-navigation .menu-wrapper--nav .menu {
    padding-bottom: 20px;
  }
  nav.main-navigation ul {
    padding: 0;
  }
}
.grecaptcha-badge {
  visibility: hidden !important;
}

ul.social {
  text-align: center;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start;
}
ul.social a.btn-icon svg {
  height: 20px;
  width: 20px;
}
@media screen and (min-width: 1199px) {
  ul.social a.btn-icon svg {
    height: 25px;
    width: 25px;
  }
}
@media screen and (min-width: 1199px) {
  ul.social a.btn-icon.behance svg {
    height: 25px;
    width: 25px;
  }
}

.footer {
  background: #FFF;
}
.footer--main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer--main {
  padding: 60px 0;
  gap: 45px 10px;
}
.footer--main__logo {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .footer--main__logo {
    width: 595px;
  }
}
@media screen and (min-width: 992px) {
  .footer--main__logo {
    width: 295px;
  }
}
@media screen and (min-width: 1199px) {
  .footer--main__logo {
    width: 375px;
  }
}
@media screen and (min-width: 1499px) {
  .footer--main__logo {
    width: 441.6666666667px;
  }
}
.footer--main__logo a {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
}
.footer--main__logo img {
  display: block;
  max-width: 200px;
  height: 70px;
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 575px) {
  .footer--main__logo img {
    height: 40px;
    width: auto;
  }
}
.footer--main__info {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .footer--main__info {
    width: 595px;
  }
}
@media screen and (min-width: 992px) {
  .footer--main__info {
    width: 595px;
  }
}
@media screen and (min-width: 1199px) {
  .footer--main__info {
    width: 755px;
  }
}
@media screen and (min-width: 1499px) {
  .footer--main__info {
    width: 888.3333333333px;
  }
}
.footer--main__info {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.footer--main__info .title, .footer--main__info .big-title, .footer--main__info .medium-title, .footer--main__info .checkout--content form.checkout h3, .checkout--content form.checkout .footer--main__info h3,
.footer--main__info .custom-wysiwyg h2,
.custom-wysiwyg .footer--main__info h2, .footer--main__info .small-title, .footer--main__info .woocommerce-bacs-bank-details h2.wc-bacs-bank-details-heading, .woocommerce-bacs-bank-details .footer--main__info h2.wc-bacs-bank-details-heading, .footer--main__info .woocommerce-page--wrapper .woocommerce-order p.woocommerce-thankyou-order-received, .woocommerce-page--wrapper .woocommerce-order .footer--main__info p.woocommerce-thankyou-order-received,
.footer--main__info h3, .footer--main__info h4 {
  color: #191919;
}
.footer--main .footer-list {
  margin: 0;
  padding: 10px 0 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 5px 0;
}
.footer--main .footer-list li {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.footer--main .footer-list li {
  font-size: 16px;
}
.footer--main .footer-list li strong {
  color: #927335;
  font-size: 16px;
}
.footer--main .footer-list li span {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.footer--main .footer-list li span {
  font-size: 16px;
}
.footer--main .footer-list li span strong {
  color: #191919;
}
.footer--main .footer-list li a {
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.footer--main .footer-list li a {
  font-size: 16px;
}
.footer--main .footer-list li a:hover {
  color: #927335;
}
.footer--main .footer-list li a strong {
  color: #927335;
}
.footer--bottom {
  border-top: 1px solid #DDDDDD;
  padding: 30px 0;
}
.footer--bottom .container {
  display: flex;
  flex-direction: column;
  gap: 30px 20px;
  align-items: flex-start;
  justify-content: flex-start;
}
.footer--bottom .footer-links li {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.footer--bottom .footer-links li {
  margin: 0;
  position: relative;
  text-align: center;
}
.footer--bottom .footer-links li span {
  color: #191919;
  font-size: 14px;
}
.footer--bottom .footer-links li a {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.footer--bottom .footer-links li a {
  color: #191919;
  font-size: 14px;
}
.footer--bottom .footer-links li a:hover {
  color: #927335;
}
.footer--bottom .copy-signature {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.footer--bottom .copy-signature {
  font-size: 12px;
  color: #191919;
}
.footer--bottom .copy-signature a {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.footer--bottom .copy-signature a {
  font-size: inherit;
  color: #191919;
}
.footer--bottom .copy-signature a:hover {
  color: #927335;
}
@media screen and (min-width: 768px) {
  .footer--main {
    justify-content: space-between;
  }
  .footer--bottom .container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .footer--bottom .footer-links {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .footer--bottom .footer-links {
    gap: 5px 20px;
  }
  .footer--bottom .footer-links li {
    margin: 0;
  }
  .footer--bottom .footer-links li:nth-child(1)::before {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .footer--main__logo img {
    max-width: 240px;
    height: auto;
  }
  .footer--bottom__cookies {
    width: 225px;
  }
  .footer--bottom__notes {
    width: 675px;
  }
}
@media screen and (min-width: 1199px) {
  .footer--main__info {
    gap: 40px;
  }
}
.banner-labels {
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  padding: 60px 0;
}
.banner-labels .labels-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.banner-labels .labels-list {
  flex-direction: column;
  gap: 40px 0;
}
.banner-labels .labels-list__item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .banner-labels .labels-list__item {
    width: 200px;
  }
}
@media screen and (min-width: 992px) {
  .banner-labels .labels-list__item {
    width: 300px;
  }
}
@media screen and (min-width: 1199px) {
  .banner-labels .labels-list__item {
    width: 380px;
  }
}
@media screen and (min-width: 1499px) {
  .banner-labels .labels-list__item {
    width: 446.6666666667px;
  }
}
.banner-labels .labels-list__item .label-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-direction: column;
  font-size: 14px;
  color: #927335;
}
.banner-labels .labels-list__item .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.banner-labels .labels-list__item .image-wrapper {
  height: 50px;
  width: 100%;
}
.banner-labels .labels-list__item .image-wrapper img {
  max-height: 50px;
  width: auto;
  max-width: 150px;
  display: block;
}
@media screen and (min-width: 768px) {
  .banner-labels {
    margin-top: 60px;
  }
  .banner-labels .labels-list {
    flex-direction: row;
  }
  .banner-labels .labels-list__item .image-wrapper {
    height: 45px;
  }
  .banner-labels .labels-list__item .image-wrapper img {
    max-height: 40px;
  }
}
@media screen and (min-width: 992px) {
  .banner-labels {
    padding: 30px 0;
  }
}
@media screen and (min-width: 1199px) {
  .banner-labels {
    margin-top: 100px;
  }
  .banner-labels .labels-list__item .image-wrapper {
    height: 55px;
  }
  .banner-labels .labels-list__item .image-wrapper img {
    max-height: 50px;
  }
}

.glide {
  position: relative;
}
.glide .flex-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.glide.full-width picture {
  display: flex;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 20px;
}
.glide.full-width picture img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: auto;
  object-position: center;
}
@media screen and (max-width: 768px) {
  .glide.full-width picture {
    aspect-ratio: 4/3;
  }
}
.glide__track {
  width: 100%;
  overflow: hidden;
}
.glide__bullets {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.glide__bullets {
  gap: 5px;
  padding-top: 30px;
  justify-content: center;
}
.glide__bullets.centered {
  justify-content: center;
}
.glide__arrows {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.glide__arrows {
  gap: 5px;
  margin-top: 10px;
  border: 1px solid #DDDDDD;
  border-radius: 20px;
  padding: 0;
}
.glide__arrows .glide__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
  cursor: pointer;
  padding: 0;
  border: none;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  background: none;
}
.glide__arrows .glide__arrow:hover {
  background-color: #DDDDDD;
}
.glide__arrows .glide__arrow:hover .arrow, .glide__arrows .glide__arrow:hover .arrow--left, .glide__arrows .glide__arrow:hover .arrow--right, .glide__arrows .glide__arrow:hover .arrow--down {
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
  border-color: #FFF;
}
.glide__arrows .glide__arrow:hover .arrow::before, .glide__arrows .glide__arrow:hover .arrow--left::before, .glide__arrows .glide__arrow:hover .arrow--right::before, .glide__arrows .glide__arrow:hover .arrow--down::before {
  background: #FFF;
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
}
.glide__bullet {
  height: 12px;
  width: 12px;
  border-radius: 20px;
  margin: 0;
  outline: none;
  -moz-appearance: none;
  border: 1px solid #927335;
  background: #FFF;
  padding: 0;
}
.glide__bullet.white {
  border-color: #FFF;
}
.glide__bullet--active {
  background: #927335;
}
.glide__bullet--active.white {
  background: #FFF;
}
.glide__slides {
  display: flex;
  align-items: flex-start;
}
.glide__slide {
  height: auto;
  display: flex;
  overflow: hidden;
  cursor: pointer;
  justify-content: center;
}
.glide__slide .video-wrapper {
  max-height: 280px;
}
.glide__slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}
.glide__slide.partners__item a {
  width: 100%;
}
.glide__slide.partners__item img {
  object-fit: contain;
  max-width: 180px;
  max-height: 100px;
}
@media screen and (min-width: 575px) {
  .glide__slide .video-wrapper {
    max-height: 320px;
  }
}
@media screen and (min-width: 768px) {
  .glide__bullets {
    display: none;
  }
  .glide__slide .video-wrapper {
    max-height: 420px;
  }
}
@media screen and (min-width: 992px) {
  .glide__slide .video-wrapper {
    max-height: 260px;
  }
}
@media screen and (min-width: 1199px) {
  .glide__slide .video-wrapper {
    max-height: 340px;
  }
}
@media screen and (min-width: 1499px) {
  .glide__slide .video-wrapper {
    max-height: 420px;
  }
}

.vignette-video .desc .label {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #191919;
  display: block;
  padding: 10px 0;
}

.slider-activity .glide__bullets {
  display: flex;
}

.room-image {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* radios invisibles */
.room-image input {
  display: none;
}

/* slides */
.room-image__slides {
  position: relative;
  width: 100%;
}

.room-image__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.4s ease;
}

/* slide active */
.room-image input:nth-of-type(1):checked ~ .room-image__slides .room-image__slide:nth-child(1),
.room-image input:nth-of-type(2):checked ~ .room-image__slides .room-image__slide:nth-child(2),
.room-image input:nth-of-type(3):checked ~ .room-image__slides .room-image__slide:nth-child(3),
.room-image input:nth-of-type(4):checked ~ .room-image__slides .room-image__slide:nth-child(4),
.room-image input:nth-of-type(5):checked ~ .room-image__slides .room-image__slide:nth-child(5) {
  opacity: 1;
  position: relative;
}

/* bullets */
.room-image__bullets {
  position: absolute;
  bottom: 20px;
  width: 100%;
  justify-content: center;
  display: flex;
  gap: 8px;
}

.room-image__bullets label {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
  cursor: pointer;
}

.room-image input:nth-of-type(1):checked ~ .room-image__bullets label:nth-child(1),
.room-image input:nth-of-type(2):checked ~ .room-image__bullets label:nth-child(2),
.room-image input:nth-of-type(3):checked ~ .room-image__bullets label:nth-child(3),
.room-image input:nth-of-type(4):checked ~ .room-image__bullets label:nth-child(4),
.room-image input:nth-of-type(5):checked ~ .room-image__bullets label:nth-child(5) {
  background: #FFF;
}

.popup--home.is-visible {
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup--home .popup--home__bg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.popup--home .popup--home__bg::before {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  content: "";
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
}
.popup--home .popup--home__bg::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(25, 25, 25, 0.35);
}
.popup--home .popup--home__bg picture {
  display: flex;
  overflow: hidden;
}
.popup--home .popup--home__bg picture img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: auto;
  object-position: center;
}
.popup--home .popup--home__bg picture {
  height: 100%;
  width: 100%;
}
.popup--home .popup--home__bg picture img {
  object-fit: cover;
  object-position: center;
}
.popup--home--wrapper {
  overflow: hidden;
  padding: 30px 20px;
  max-width: 700px;
  position: relative;
}
.popup--home--wrapper .btn-close {
  z-index: 4;
  right: 10px;
  top: 10px;
  border: none;
  position: absolute;
  display: flex;
  align-items: center;
}
.popup--home--wrapper .btn-close .lines {
  width: 15px;
  margin: 0 auto;
}
.popup--home--wrapper .btn-close .lines::after {
  width: 15px;
  bottom: 0;
}
.popup--home__text {
  position: relative;
  gap: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.popup--home__text .circle-image {
  margin-bottom: 20px;
}
.popup--home__text p {
  margin: 0;
  color: #FFF;
  padding: 10px 0 0;
}
.popup--home__text .pre-title, .popup--home__text .title, .popup--home__text .big-title, .popup--home__text .medium-title, .popup--home__text .checkout--content form.checkout h3, .checkout--content form.checkout .popup--home__text h3,
.popup--home__text .custom-wysiwyg h2,
.custom-wysiwyg .popup--home__text h2, .popup--home__text .small-title, .popup--home__text .woocommerce-bacs-bank-details h2.wc-bacs-bank-details-heading, .woocommerce-bacs-bank-details .popup--home__text h2.wc-bacs-bank-details-heading, .popup--home__text .woocommerce-page--wrapper .woocommerce-order p.woocommerce-thankyou-order-received, .woocommerce-page--wrapper .woocommerce-order .popup--home__text p.woocommerce-thankyou-order-received,
.popup--home__text h3, .popup--home__text h4, .popup--home__text p {
  text-align: center;
  color: #FFF;
}
.popup--home__text .btn-wrapper {
  align-items: center;
  padding-top: 10px;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .popup--home--wrapper {
    padding: 45px 30px 30px;
  }
}
/* Langues */
header .lang,
nav .lang {
  position: relative;
}
header .lang:hover .lang__switch,
nav .lang:hover .lang__switch {
  opacity: 1;
  display: flex;
}
header .lang__btn,
nav .lang__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
header .lang__btn,
nav .lang__btn {
  position: relative;
  text-transform: uppercase;
  margin-left: 0;
  cursor: pointer;
  color: #927335;
  background-color: #FFF;
  width: 40px;
  height: 40px;
  font-weight: bold;
  border-radius: 100%;
  padding: 0;
  font-size: 14px;
}
header .lang__link,
nav .lang__link {
  padding: 5px 0 !important;
}
header .lang__switch,
nav .lang__switch {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
header .lang__switch,
nav .lang__switch {
  display: none;
  position: absolute;
  flex-direction: column;
  margin: 0;
  left: 1.5px;
  padding: 5px 0;
  width: 100%;
  opacity: 0;
  top: 38px;
  border-radius: 40px;
  z-index: 1;
  background: #FFF;
}
header .lang__switch .lang__item,
nav .lang__switch .lang__item {
  margin: 0 !important;
  padding: 0;
  text-align: center;
}
header .lang__switch .lang__item a, header .lang__switch .lang__item span,
nav .lang__switch .lang__item a,
nav .lang__switch .lang__item span {
  display: block;
  text-transform: uppercase;
  color: #191919;
  font-weight: bold;
  font-size: 14px;
}
header .lang__switch .lang__item a:hover, header .lang__switch .lang__item span:hover,
nav .lang__switch .lang__item a:hover,
nav .lang__switch .lang__item span:hover {
  color: #927335 !important;
}
header .lang__switch .lang__item a:hover::after, header .lang__switch .lang__item span:hover::after,
nav .lang__switch .lang__item a:hover::after,
nav .lang__switch .lang__item span:hover::after {
  display: none;
}
@media screen and (max-width: 992px) {
  header,
  nav {
    justify-content: center;
    flex-direction: column;
  }
  header .lang,
  nav .lang {
    margin: 0 auto 20px;
  }
  header .lang__btn,
  nav .lang__btn {
    display: none;
  }
  header .lang__switch,
  nav .lang__switch {
    opacity: 1;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    position: static;
    background: none !important;
    margin: 0 auto 20px;
    padding: 10px 0;
    border: none;
  }
  header .lang__switch a,
  header .lang__switch span,
  nav .lang__switch a,
  nav .lang__switch span {
    padding: 0 10px !important;
    font-size: 16px;
    color: #FFF !important;
  }
  header .lang__item.current span,
  nav .lang__item.current span {
    color: #808080 !important;
  }
}

.header .lang__switch {
  display: none;
}
@media screen and (min-width: 992px) {
  .header .lang__switch {
    display: flex;
  }
}

nav .lang__switch {
  display: none !important;
}
@media screen and (max-width: 992px) {
  nav .lang__item .lang__link {
    font-size: 14px !important;
    color: rgba(255, 255, 255, 0.7);
  }
  nav .lang__item .lang__link.current {
    color: #FFF;
  }
  nav .lang__switch {
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
}

.home--hero {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.home--hero {
  gap: 0;
  flex-direction: column;
  padding: 60px 10px;
}
.home--hero picture {
  display: flex;
  overflow: hidden;
}
.home--hero picture img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: auto;
  object-position: center;
}
.home--hero__left {
  padding-bottom: 10px;
}
.home--hero__left .text-wrapper {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .home--hero__left .text-wrapper {
    width: 600px;
  }
}
@media screen and (min-width: 992px) {
  .home--hero__left .text-wrapper {
    width: 375px;
  }
}
@media screen and (min-width: 1199px) {
  .home--hero__left .text-wrapper {
    width: 380px;
  }
}
@media screen and (min-width: 1499px) {
  .home--hero__left .text-wrapper {
    width: 446.6666666667px;
  }
}
.home--hero__left .text-wrapper {
  padding: 0 10px 60px;
}
.home--hero__left .text-wrapper .title, .home--hero__left .text-wrapper .big-title, .home--hero__left .text-wrapper .medium-title, .home--hero__left .text-wrapper .checkout--content form.checkout h3, .checkout--content form.checkout .home--hero__left .text-wrapper h3,
.home--hero__left .text-wrapper .custom-wysiwyg h2,
.custom-wysiwyg .home--hero__left .text-wrapper h2, .home--hero__left .text-wrapper .small-title, .home--hero__left .text-wrapper .woocommerce-bacs-bank-details h2.wc-bacs-bank-details-heading, .woocommerce-bacs-bank-details .home--hero__left .text-wrapper h2.wc-bacs-bank-details-heading, .home--hero__left .text-wrapper .woocommerce-page--wrapper .woocommerce-order p.woocommerce-thankyou-order-received, .woocommerce-page--wrapper .woocommerce-order .home--hero__left .text-wrapper p.woocommerce-thankyou-order-received,
.home--hero__left .text-wrapper h3, .home--hero__left .text-wrapper h4 {
  margin: 0;
  padding: 0 0 20px;
}
.home--hero__left .text-wrapper p {
  margin: 0;
}
.home--hero__left .text-wrapper .btn-wrapper {
  padding-top: 20px;
}
.home--hero__left picture {
  max-height: 900px;
}
.home--hero__right__gallery {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.home--hero__right__gallery {
  gap: 10px;
}
.home--hero__right__gallery .single-image {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .home--hero__right__gallery .single-image {
    width: 300px;
  }
}
@media screen and (min-width: 992px) {
  .home--hero__right__gallery .single-image {
    width: 300px;
  }
}
@media screen and (min-width: 1199px) {
  .home--hero__right__gallery .single-image {
    width: 380px;
  }
}
@media screen and (min-width: 1499px) {
  .home--hero__right__gallery .single-image {
    width: 446.6666666667px;
  }
}
@media screen and (max-width: 768px) {
  .home--hero__right__gallery .single-image {
    flex: 1;
  }
}
.home--hero__right__gallery .single-image picture {
  aspect-ratio: 4/7;
}
.home--hero__right__gallery .double-image {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .home--hero__right__gallery .double-image {
    width: 300px;
  }
}
@media screen and (min-width: 992px) {
  .home--hero__right__gallery .double-image {
    width: 225px;
  }
}
@media screen and (min-width: 1199px) {
  .home--hero__right__gallery .double-image {
    width: 285px;
  }
}
@media screen and (min-width: 1499px) {
  .home--hero__right__gallery .double-image {
    width: 335px;
  }
}
.home--hero__right__gallery .double-image {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .home--hero__right__gallery .double-image {
    flex: 1;
  }
}
.home--hero__right__gallery .double-image picture {
  aspect-ratio: 3/4;
}
.home--hero__right__text {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .home--hero__right__text {
    width: 600px;
  }
}
@media screen and (min-width: 992px) {
  .home--hero__right__text {
    width: 525px;
  }
}
@media screen and (min-width: 1199px) {
  .home--hero__right__text {
    width: 665px;
  }
}
@media screen and (min-width: 1499px) {
  .home--hero__right__text {
    width: 781.6666666667px;
  }
}
.home--hero__right__text {
  padding: 45px 10px 0;
}
.home--hero__right__text .text-wrapper {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .home--hero__right__text .text-wrapper {
    width: 500px;
  }
}
@media screen and (min-width: 992px) {
  .home--hero__right__text .text-wrapper {
    width: 450px;
  }
}
@media screen and (min-width: 1199px) {
  .home--hero__right__text .text-wrapper {
    width: 570px;
  }
}
@media screen and (min-width: 1499px) {
  .home--hero__right__text .text-wrapper {
    width: 558.3333333333px;
  }
}
.home--hero__right__text .text-wrapper {
  margin: 0 0 0 auto;
}
.home--card {
  padding-bottom: 60px;
  border-bottom: 1px solid #DDDDDD;
}
.home--partners {
  padding-top: 60px;
}
@media screen and (min-width: 992px) {
  .home--partners {
    padding-top: 80px;
  }
}
@media screen and (min-width: 1199px) {
  .home--partners {
    padding-top: 100px;
  }
}
.home--partners {
  border-top: 1px solid #DDDDDD;
}
@media screen and (max-width: 575px) {
  .home--hotel {
    padding-top: 20px;
  }
}
@media screen and (min-width: 992px) {
  .home--hero {
    flex-direction: row;
    justify-content: space-between;
  }
  .home--hero__left {
    width: 41.6666666667%;
    padding-bottom: 0;
  }
  .home--hero__left .text-wrapper {
    margin: 0 0 0 auto;
    padding: 0 10px 80px 0;
  }
  .home--hero__right {
    padding-left: 10px;
    padding-top: 30px;
    width: 58.3333333333%;
  }
  .home--hero__right__gallery {
    align-items: flex-end;
    justify-content: flex-start;
  }
  .home--hero__right__gallery .single-image picture {
    aspect-ratio: 8/9;
  }
  .home--hero__right__gallery .double-image picture {
    aspect-ratio: 1;
  }
  .home--hero__right__text {
    padding: 80px 0 0;
  }
  .home--card {
    border: none;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1199px) {
  .home--hero {
    padding-bottom: 100px;
  }
  .home--hero__left .text-wrapper {
    padding: 0 0 100px;
  }
  .home--hero__right__text {
    padding: 100px 0 0;
  }
}
@media screen and (min-width: 1499px) {
  .home--hero__right__text .text-wrapper {
    margin: 0 auto;
  }
}

.partners-banner {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 992px) {
  .partners-banner {
    padding-top: 80px;
  }
}
@media screen and (min-width: 1199px) {
  .partners-banner {
    padding-top: 100px;
  }
}
@media screen and (min-width: 992px) {
  .partners-banner {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1199px) {
  .partners-banner {
    padding-bottom: 100px;
  }
}
.partners-banner--title {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .partners-banner--title {
    width: 600px;
  }
}
@media screen and (min-width: 992px) {
  .partners-banner--title {
    width: 900px;
  }
}
@media screen and (min-width: 1199px) {
  .partners-banner--title {
    width: 950px;
  }
}
@media screen and (min-width: 1499px) {
  .partners-banner--title {
    width: 1116.6666666667px;
  }
}
.partners-banner--title {
  margin: 0 auto;
  padding: 0 0 30px;
}
.partners-banner--wrapper {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .partners-banner--wrapper {
    width: 600px;
  }
}
@media screen and (min-width: 992px) {
  .partners-banner--wrapper {
    width: 900px;
  }
}
@media screen and (min-width: 1199px) {
  .partners-banner--wrapper {
    width: 950px;
  }
}
@media screen and (min-width: 1499px) {
  .partners-banner--wrapper {
    width: 1116.6666666667px;
  }
}
.partners-banner--wrapper {
  margin: 0 auto;
  gap: 0;
}
.partners-banner--wrapper.card--menu__list {
  width: 100%;
}
.partners-banner__left, .partners-banner__center {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px dashed #DDDDDD;
}
@media screen and (min-width: 768px) {
  .partners-banner__left, .partners-banner__center {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
  }
}
.partners-banner__left, .partners-banner__center, .partners-banner__right {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .partners-banner__left, .partners-banner__center, .partners-banner__right {
    width: 300px;
  }
}
@media screen and (min-width: 992px) {
  .partners-banner__left, .partners-banner__center, .partners-banner__right {
    width: 375px;
  }
}
@media screen and (min-width: 1199px) {
  .partners-banner__left, .partners-banner__center, .partners-banner__right {
    width: 380px;
  }
}
@media screen and (min-width: 1499px) {
  .partners-banner__left, .partners-banner__center, .partners-banner__right {
    width: 446.6666666667px;
  }
}
.partners-banner__left.card--menu__item, .partners-banner__center.card--menu__item, .partners-banner__right.card--menu__item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .partners-banner__left.card--menu__item, .partners-banner__center.card--menu__item, .partners-banner__right.card--menu__item {
    width: 600px;
  }
}
@media screen and (min-width: 992px) {
  .partners-banner__left.card--menu__item, .partners-banner__center.card--menu__item, .partners-banner__right.card--menu__item {
    width: 300px;
  }
}
@media screen and (min-width: 1199px) {
  .partners-banner__left.card--menu__item, .partners-banner__center.card--menu__item, .partners-banner__right.card--menu__item {
    width: 332.5px;
  }
}
@media screen and (min-width: 1499px) {
  .partners-banner__left.card--menu__item, .partners-banner__center.card--menu__item, .partners-banner__right.card--menu__item {
    width: 335px;
  }
}
.partners-banner__left ul, .partners-banner__center ul, .partners-banner__right ul {
  padding: 20px 0 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.partners-banner__left ul li, .partners-banner__center ul li, .partners-banner__right ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.partners-banner__left ul li *, .partners-banner__center ul li *, .partners-banner__right ul li * {
  font-size: 16px;
}
.partners-banner__left ul li, .partners-banner__center ul li, .partners-banner__right ul li {
  gap: 10px;
}
.partners-banner__left ul li strong, .partners-banner__center ul li strong, .partners-banner__right ul li strong {
  color: #927335;
}
.partners-banner__left ul li span, .partners-banner__left ul li a, .partners-banner__center ul li span, .partners-banner__center ul li a, .partners-banner__right ul li span, .partners-banner__right ul li a {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.partners-banner__left ul li a, .partners-banner__center ul li a, .partners-banner__right ul li a {
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.partners-banner__left ul li a, .partners-banner__center ul li a, .partners-banner__right ul li a {
  width: 100%;
  gap: 10px;
  flex-direction: row;
}
.partners-banner__left ul li a:hover, .partners-banner__center ul li a:hover, .partners-banner__right ul li a:hover {
  color: #927335;
}
@media screen and (min-width: 575px) {
  .partners-banner__left {
    padding-right: 20px;
  }
  .partners-banner__right {
    padding-left: 20px;
  }
}
@media screen and (min-width: 1199px) {
  .partners-banner__left, .partners-banner__right {
    padding: 0;
  }
}

.quote--hotel {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 992px) {
  .quote--hotel {
    padding-top: 80px;
  }
}
@media screen and (min-width: 1199px) {
  .quote--hotel {
    padding-top: 100px;
  }
}
@media screen and (min-width: 992px) {
  .quote--hotel {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1199px) {
  .quote--hotel {
    padding-bottom: 100px;
  }
}

.legal-page--wrapper {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .legal-page--wrapper {
    width: 600px;
  }
}
@media screen and (min-width: 992px) {
  .legal-page--wrapper {
    width: 900px;
  }
}
@media screen and (min-width: 1199px) {
  .legal-page--wrapper {
    width: 950px;
  }
}
@media screen and (min-width: 1499px) {
  .legal-page--wrapper {
    width: 1116.6666666667px;
  }
}
.legal-page--wrapper {
  margin: 0 auto;
  padding: 60px 0 0;
}
.legal-page--wrapper .big-title {
  padding-bottom: 30px;
}
.legal-page--wrapper .custom-wysiwyg ul li {
  list-style: disc;
  list-style-position: inside;
}

.contact-us--cta {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 992px) {
  .contact-us--cta {
    padding-top: 80px;
  }
}
@media screen and (min-width: 1199px) {
  .contact-us--cta {
    padding-top: 100px;
  }
}
@media screen and (min-width: 992px) {
  .contact-us--cta {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1199px) {
  .contact-us--cta {
    padding-bottom: 100px;
  }
}
.contact-us--cta {
  border-top: 1px solid #DDDDDD;
  margin-top: 45px;
}
@media screen and (min-width: 992px) {
  .contact-us--cta {
    margin-top: 0;
    border: none;
  }
}
.contact-us--form {
  padding-top: 60px;
}
@media screen and (min-width: 992px) {
  .contact-us--form {
    padding-top: 80px;
  }
}
@media screen and (min-width: 1199px) {
  .contact-us--form {
    padding-top: 100px;
  }
}
.contact-us--form {
  opacity: 0;
}
.contact-us--form.is-visible {
  animation: fadein 0.8s 0.3s 1 forwards;
}
.contact-us--form .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact-us--form .container {
  gap: 30px 0;
}
.contact-us--form__info {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .contact-us--form__info {
    width: 600px;
  }
}
@media screen and (min-width: 992px) {
  .contact-us--form__info {
    width: 900px;
  }
}
@media screen and (min-width: 1199px) {
  .contact-us--form__info {
    width: 380px;
  }
}
@media screen and (min-width: 1499px) {
  .contact-us--form__info {
    width: 446.6666666667px;
  }
}
.contact-us--form__info .title, .contact-us--form__info .big-title, .contact-us--form__info .medium-title, .contact-us--form__info .checkout--content form.checkout h3, .checkout--content form.checkout .contact-us--form__info h3,
.contact-us--form__info .custom-wysiwyg h2,
.custom-wysiwyg .contact-us--form__info h2, .contact-us--form__info .small-title, .contact-us--form__info .woocommerce-bacs-bank-details h2.wc-bacs-bank-details-heading, .woocommerce-bacs-bank-details .contact-us--form__info h2.wc-bacs-bank-details-heading, .contact-us--form__info .woocommerce-page--wrapper .woocommerce-order p.woocommerce-thankyou-order-received, .woocommerce-page--wrapper .woocommerce-order .contact-us--form__info p.woocommerce-thankyou-order-received,
.contact-us--form__info h3, .contact-us--form__info h4 {
  padding-bottom: 20px;
}
.contact-us--form__info .custom-wysiwyg ul li a {
  text-decoration: none !important;
}
.contact-us--form__wrapper {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .contact-us--form__wrapper {
    width: 600px;
  }
}
@media screen and (min-width: 992px) {
  .contact-us--form__wrapper {
    width: 900px;
  }
}
@media screen and (min-width: 1199px) {
  .contact-us--form__wrapper {
    width: 760px;
  }
}
@media screen and (min-width: 1499px) {
  .contact-us--form__wrapper {
    width: 893.3333333333px;
  }
}
.contact-us--form__wrapper {
  margin: 0 auto;
  position: relative;
}
.contact-us--form__item .form-wrapper {
  padding-left: 30px;
  padding-right: 30px;
}
.contact-us--form__item .booking-wrapper {
  width: 100%;
}
.contact-us--form__item__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 45px 0 20px;
}
.contact-us--form__item__body .title, .contact-us--form__item__body .big-title, .contact-us--form__item__body .medium-title, .contact-us--form__item__body .checkout--content form.checkout h3, .checkout--content form.checkout .contact-us--form__item__body h3,
.contact-us--form__item__body .custom-wysiwyg h2,
.custom-wysiwyg .contact-us--form__item__body h2, .contact-us--form__item__body .small-title, .contact-us--form__item__body .woocommerce-bacs-bank-details h2.wc-bacs-bank-details-heading, .woocommerce-bacs-bank-details .contact-us--form__item__body h2.wc-bacs-bank-details-heading, .contact-us--form__item__body .woocommerce-page--wrapper .woocommerce-order p.woocommerce-thankyou-order-received, .woocommerce-page--wrapper .woocommerce-order .contact-us--form__item__body p.woocommerce-thankyou-order-received,
.contact-us--form__item__body h3, .contact-us--form__item__body h4 {
  text-align: center;
  padding: 30px 0;
}
.contact-us--form__item .icon-wrapper img {
  opacity: 0;
}
.contact-us--form__item .icon-wrapper.orti-top {
  margin: 30px auto 0 0;
  position: absolute;
  left: 0;
  top: 30px;
}
.contact-us--form__item .icon-wrapper.orti-bottom {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .contact-us--form__item .form-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .contact-us--form__item__body {
    padding: 60px 0 45px;
  }
  .contact-us--form__item .icon-wrapper.orti-top {
    left: 0;
    top: 100px;
    margin: 0;
  }
  .contact-us--form__item .icon-wrapper.orti-bottom {
    right: 0;
    position: absolute;
    bottom: 60px;
    margin: 0;
  }
}
@media screen and (min-width: 1199px) {
  .contact-us--form__item .icon-wrapper.orti-top {
    left: -100px;
  }
  .contact-us--form__item .icon-wrapper.orti-bottom {
    right: -100px;
  }
}
@media screen and (min-width: 1499px) {
  .contact-us--form__item__body {
    padding: 100px 0 45px;
  }
}

/* Half fields */
.half-input {
  padding-bottom: 20px;
}

.form-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.form-row {
  gap: 10px;
  width: 100%;
  position: relative;
}
.form-row label {
  transition: all 0.12s;
  -moz-transition: all 0.12s;
  -webkit-transition: all 0.12s;
}
.form-row label {
  font-size: 16px;
  color: #927335;
}
.form-row.file p {
  width: 100%;
}
.form-row.file label {
  width: 100%;
  display: flex;
  cursor: pointer;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  border: 2px dashed #DDDDDD;
  padding: 20px;
}
.form-row.file label:hover {
  border-color: #927335;
}
.form-row.file input[type=file] {
  width: 100%;
}
.form-row.file .wpcf7-not-valid-tip {
  font-size: 10px;
  padding-top: 10px;
  position: relative;
  text-align: center;
}
.form-row .form-row-item {
  width: 100%;
}
.form-row .form-row-item {
  position: relative;
}
.form-row .form-row-item label {
  position: absolute;
  left: 0;
  top: 10px;
}
.form-row .form-row-item p {
  margin: 0;
}
.form-row .form-row-item:has(input:focus) label, .form-row .form-row-item:has(textarea:focus) label {
  top: -5px;
  font-size: 10px;
}
.form-row .form-row-item:has(.not-empty) label {
  top: -5px;
  font-size: 10px;
  color: #808080;
}
.form-row .form-row-item:has(.not-empty):has(input:focus) label, .form-row .form-row-item:has(.not-empty):has(textarea:focus) label {
  opacity: 1;
  color: #808080;
}
.form-row .form-row-item.full {
  width: 100%;
}
.form-row .form-row-item.full span {
  max-width: 600px;
}
@media screen and (min-width: 1199px) {
  .form-row .form-row-item {
    flex: 1;
  }
  .form-row .form-row-item.full {
    flex: auto;
    width: 100%;
  }
}

.wpcf7 form {
  display: flex;
  flex-direction: column;
  gap: 15px 0;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (min-width: 992px) {
  .wpcf7 form {
    gap: 20px 0;
  }
}
.wpcf7 form p {
  margin: 0;
}
.wpcf7 form br {
  display: none;
}
.wpcf7 form span.wpcf7-list-item {
  margin: 0;
}
.wpcf7 form select {
  width: 100%;
  padding: 10px 15px;
  margin-top: 5px;
  height: auto;
  color: #927335;
  font-size: 16px;
  letter-spacing: 1px;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
}
.wpcf7 form input[type=radio],
.wpcf7 form input[type=checkbox] {
  display: none;
}
.wpcf7 form input[type=radio] + span,
.wpcf7 form input[type=checkbox] + span {
  position: relative;
  display: block;
  cursor: pointer;
  padding-left: 25px;
  font-size: 16px;
  color: #927335;
  letter-spacing: 0.4px;
}
.wpcf7 form input[type=radio] + span::before,
.wpcf7 form input[type=checkbox] + span::before {
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
}
.wpcf7 form input[type=radio] + span::before,
.wpcf7 form input[type=checkbox] + span::before {
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  content: "";
  top: 2px;
  left: 0;
  border-radius: 100%;
  border: 1.5px solid #927335;
}
.wpcf7 form input[type=radio] + span::after,
.wpcf7 form input[type=checkbox] + span::after {
  border: 2px solid #927335;
  border-left: none;
  border-bottom: none;
  transform: rotate(135deg);
  height: 6px;
  width: 10px;
  border-radius: 0;
}
.wpcf7 form input[type=radio] + span::after,
.wpcf7 form input[type=checkbox] + span::after {
  content: "";
  top: 2px;
  position: absolute;
  left: 3px;
  opacity: 0;
  display: block;
  border-color: #FFF;
}
.wpcf7 form input[type=radio] + span::before,
.wpcf7 form input[type=checkbox] + span::before {
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
}
.wpcf7 form input[type=radio]:checked + span::before,
.wpcf7 form input[type=checkbox]:checked + span::before {
  background-color: #927335;
  border-radius: 100%;
}
.wpcf7 form input[type=radio]:checked + span::after,
.wpcf7 form input[type=checkbox]:checked + span::after {
  opacity: 1;
}
.wpcf7 form input[type=text],
.wpcf7 form input[type=email],
.wpcf7 form input[type=phone],
.wpcf7 form input[type=tel],
.wpcf7 form input[type=date],
.wpcf7 form textarea {
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
  cursor: pointer;
  width: 100%;
  max-width: 100%;
  padding: 10px 0;
  border: none;
  border-bottom: 1px solid #808080;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  outline: none;
  font-size: 16px;
  color: #927335;
  caret-color: #927335;
}
.wpcf7 form input[type=text]::placeholder,
.wpcf7 form input[type=email]::placeholder,
.wpcf7 form input[type=phone]::placeholder,
.wpcf7 form input[type=tel]::placeholder,
.wpcf7 form input[type=date]::placeholder,
.wpcf7 form textarea::placeholder {
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
  color: rgba(128, 128, 128, 0);
}
.wpcf7 form input[type=text]:focus,
.wpcf7 form input[type=email]:focus,
.wpcf7 form input[type=phone]:focus,
.wpcf7 form input[type=tel]:focus,
.wpcf7 form input[type=date]:focus,
.wpcf7 form textarea:focus {
  border-color: #927335;
}
.wpcf7 form input[type=text]:focus::placeholder,
.wpcf7 form input[type=email]:focus::placeholder,
.wpcf7 form input[type=phone]:focus::placeholder,
.wpcf7 form input[type=tel]:focus::placeholder,
.wpcf7 form input[type=date]:focus::placeholder,
.wpcf7 form textarea:focus::placeholder {
  color: #808080;
}
.wpcf7 form textarea {
  height: 170px;
  border: none;
  border: 1px solid #808080;
  padding: 15px;
  font-family: "Roboto", arial, sans-serif;
  color: #927335;
  background: none;
}
.wpcf7 form textarea:focus {
  border-color: #927335;
}
.wpcf7 form textarea::placeholder {
  color: #808080;
}
.wpcf7 form .btn-wrapper {
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
}
.wpcf7 form .btn-wrapper p {
  margin: 0;
}
.wpcf7 form input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  appearance: none;
  min-height: 45px;
  display: flex;
  margin-top: 0;
  font-size: 16px;
}
.wpcf7 form .wpcf7-not-valid-tip {
  font-size: 10px;
  padding: 0;
  position: absolute;
  bottom: 0;
  right: 0;
}
.wpcf7 form .wpcf7-response-output {
  background: #FFF;
  margin: 0;
  text-align: center;
  border-radius: 10px;
  padding: 20px;
  border: none;
  width: 100%;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output, .wpcf7 form.spam .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  background: #fce5ab;
  color: rgb(112.9655172414, 82.0344827586, 4.0344827586);
}
.wpcf7 form.failed .wpcf7-response-output {
  background: #f7cfbb;
  color: rgb(114.5263157895, 47.1578947368, 13.4736842105);
}
.wpcf7 form.sent .wpcf7-response-output {
  background: #e1eabb;
  color: rgb(76.2359550562, 87.8651685393, 27.1348314607);
}

@media screen and (max-width: 575px) {
  .contact-form-wrapper {
    padding: 0;
  }
}
@media screen and (max-width: 992px) {
  .booking-cta--contact {
    border-bottom: 0;
    padding-bottom: 0;
    padding-top: 60px;
    border-top: 1px solid #DDDDDD;
  }
}

.card--menu {
  padding-bottom: 0;
  border-top: 1px solid #DDDDDD;
  margin-top: 60px;
}
.card--menu--title {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .card--menu--title {
    width: 600px;
  }
}
@media screen and (min-width: 992px) {
  .card--menu--title {
    width: 900px;
  }
}
@media screen and (min-width: 1199px) {
  .card--menu--title {
    width: 1140px;
  }
}
@media screen and (min-width: 1499px) {
  .card--menu--title {
    width: 1340px;
  }
}
.card--wine .twocol--wrapper .twocol__image {
  align-items: flex-start;
}
.card--hotel {
  padding-bottom: 60px;
  padding-top: 60px;
}
@media screen and (min-width: 992px) {
  .card--hotel {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1199px) {
  .card--hotel {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 992px) {
  .card--hotel {
    padding-top: 80px;
  }
}
@media screen and (min-width: 1199px) {
  .card--hotel {
    padding-top: 100px;
  }
}
.card--wysiwyg.custom-wysiwyg {
  padding-top: 30px;
}
.card--wysiwyg.custom-wysiwyg small, .card--wysiwyg.custom-wysiwyg em {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.card--wysiwyg.custom-wysiwyg small, .card--wysiwyg.custom-wysiwyg em {
  display: block;
  padding-top: 5px;
  line-height: 1.5rem;
  font-size: 14px;
}
.card--wysiwyg.custom-wysiwyg ul, .card--wysiwyg.custom-wysiwyg ol, .card--wysiwyg.custom-wysiwyg p {
  gap: 20px 0;
}
.card--wysiwyg.custom-wysiwyg ul + h2, .card--wysiwyg.custom-wysiwyg ul + h3, .card--wysiwyg.custom-wysiwyg ul + h4, .card--wysiwyg.custom-wysiwyg ul + h5, .card--wysiwyg.custom-wysiwyg ol + h2, .card--wysiwyg.custom-wysiwyg ol + h3, .card--wysiwyg.custom-wysiwyg ol + h4, .card--wysiwyg.custom-wysiwyg ol + h5, .card--wysiwyg.custom-wysiwyg p + h2, .card--wysiwyg.custom-wysiwyg p + h3, .card--wysiwyg.custom-wysiwyg p + h4, .card--wysiwyg.custom-wysiwyg p + h5 {
  padding-top: 45px;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .card--wysiwyg.custom-wysiwyg ul + h2, .card--wysiwyg.custom-wysiwyg ul + h3, .card--wysiwyg.custom-wysiwyg ul + h4, .card--wysiwyg.custom-wysiwyg ul + h5, .card--wysiwyg.custom-wysiwyg ol + h2, .card--wysiwyg.custom-wysiwyg ol + h3, .card--wysiwyg.custom-wysiwyg ol + h4, .card--wysiwyg.custom-wysiwyg ol + h5, .card--wysiwyg.custom-wysiwyg p + h2, .card--wysiwyg.custom-wysiwyg p + h3, .card--wysiwyg.custom-wysiwyg p + h4, .card--wysiwyg.custom-wysiwyg p + h5 {
    padding-top: 60px;
  }
}
.card--presentation {
  padding-top: 60px;
}
@media screen and (min-width: 992px) {
  .card--presentation {
    padding-top: 80px;
  }
}
@media screen and (min-width: 1199px) {
  .card--presentation {
    padding-top: 100px;
  }
}
.card--presentation--wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.card--presentation__image, .card--presentation__text {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .card--presentation__image, .card--presentation__text {
    width: 600px;
  }
}
@media screen and (min-width: 992px) {
  .card--presentation__image, .card--presentation__text {
    width: 450px;
  }
}
@media screen and (min-width: 1199px) {
  .card--presentation__image, .card--presentation__text {
    width: 570px;
  }
}
@media screen and (min-width: 1499px) {
  .card--presentation__image, .card--presentation__text {
    width: 670px;
  }
}
.card--presentation__text {
  padding-top: 45px;
}
.card--presentation__text .text-wrapper {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .card--presentation__text .text-wrapper {
    width: 500px;
  }
}
@media screen and (min-width: 992px) {
  .card--presentation__text .text-wrapper {
    width: 375px;
  }
}
@media screen and (min-width: 1199px) {
  .card--presentation__text .text-wrapper {
    width: 475px;
  }
}
@media screen and (min-width: 1499px) {
  .card--presentation__text .text-wrapper {
    width: 558.3333333333px;
  }
}
.card--presentation__text .text-wrapper {
  margin: 0 0 0 auto;
}
.card--presentation__image {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.card--presentation__image {
  gap: 10px;
}
.card--presentation__image picture {
  display: flex;
  overflow: hidden;
}
.card--presentation__image picture img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: auto;
  object-position: center;
}
.card--presentation__image .first-image {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .card--presentation__image .first-image {
    width: 290px;
  }
}
@media screen and (min-width: 992px) {
  .card--presentation__image .first-image {
    width: 215px;
  }
}
@media screen and (min-width: 1199px) {
  .card--presentation__image .first-image {
    width: 275px;
  }
}
@media screen and (min-width: 1499px) {
  .card--presentation__image .first-image {
    width: 325px;
  }
}
.card--presentation__image .first-image {
  flex: 1;
  aspect-ratio: 6/9;
}
.card--presentation__image .double-image {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .card--presentation__image .double-image {
    width: 290px;
  }
}
@media screen and (min-width: 992px) {
  .card--presentation__image .double-image {
    width: 215px;
  }
}
@media screen and (min-width: 1199px) {
  .card--presentation__image .double-image {
    width: 275px;
  }
}
@media screen and (min-width: 1499px) {
  .card--presentation__image .double-image {
    width: 325px;
  }
}
.card--presentation__image .double-image {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.card--presentation__image .double-image picture {
  aspect-ratio: 8/9;
}
.card--gourmand .card--presentation__image {
  flex-direction: row-reverse;
}
@media screen and (min-width: 992px) {
  .card--menu {
    margin-top: 80px;
  }
  .card--presentation__image {
    position: sticky;
    top: 100px;
  }
  .card--presentation__text {
    padding-top: 0;
  }
  .card--presentation__text {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1199px) {
  .card--menu {
    margin-top: 100px;
  }
}

.variations-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 45px 0 0;
}
.variations-list__item {
  padding: 20px 0;
  width: 100%;
  border-top: 1px solid #DDDDDD;
}
.variations-list__item .title, .variations-list__item .big-title, .variations-list__item .medium-title, .variations-list__item .checkout--content form.checkout h3, .checkout--content form.checkout .variations-list__item h3,
.variations-list__item .custom-wysiwyg h2,
.custom-wysiwyg .variations-list__item h2, .variations-list__item .small-title, .variations-list__item .woocommerce-bacs-bank-details h2.wc-bacs-bank-details-heading, .woocommerce-bacs-bank-details .variations-list__item h2.wc-bacs-bank-details-heading, .variations-list__item .woocommerce-page--wrapper .woocommerce-order p.woocommerce-thankyou-order-received, .woocommerce-page--wrapper .woocommerce-order .variations-list__item p.woocommerce-thankyou-order-received,
.variations-list__item h3, .variations-list__item h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #191919;
}
.variations-list__item .title strong, .variations-list__item .big-title strong, .variations-list__item .medium-title strong, .variations-list__item .checkout--content form.checkout h3 strong, .checkout--content form.checkout .variations-list__item h3 strong,
.variations-list__item .custom-wysiwyg h2 strong,
.custom-wysiwyg .variations-list__item h2 strong, .variations-list__item .small-title strong, .variations-list__item .woocommerce-bacs-bank-details h2.wc-bacs-bank-details-heading strong, .woocommerce-bacs-bank-details .variations-list__item h2.wc-bacs-bank-details-heading strong, .variations-list__item .woocommerce-page--wrapper .woocommerce-order p.woocommerce-thankyou-order-received strong, .woocommerce-page--wrapper .woocommerce-order .variations-list__item p.woocommerce-thankyou-order-received strong,
.variations-list__item h3 strong, .variations-list__item h4 strong {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.variations-list__item .title strong, .variations-list__item .big-title strong, .variations-list__item .medium-title strong, .variations-list__item .checkout--content form.checkout h3 strong, .checkout--content form.checkout .variations-list__item h3 strong,
.variations-list__item .custom-wysiwyg h2 strong,
.custom-wysiwyg .variations-list__item h2 strong, .variations-list__item .small-title strong, .variations-list__item .woocommerce-bacs-bank-details h2.wc-bacs-bank-details-heading strong, .woocommerce-bacs-bank-details .variations-list__item h2.wc-bacs-bank-details-heading strong, .variations-list__item .woocommerce-page--wrapper .woocommerce-order p.woocommerce-thankyou-order-received strong, .woocommerce-page--wrapper .woocommerce-order .variations-list__item p.woocommerce-thankyou-order-received strong,
.variations-list__item h3 strong, .variations-list__item h4 strong {
  color: #927335;
}
.variations-list__item small, .variations-list__item em {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.variations-list__item small, .variations-list__item em {
  display: block;
  width: 100%;
  padding-top: 0;
  line-height: 1.5rem;
  font-size: 14px;
}
@media screen and (min-width: 992px) {
  .variations-list {
    margin: 60px 0 0;
  }
  .variations-list__item {
    padding: 30px 0;
  }
  .variations-list__item:last-of-type {
    padding-bottom: 0;
  }
}

.page-reservation .banner-usp {
  border-top: 1px solid #DDDDDD;
}

.reservation--form {
  margin-top: 60px;
  padding: 45px 0;
  border-top: 1px solid #DDDDDD;
  opacity: 0;
}
.reservation--form.is-visible {
  animation: fadeup 0.8s 0.8s 1 forwards;
}
.reservation--form__wrapper {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .reservation--form__wrapper {
    width: 600px;
  }
}
@media screen and (min-width: 992px) {
  .reservation--form__wrapper {
    width: 750px;
  }
}
@media screen and (min-width: 1199px) {
  .reservation--form__wrapper {
    width: 950px;
  }
}
@media screen and (min-width: 1499px) {
  .reservation--form__wrapper {
    width: 1116.6666666667px;
  }
}
.reservation--form__wrapper {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .reservation {
    padding-bottom: 0;
  }
}

.hotel--images {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-top: 60px;
}
@media screen and (min-width: 992px) {
  .hotel--images {
    padding-top: 80px;
  }
}
@media screen and (min-width: 1199px) {
  .hotel--images {
    padding-top: 100px;
  }
}
.hotel--images {
  gap: 10px 0;
}
.hotel--images picture {
  display: flex;
  overflow: hidden;
}
.hotel--images picture img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: auto;
  object-position: center;
}
.hotel--images picture {
  height: 300px;
}
.hotel--images__left {
  width: 100%;
}
.hotel--images__left picture {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .hotel--images__left picture {
    width: 300px;
  }
}
@media screen and (min-width: 992px) {
  .hotel--images__left picture {
    width: 300px;
  }
}
@media screen and (min-width: 1199px) {
  .hotel--images__left picture {
    width: 380px;
  }
}
@media screen and (min-width: 1499px) {
  .hotel--images__left picture {
    width: 446.6666666667px;
  }
}
.hotel--images__left picture {
  margin: 0 0 0 auto;
}
.hotel--images__right {
  width: 100%;
}
.hotel--region-intro {
  padding-top: 60px;
}
@media screen and (min-width: 992px) {
  .hotel--region-intro {
    padding-top: 80px;
  }
}
@media screen and (min-width: 1199px) {
  .hotel--region-intro {
    padding-top: 100px;
  }
}
.hotel--formules {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 992px) {
  .hotel--formules {
    padding-top: 80px;
  }
}
@media screen and (min-width: 1199px) {
  .hotel--formules {
    padding-top: 100px;
  }
}
@media screen and (min-width: 992px) {
  .hotel--formules {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1199px) {
  .hotel--formules {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 575px) {
  .hotel--formules {
    padding-bottom: 0;
  }
}
.hotel--formules--wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.hotel--formules--wrapper {
  gap: 0;
}
.hotel--formules__left {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .hotel--formules__left {
    width: 590px;
  }
}
@media screen and (min-width: 992px) {
  .hotel--formules__left {
    width: 440px;
  }
}
@media screen and (min-width: 1199px) {
  .hotel--formules__left {
    width: 560px;
  }
}
@media screen and (min-width: 1499px) {
  .hotel--formules__left {
    width: 660px;
  }
}
.hotel--formules__left {
  padding-top: 0;
}
.hotel--formules__left .btn-wrapper {
  display: none;
}
.hotel--formules__left .text-wrapper {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .hotel--formules__left .text-wrapper {
    width: 600px;
  }
}
@media screen and (min-width: 992px) {
  .hotel--formules__left .text-wrapper {
    width: 375px;
  }
}
@media screen and (min-width: 1199px) {
  .hotel--formules__left .text-wrapper {
    width: 475px;
  }
}
@media screen and (min-width: 1499px) {
  .hotel--formules__left .text-wrapper {
    width: 558.3333333333px;
  }
}
.hotel--formules__left .text-wrapper {
  margin: 0 auto 0 0;
}
.hotel--formules__right {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .hotel--formules__right {
    width: 590px;
  }
}
@media screen and (min-width: 992px) {
  .hotel--formules__right {
    width: 440px;
  }
}
@media screen and (min-width: 1199px) {
  .hotel--formules__right {
    width: 560px;
  }
}
@media screen and (min-width: 1499px) {
  .hotel--formules__right {
    width: 660px;
  }
}
.hotel--formules__right {
  padding-top: 30px;
}
.hotel--formules__right .btn-wrapper {
  display: none;
}
.hotel--formules__right .btn-collapse {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.hotel--formules__right .btn-collapse {
  /*flex-direction: column;*/
  gap: 5px 10px;
}
.hotel--formules__right .btn-collapse span {
  color: #808080;
}
.hotel--rooms {
  padding-bottom: 60px;
}
@media screen and (min-width: 992px) {
  .hotel--rooms {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1199px) {
  .hotel--rooms {
    padding-bottom: 100px;
  }
}
.hotel--rooms {
  overflow: hidden;
  max-width: 100%;
  border-bottom: 1px solid #DDDDDD;
}
.hotel--rooms .container {
  overflow: visible;
}
.hotel--rooms .container .glide__track {
  overflow: visible;
}
.hotel--rooms__intro {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.hotel--rooms__intro {
  flex-direction: column;
  gap: 10px;
  padding: 30px 0;
  margin: 0;
  /* position: sticky;
  top: 90px;
  z-index: 2;
  background-color: rgba($white, 0.9);
  backdrop-filter: blur(5px); */
}
.hotel--rooms__intro .title, .hotel--rooms__intro .big-title, .hotel--rooms__intro .medium-title, .hotel--rooms__intro .checkout--content form.checkout h3, .checkout--content form.checkout .hotel--rooms__intro h3,
.hotel--rooms__intro .custom-wysiwyg h2,
.custom-wysiwyg .hotel--rooms__intro h2, .hotel--rooms__intro .small-title, .hotel--rooms__intro .woocommerce-bacs-bank-details h2.wc-bacs-bank-details-heading, .woocommerce-bacs-bank-details .hotel--rooms__intro h2.wc-bacs-bank-details-heading, .hotel--rooms__intro .woocommerce-page--wrapper .woocommerce-order p.woocommerce-thankyou-order-received, .woocommerce-page--wrapper .woocommerce-order .hotel--rooms__intro p.woocommerce-thankyou-order-received,
.hotel--rooms__intro h3, .hotel--rooms__intro h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.hotel--rooms__intro .title, .hotel--rooms__intro .big-title, .hotel--rooms__intro .medium-title, .hotel--rooms__intro .checkout--content form.checkout h3, .checkout--content form.checkout .hotel--rooms__intro h3,
.hotel--rooms__intro .custom-wysiwyg h2,
.custom-wysiwyg .hotel--rooms__intro h2, .hotel--rooms__intro .small-title, .hotel--rooms__intro .woocommerce-bacs-bank-details h2.wc-bacs-bank-details-heading, .woocommerce-bacs-bank-details .hotel--rooms__intro h2.wc-bacs-bank-details-heading, .hotel--rooms__intro .woocommerce-page--wrapper .woocommerce-order p.woocommerce-thankyou-order-received, .woocommerce-page--wrapper .woocommerce-order .hotel--rooms__intro p.woocommerce-thankyou-order-received,
.hotel--rooms__intro h3, .hotel--rooms__intro h4 {
  display: none;
}
.hotel--rooms__intro .filters {
  margin: 0;
  border: none;
  padding: 0;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
}
.hotel--rooms__intro .filters li span {
  font-size: 16px;
}
.hotel--rooms__intro .filters li span.filter-label {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 992px) {
  .hotel--rooms__intro .filters {
    width: auto;
  }
  .hotel--rooms__intro .filters li span.filter-label {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
}
.hotel--activity {
  border-bottom: 1px solid #DDDDDD;
}
.hotel--activity__left ul li a, .hotel--activity__right ul li a {
  /*flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  @media screen and (min-width: $md) {
    flex-direction: row;
    justify-content: space-between;
  }*/
}
.hotel--restaurant {
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .hotel--images__left, .hotel--images__right {
    width: 50%;
  }
  .hotel--images__left {
    padding-right: 5px;
  }
  .hotel--images__right {
    padding-right: 5px;
  }
  .hotel--images picture {
    height: 400px;
  }
}
@media screen and (min-width: 992px) {
  .hotel--images__left {
    width: 33.3333333333%;
  }
  .hotel--images__right {
    width: 66.6666666667%;
  }
  .hotel--rooms {
    border-top: 1px solid #DDDDDD;
  }
  .hotel--rooms__intro {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 45px 0;
    position: relative;
    z-index: 10;
  }
  .hotel--rooms__intro .title, .hotel--rooms__intro .big-title, .hotel--rooms__intro .medium-title, .hotel--rooms__intro .checkout--content form.checkout h3, .checkout--content form.checkout .hotel--rooms__intro h3,
  .hotel--rooms__intro .custom-wysiwyg h2,
  .custom-wysiwyg .hotel--rooms__intro h2, .hotel--rooms__intro .small-title, .hotel--rooms__intro .woocommerce-bacs-bank-details h2.wc-bacs-bank-details-heading, .woocommerce-bacs-bank-details .hotel--rooms__intro h2.wc-bacs-bank-details-heading, .hotel--rooms__intro .woocommerce-page--wrapper .woocommerce-order p.woocommerce-thankyou-order-received, .woocommerce-page--wrapper .woocommerce-order .hotel--rooms__intro p.woocommerce-thankyou-order-received,
  .hotel--rooms__intro h3, .hotel--rooms__intro h4 {
    display: block;
  }
  .hotel--formules__left {
    position: sticky;
    top: 100px;
    z-index: 2;
  }
  .hotel--formules__left .btn-wrapper {
    display: flex;
  }
  .hotel--formules__right {
    padding: 0;
  }
  .hotel--formules__right .btn-wrapper {
    display: none;
  }
  .hotel--formules__right .btn-collapse {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
  .hotel--restaurant {
    padding-bottom: 0;
    border: none;
  }
}
@media screen and (min-width: 1199px) {
  .hotel--images picture {
    height: 500px;
  }
}

.collapse-item .custom-wysiwyg li,
.single-product__text .custom-wysiwyg li {
  padding-left: 30px;
  position: relative;
}
.collapse-item .custom-wysiwyg li::before,
.single-product__text .custom-wysiwyg li::before {
  width: 15px;
  height: 2px;
  display: block;
  position: absolute;
  content: "";
}
.collapse-item .custom-wysiwyg li::before,
.single-product__text .custom-wysiwyg li::before {
  background: #927335;
  border-radius: 5px;
  top: 12px;
  left: 0;
}

.room__item {
  flex-direction: column;
}
.room__item__image {
  display: flex;
  overflow: hidden;
}
.room__item__image img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: auto;
  object-position: center;
}
.room__item__image img {
  height: 100%;
}
.room__item__image {
  aspect-ratio: 3/3.5;
}
@media screen and (min-width: 992px) {
  .room__item__image {
    aspect-ratio: 1;
  }
}
.room__item__image .favorite-wrapper {
  position: absolute;
  left: 10px;
  top: 10px;
}
.room__item__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.room__item__title {
  gap: 10px;
}
.room__item__title .title, .room__item__title .big-title, .room__item__title .medium-title, .room__item__title .checkout--content form.checkout h3, .checkout--content form.checkout .room__item__title h3,
.room__item__title .custom-wysiwyg h2,
.custom-wysiwyg .room__item__title h2, .room__item__title .small-title, .room__item__title .woocommerce-bacs-bank-details h2.wc-bacs-bank-details-heading, .woocommerce-bacs-bank-details .room__item__title h2.wc-bacs-bank-details-heading, .room__item__title .woocommerce-page--wrapper .woocommerce-order p.woocommerce-thankyou-order-received, .woocommerce-page--wrapper .woocommerce-order .room__item__title p.woocommerce-thankyou-order-received,
.room__item__title h3, .room__item__title h4 {
  color: #927335;
}
@media screen and (max-width: 575px) {
  .room__item__title .title, .room__item__title .big-title, .room__item__title .medium-title, .room__item__title .checkout--content form.checkout h3, .checkout--content form.checkout .room__item__title h3,
  .room__item__title .custom-wysiwyg h2,
  .custom-wysiwyg .room__item__title h2, .room__item__title .small-title, .room__item__title .woocommerce-bacs-bank-details h2.wc-bacs-bank-details-heading, .woocommerce-bacs-bank-details .room__item__title h2.wc-bacs-bank-details-heading, .room__item__title .woocommerce-page--wrapper .woocommerce-order p.woocommerce-thankyou-order-received, .woocommerce-page--wrapper .woocommerce-order .room__item__title p.woocommerce-thankyou-order-received,
  .room__item__title h3, .room__item__title h4 {
    font-size: 24px;
  }
}
.room__item__title .price {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.room__item__title .price {
  opacity: 0;
  display: none;
}
.room__item__title .price.is-selected {
  opacity: 0;
  display: block;
  animation: fadein 0.8s 1 forwards;
}
.room__item__text {
  padding-top: 20px;
}
.room__item p {
  margin: 10px 0 0;
}
.room__item .btn-wrapper {
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .room__item__title {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .room__item__text {
    padding-right: 30px;
  }
}

.single-job--hero .hero--generic__text {
  padding-bottom: 30px;
}
.single-job--content {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 992px) {
  .single-job--content {
    padding-top: 80px;
  }
}
@media screen and (min-width: 1199px) {
  .single-job--content {
    padding-top: 100px;
  }
}
@media screen and (min-width: 992px) {
  .single-job--content {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1199px) {
  .single-job--content {
    padding-bottom: 100px;
  }
}
.single-job--content__text {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .single-job--content__text {
    width: 600px;
  }
}
@media screen and (min-width: 992px) {
  .single-job--content__text {
    width: 750px;
  }
}
@media screen and (min-width: 1199px) {
  .single-job--content__text {
    width: 950px;
  }
}
@media screen and (min-width: 1499px) {
  .single-job--content__text {
    width: 893.3333333333px;
  }
}
.single-job--content__text {
  margin: 0 auto;
  position: relative;
}
.single-job--content__text ul li {
  position: relative;
  padding-left: 30px;
}
.single-job--content__text ul li::before {
  width: 15px;
  height: 2px;
  display: block;
  position: absolute;
  content: "";
}
.single-job--content__text ul li::before {
  top: 12.5px;
  left: 0;
  background-color: #927335;
  border-radius: 5px;
}
.single-job--content__text ul + h1, .single-job--content__text ul + h2, .single-job--content__text ul + h3, .single-job--content__text ul + h4, .single-job--content__text ul + p {
  margin-top: 30px;
}
.single-job--cta {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .single-job--cta {
    width: 600px;
  }
}
@media screen and (min-width: 992px) {
  .single-job--cta {
    width: 750px;
  }
}
@media screen and (min-width: 1199px) {
  .single-job--cta {
    width: 950px;
  }
}
@media screen and (min-width: 1499px) {
  .single-job--cta {
    width: 893.3333333333px;
  }
}
.single-job--cta {
  margin: 0 auto;
  gap: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 60px;
}
.single-job--cta .title, .single-job--cta .big-title, .single-job--cta .medium-title, .single-job--cta .checkout--content form.checkout h3, .checkout--content form.checkout .single-job--cta h3,
.single-job--cta .custom-wysiwyg h2,
.custom-wysiwyg .single-job--cta h2, .single-job--cta .small-title, .single-job--cta .woocommerce-bacs-bank-details h2.wc-bacs-bank-details-heading, .woocommerce-bacs-bank-details .single-job--cta h2.wc-bacs-bank-details-heading, .single-job--cta .woocommerce-page--wrapper .woocommerce-order p.woocommerce-thankyou-order-received, .woocommerce-page--wrapper .woocommerce-order .single-job--cta p.woocommerce-thankyou-order-received,
.single-job--cta h3, .single-job--cta h4 {
  text-align: center;
}
.single-job--cta .btn-wrapper {
  padding-top: 0;
  margin: 0;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .single-job--cta {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 992px) {
  .single-job--content__text {
    padding: 0;
  }
}

.archive-job {
  padding: 0;
}
.archive-job .container {
  padding-left: 0;
  padding-right: 0;
}
.archive-job--wrapper {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .archive-job--wrapper {
    width: 600px;
  }
}
@media screen and (min-width: 992px) {
  .archive-job--wrapper {
    width: 750px;
  }
}
@media screen and (min-width: 1199px) {
  .archive-job--wrapper {
    width: 950px;
  }
}
@media screen and (min-width: 1499px) {
  .archive-job--wrapper {
    width: 1116.6666666667px;
  }
}
.archive-job--wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0 30px 60px;
}
.archive-job--wrapper__text {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .archive-job--wrapper__text {
    width: 500px;
  }
}
@media screen and (min-width: 992px) {
  .archive-job--wrapper__text {
    width: 750px;
  }
}
@media screen and (min-width: 1199px) {
  .archive-job--wrapper__text {
    width: 760px;
  }
}
@media screen and (min-width: 1499px) {
  .archive-job--wrapper__text {
    width: 893.3333333333px;
  }
}
.archive-job--wrapper__text {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .archive-job--wrapper {
    padding: 30px 0 60px;
  }
}
@media screen and (min-width: 992px) {
  .archive-job--wrapper {
    padding: 30px 0 80px;
  }
}
@media screen and (min-width: 1199px) {
  .archive-job--wrapper {
    padding: 45px 0 100px;
  }
}
@media screen and (min-width: 768px) {
  .archive-job {
    padding: 0 0 60px;
  }
}

.job-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.job-list li {
  opacity: 0;
}
.job-list {
  flex-direction: column;
  gap: 30px 0;
}
@media screen and (min-width: 1199px) {
  .job-list {
    gap: 45px 0;
  }
}
.job-list.is-visible li {
  animation: fadeup 0.8s 0.15s ease-out 1 forwards;
}
.job-list.is-visible li:nth-child(1) {
  animation-delay: 400ms;
}
.job-list.is-visible li:nth-child(2) {
  animation-delay: 650ms;
}
.job-list.is-visible li:nth-child(3) {
  animation-delay: 900ms;
}
.job-list.is-visible li:nth-child(4) {
  animation-delay: 1150ms;
}
.job-list.is-visible li:nth-child(5) {
  animation-delay: 1400ms;
}
.job-list.is-visible li:nth-child(6) {
  animation-delay: 1650ms;
}
.job-list.is-visible li:nth-child(7) {
  animation-delay: 1900ms;
}
.job-list.is-visible li:nth-child(8) {
  animation-delay: 2150ms;
}
.job-list.is-visible li:nth-child(9) {
  animation-delay: 2400ms;
}
.job-list.is-visible li:nth-child(10) {
  animation-delay: 2650ms;
}

.job-item a {
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
}
.job-item a {
  line-height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  color: #191919;
}
.job-item a .title, .job-item a .big-title, .job-item a .medium-title, .job-item a .checkout--content form.checkout h3, .checkout--content form.checkout .job-item a h3,
.job-item a .custom-wysiwyg h2,
.custom-wysiwyg .job-item a h2, .job-item a .small-title, .job-item a .woocommerce-bacs-bank-details h2.wc-bacs-bank-details-heading, .woocommerce-bacs-bank-details .job-item a h2.wc-bacs-bank-details-heading, .job-item a .woocommerce-page--wrapper .woocommerce-order p.woocommerce-thankyou-order-received, .woocommerce-page--wrapper .woocommerce-order .job-item a p.woocommerce-thankyou-order-received,
.job-item a h3, .job-item a h4 {
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
  color: #927335;
}
.job-item a:hover {
  color: #808080;
}
.job-item a:hover .title, .job-item a:hover .big-title, .job-item a:hover .medium-title,
.job-item a:hover .custom-wysiwyg h2,
.custom-wysiwyg .job-item a:hover h2, .job-item a:hover .small-title, .job-item a:hover .woocommerce-bacs-bank-details h2.wc-bacs-bank-details-heading, .woocommerce-bacs-bank-details .job-item a:hover h2.wc-bacs-bank-details-heading, .job-item a:hover .woocommerce-page--wrapper .woocommerce-order p.woocommerce-thankyou-order-received, .woocommerce-page--wrapper .woocommerce-order .job-item a:hover p.woocommerce-thankyou-order-received,
.job-item a:hover h3, .job-item a:hover h4 {
  color: #808080;
}
.home--hero__left .title, .home--hero__left .big-title, .home--hero__left .medium-title, .home--hero__left .checkout--content form.checkout h3, .checkout--content form.checkout .home--hero__left h3,
.home--hero__left .custom-wysiwyg h2,
.custom-wysiwyg .home--hero__left h2, .home--hero__left .small-title, .home--hero__left .woocommerce-bacs-bank-details h2.wc-bacs-bank-details-heading, .woocommerce-bacs-bank-details .home--hero__left h2.wc-bacs-bank-details-heading, .home--hero__left .woocommerce-page--wrapper .woocommerce-order p.woocommerce-thankyou-order-received, .woocommerce-page--wrapper .woocommerce-order .home--hero__left p.woocommerce-thankyou-order-received,
.home--hero__left h3, .home--hero__left h4, .home--hero__left p, .home--hero__left .btn-wrapper, .home--hero__left picture {
  opacity: 0;
}
.home--hero__left.is-visible .title, .home--hero__left.is-visible .big-title, .home--hero__left.is-visible .medium-title, .home--hero__left.is-visible .checkout--content form.checkout h3, .checkout--content form.checkout .home--hero__left.is-visible h3,
.home--hero__left.is-visible .custom-wysiwyg h2,
.custom-wysiwyg .home--hero__left.is-visible h2, .home--hero__left.is-visible .small-title, .home--hero__left.is-visible .woocommerce-bacs-bank-details h2.wc-bacs-bank-details-heading, .woocommerce-bacs-bank-details .home--hero__left.is-visible h2.wc-bacs-bank-details-heading, .home--hero__left.is-visible .woocommerce-page--wrapper .woocommerce-order p.woocommerce-thankyou-order-received, .woocommerce-page--wrapper .woocommerce-order .home--hero__left.is-visible p.woocommerce-thankyou-order-received,
.home--hero__left.is-visible h3, .home--hero__left.is-visible h4, .home--hero__left.is-visible p, .home--hero__left.is-visible .btn-wrapper {
  animation: fadein 1.1s 0.3s ease-out 1 forwards;
}
.home--hero__left.is-visible picture {
  animation: faderight 1.1s ease-out 1 forwards;
}
.home--hero__right .double-image picture {
  opacity: 0;
}
.home--hero__right .single-image {
  opacity: 0;
}
.home--hero__right.is-visible .text-wrapper {
  animation: faderight 0.8s ease-out 0.3s 1 forwards;
}
.home--hero__right.is-visible .single-image {
  animation: faderight 0.8s ease-out 0.36s 1 forwards;
}
.home--hero__right.is-visible .double-image picture {
  animation: faderight 0.8s ease-out 0.8s 1 forwards;
}
.home--hero__right.is-visible .double-image picture:nth-child(2) {
  animation-delay: 1.2s;
  animation-duration: 1.1s;
}
.twocol .title, .twocol .big-title, .twocol .medium-title, .twocol .checkout--content form.checkout h3, .checkout--content form.checkout .twocol h3,
.twocol .custom-wysiwyg h2,
.custom-wysiwyg .twocol h2, .twocol .small-title, .twocol .woocommerce-bacs-bank-details h2.wc-bacs-bank-details-heading, .woocommerce-bacs-bank-details .twocol h2.wc-bacs-bank-details-heading, .twocol .woocommerce-page--wrapper .woocommerce-order p.woocommerce-thankyou-order-received, .woocommerce-page--wrapper .woocommerce-order .twocol p.woocommerce-thankyou-order-received,
.twocol h3, .twocol h4,
.twocol .sub-title,
.twocol .card--wysiwyg.custom-wysiwyg h5,
.card--wysiwyg.custom-wysiwyg .twocol h5,
.twocol .custom-wysiwyg,
.twocol .btn-wrapper,
.twocol picture {
  opacity: 0;
}
.twocol.is-visible .twocol--wrapper picture {
  animation: fadeleft 1.6s 0.3s 1 forwards;
}
.twocol.is-visible .twocol--wrapper picture.second-image {
  animation-delay: 0.6s;
}
.twocol.is-visible .twocol--wrapper .title, .twocol.is-visible .twocol--wrapper .big-title, .twocol.is-visible .twocol--wrapper .medium-title,
.twocol.is-visible .twocol--wrapper .custom-wysiwyg h2,
.custom-wysiwyg .twocol.is-visible .twocol--wrapper h2, .twocol.is-visible .twocol--wrapper .small-title, .twocol.is-visible .twocol--wrapper .woocommerce-bacs-bank-details h2.wc-bacs-bank-details-heading, .woocommerce-bacs-bank-details .twocol.is-visible .twocol--wrapper h2.wc-bacs-bank-details-heading, .twocol.is-visible .twocol--wrapper .woocommerce-page--wrapper .woocommerce-order p.woocommerce-thankyou-order-received, .woocommerce-page--wrapper .woocommerce-order .twocol.is-visible .twocol--wrapper p.woocommerce-thankyou-order-received,
.twocol.is-visible .twocol--wrapper h3, .twocol.is-visible .twocol--wrapper h4, .twocol.is-visible .twocol--wrapper .sub-title, .twocol.is-visible .twocol--wrapper .card--wysiwyg.custom-wysiwyg h5, .card--wysiwyg.custom-wysiwyg .twocol.is-visible .twocol--wrapper h5 {
  animation: fadein 0.8s 0.3s ease-out 1 forwards;
}
.twocol.is-visible .twocol--wrapper .custom-wysiwyg {
  animation: fadein 0.8s 0.6s ease-out 1 forwards;
}
.twocol.is-visible .twocol--wrapper .btn-wrapper {
  animation: fadein 0.8s 0.9s 1 forwards;
}
.twocol.is-visible .twocol--wrapper.reverse picture {
  animation-name: faderight;
}

.card--presentation .title, .card--presentation .big-title, .card--presentation .medium-title, .card--presentation .checkout--content form.checkout h3, .checkout--content form.checkout .card--presentation h3,
.card--presentation .custom-wysiwyg h2,
.custom-wysiwyg .card--presentation h2, .card--presentation .small-title, .card--presentation .woocommerce-bacs-bank-details h2.wc-bacs-bank-details-heading, .woocommerce-bacs-bank-details .card--presentation h2.wc-bacs-bank-details-heading, .card--presentation .woocommerce-page--wrapper .woocommerce-order p.woocommerce-thankyou-order-received, .woocommerce-page--wrapper .woocommerce-order .card--presentation p.woocommerce-thankyou-order-received,
.card--presentation h3, .card--presentation h4,
.card--presentation .custom-wysiwyg,
.card--presentation .btn-wrapper,
.card--presentation picture {
  opacity: 0;
}
.card--presentation.is-visible .card--presentation--wrapper picture {
  animation: fadeleft 1.6s 0.3s 1 forwards;
}
.card--presentation.is-visible .card--presentation--wrapper picture.second-image {
  animation-delay: 0.6s;
}
.card--presentation.is-visible .card--presentation--wrapper picture.third-image {
  animation-delay: 0.6s;
}
.card--presentation.is-visible .card--presentation--wrapper .title, .card--presentation.is-visible .card--presentation--wrapper .big-title, .card--presentation.is-visible .card--presentation--wrapper .medium-title,
.card--presentation.is-visible .card--presentation--wrapper .custom-wysiwyg h2,
.custom-wysiwyg .card--presentation.is-visible .card--presentation--wrapper h2, .card--presentation.is-visible .card--presentation--wrapper .small-title, .card--presentation.is-visible .card--presentation--wrapper .woocommerce-bacs-bank-details h2.wc-bacs-bank-details-heading, .woocommerce-bacs-bank-details .card--presentation.is-visible .card--presentation--wrapper h2.wc-bacs-bank-details-heading, .card--presentation.is-visible .card--presentation--wrapper .woocommerce-page--wrapper .woocommerce-order p.woocommerce-thankyou-order-received, .woocommerce-page--wrapper .woocommerce-order .card--presentation.is-visible .card--presentation--wrapper p.woocommerce-thankyou-order-received,
.card--presentation.is-visible .card--presentation--wrapper h3, .card--presentation.is-visible .card--presentation--wrapper h4, .card--presentation.is-visible .card--presentation--wrapper .sub-title, .card--presentation.is-visible .card--presentation--wrapper .card--wysiwyg.custom-wysiwyg h5, .card--wysiwyg.custom-wysiwyg .card--presentation.is-visible .card--presentation--wrapper h5 {
  animation: fadein 0.8s 0.3s ease-out 1 forwards;
}
.card--presentation.is-visible .card--presentation--wrapper .custom-wysiwyg {
  animation: fadein 0.8s 0.6s ease-out 1 forwards;
}
.card--presentation.is-visible .card--presentation--wrapper .btn-wrapper {
  animation: fadeup 0.8s 0.9s 1 forwards;
}
.card--presentation.is-visible .card--presentation--wrapper .btn-wrapper.animate {
  opacity: 0;
}
.card--presentation.is-visible .card--presentation--wrapper .btn-wrapper.is-visible {
  animation: fadeup 0.8s 0.6s 1 forwards;
}
.card--presentation.is-visible .card--presentation--wrapper.reverse picture {
  animation-name: faderight;
}

.variations-list__item {
  opacity: 0;
}
.variations-list.is-visible .variations-list__item {
  animation: fadeup 0.8s 0.3s ease-out 1 forwards;
}
.variations-list.is-visible .variations-list__item:nth-child(1) {
  animation-delay: 550ms;
}
.variations-list.is-visible .variations-list__item:nth-child(2) {
  animation-delay: 800ms;
}
.variations-list.is-visible .variations-list__item:nth-child(3) {
  animation-delay: 1050ms;
}
.variations-list.is-visible .variations-list__item:nth-child(4) {
  animation-delay: 1300ms;
}
.variations-list.is-visible .variations-list__item:nth-child(5) {
  animation-delay: 1550ms;
}

.banner-image picture,
.banner-image video,
.banner-video picture,
.banner-video video {
  opacity: 0;
}
.banner-image.is-visible picture,
.banner-image.is-visible video,
.banner-video.is-visible picture,
.banner-video.is-visible video {
  animation: fadeup 0.8s 0.3s ease-out 1 forwards;
}

.banner-text .line,
.banner-text .title,
.banner-text .big-title,
.banner-text .medium-title,
.banner-text .checkout--content form.checkout h3,
.checkout--content form.checkout .banner-text h3,
.banner-text .custom-wysiwyg h2,
.custom-wysiwyg .banner-text h2,
.banner-text .small-title,
.banner-text .woocommerce-bacs-bank-details h2.wc-bacs-bank-details-heading,
.woocommerce-bacs-bank-details .banner-text h2.wc-bacs-bank-details-heading,
.banner-text .woocommerce-page--wrapper .woocommerce-order p.woocommerce-thankyou-order-received,
.woocommerce-page--wrapper .woocommerce-order .banner-text p.woocommerce-thankyou-order-received,
.banner-text h3,
.banner-text h4,
.banner-text .sub-title,
.banner-text .card--wysiwyg.custom-wysiwyg h5,
.card--wysiwyg.custom-wysiwyg .banner-text h5,
.banner-text .btn-wrapper,
.hero--generic .line,
.hero--generic .title,
.hero--generic .big-title,
.hero--generic .medium-title,
.hero--generic .checkout--content form.checkout h3,
.checkout--content form.checkout .hero--generic h3,
.hero--generic .custom-wysiwyg h2,
.custom-wysiwyg .hero--generic h2,
.hero--generic .small-title,
.hero--generic .woocommerce-bacs-bank-details h2.wc-bacs-bank-details-heading,
.woocommerce-bacs-bank-details .hero--generic h2.wc-bacs-bank-details-heading,
.hero--generic .woocommerce-page--wrapper .woocommerce-order p.woocommerce-thankyou-order-received,
.woocommerce-page--wrapper .woocommerce-order .hero--generic p.woocommerce-thankyou-order-received,
.hero--generic h3,
.hero--generic h4,
.hero--generic .sub-title,
.hero--generic .card--wysiwyg.custom-wysiwyg h5,
.card--wysiwyg.custom-wysiwyg .hero--generic h5,
.hero--generic .btn-wrapper {
  opacity: 0;
}
.banner-text.is-visible .line,
.hero--generic.is-visible .line {
  animation: fadeup 0.8s 0.3s ease-out 1 forwards;
}
.banner-text.is-visible .title, .banner-text.is-visible .big-title, .banner-text.is-visible .medium-title, .banner-text.is-visible .checkout--content form.checkout h3, .checkout--content form.checkout .banner-text.is-visible h3,
.banner-text.is-visible .custom-wysiwyg h2,
.custom-wysiwyg .banner-text.is-visible h2, .banner-text.is-visible .small-title, .banner-text.is-visible .woocommerce-bacs-bank-details h2.wc-bacs-bank-details-heading, .woocommerce-bacs-bank-details .banner-text.is-visible h2.wc-bacs-bank-details-heading, .banner-text.is-visible .woocommerce-page--wrapper .woocommerce-order p.woocommerce-thankyou-order-received, .woocommerce-page--wrapper .woocommerce-order .banner-text.is-visible p.woocommerce-thankyou-order-received,
.banner-text.is-visible h3, .banner-text.is-visible h4,
.hero--generic.is-visible .title,
.hero--generic.is-visible .big-title,
.hero--generic.is-visible .medium-title,
.hero--generic.is-visible .checkout--content form.checkout h3,
.checkout--content form.checkout .hero--generic.is-visible h3,
.hero--generic.is-visible .custom-wysiwyg h2,
.custom-wysiwyg .hero--generic.is-visible h2,
.hero--generic.is-visible .small-title,
.hero--generic.is-visible .woocommerce-bacs-bank-details h2.wc-bacs-bank-details-heading,
.woocommerce-bacs-bank-details .hero--generic.is-visible h2.wc-bacs-bank-details-heading,
.hero--generic.is-visible .woocommerce-page--wrapper .woocommerce-order p.woocommerce-thankyou-order-received,
.woocommerce-page--wrapper .woocommerce-order .hero--generic.is-visible p.woocommerce-thankyou-order-received,
.hero--generic.is-visible h3,
.hero--generic.is-visible h4 {
  animation: fadeup 0.8s 0.45s ease-out 1 forwards;
}
.banner-text.is-visible .sub-title, .banner-text.is-visible .card--wysiwyg.custom-wysiwyg h2, .card--wysiwyg.custom-wysiwyg .banner-text.is-visible h2, .banner-text.is-visible .card--wysiwyg.custom-wysiwyg h3, .card--wysiwyg.custom-wysiwyg .banner-text.is-visible h3, .banner-text.is-visible .card--wysiwyg.custom-wysiwyg h4, .card--wysiwyg.custom-wysiwyg .banner-text.is-visible h4, .banner-text.is-visible .card--wysiwyg.custom-wysiwyg h5, .card--wysiwyg.custom-wysiwyg .banner-text.is-visible h5,
.hero--generic.is-visible .sub-title,
.hero--generic.is-visible .card--wysiwyg.custom-wysiwyg h2,
.card--wysiwyg.custom-wysiwyg .hero--generic.is-visible h2,
.hero--generic.is-visible .card--wysiwyg.custom-wysiwyg h3,
.card--wysiwyg.custom-wysiwyg .hero--generic.is-visible h3,
.hero--generic.is-visible .card--wysiwyg.custom-wysiwyg h4,
.card--wysiwyg.custom-wysiwyg .hero--generic.is-visible h4,
.hero--generic.is-visible .card--wysiwyg.custom-wysiwyg h5,
.card--wysiwyg.custom-wysiwyg .hero--generic.is-visible h5 {
  animation: fadeup 0.8s 0.6s ease-out 1 forwards;
}
.banner-text.is-visible .btn-wrapper,
.hero--generic.is-visible .btn-wrapper {
  animation: fadeup 0.8s 0.8s ease-out 1 forwards;
}

.banner-labels li {
  opacity: 0;
}
.banner-labels.is-visible li {
  animation: fadein 0.8s 0.3s ease-out 1 forwards;
}
.banner-labels.is-visible li:nth-child(1) {
  animation-delay: 550ms;
}
.banner-labels.is-visible li:nth-child(2) {
  animation-delay: 800ms;
}
.banner-labels.is-visible li:nth-child(3) {
  animation-delay: 1050ms;
}
.banner-labels.is-visible li:nth-child(4) {
  animation-delay: 1300ms;
}
.banner-labels.is-visible li:nth-child(5) {
  animation-delay: 1550ms;
}

.footer--main__logo {
  opacity: 0;
}
.footer--main__info__item {
  opacity: 0;
}
.footer--bottom {
  opacity: 0;
}
.footer.is-visible .footer--main__logo {
  animation: fadein 0.8s 0.3s linear 1 forwards;
}
.footer.is-visible .footer--main__info__item {
  animation: fadeup 0.8s 0.3s ease-out 1 forwards;
}
.footer.is-visible .footer--main__info__item:nth-child(1) {
  animation-delay: 550ms;
}
.footer.is-visible .footer--main__info__item:nth-child(2) {
  animation-delay: 800ms;
}
.footer.is-visible .footer--main__info__item:nth-child(3) {
  animation-delay: 1050ms;
}
.footer.is-visible .footer--main__info__item:nth-child(4) {
  animation-delay: 1300ms;
}
.footer.is-visible .footer--bottom {
  animation: fadein 0.8s 0.8s 1 forwards;
}

.partners-banner--title,
.partners-banner .sub-title,
.partners-banner .card--wysiwyg.custom-wysiwyg h2,
.card--wysiwyg.custom-wysiwyg .partners-banner h2,
.partners-banner .card--wysiwyg.custom-wysiwyg h3,
.card--wysiwyg.custom-wysiwyg .partners-banner h3,
.partners-banner .card--wysiwyg.custom-wysiwyg h4,
.card--wysiwyg.custom-wysiwyg .partners-banner h4,
.partners-banner .card--wysiwyg.custom-wysiwyg h5,
.card--wysiwyg.custom-wysiwyg .partners-banner h5 {
  opacity: 0;
}
.partners-banner.is-visible .sub-title, .partners-banner.is-visible .card--wysiwyg.custom-wysiwyg h2, .card--wysiwyg.custom-wysiwyg .partners-banner.is-visible h2, .partners-banner.is-visible .card--wysiwyg.custom-wysiwyg h3, .card--wysiwyg.custom-wysiwyg .partners-banner.is-visible h3, .partners-banner.is-visible .card--wysiwyg.custom-wysiwyg h4, .card--wysiwyg.custom-wysiwyg .partners-banner.is-visible h4, .partners-banner.is-visible .card--wysiwyg.custom-wysiwyg h5, .card--wysiwyg.custom-wysiwyg .partners-banner.is-visible h5 {
  animation: fadein 0.8s 0.3s 1 forwards;
}
.partners-banner.is-visible .partners-banner--title {
  animation: fadein 0.8s 0.3s 1 forwards;
}
@media screen and (max-width: 768px) {
  .partners-banner__left .sub-title, .partners-banner__left .card--wysiwyg.custom-wysiwyg h2, .card--wysiwyg.custom-wysiwyg .partners-banner__left h2, .partners-banner__left .card--wysiwyg.custom-wysiwyg h3, .card--wysiwyg.custom-wysiwyg .partners-banner__left h3, .partners-banner__left .card--wysiwyg.custom-wysiwyg h4, .card--wysiwyg.custom-wysiwyg .partners-banner__left h4, .partners-banner__left .card--wysiwyg.custom-wysiwyg h5, .card--wysiwyg.custom-wysiwyg .partners-banner__left h5, .partners-banner__center .sub-title, .partners-banner__center .card--wysiwyg.custom-wysiwyg h2, .card--wysiwyg.custom-wysiwyg .partners-banner__center h2, .partners-banner__center .card--wysiwyg.custom-wysiwyg h3, .card--wysiwyg.custom-wysiwyg .partners-banner__center h3, .partners-banner__center .card--wysiwyg.custom-wysiwyg h4, .card--wysiwyg.custom-wysiwyg .partners-banner__center h4, .partners-banner__center .card--wysiwyg.custom-wysiwyg h5, .card--wysiwyg.custom-wysiwyg .partners-banner__center h5, .partners-banner__right .sub-title, .partners-banner__right .card--wysiwyg.custom-wysiwyg h2, .card--wysiwyg.custom-wysiwyg .partners-banner__right h2, .partners-banner__right .card--wysiwyg.custom-wysiwyg h3, .card--wysiwyg.custom-wysiwyg .partners-banner__right h3, .partners-banner__right .card--wysiwyg.custom-wysiwyg h4, .card--wysiwyg.custom-wysiwyg .partners-banner__right h4, .partners-banner__right .card--wysiwyg.custom-wysiwyg h5, .card--wysiwyg.custom-wysiwyg .partners-banner__right h5 {
    opacity: 0;
  }
  .partners-banner__left li, .partners-banner__center li, .partners-banner__right li {
    opacity: 0;
  }
  .partners-banner__left.is-visible .sub-title, .partners-banner__left.is-visible .card--wysiwyg.custom-wysiwyg h2, .card--wysiwyg.custom-wysiwyg .partners-banner__left.is-visible h2, .partners-banner__left.is-visible .card--wysiwyg.custom-wysiwyg h3, .card--wysiwyg.custom-wysiwyg .partners-banner__left.is-visible h3, .partners-banner__left.is-visible .card--wysiwyg.custom-wysiwyg h4, .card--wysiwyg.custom-wysiwyg .partners-banner__left.is-visible h4, .partners-banner__left.is-visible .card--wysiwyg.custom-wysiwyg h5, .card--wysiwyg.custom-wysiwyg .partners-banner__left.is-visible h5, .partners-banner__center.is-visible .sub-title, .partners-banner__center.is-visible .card--wysiwyg.custom-wysiwyg h2, .card--wysiwyg.custom-wysiwyg .partners-banner__center.is-visible h2, .partners-banner__center.is-visible .card--wysiwyg.custom-wysiwyg h3, .card--wysiwyg.custom-wysiwyg .partners-banner__center.is-visible h3, .partners-banner__center.is-visible .card--wysiwyg.custom-wysiwyg h4, .card--wysiwyg.custom-wysiwyg .partners-banner__center.is-visible h4, .partners-banner__center.is-visible .card--wysiwyg.custom-wysiwyg h5, .card--wysiwyg.custom-wysiwyg .partners-banner__center.is-visible h5, .partners-banner__right.is-visible .sub-title, .partners-banner__right.is-visible .card--wysiwyg.custom-wysiwyg h2, .card--wysiwyg.custom-wysiwyg .partners-banner__right.is-visible h2, .partners-banner__right.is-visible .card--wysiwyg.custom-wysiwyg h3, .card--wysiwyg.custom-wysiwyg .partners-banner__right.is-visible h3, .partners-banner__right.is-visible .card--wysiwyg.custom-wysiwyg h4, .card--wysiwyg.custom-wysiwyg .partners-banner__right.is-visible h4, .partners-banner__right.is-visible .card--wysiwyg.custom-wysiwyg h5, .card--wysiwyg.custom-wysiwyg .partners-banner__right.is-visible h5 {
    animation: fadein 0.8s 0.3s ease-out 1 forwards;
  }
  .partners-banner__left.is-visible li, .partners-banner__center.is-visible li, .partners-banner__right.is-visible li {
    animation: fadeup 0.8s 0.3s ease-out 1 forwards;
  }
  .partners-banner__left.is-visible li:nth-child(1), .partners-banner__center.is-visible li:nth-child(1), .partners-banner__right.is-visible li:nth-child(1) {
    animation-delay: 550ms;
  }
  .partners-banner__left.is-visible li:nth-child(2), .partners-banner__center.is-visible li:nth-child(2), .partners-banner__right.is-visible li:nth-child(2) {
    animation-delay: 800ms;
  }
  .partners-banner__left.is-visible li:nth-child(3), .partners-banner__center.is-visible li:nth-child(3), .partners-banner__right.is-visible li:nth-child(3) {
    animation-delay: 1050ms;
  }
  .partners-banner__left.is-visible li:nth-child(4), .partners-banner__center.is-visible li:nth-child(4), .partners-banner__right.is-visible li:nth-child(4) {
    animation-delay: 1300ms;
  }
  .partners-banner__left.is-visible li:nth-child(5), .partners-banner__center.is-visible li:nth-child(5), .partners-banner__right.is-visible li:nth-child(5) {
    animation-delay: 1550ms;
  }
  .partners-banner__left.is-visible li:nth-child(6), .partners-banner__center.is-visible li:nth-child(6), .partners-banner__right.is-visible li:nth-child(6) {
    animation-delay: 1800ms;
  }
  .partners-banner__left.is-visible li:nth-child(7), .partners-banner__center.is-visible li:nth-child(7), .partners-banner__right.is-visible li:nth-child(7) {
    animation-delay: 2050ms;
  }
  .partners-banner__left.is-visible li:nth-child(8), .partners-banner__center.is-visible li:nth-child(8), .partners-banner__right.is-visible li:nth-child(8) {
    animation-delay: 2300ms;
  }
  .partners-banner__left.is-visible li:nth-child(9), .partners-banner__center.is-visible li:nth-child(9), .partners-banner__right.is-visible li:nth-child(9) {
    animation-delay: 2550ms;
  }
  .partners-banner__left.is-visible li:nth-child(10), .partners-banner__center.is-visible li:nth-child(10), .partners-banner__right.is-visible li:nth-child(10) {
    animation-delay: 2800ms;
  }
  .partners-banner__left.is-visible li:nth-child(11), .partners-banner__center.is-visible li:nth-child(11), .partners-banner__right.is-visible li:nth-child(11) {
    animation-delay: 3050ms;
  }
  .partners-banner__left.is-visible li:nth-child(12), .partners-banner__center.is-visible li:nth-child(12), .partners-banner__right.is-visible li:nth-child(12) {
    animation-delay: 3300ms;
  }
  .partners-banner__left.is-visible li:nth-child(13), .partners-banner__center.is-visible li:nth-child(13), .partners-banner__right.is-visible li:nth-child(13) {
    animation-delay: 3550ms;
  }
  .partners-banner__left.is-visible li:nth-child(14), .partners-banner__center.is-visible li:nth-child(14), .partners-banner__right.is-visible li:nth-child(14) {
    animation-delay: 3800ms;
  }
  .partners-banner__left.is-visible li:nth-child(15), .partners-banner__center.is-visible li:nth-child(15), .partners-banner__right.is-visible li:nth-child(15) {
    animation-delay: 4050ms;
  }
  .partners-banner__left.is-visible li:nth-child(16), .partners-banner__center.is-visible li:nth-child(16), .partners-banner__right.is-visible li:nth-child(16) {
    animation-delay: 4300ms;
  }
  .partners-banner__left.is-visible li:nth-child(17), .partners-banner__center.is-visible li:nth-child(17), .partners-banner__right.is-visible li:nth-child(17) {
    animation-delay: 4550ms;
  }
  .partners-banner__left.is-visible li:nth-child(18), .partners-banner__center.is-visible li:nth-child(18), .partners-banner__right.is-visible li:nth-child(18) {
    animation-delay: 4800ms;
  }
  .partners-banner__left.is-visible li:nth-child(19), .partners-banner__center.is-visible li:nth-child(19), .partners-banner__right.is-visible li:nth-child(19) {
    animation-delay: 5050ms;
  }
  .partners-banner__left.is-visible li:nth-child(20), .partners-banner__center.is-visible li:nth-child(20), .partners-banner__right.is-visible li:nth-child(20) {
    animation-delay: 5300ms;
  }
}
@media screen and (min-width: 768px) {
  .partners-banner__left, .partners-banner__center, .partners-banner__right {
    opacity: 0;
  }
  .partners-banner__left li, .partners-banner__center li, .partners-banner__right li {
    opacity: 1;
    animation: none !important;
  }
  .partners-banner.is-visible .sub-title, .partners-banner.is-visible .card--wysiwyg.custom-wysiwyg h2, .card--wysiwyg.custom-wysiwyg .partners-banner.is-visible h2, .partners-banner.is-visible .card--wysiwyg.custom-wysiwyg h3, .card--wysiwyg.custom-wysiwyg .partners-banner.is-visible h3, .partners-banner.is-visible .card--wysiwyg.custom-wysiwyg h4, .card--wysiwyg.custom-wysiwyg .partners-banner.is-visible h4, .partners-banner.is-visible .card--wysiwyg.custom-wysiwyg h5, .card--wysiwyg.custom-wysiwyg .partners-banner.is-visible h5 {
    animation: fadein 0.8s 0.3s 1 forwards;
  }
  .partners-banner.is-visible .partners-banner--title {
    animation: fadein 0.8s 0.3s 1 forwards;
  }
  .partners-banner.is-visible .partners-banner__left, .partners-banner.is-visible .partners-banner__center, .partners-banner.is-visible .partners-banner__right {
    animation: faderight 0.8s 0.3s ease-out 1 forwards;
  }
  .partners-banner.is-visible .partners-banner__center {
    animation-delay: 0.6s;
  }
  .partners-banner.is-visible .partners-banner__right {
    animation-delay: 0.9s;
  }
}

.banner-usp {
  opacity: 0;
}
.banner-usp.is-visible {
  animation: fadein 0.8s 0.3s 1 forwards ease-in-out;
}

.hotel--images__left, .hotel--images__right {
  opacity: 0;
}
.hotel--images.is-visible .hotel--images__left, .hotel--images.is-visible .hotel--images__right {
  animation: faderight 0.8s 0.3s ease-out 1 forwards;
}
.hotel--images.is-visible .hotel--images__right {
  animation-delay: 0.8s;
}
.hotel--formules__left .title, .hotel--formules__left .big-title, .hotel--formules__left .medium-title, .hotel--formules__left .checkout--content form.checkout h3, .checkout--content form.checkout .hotel--formules__left h3,
.hotel--formules__left .custom-wysiwyg h2,
.custom-wysiwyg .hotel--formules__left h2, .hotel--formules__left .small-title, .hotel--formules__left .woocommerce-bacs-bank-details h2.wc-bacs-bank-details-heading, .woocommerce-bacs-bank-details .hotel--formules__left h2.wc-bacs-bank-details-heading, .hotel--formules__left .woocommerce-page--wrapper .woocommerce-order p.woocommerce-thankyou-order-received, .woocommerce-page--wrapper .woocommerce-order .hotel--formules__left p.woocommerce-thankyou-order-received,
.hotel--formules__left h3, .hotel--formules__left h4, .hotel--formules__left .sub-title, .hotel--formules__left .card--wysiwyg.custom-wysiwyg h5, .card--wysiwyg.custom-wysiwyg .hotel--formules__left h5, .hotel--formules__left .custom-wysiwyg, .hotel--formules__left .btn-wrapper {
  opacity: 0;
}
.hotel--formules.is-visible .hotel--formules__left .title, .hotel--formules.is-visible .hotel--formules__left .big-title, .hotel--formules.is-visible .hotel--formules__left .medium-title,
.hotel--formules.is-visible .hotel--formules__left .custom-wysiwyg h2,
.custom-wysiwyg .hotel--formules.is-visible .hotel--formules__left h2, .hotel--formules.is-visible .hotel--formules__left .small-title, .hotel--formules.is-visible .hotel--formules__left .woocommerce-bacs-bank-details h2.wc-bacs-bank-details-heading, .woocommerce-bacs-bank-details .hotel--formules.is-visible .hotel--formules__left h2.wc-bacs-bank-details-heading, .hotel--formules.is-visible .hotel--formules__left .woocommerce-page--wrapper .woocommerce-order p.woocommerce-thankyou-order-received, .woocommerce-page--wrapper .woocommerce-order .hotel--formules.is-visible .hotel--formules__left p.woocommerce-thankyou-order-received,
.hotel--formules.is-visible .hotel--formules__left h3, .hotel--formules.is-visible .hotel--formules__left h4, .hotel--formules.is-visible .hotel--formules__left .sub-title, .hotel--formules.is-visible .hotel--formules__left .card--wysiwyg.custom-wysiwyg h5, .card--wysiwyg.custom-wysiwyg .hotel--formules.is-visible .hotel--formules__left h5 {
  animation: fadein 0.8s 0.3s ease-out 1 forwards;
}
.hotel--formules.is-visible .hotel--formules__left .custom-wysiwyg {
  animation: fadein 0.8s 0.6s ease-out 1 forwards;
}
.hotel--formules.is-visible .hotel--formules__left .btn-wrapper {
  animation: fadein 0.8s 0.9s 1 forwards;
}
.hotel--rooms__intro {
  opacity: 0;
}
.hotel--rooms .room__item {
  opacity: 0;
}
.hotel--rooms.is-visible .hotel--rooms__intro {
  animation: fadein 0.8s 0.3s ease-out 1 forwards;
}
.hotel--rooms.is-visible .hotel--rooms__slider .room__item {
  animation: fadein 0.8s 0.3s ease-out 1 forwards;
}
.hotel--rooms.is-visible .hotel--rooms__slider .room__item:nth-child(1) {
  animation-delay: 550ms;
}
.hotel--rooms.is-visible .hotel--rooms__slider .room__item:nth-child(2) {
  animation-delay: 800ms;
}
.hotel--rooms.is-visible .hotel--rooms__slider .room__item:nth-child(3) {
  animation-delay: 1050ms;
}
.hotel--rooms.is-visible .hotel--rooms__slider .room__item:nth-child(4) {
  animation-delay: 1300ms;
}
.hotel--rooms.is-visible .hotel--rooms__slider .room__item:nth-child(5) {
  animation-delay: 1550ms;
}
.hotel--rooms.is-visible .hotel--rooms__slider .room__item:nth-child(6) {
  animation-delay: 1800ms;
}
.hotel--rooms.is-visible .hotel--rooms__slider .room__item:nth-child(7) {
  animation-delay: 2050ms;
}
.hotel--rooms.is-visible .hotel--rooms__slider .room__item:nth-child(8) {
  animation-delay: 2300ms;
}
.hotel--rooms.is-visible .hotel--rooms__slider .room__item:nth-child(9) {
  animation-delay: 2550ms;
}
.hotel--rooms.is-visible .hotel--rooms__slider .room__item:nth-child(10) {
  animation-delay: 2800ms;
}

.collapse-list__item {
  opacity: 0;
}
.collapse-list.is-visible .collapse-list__item {
  animation: fadeup 0.8s 0.3s ease-out 1 forwards;
}
.collapse-list.is-visible .collapse-list__item:nth-child(1) {
  animation-delay: 550ms;
}
.collapse-list.is-visible .collapse-list__item:nth-child(2) {
  animation-delay: 800ms;
}
.collapse-list.is-visible .collapse-list__item:nth-child(3) {
  animation-delay: 1050ms;
}
.collapse-list.is-visible .collapse-list__item:nth-child(4) {
  animation-delay: 1300ms;
}
.collapse-list.is-visible .collapse-list__item:nth-child(5) {
  animation-delay: 1550ms;
}
.collapse-list.is-visible .collapse-list__item:nth-child(6) {
  animation-delay: 1800ms;
}
.collapse-list.is-visible .collapse-list__item:nth-child(7) {
  animation-delay: 2050ms;
}
.collapse-list.is-visible .collapse-list__item:nth-child(8) {
  animation-delay: 2300ms;
}
.collapse-list.is-visible .collapse-list__item:nth-child(9) {
  animation-delay: 2550ms;
}
.collapse-list.is-visible .collapse-list__item:nth-child(10) {
  animation-delay: 2800ms;
}

.single-job--content__text, .single-job--cta {
  opacity: 0;
}
.single-job--content.is-visible .single-job--content__text {
  animation: fadeup 0.8s 0.3s 1 forwards;
}
.single-job--content.is-visible .single-job--cta {
  animation: fadein 0.8s 0.3s 1 forwards;
}

.filters__nav {
  opacity: 0;
}
.filters__nav li {
  opacity: 0;
}
.filters__nav.is-visible {
  animation: fadein 0.8s 0.3s 1 forwards;
}
.filters__nav.is-visible li {
  animation: fadein 0.8s 0.3s ease-out 1 forwards;
}
.filters__nav.is-visible li:nth-child(1) {
  animation-delay: 550ms;
}
.filters__nav.is-visible li:nth-child(2) {
  animation-delay: 800ms;
}
.filters__nav.is-visible li:nth-child(3) {
  animation-delay: 1050ms;
}
.filters__nav.is-visible li:nth-child(4) {
  animation-delay: 1300ms;
}
.filters__nav.is-visible li:nth-child(5) {
  animation-delay: 1550ms;
}

body.no-scroll {
  overflow: hidden;
  height: 100vh;
  width: 100vw;
}

.listing-product--hero {
  padding: 100px 30px 20px;
}
.listing-product--hero__text {
  text-align: center;
}
.listing-product--hero__text .title, .listing-product--hero__text .big-title, .listing-product--hero__text .medium-title, .listing-product--hero__text .checkout--content form.checkout h3, .checkout--content form.checkout .listing-product--hero__text h3,
.listing-product--hero__text .custom-wysiwyg h2,
.custom-wysiwyg .listing-product--hero__text h2, .listing-product--hero__text .small-title, .listing-product--hero__text .woocommerce-bacs-bank-details h2.wc-bacs-bank-details-heading, .woocommerce-bacs-bank-details .listing-product--hero__text h2.wc-bacs-bank-details-heading, .listing-product--hero__text .woocommerce-page--wrapper .woocommerce-order p.woocommerce-thankyou-order-received, .woocommerce-page--wrapper .woocommerce-order .listing-product--hero__text p.woocommerce-thankyou-order-received,
.listing-product--hero__text h3, .listing-product--hero__text h4 {
  padding-bottom: 10px;
}
.listing-product--hero__text .sub-title, .listing-product--hero__text .card--wysiwyg.custom-wysiwyg h2, .card--wysiwyg.custom-wysiwyg .listing-product--hero__text h2, .listing-product--hero__text .card--wysiwyg.custom-wysiwyg h3, .card--wysiwyg.custom-wysiwyg .listing-product--hero__text h3, .listing-product--hero__text .card--wysiwyg.custom-wysiwyg h4, .card--wysiwyg.custom-wysiwyg .listing-product--hero__text h4, .listing-product--hero__text .card--wysiwyg.custom-wysiwyg h5, .card--wysiwyg.custom-wysiwyg .listing-product--hero__text h5 {
  margin-top: 0;
}
@media screen and (min-width: 992px) {
  .listing-product--hero {
    padding: 100px 0 30px;
  }
}
@media screen and (min-width: 1199px) {
  .listing-product--hero {
    padding: 130px 0 30px;
  }
}

.archive-product {
  margin-top: 60px;
}
.archive-product--highlight {
  padding: 0 0 60px;
  margin: 0 auto 60px;
  border-bottom: 1px solid #DDDDDD;
  overflow: hidden;
  opacity: 0;
}
.archive-product--highlight .title-wrapper {
  padding: 0 0 20px;
}
.archive-product--highlight.is-visible {
  animation: fadein 0.8s 0.3s 1 forwards;
}
.archive-product.is-main + .product-tax--slider {
  border: none;
  border-bottom: 1px solid #DDDDDD;
  padding: 0 0 60px;
  margin-top: 60px;
}
@media screen and (min-width: 992px) {
  .archive-product.is-main + .product-tax--slider {
    padding: 0 0 66.6666666667px;
  }
}
.archive-product__nav {
  width: 100%;
  padding: 0 0 10px;
  margin-bottom: 0;
  position: sticky;
  top: 70px;
  background-color: #FFF;
  z-index: 4;
}
@media screen and (min-width: 768px) {
  .archive-product__nav {
    margin-bottom: 30px;
  }
}
.archive-product__nav.is-tax .btn-back-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.archive-product__nav.is-tax .btn-back-wrapper {
  padding-bottom: 5px;
}
.archive-product__nav.is-tax .btn-back-wrapper .btn-icon {
  color: #927335;
  gap: 20px;
}
.archive-product__nav.is-tax .btn-back-wrapper .icon--arrow-prev {
  border-color: #927335;
}
.archive-product__nav.is-tax .btn-back-wrapper .icon--arrow-prev::before {
  background-color: #927335;
}
.archive-product__nav__filters {
  opacity: 0;
  padding-top: 20px;
}
.archive-product__nav__filters .flex-list {
  justify-content: center;
}
@media screen and (max-width: 575px) {
  .archive-product__nav__filters .flex-list {
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .archive-product__nav__filters .flex-list__item {
    width: auto;
  }
}
.archive-product__nav__filters .btn-outline, .archive-product__nav__filters .checkout--content form.checkout .place-order button, .checkout--content form.checkout .place-order .archive-product__nav__filters button, .archive-product__nav__filters .panier--table td.actions button, .panier--table td.actions .archive-product__nav__filters button, .archive-product__nav__filters .mon-compte--content .woocommerce-MyAccount-content .woocommerce-pagination .woocommerce-button, .mon-compte--content .woocommerce-MyAccount-content .woocommerce-pagination .archive-product__nav__filters .woocommerce-button, .archive-product__nav__filters .mon-compte .woocommerce-page--wrapper .woocommerce-MyAccount-content .woocommerce-Address a.edit, .mon-compte .woocommerce-page--wrapper .woocommerce-MyAccount-content .woocommerce-Address .archive-product__nav__filters a.edit, .archive-product__nav__filters .btn-outline--white, .archive-product__nav__filters .btn-outline--grey, .archive-product__nav__filters .btn-outline-child a, .btn-outline-child .archive-product__nav__filters a {
  padding: 7px 20px;
}
.archive-product__nav__filters .btn-outline.is-active, .archive-product__nav__filters .checkout--content form.checkout .place-order button.is-active, .checkout--content form.checkout .place-order .archive-product__nav__filters button.is-active, .archive-product__nav__filters .panier--table td.actions button.is-active, .panier--table td.actions .archive-product__nav__filters button.is-active, .archive-product__nav__filters .mon-compte--content .woocommerce-MyAccount-content .woocommerce-pagination .is-active.woocommerce-button, .mon-compte--content .woocommerce-MyAccount-content .woocommerce-pagination .archive-product__nav__filters .is-active.woocommerce-button, .archive-product__nav__filters .mon-compte .woocommerce-page--wrapper .woocommerce-MyAccount-content .woocommerce-Address a.is-active.edit, .mon-compte .woocommerce-page--wrapper .woocommerce-MyAccount-content .woocommerce-Address .archive-product__nav__filters a.is-active.edit, .archive-product__nav__filters .is-active.btn-outline--white, .archive-product__nav__filters .is-active.btn-outline--grey, .archive-product__nav__filters .btn-outline-child a.is-active, .btn-outline-child .archive-product__nav__filters a.is-active {
  color: #FFF;
  background-color: #808080;
  border-color: #808080;
}
.archive-product__nav .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.archive-product__nav .container {
  gap: 10px;
}
.archive-product__nav .btn-wrapper {
  margin: 0;
  width: auto;
  padding: 0;
}
@media screen and (max-width: 575px) {
  .archive-product__nav .title, .archive-product__nav .big-title, .archive-product__nav .medium-title, .archive-product__nav .checkout--content form.checkout h3, .checkout--content form.checkout .archive-product__nav h3,
  .archive-product__nav .custom-wysiwyg h2,
  .custom-wysiwyg .archive-product__nav h2, .archive-product__nav .small-title, .archive-product__nav .woocommerce-bacs-bank-details h2.wc-bacs-bank-details-heading, .woocommerce-bacs-bank-details .archive-product__nav h2.wc-bacs-bank-details-heading, .archive-product__nav .woocommerce-page--wrapper .woocommerce-order p.woocommerce-thankyou-order-received, .woocommerce-page--wrapper .woocommerce-order .archive-product__nav p.woocommerce-thankyou-order-received,
  .archive-product__nav h3, .archive-product__nav h4 {
    max-width: 190px;
  }
  .archive-product__nav .btn-outline--gold, .archive-product__nav .woocommerce-page--wrapper .checkout--content .wc-block-checkout__main .wc-block-checkout__login-prompt, .woocommerce-page--wrapper .checkout--content .wc-block-checkout__main .archive-product__nav .wc-block-checkout__login-prompt, .archive-product__nav .panier--total td .shipping-calculator-form button[type=submit], .panier--total td .shipping-calculator-form .archive-product__nav button[type=submit], .archive-product__nav .woocommerce-notices-wrapper .woocommerce-message .wc-forward, .woocommerce-notices-wrapper .woocommerce-message .archive-product__nav .wc-forward {
    padding: 7.5px 20px;
    font-size: 16px;
  }
}
.archive-product__filters {
  position: fixed;
  background-color: rgba(128, 128, 128, 0.2);
  backdrop-filter: blur(6px);
  height: 100vh;
  z-index: 9999;
  padding: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 0;
  overflow: hidden;
  left: auto;
}
.archive-product__filters .modal-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.archive-product__filters.is-open {
  width: 100%;
  left: 0;
  padding: 20px;
  display: flex;
  animation: fadein 0.8s 1 forwards;
}
.archive-product__filters.is-open .filters-wrapper {
  animation: faderight 0.8s 1 forwards;
}
.archive-product__filters .filters-wrapper {
  width: 100%;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .archive-product__filters .filters-wrapper {
    width: 300px;
  }
}
@media screen and (min-width: 992px) {
  .archive-product__filters .filters-wrapper {
    width: 300px;
  }
}
@media screen and (min-width: 1199px) {
  .archive-product__filters .filters-wrapper {
    width: 380px;
  }
}
@media screen and (min-width: 1499px) {
  .archive-product__filters .filters-wrapper {
    width: 446.6666666667px;
  }
}
.archive-product__filters .filters-wrapper {
  opacity: 0;
  height: 100%;
  position: relative;
  overflow: scroll;
  z-index: 2;
  background-color: #FFF;
  margin: 0 0 0 auto;
  border-radius: 20px;
  padding: 15px 20px 60px;
}
.archive-product__filters .filters-wrapper .btn-collapse {
  background: none;
  padding: 5px 0;
  border-radius: 0;
}
.archive-product__filters .filters-wrapper .btn-collapse::after {
  top: 8px;
  right: 5px;
}
@media screen and (min-width: 768px) {
  .archive-product__filters .filters-wrapper {
    padding: 15px 20px;
  }
}
.archive-product__filters .collapse-div {
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
  margin-top: 10px;
  overflow: hidden;
}
.archive-product__filters .collapse-div:not(.archive-product__filters .collapse-div.is-visible) {
  height: 0;
  margin-top: 0;
}
.archive-product__filters .collapse-div.is-visible {
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
}
.archive-product__filters .collapse-div.is-visible {
  overflow: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.archive-product__filters .collapse-div.is-visible::-webkit-scrollbar {
  width: 0;
  background: transparent;
}
.archive-product__filters .close-wrapper {
  display: flex;
  justify-content: flex-end;
}
.archive-product__filters .close-wrapper .btn-close {
  padding: 0;
  height: 40px;
  width: 40px;
  min-height: 40px;
  border-radius: 100%;
  display: flex;
  background-color: #F3F3F3;
  align-items: center;
  margin-right: -7.5px;
}
.archive-product__filters .close-wrapper .btn-close .icon--close {
  transform: scale(0.8);
}
.archive-product__filters .close-wrapper .btn-close .icon--close::before, .archive-product__filters .close-wrapper .btn-close .icon--close::after {
  background-color: rgba(128, 128, 128, 0.85);
}
.archive-product .container.is-visible .archive-product__listing {
  animation: fadeup 0.8s 0.3s 1 forwards;
}
.archive-product__listing {
  width: 100%;
  margin: 30px auto 0;
  opacity: 0;
}
.archive-product__listing .products-list {
  /*@include flex-d(flex-start,flex-start); */
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 2fr));
  gap: 20px;
}
.archive-product__listing .products-list__item {
  /*@include responsive_col(4,3,3,2.4,10); */
  height: 100%;
}
@media screen and (max-width: 768px) {
  .archive-product__listing .products-list {
    gap: 30px 3%;
  }
}
@media screen and (max-width: 575px) {
  .archive-product__listing .products-list {
    gap: 20px 4%;
    grid-template-columns: repeat(auto-fill, minmax(140px, 2fr));
  }
}
.archive-product__seo-desc {
  padding: 60px 0 30px;
}
.archive-product__seo-desc .collapse-div {
  height: 0;
  overflow: hidden;
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
}
.archive-product__seo-desc .btn-collapse {
  background: none;
  border-radius: 0;
  padding-left: 0;
  border-bottom: 1px solid #DDDDDD;
}
.archive-product__seo-desc .btn-collapse:hover {
  color: #808080;
}
.archive-product__seo-desc .custom-wysiwyg {
  padding: 30px 0;
}
.archive-product__seo-desc .custom-wysiwyg p, .archive-product__seo-desc .custom-wysiwyg li, .archive-product__seo-desc .custom-wysiwyg a, .archive-product__seo-desc .custom-wysiwyg ul, .archive-product__seo-desc .custom-wysiwyg span, .archive-product__seo-desc .custom-wysiwyg strong {
  font-size: 14px;
  line-height: 22px;
}
.archive-product--inspirations {
  margin-top: 60px;
  overflow: hidden;
  border-top: 1px solid #DDDDDD;
}
.archive-product--inspirations .banner-cta--wrapper::before {
  display: none;
}
@media screen and (min-width: 768px) {
  .archive-product__nav {
    top: 99px;
    padding: 20px 0;
    margin-bottom: 0;
  }
  .archive-product__nav .container {
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
  }
  .archive-product__filters .filters-wrapper {
    padding: 15px 30px 30px;
  }
}
@media screen and (min-width: 992px) {
  .archive-product__nav {
    top: 90px;
  }
  .archive-product--highlight {
    padding: 0 0 66.6666666667px;
    margin: 0 auto 66.6666666667px;
  }
  .archive-product--inspirations {
    margin-top: 66.6666666667px;
  }
}
@media screen and (min-width: 1199px) {
  .archive-product__nav {
    top: 99px;
  }
}

.product-filters {
  padding: 0;
}
.product-filters .submit-filter-wrapper {
  position: sticky;
  bottom: 0;
}
.product-filters .submit-filter-wrapper .btn-primary, .product-filters .submit-filter-wrapper body .woocommerce-page--wrapper button#place_order, body .woocommerce-page--wrapper .product-filters .submit-filter-wrapper button#place_order, .product-filters .submit-filter-wrapper body .woocommerce-page--wrapper .wc-block-checkout__actions .wc-block-components-checkout-place-order-button, body .woocommerce-page--wrapper .wc-block-checkout__actions .product-filters .submit-filter-wrapper .wc-block-components-checkout-place-order-button, .product-filters .submit-filter-wrapper .panier--validate a.checkout-button, .panier--validate .product-filters .submit-filter-wrapper a.checkout-button, .product-filters .submit-filter-wrapper .mon-compte .woocommerce-page--wrapper .edit-account button[type=submit], .mon-compte .woocommerce-page--wrapper .edit-account .product-filters .submit-filter-wrapper button[type=submit], .product-filters .submit-filter-wrapper .mon-compte--content .woocommerce .woocommerce-address-fields p button[type=submit], .mon-compte--content .woocommerce .woocommerce-address-fields p .product-filters .submit-filter-wrapper button[type=submit], .product-filters .submit-filter-wrapper .mon-compte--content .woocommerce .lost_reset_password button[type=submit], .mon-compte--content .woocommerce .lost_reset_password .product-filters .submit-filter-wrapper button[type=submit],
.product-filters .submit-filter-wrapper .mon-compte--content .woocommerce .woocommerce-form-login button[type=submit],
.mon-compte--content .woocommerce .woocommerce-form-login .product-filters .submit-filter-wrapper button[type=submit],
.product-filters .submit-filter-wrapper .mon-compte--content .woocommerce .woocommerce-form-register button[type=submit],
.mon-compte--content .woocommerce .woocommerce-form-register .product-filters .submit-filter-wrapper button[type=submit], .product-filters .submit-filter-wrapper .mon-compte--content .woocommerce .lost_reset_password .form-row .woocommerce-Button, .mon-compte--content .woocommerce .lost_reset_password .form-row .product-filters .submit-filter-wrapper .woocommerce-Button, .product-filters .submit-filter-wrapper .product-vignette .text-wrapper .add_to_cart_button, .product-vignette .text-wrapper .product-filters .submit-filter-wrapper .add_to_cart_button, .product-filters .submit-filter-wrapper .single-product__add form button[type=submit], .single-product__add form .product-filters .submit-filter-wrapper button[type=submit], .product-filters .submit-filter-wrapper .single-product__add .single_variation_wrap button[type=submit], .single-product__add .single_variation_wrap .product-filters .submit-filter-wrapper button[type=submit], .product-filters .submit-filter-wrapper .single-product__attributes button[type=submit], .single-product__attributes .product-filters .submit-filter-wrapper button[type=submit], .product-filters .submit-filter-wrapper .single-product__alert .woocommerce-message a, .single-product__alert .woocommerce-message .product-filters .submit-filter-wrapper a, .product-filters .submit-filter-wrapper .btn-primary-child a, .btn-primary-child .product-filters .submit-filter-wrapper a, .product-filters .submit-filter-wrapper .wpcf7 form input[type=submit], .wpcf7 form .product-filters .submit-filter-wrapper input[type=submit] {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product-filters .btn-primary, .product-filters body .woocommerce-page--wrapper button#place_order, body .woocommerce-page--wrapper .product-filters button#place_order, .product-filters body .woocommerce-page--wrapper .wc-block-checkout__actions .wc-block-components-checkout-place-order-button, body .woocommerce-page--wrapper .wc-block-checkout__actions .product-filters .wc-block-components-checkout-place-order-button, .product-filters .panier--validate a.checkout-button, .panier--validate .product-filters a.checkout-button, .product-filters .mon-compte .woocommerce-page--wrapper .edit-account button[type=submit], .mon-compte .woocommerce-page--wrapper .edit-account .product-filters button[type=submit], .product-filters .mon-compte--content .woocommerce .woocommerce-address-fields p button[type=submit], .mon-compte--content .woocommerce .woocommerce-address-fields p .product-filters button[type=submit], .product-filters .mon-compte--content .woocommerce .lost_reset_password button[type=submit], .mon-compte--content .woocommerce .lost_reset_password .product-filters button[type=submit],
.product-filters .mon-compte--content .woocommerce .woocommerce-form-login button[type=submit],
.mon-compte--content .woocommerce .woocommerce-form-login .product-filters button[type=submit],
.product-filters .mon-compte--content .woocommerce .woocommerce-form-register button[type=submit],
.mon-compte--content .woocommerce .woocommerce-form-register .product-filters button[type=submit], .product-filters .mon-compte--content .woocommerce .lost_reset_password .form-row .woocommerce-Button, .mon-compte--content .woocommerce .lost_reset_password .form-row .product-filters .woocommerce-Button, .product-filters .product-vignette .text-wrapper .add_to_cart_button, .product-vignette .text-wrapper .product-filters .add_to_cart_button, .product-filters .single-product__add form button[type=submit], .single-product__add form .product-filters button[type=submit], .product-filters .single-product__add .single_variation_wrap button[type=submit], .single-product__add .single_variation_wrap .product-filters button[type=submit], .product-filters .single-product__attributes button[type=submit], .single-product__attributes .product-filters button[type=submit], .product-filters .single-product__alert .woocommerce-message a, .single-product__alert .woocommerce-message .product-filters a, .product-filters .custom-wysiwyg a.btn-primary, .custom-wysiwyg .product-filters a.btn-primary, .product-filters .btn-primary-child a, .btn-primary-child .product-filters a, .product-filters .wpcf7 form input[type=submit], .wpcf7 form .product-filters input[type=submit] {
  border: none;
  padding: 7px 20px;
  font-size: 16px;
  cursor: pointer;
  width: 100%;
}
.product-filters .btn-reset-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0 0;
}
.product-filters .btn-reset-wrapper .btn-link {
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.product-filters .btn-reset-wrapper .btn-link {
  color: rgba(128, 128, 128, 0.5);
  padding: 5px;
}
.product-filters .btn-reset-wrapper .btn-link:hover {
  color: #808080;
}
@media screen and (max-width: 768px) {
  .product-filters {
    padding: 20px 0 0;
  }
}

/* Filtres actifs */
.active-filters {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.active-filters {
  gap: 5px;
}
.active-filters__item {
  border-radius: 20px;
  padding: 7.5px 20px 7.5px 10px;
  background: #F3F3F3;
  color: #808080;
  font-size: 14px;
}
.active-filters__item.title, .active-filters__item.big-title, .active-filters__item.medium-title, .checkout--content form.checkout h3.active-filters__item,
.custom-wysiwyg h2.active-filters__item, .active-filters__item.small-title, .woocommerce-bacs-bank-details h2.active-filters__item.wc-bacs-bank-details-heading, .woocommerce-page--wrapper .woocommerce-order p.active-filters__item.woocommerce-thankyou-order-received,
h3.active-filters__item, h4.active-filters__item {
  background: none;
  padding: 0 10px 0 0;
  border-radius: 0;
}
.active-filters__item.title span, .active-filters__item.big-title span, .active-filters__item.medium-title span, .checkout--content form.checkout h3.active-filters__item span,
.custom-wysiwyg h2.active-filters__item span, .active-filters__item.small-title span, .woocommerce-bacs-bank-details h2.active-filters__item.wc-bacs-bank-details-heading span, .woocommerce-page--wrapper .woocommerce-order p.active-filters__item.woocommerce-thankyou-order-received span,
h3.active-filters__item span, h4.active-filters__item span {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.active-filters__item.title span, .active-filters__item.big-title span, .active-filters__item.medium-title span, .checkout--content form.checkout h3.active-filters__item span,
.custom-wysiwyg h2.active-filters__item span, .active-filters__item.small-title span, .woocommerce-bacs-bank-details h2.active-filters__item.wc-bacs-bank-details-heading span, .woocommerce-page--wrapper .woocommerce-order p.active-filters__item.woocommerce-thankyou-order-received span,
h3.active-filters__item span, h4.active-filters__item span {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .active-filters__item.title, .active-filters__item.big-title, .active-filters__item.medium-title, .checkout--content form.checkout h3.active-filters__item,
  .custom-wysiwyg h2.active-filters__item, .active-filters__item.small-title, .woocommerce-bacs-bank-details h2.active-filters__item.wc-bacs-bank-details-heading, .woocommerce-page--wrapper .woocommerce-order p.active-filters__item.woocommerce-thankyou-order-received,
  h3.active-filters__item, h4.active-filters__item {
    width: 100%;
    padding: 0 0 5px;
  }
}
.active-filters__item.submit {
  background-color: #808080;
  padding: 0;
}
.active-filters__item.submit button {
  padding: 7.5px 20px;
  cursor: pointer;
  -moz-appearance: none;
  border: none;
  color: #FFF;
  background: none;
}
.active-filters__item.search {
  padding: 0;
}
.active-filters__item.search input {
  background-color: #F3F3F3;
  border-radius: 40px;
  padding: 7.5px 20px;
  font-size: 14px;
  border: none;
  width: 150px;
}
.active-filters__item.search input:focus {
  border: none;
  outline: none;
}
.active-filters__item.reset {
  background: none;
  padding: 0;
  border-radius: 0;
}
.active-filters__item.reset .btn-reset {
  font-size: 14px;
}
.active-filters__item label input[type=checkbox] {
  display: none;
}
.active-filters__item label input[type=checkbox]:checked + span::before {
  background-color: #808080;
}
.active-filters__item label input[type=checkbox]:checked + span::after {
  opacity: 1;
}
.active-filters__item label span {
  position: relative;
  display: block;
  cursor: pointer;
  padding-left: 25px;
  font-size: 16px;
  color: #927335;
  letter-spacing: 0.4px;
  font-size: 14px;
  padding-left: 30px !important;
}
.active-filters__item label span::before {
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
}
.active-filters__item label span::before {
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  content: "";
  top: 2px;
  left: 0;
  border-radius: 100%;
  border: 1.5px solid #927335;
}
.active-filters__item label span::after {
  border: 2px solid #927335;
  border-left: none;
  border-bottom: none;
  transform: rotate(135deg);
  height: 6px;
  width: 10px;
  border-radius: 0;
}
.active-filters__item label span::after {
  content: "";
  top: 2px;
  position: absolute;
  left: 3px;
  opacity: 0;
  display: block;
  border-color: #FFF;
}
.active-filters__item label span::after {
  border-color: #FFF;
}
.active-filters__item label span::before {
  background-color: #FFF;
}
@media screen and (max-width: 575px) {
  .active-filters__item {
    font-size: 12px;
  }
}

.no-result {
  text-align: center;
  background-color: #FFF;
  padding: 30px;
  border: 1px solid #DDDDDD;
  margin-top: 30px;
  border-radius: 20px;
}
.no-result .btn-wrapper {
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .no-result {
    padding: 60px;
  }
}

.filters-cat {
  margin: 0 0 20px;
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 20px;
}
.filters-cat.no-border {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.filters-cat .xsmall-title {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
}
.filters-cat.search {
  padding-top: 10px;
}
.filters-cat.search input[type=text] {
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
  cursor: pointer;
  width: 100%;
  max-width: 100%;
  padding: 10px 0;
  border: none;
  border-bottom: 1px solid #808080;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  font-weight: 300;
  outline: none;
  font-size: 16px;
  color: #927335;
  caret-color: #927335;
}
.filters-cat.search input[type=text]::placeholder {
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
  color: rgba(128, 128, 128, 0);
}
.filters-cat.search input[type=text]:focus {
  border-color: #927335;
}
.filters-cat.search input[type=text]:focus::placeholder {
  color: #808080;
}
.filters-cat__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 0;
}
.filters-cat__list.sub-categories {
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
  padding-left: 30px;
  height: 0;
  overflow: hidden;
}
.filters-cat__list.sub-categories.is-visible {
  margin-top: 10px;
}
.filters-cat__list.sub-categories .filters-cat__list__item {
  border-bottom: 1px solid #DDDDDD;
}
.filters-cat__list.sub-categories .filters-cat__list__item:last-of-type {
  border: none;
}
.filters-cat__list__item {
  margin: 0;
  list-style: none;
  display: block;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .filters-cat__list__item {
    padding: 2.5px 0;
  }
}
.filters-cat__list__item label {
  width: 100%;
  display: flex;
}
.filters-cat__list__item label a.btn-collapse {
  width: 100%;
  padding: 0 !important;
}
.filters-cat__list__item label a.btn-collapse::after {
  opacity: 0.4;
  top: 4px !important;
}
.filters-cat__list__item label a.btn-collapse.is-active span::before {
  background-color: #808080;
}
.filters-cat__list__item label a.btn-collapse.is-active span::after {
  opacity: 1;
}
.filters-cat__list__item label input[type=checkbox] {
  display: none;
}
.filters-cat__list__item label input[type=checkbox]:checked + span::before {
  background-color: #808080;
}
.filters-cat__list__item label input[type=checkbox]:checked + span::after {
  opacity: 1;
}
.filters-cat__list__item label span {
  position: relative;
  display: block;
  cursor: pointer;
  padding-left: 25px;
  font-size: 16px;
  color: #927335;
  letter-spacing: 0.4px;
}
.filters-cat__list__item label span::before {
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
}
.filters-cat__list__item label span::before {
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  content: "";
  top: 2px;
  left: 0;
  border-radius: 100%;
  border: 1.5px solid #927335;
}
.filters-cat__list__item label span::after {
  border: 2px solid #927335;
  border-left: none;
  border-bottom: none;
  transform: rotate(135deg);
  height: 6px;
  width: 10px;
  border-radius: 0;
}
.filters-cat__list__item label span::after {
  content: "";
  top: 2px;
  position: absolute;
  left: 3px;
  opacity: 0;
  display: block;
  border-color: #FFF;
}
.filters-cat__list__item label span::after {
  border-color: #FFF;
}
.filters-cat select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  box-shadow: none;
  border-radius: 0;
  background: none;
  padding: 0;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  min-height: 40px;
  padding: 5px 20px;
  background-color: #F3F3F3;
  border-radius: 10px;
  margin: 10px 0 0;
}

/* Slider de taxonomy product */
.product-tax--slider {
  border-top: 1px solid #DDDDDD;
  padding: 60px 0 0;
  margin-top: 60px;
  overflow: hidden;
  width: 100%;
  opacity: 0;
}
.product-tax--slider.is-visible {
  animation: fadein 0.8s 0.3s 1 forwards;
}
.product-tax--slider__title {
  padding: 0 0 30px;
  color: #927335;
}
.product-tax--slider__wrapper {
  width: 100%;
}
.product-tax--slider__wrapper .glide__track {
  width: 100%;
}
.product-tax--slider__wrapper .glide__slide {
  position: relative;
}
.product-tax--slider__wrapper .vignette {
  display: flex;
  overflow: hidden;
  border-radius: 20px;
}
.product-tax--slider__wrapper .vignette__image {
  aspect-ratio: 4/3;
}
@media screen and (min-width: 1199px) {
  .product-tax--slider {
    margin-top: 66.6666666667px;
    padding-top: 66.6666666667px;
  }
}
@media screen and (min-width: 1499px) {
  .product-tax--slider {
    margin-top: 100px;
  }
}

.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  color: #927335;
  margin-bottom: 0;
}

.woocommerce-order .order_details {
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .woocommerce-order .order_details {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.woocommerce-bacs-bank-details {
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
  padding: 30px 0;
  margin: 60px auto;
}
.woocommerce-bacs-bank-details h2.wc-bacs-bank-details-heading {
  margin: 0 auto 30px !important;
  padding-bottom: 0;
}
.woocommerce-bacs-bank-details .wc-bacs-bank-details-account-name {
  display: none;
}
.woocommerce-bacs-bank-details .order_details {
  margin-bottom: 0 !important;
}
@media screen and (min-width: 992px) {
  .woocommerce-bacs-bank-details .order_details {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

.single-product {
  padding: 10px 0 0;
  padding-bottom: 60px;
}
@media screen and (min-width: 992px) {
  .single-product {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1199px) {
  .single-product {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 768px) {
  .single-product {
    padding-top: 60px;
  }
}
.single-product--wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.single-product--wrapper {
  padding: 0;
  gap: 60px 30px;
}
.single-product .container {
  position: relative;
}
.single-product .container .back-wrapper {
  padding: 0 20px 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.single-product__bread {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 5px;
  margin: 0;
  padding: 0 0 5px;
}
.single-product__bread li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  list-style: none;
  gap: 5px;
  color: #808080;
}
.single-product__bread li::after {
  width: auto;
  height: auto;
  display: block;
  position: absolute;
  content: "";
  position: relative;
  display: block;
  content: "|";
}
.single-product__bread li:last-of-type::after {
  display: none;
}
.single-product__bread .link {
  text-decoration: none;
  color: #808080;
}
.single-product__bread .link:hover {
  color: #927335;
}
.single-product__custom-fields {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  padding: 0 0 10px;
  margin: 0;
}
@media screen and (min-width: 1199px) {
  .single-product__custom-fields {
    gap: 20px 10px;
  }
}
.single-product__custom-fields li {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.single-product__custom-fields li.amount {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.single-product__custom-fields li.amount {
  flex-direction: row;
}
.single-product__custom-fields li.amount label {
  width: auto;
}
.single-product__custom-fields li.form-row label {
  position: absolute;
  left: 0;
  top: 10px;
}
.single-product__custom-fields li.form-row:has(input:focus) label, .single-product__custom-fields li.form-row:has(textarea:focus) label {
  top: -5px;
  font-size: 10px;
}
.single-product__custom-fields li.form-row:has(.not-empty) label {
  top: -5px;
  font-size: 10px;
  color: #808080;
}
.single-product__custom-fields li.form-row:has(.not-empty):has(input:focus) label, .single-product__custom-fields li.form-row:has(.not-empty):has(textarea:focus) label {
  opacity: 1;
  color: #808080;
}
.single-product__custom-fields li label, .single-product__custom-fields li input, .single-product__custom-fields li textarea {
  width: 100%;
}
.single-product__custom-fields li label {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #927335;
  font-size: 16px;
  width: 100%;
}
.single-product__custom-fields li label sup {
  color: #927335;
}
.single-product__custom-fields li input {
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
  cursor: pointer;
  width: 100%;
  max-width: 100%;
  padding: 10px 0;
  border: none;
  border-bottom: 1px solid #808080;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  font-weight: 300;
  outline: none;
  font-size: 16px;
  color: #927335;
  caret-color: #927335;
}
.single-product__custom-fields li input::placeholder {
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
  color: rgba(128, 128, 128, 0);
}
.single-product__custom-fields li input:focus {
  border-color: #927335;
}
.single-product__custom-fields li input:focus::placeholder {
  color: #808080;
}
.single-product__custom-fields li textarea {
  height: 100px;
  border: 1px solid #808080;
  padding: 15px;
  font-family: "Roboto", arial, sans-serif;
  font-size: 16px;
  color: #927335;
  background: none;
}
.single-product__custom-fields li textarea:focus {
  border-color: #927335;
  outline: none;
}
.single-product__custom-fields li textarea::placeholder {
  color: #808080;
}
.single-product__alert .woocommerce-message {
  display: flex;
  align-items: center;
  border: none;
  left: 0;
  padding: 20px;
  border-radius: 20px;
  font-size: 16px;
}
.single-product__alert .woocommerce-message a {
  margin: 20px auto;
  font-size: 14px;
  padding: 10px 20px;
}
.single-product__alert .woocommerce-message::before {
  display: none;
}
.single-product__alert .woocommerce-message::after {
  display: none;
}
.single-product__image {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .single-product__image {
    width: 600px;
  }
}
@media screen and (min-width: 992px) {
  .single-product__image {
    width: 375px;
  }
}
@media screen and (min-width: 1199px) {
  .single-product__image {
    width: 475px;
  }
}
@media screen and (min-width: 1499px) {
  .single-product__image {
    width: 558.3333333333px;
  }
}
.single-product__image .woocommerce-product-gallery__trigger {
  display: none;
}
.single-product__image .flex-control-nav {
  scrollbar-width: none;
  -ms-overflow-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 0;
  border-radius: 10px;
  overflow: scroll;
  width: 100%;
}
.single-product__image .flex-control-nav::-webkit-scrollbar {
  width: 0;
  background: transparent;
}
.single-product__image .flex-control-nav li {
  display: flex;
  list-style: none;
  cursor: pointer;
}
.single-product__image .flex-control-nav li img {
  border-radius: 10px;
}
.single-product__image .woocommerce-product-gallery {
  opacity: 1 !important;
}
.single-product__image .woocommerce-product-gallery__image a {
  display: flex;
  border-radius: 0;
  overflow: hidden;
}
.single-product__image .woocommerce-product-gallery__image img {
  max-width: 100%;
  width: 100%;
}
.single-product__title {
  padding: 0 0 20px;
}
.single-product__title .title, .single-product__title .big-title, .single-product__title .medium-title, .single-product__title .checkout--content form.checkout h3, .checkout--content form.checkout .single-product__title h3,
.single-product__title .custom-wysiwyg h2,
.custom-wysiwyg .single-product__title h2, .single-product__title .small-title, .single-product__title .woocommerce-bacs-bank-details h2.wc-bacs-bank-details-heading, .woocommerce-bacs-bank-details .single-product__title h2.wc-bacs-bank-details-heading, .single-product__title .woocommerce-page--wrapper .woocommerce-order p.woocommerce-thankyou-order-received, .woocommerce-page--wrapper .woocommerce-order .single-product__title p.woocommerce-thankyou-order-received,
.single-product__title h3, .single-product__title h4 {
  padding: 0 !important;
}
.single-product__title .sku {
  display: block;
  padding: 5px 0;
  font-size: 12px;
  color: rgba(25, 25, 25, 0.5);
}
.single-product__text {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .single-product__text {
    width: 600px;
  }
}
@media screen and (min-width: 992px) {
  .single-product__text {
    width: 450px;
  }
}
@media screen and (min-width: 1199px) {
  .single-product__text {
    width: 570px;
  }
}
@media screen and (min-width: 1499px) {
  .single-product__text {
    width: 670px;
  }
}
.single-product__text {
  position: relative;
}
.single-product__text .medium-title, .single-product__text .checkout--content form.checkout h3, .checkout--content form.checkout .single-product__text h3 {
  color: #927335;
  padding-bottom: 10px;
  text-align: left;
}
.single-product__text .orti {
  position: absolute;
  right: 0;
  top: 0;
}
.single-product__desc {
  text-align: left;
  padding: 0;
}
.single-product__price {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.single-product__price {
  font-size: 18px;
  margin: 0;
  text-align: left;
  gap: 10px;
  padding: 10px 0 0;
}
.single-product__price .amount {
  color: #927335;
}
.single-product__price .amount * {
  color: #927335;
}
.single-product__price .stock-label {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  border: 1px solid #927335;
  padding: 5px 10px;
  color: #927335;
  border-radius: 50px;
  font-weight: 400;
  font-size: 14px;
}
.single-product__add {
  margin-top: 0;
  padding-bottom: 45px;
}
.single-product__add:has(.cheque-title) .generic-title {
  display: none;
}
.single-product__add .amount-wrapper {
  position: relative;
}
.single-product__add .amount-wrapper input {
  width: 150px !important;
  padding-left: 10px !important;
  padding-right: 40px !important;
  border: 1px solid #DDDDDD !important;
}
.single-product__add .amount-wrapper span {
  position: absolute;
  right: 20px;
  color: #927335;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
}
.single-product__add form, .single-product__add .single_variation_wrap, .single-product__attributes {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding-top: 20px;
}
.single-product__add form input[type=number],
.single-product__add form select, .single-product__add .single_variation_wrap input[type=number],
.single-product__add .single_variation_wrap select, .single-product__attributes input[type=number],
.single-product__attributes select {
  background: none;
  color: #927335;
  border: 1px solid #DDDDDD;
  -moz-appearance: none;
  text-align: center;
  width: 120px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 400;
  height: 50px;
  font-family: "Roboto", arial, sans-serif;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .single-product__add form input[type=number],
  .single-product__add form select, .single-product__add .single_variation_wrap input[type=number],
  .single-product__add .single_variation_wrap select, .single-product__attributes input[type=number],
  .single-product__attributes select {
    height: 40px;
    width: 150px;
  }
}
.single-product__add form input[type=number], .single-product__add .single_variation_wrap input[type=number], .single-product__attributes input[type=number] {
  width: 100px;
}
.single-product__add form button[type=submit], .single-product__add .single_variation_wrap button[type=submit], .single-product__attributes button[type=submit] {
  -moz-appearance: none;
  border: none;
  cursor: pointer;
}
.single-product__add form .attribute-label, .single-product__add .single_variation_wrap .attribute-label, .single-product__attributes .attribute-label {
  margin: 0;
}
.single-product__add form .attribute-options, .single-product__add .single_variation_wrap .attribute-options, .single-product__attributes .attribute-options {
  gap: 5px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.single-product__add form .attribute-options .attribute-radio, .single-product__add .single_variation_wrap .attribute-options .attribute-radio, .single-product__attributes .attribute-options .attribute-radio {
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
  border-radius: 10px;
  cursor: pointer;
  height: 40px;
  border: 1px solid #DDDDDD;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-product__add form .attribute-options .attribute-radio.is-color, .single-product__add .single_variation_wrap .attribute-options .attribute-radio.is-color, .single-product__attributes .attribute-options .attribute-radio.is-color {
  position: relative;
  height: 30px;
  width: 30px;
  border-radius: 100%;
}
.single-product__add form .attribute-options .attribute-radio.is-color span, .single-product__add .single_variation_wrap .attribute-options .attribute-radio.is-color span, .single-product__attributes .attribute-options .attribute-radio.is-color span {
  display: none;
}
.single-product__add form .attribute-options .attribute-radio span, .single-product__add .single_variation_wrap .attribute-options .attribute-radio span, .single-product__attributes .attribute-options .attribute-radio span {
  padding: 5px 10px;
}
.single-product__add form .attribute-options .attribute-radio input, .single-product__add .single_variation_wrap .attribute-options .attribute-radio input, .single-product__attributes .attribute-options .attribute-radio input {
  display: none;
}
.single-product__add form .attribute-options .attribute-radio:hover, .single-product__add .single_variation_wrap .attribute-options .attribute-radio:hover, .single-product__attributes .attribute-options .attribute-radio:hover {
  border-color: #808080;
}
.single-product__add form .attribute-options .attribute-radio:has(input:checked), .single-product__add .single_variation_wrap .attribute-options .attribute-radio:has(input:checked), .single-product__attributes .attribute-options .attribute-radio:has(input:checked) {
  background: #FFF;
  border-color: #808080;
}
.single-product__add form .attribute-options .attribute-radio:has(input:checked) span, .single-product__add .single_variation_wrap .attribute-options .attribute-radio:has(input:checked) span, .single-product__attributes .attribute-options .attribute-radio:has(input:checked) span {
  color: #808080;
}
.single-product__add .stock, .single-product__add .stock.in-stock {
  display: none;
}
.single-product__add .btn-link {
  font-size: 14px;
  text-align: center;
  display: block;
  padding: 0 10px;
  text-decoration: underline;
  margin: 0 auto;
}
.single-product__add .btn-link::before {
  display: none;
}
.single-product__add form,
.single-product__add .single_variation_wrap {
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.single-product__add form .single_variation,
.single-product__add .single_variation_wrap .single_variation {
  display: none;
}
@media screen and (min-width: 768px) {
  .single-product__add form {
    padding-top: 20px;
  }
}
.single-product__add form span.title, .single-product__add form span.big-title, .single-product__add form span.medium-title, .single-product__add form span.small-title {
  width: 140px;
  padding-left: 10px;
}
.single-product__add form label {
  width: 100%;
  min-width: 100px;
}
.single-product__add form label select {
  width: 100%;
}
@media screen and (max-width: 575px) {
  .single-product__add form label {
    width: 100%;
  }
}
.single-product__add form .single_variation_wrap {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 5px 10px;
  padding-top: 10px;
  flex-wrap: wrap;
}
.single-product__add form .single_variation_wrap .single_variation {
  display: none;
}
.single-product__add form .single_variation_wrap .quantity {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (min-width: 575px) {
  .single-product__add form .single_variation_wrap .quantity {
    justify-content: center;
  }
  .single-product__add form .single_variation_wrap .quantity input {
    width: 120px;
  }
}
.single-product__attributes .title, .single-product__attributes .big-title, .single-product__attributes .medium-title, .single-product__attributes .checkout--content form.checkout h3, .checkout--content form.checkout .single-product__attributes h3,
.single-product__attributes .custom-wysiwyg h2,
.custom-wysiwyg .single-product__attributes h2, .single-product__attributes .small-title, .single-product__attributes .woocommerce-bacs-bank-details h2.wc-bacs-bank-details-heading, .woocommerce-bacs-bank-details .single-product__attributes h2.wc-bacs-bank-details-heading, .single-product__attributes .woocommerce-page--wrapper .woocommerce-order p.woocommerce-thankyou-order-received, .woocommerce-page--wrapper .woocommerce-order .single-product__attributes p.woocommerce-thankyou-order-received,
.single-product__attributes h3, .single-product__attributes h4 {
  text-transform: uppercase;
  color: #927335;
  margin-right: 20px;
}
.single-product__shipping {
  padding: 10px 0 0;
  display: block;
}
.single-product__shipping small {
  color: #808080;
  font-size: 12px;
}
.single-product--cta {
  padding-bottom: 60px;
}
@media screen and (min-width: 992px) {
  .single-product--cta {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1199px) {
  .single-product--cta {
    padding-bottom: 100px;
  }
}
.single-product--upsell {
  overflow: hidden;
  opacity: 0;
}
.single-product--upsell__title {
  padding: 0 0 30px;
}
.single-product--upsell + .single-product--upsell {
  padding-top: 60px;
}
.single-product--upsell.is-visible {
  animation: fadein 0.8s 0.3s 1 forwards;
}
@media screen and (max-width: 575px) {
  .single-product__text {
    padding-left: 30px;
    padding-right: 30px;
  }
  .single-product__text .orti {
    right: 20px;
  }
  .single-product__cta {
    border: none;
    margin-top: 0;
    padding-top: 0;
  }
  .single-product__cta .small-title, .single-product__cta .woocommerce-bacs-bank-details h2.wc-bacs-bank-details-heading, .woocommerce-bacs-bank-details .single-product__cta h2.wc-bacs-bank-details-heading, .single-product__cta .woocommerce-page--wrapper .woocommerce-order p.woocommerce-thankyou-order-received, .woocommerce-page--wrapper .woocommerce-order .single-product__cta p.woocommerce-thankyou-order-received {
    margin-bottom: 20px;
    text-align: left;
  }
  .single-product__cta form.cart {
    justify-content: flex-start;
    align-items: flex-start;
  }
  .single-product .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .single-product__add form, .single-product__add .single_variation_wrap {
    padding: 20px 0 0;
  }
  .single-product__title {
    padding: 0;
  }
  .single-product .container .back-wrapper {
    padding: 0 0 20px;
  }
}
@media screen and (min-width: 992px) {
  .single-product--wrapper {
    flex-direction: row;
    align-items: flex-start;
  }
  .single-product--upsell {
    padding: 0;
  }
  .single-product__image {
    position: sticky;
    top: 100px;
  }
  .single-product__image .image-wrapper {
    display: block;
    overflow: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    border-radius: 0;
    overflow: hidden;
  }
  .single-product__image .image-wrapper::-webkit-scrollbar {
    width: 0;
    background: transparent;
  }
  .single-product__image .image-wrapper img {
    transition: all 0.65s;
    -moz-transition: all 0.65s;
    -webkit-transition: all 0.65s;
  }
  .single-product__image .image-wrapper.is-zoomed img {
    transform: scale(1.5) translateX(15%) translateY(15%);
  }
  .single-product__title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media screen and (min-width: 1199px) {
  .single-product__add form input[type=number] {
    width: 150px;
  }
  .single-product--upsell + .single-product--upsell {
    padding-top: 66.6666666667px;
  }
}
@media screen and (min-width: 1499px) {
  .single-product--upsell {
    padding: 0 0 0;
  }
  .single-product--upsell__wrapper .upsell-title {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .single-product .container {
    width: 100%;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .single-product .container {
    width: 290px;
  }
}
@media screen and (max-width: 768px) and (min-width: 992px) {
  .single-product .container {
    width: 440px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1199px) {
  .single-product .container {
    width: 560px;
  }
}
@media screen and (max-width: 768px) and (min-width: 1499px) {
  .single-product .container {
    width: 660px;
  }
}
@media screen and (max-width: 575px) {
  .single-product__add form .quantity, .single-product__add .single_variation_wrap .quantity {
    width: 100%;
  }
  .single-product__add form input[type=number], .single-product__add .single_variation_wrap input[type=number] {
    width: 100%;
  }
  .single-product__add form button[type=submit], .single-product__add .single_variation_wrap button[type=submit] {
    width: 100%;
    margin: 0 auto;
  }
}

.upsell__list,
.products-list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
}
.upsell__list__item,
.products-list__item {
  margin: 0;
}
.upsell__list__item .product-vignette,
.products-list__item .product-vignette {
  background: #FFF;
  margin: 0;
  border: 1px solid #DDDDDD;
}

.product-vignette {
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.product-vignette:hover {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  border-color: #FFF;
}
.product-vignette .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10px;
  position: relative;
}
.product-vignette .image-wrapper picture {
  display: flex;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
}
.product-vignette .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  aspect-ratio: 1;
  border-radius: 10px;
}
.product-vignette .image-wrapper .badge-promo {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #927335;
  color: #FFF;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  line-height: 1em;
}
.product-vignette .text-wrapper {
  padding: 10px 10px 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.product-vignette .text-wrapper .btn-outline--gold, .product-vignette .text-wrapper .woocommerce-page--wrapper .checkout--content .wc-block-checkout__main .wc-block-checkout__login-prompt, .woocommerce-page--wrapper .checkout--content .wc-block-checkout__main .product-vignette .text-wrapper .wc-block-checkout__login-prompt, .product-vignette .text-wrapper .panier--total td .shipping-calculator-form button[type=submit], .panier--total td .shipping-calculator-form .product-vignette .text-wrapper button[type=submit], .product-vignette .text-wrapper .woocommerce-notices-wrapper .woocommerce-message .wc-forward, .woocommerce-notices-wrapper .woocommerce-message .product-vignette .text-wrapper .wc-forward {
  padding: 7px 20px;
}
@media screen and (max-width: 575px) {
  .product-vignette .text-wrapper .btn-outline--gold, .product-vignette .text-wrapper .woocommerce-page--wrapper .checkout--content .wc-block-checkout__main .wc-block-checkout__login-prompt, .woocommerce-page--wrapper .checkout--content .wc-block-checkout__main .product-vignette .text-wrapper .wc-block-checkout__login-prompt, .product-vignette .text-wrapper .panier--total td .shipping-calculator-form button[type=submit], .panier--total td .shipping-calculator-form .product-vignette .text-wrapper button[type=submit], .product-vignette .text-wrapper .woocommerce-notices-wrapper .woocommerce-message .wc-forward, .woocommerce-notices-wrapper .woocommerce-message .product-vignette .text-wrapper .wc-forward {
    font-size: 16px;
  }
}
.product-vignette .text-wrapper .xsmall-title.title, .product-vignette .text-wrapper .xsmall-title.big-title, .product-vignette .text-wrapper .xsmall-title.medium-title,
.product-vignette .text-wrapper .custom-wysiwyg h2.xsmall-title,
.custom-wysiwyg .product-vignette .text-wrapper h2.xsmall-title, .product-vignette .text-wrapper .xsmall-title.small-title, .product-vignette .text-wrapper .woocommerce-bacs-bank-details h2.xsmall-title.wc-bacs-bank-details-heading, .woocommerce-bacs-bank-details .product-vignette .text-wrapper h2.xsmall-title.wc-bacs-bank-details-heading, .product-vignette .text-wrapper .woocommerce-page--wrapper .woocommerce-order p.xsmall-title.woocommerce-thankyou-order-received, .woocommerce-page--wrapper .woocommerce-order .product-vignette .text-wrapper p.xsmall-title.woocommerce-thankyou-order-received,
.product-vignette .text-wrapper h3.xsmall-title, .product-vignette .text-wrapper h4.xsmall-title {
  font-size: 16px;
  padding: 10px 0;
}
.product-vignette .text-wrapper .product-brand {
  font-size: 14px;
  color: #191919;
}
@media screen and (max-width: 575px) {
  .product-vignette .text-wrapper .product-brand {
    font-size: 12px;
  }
}
.product-vignette .text-wrapper .price {
  display: block;
  padding: 5px 0 0;
}
.product-vignette .text-wrapper .price * {
  color: #808080;
  font-size: 16px;
}
@media screen and (max-width: 575px) {
  .product-vignette .text-wrapper .price {
    font-size: 16px;
    padding-top: 10px;
  }
  .product-vignette .text-wrapper .price * {
    font-size: 14px;
  }
}
.product-vignette .text-wrapper .add_to_cart_button {
  padding: 7px 20px;
}
@media screen and (max-width: 575px) {
  .product-vignette .text-wrapper .add_to_cart_button {
    font-size: 16px;
  }
}
.product-vignette .text-wrapper .btn-wrapper {
  margin: auto auto 0 0;
}
.product-vignette--variations {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 5px;
  padding: 20px 0 0;
}
.product-vignette--variations__item {
  border: 1px solid #DDDDDD;
  position: relative;
  height: 20px;
  width: 20px;
  border-radius: 100%;
}
@media screen and (min-width: 575px) {
  .product-vignette .text-wrapper {
    padding: 20px;
  }
}
@media screen and (min-width: 768px) {
  .product-vignette--variations__item {
    width: 30px;
    height: 30px;
  }
}
@media screen and (min-width: 992px) {
  .product-vignette .image-wrapper {
    padding: 10px 10px 0;
  }
  .product-vignette .text-wrapper .xsmall-title.title, .product-vignette .text-wrapper .xsmall-title.big-title, .product-vignette .text-wrapper .xsmall-title.medium-title,
  .product-vignette .text-wrapper .custom-wysiwyg h2.xsmall-title,
  .custom-wysiwyg .product-vignette .text-wrapper h2.xsmall-title, .product-vignette .text-wrapper .xsmall-title.small-title, .product-vignette .text-wrapper .woocommerce-bacs-bank-details h2.xsmall-title.wc-bacs-bank-details-heading, .woocommerce-bacs-bank-details .product-vignette .text-wrapper h2.xsmall-title.wc-bacs-bank-details-heading, .product-vignette .text-wrapper .woocommerce-page--wrapper .woocommerce-order p.xsmall-title.woocommerce-thankyou-order-received, .woocommerce-page--wrapper .woocommerce-order .product-vignette .text-wrapper p.xsmall-title.woocommerce-thankyou-order-received,
  .product-vignette .text-wrapper h3.xsmall-title, .product-vignette .text-wrapper h4.xsmall-title {
    font-size: 19px;
  }
}
@media screen and (min-width: 1499px) {
  .product-vignette .text-wrapper .xsmall-title.title, .product-vignette .text-wrapper .xsmall-title.big-title, .product-vignette .text-wrapper .xsmall-title.medium-title,
  .product-vignette .text-wrapper .custom-wysiwyg h2.xsmall-title,
  .custom-wysiwyg .product-vignette .text-wrapper h2.xsmall-title, .product-vignette .text-wrapper .xsmall-title.small-title, .product-vignette .text-wrapper .woocommerce-bacs-bank-details h2.xsmall-title.wc-bacs-bank-details-heading, .woocommerce-bacs-bank-details .product-vignette .text-wrapper h2.xsmall-title.wc-bacs-bank-details-heading, .product-vignette .text-wrapper .woocommerce-page--wrapper .woocommerce-order p.xsmall-title.woocommerce-thankyou-order-received, .woocommerce-page--wrapper .woocommerce-order .product-vignette .text-wrapper p.xsmall-title.woocommerce-thankyou-order-received,
  .product-vignette .text-wrapper h3.xsmall-title, .product-vignette .text-wrapper h4.xsmall-title {
    font-size: 21px;
  }
}

.btn-cart {
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
}
.btn-cart {
  position: relative;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0;
}
@media screen and (max-width: 575px) {
  .btn-cart {
    display: none;
  }
}
.btn-cart--icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.btn-cart--icon-wrapper {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: #FFF;
}
.btn-cart--icon-wrapper svg {
  display: block;
  max-width: 20px;
  width: 20px;
  height: 20px;
}
.btn-cart--icon-wrapper svg path {
  fill: #927335;
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
}
.btn-cart:hover .btn-cart--icon-wrapper svg path {
  fill: #191919;
}
.btn-cart--count {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.btn-cart--count {
  position: absolute;
  font-size: 8px;
  border-radius: 100%;
  height: 17.5px;
  width: 17.5px;
  background-color: #927335;
  color: #FFF !important;
  font-weight: 400;
  top: 2.5px;
  right: 2.5px;
}

.woocommerce-notices-wrapper {
  position: fixed;
  z-index: 4;
  bottom: 0;
  left: 0;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
  /*animation: fadeout $duration 10s forwards; */
}
.woocommerce-notices-wrapper .wc-block-components-notice-banner {
  border: none;
  background-color: #F3F3F3;
}
.woocommerce-notices-wrapper .wc-block-components-notice-banner.is-success {
  background-color: #F3F3F3;
}
.woocommerce-notices-wrapper .wc-block-components-notice-banner .wc-block-components-notice-banner__content {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.woocommerce-notices-wrapper .wc-block-components-notice-banner .wc-block-components-notice-banner__content a {
  color: #927335;
}
.woocommerce-notices-wrapper .woocommerce-message {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.woocommerce-notices-wrapper .woocommerce-message {
  max-width: 90%;
  border-radius: 5px;
  margin: 0 auto 20px;
  justify-content: space-between;
  background-color: #FFF;
  border-top: none !important;
}
.woocommerce-notices-wrapper .woocommerce-message .wc-forward {
  margin: 0;
}
@media screen and (max-width: 575px) {
  .woocommerce-notices-wrapper .woocommerce-message {
    left: 10px;
    margin: 0;
    bottom: 20px;
    box-sizing: border-box;
    width: auto;
    max-width: 100%;
    right: 10px;
    flex-direction: column;
    gap: 10px;
  }
}

.mon-compte {
  background-color: #FFF;
  padding: 100px 0 100px;
}
.mon-compte--content {
  padding: 20px;
}
.mon-compte--content .wp-block-woocommerce-checkout {
  background-color: #FFF;
  padding: 20px 30px;
}
@media screen and (min-width: 768px) {
  .mon-compte--content .wp-block-woocommerce-checkout {
    padding: 0;
  }
}
.mon-compte--content .woocommerce h2 {
  color: #808080;
}
.mon-compte--content .woocommerce .woocommerce-MyAccount-content p a {
  text-decoration: underline;
  color: #927335;
}
.mon-compte--content .woocommerce .woocommerce-form-register p {
  font-size: 14px;
  line-height: 21px;
}
.mon-compte--content .woocommerce .lost_reset_password {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .mon-compte--content .woocommerce .lost_reset_password {
    width: 500px;
  }
}
@media screen and (min-width: 992px) {
  .mon-compte--content .woocommerce .lost_reset_password {
    width: 750px;
  }
}
@media screen and (min-width: 1199px) {
  .mon-compte--content .woocommerce .lost_reset_password {
    width: 760px;
  }
}
@media screen and (min-width: 1499px) {
  .mon-compte--content .woocommerce .lost_reset_password {
    width: 893.3333333333px;
  }
}
.mon-compte--content .woocommerce .lost_reset_password {
  margin: 0 auto;
  text-align: left;
}
.mon-compte--content .woocommerce .lost_reset_password .form-row {
  text-align: left;
  align-items: flex-start;
}
.mon-compte--content .woocommerce .lost_reset_password .form-row .woocommerce-Button {
  display: block;
}
.mon-compte--content .woocommerce .lost_reset_password,
.mon-compte--content .woocommerce .woocommerce-form-login,
.mon-compte--content .woocommerce .woocommerce-form-register {
  border: none;
  margin: 0 auto;
}
.mon-compte--content .woocommerce .lost_reset_password input[type=text],
.mon-compte--content .woocommerce .lost_reset_password input[type=email],
.mon-compte--content .woocommerce .lost_reset_password input[type=mail],
.mon-compte--content .woocommerce .lost_reset_password input[type=password],
.mon-compte--content .woocommerce .woocommerce-form-login input[type=text],
.mon-compte--content .woocommerce .woocommerce-form-login input[type=email],
.mon-compte--content .woocommerce .woocommerce-form-login input[type=mail],
.mon-compte--content .woocommerce .woocommerce-form-login input[type=password],
.mon-compte--content .woocommerce .woocommerce-form-register input[type=text],
.mon-compte--content .woocommerce .woocommerce-form-register input[type=email],
.mon-compte--content .woocommerce .woocommerce-form-register input[type=mail],
.mon-compte--content .woocommerce .woocommerce-form-register input[type=password] {
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
  cursor: pointer;
  width: 100%;
  max-width: 100%;
  padding: 10px 0;
  border: none;
  border-bottom: 1px solid #808080;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  font-weight: 300;
  outline: none;
  font-size: 16px;
  color: #927335;
  caret-color: #927335;
}
.mon-compte--content .woocommerce .lost_reset_password input[type=text]::placeholder,
.mon-compte--content .woocommerce .lost_reset_password input[type=email]::placeholder,
.mon-compte--content .woocommerce .lost_reset_password input[type=mail]::placeholder,
.mon-compte--content .woocommerce .lost_reset_password input[type=password]::placeholder,
.mon-compte--content .woocommerce .woocommerce-form-login input[type=text]::placeholder,
.mon-compte--content .woocommerce .woocommerce-form-login input[type=email]::placeholder,
.mon-compte--content .woocommerce .woocommerce-form-login input[type=mail]::placeholder,
.mon-compte--content .woocommerce .woocommerce-form-login input[type=password]::placeholder,
.mon-compte--content .woocommerce .woocommerce-form-register input[type=text]::placeholder,
.mon-compte--content .woocommerce .woocommerce-form-register input[type=email]::placeholder,
.mon-compte--content .woocommerce .woocommerce-form-register input[type=mail]::placeholder,
.mon-compte--content .woocommerce .woocommerce-form-register input[type=password]::placeholder {
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
  color: rgba(128, 128, 128, 0);
}
.mon-compte--content .woocommerce .lost_reset_password input[type=text]:focus,
.mon-compte--content .woocommerce .lost_reset_password input[type=email]:focus,
.mon-compte--content .woocommerce .lost_reset_password input[type=mail]:focus,
.mon-compte--content .woocommerce .lost_reset_password input[type=password]:focus,
.mon-compte--content .woocommerce .woocommerce-form-login input[type=text]:focus,
.mon-compte--content .woocommerce .woocommerce-form-login input[type=email]:focus,
.mon-compte--content .woocommerce .woocommerce-form-login input[type=mail]:focus,
.mon-compte--content .woocommerce .woocommerce-form-login input[type=password]:focus,
.mon-compte--content .woocommerce .woocommerce-form-register input[type=text]:focus,
.mon-compte--content .woocommerce .woocommerce-form-register input[type=email]:focus,
.mon-compte--content .woocommerce .woocommerce-form-register input[type=mail]:focus,
.mon-compte--content .woocommerce .woocommerce-form-register input[type=password]:focus {
  border-color: #927335;
}
.mon-compte--content .woocommerce .lost_reset_password input[type=text]:focus::placeholder,
.mon-compte--content .woocommerce .lost_reset_password input[type=email]:focus::placeholder,
.mon-compte--content .woocommerce .lost_reset_password input[type=mail]:focus::placeholder,
.mon-compte--content .woocommerce .lost_reset_password input[type=password]:focus::placeholder,
.mon-compte--content .woocommerce .woocommerce-form-login input[type=text]:focus::placeholder,
.mon-compte--content .woocommerce .woocommerce-form-login input[type=email]:focus::placeholder,
.mon-compte--content .woocommerce .woocommerce-form-login input[type=mail]:focus::placeholder,
.mon-compte--content .woocommerce .woocommerce-form-login input[type=password]:focus::placeholder,
.mon-compte--content .woocommerce .woocommerce-form-register input[type=text]:focus::placeholder,
.mon-compte--content .woocommerce .woocommerce-form-register input[type=email]:focus::placeholder,
.mon-compte--content .woocommerce .woocommerce-form-register input[type=mail]:focus::placeholder,
.mon-compte--content .woocommerce .woocommerce-form-register input[type=password]:focus::placeholder {
  color: #808080;
}
.mon-compte--content .woocommerce .lost_reset_password input[type=text]:focus, .mon-compte--content .woocommerce .lost_reset_password input[type=text]:hover,
.mon-compte--content .woocommerce .lost_reset_password input[type=email]:focus,
.mon-compte--content .woocommerce .lost_reset_password input[type=email]:hover,
.mon-compte--content .woocommerce .lost_reset_password input[type=mail]:focus,
.mon-compte--content .woocommerce .lost_reset_password input[type=mail]:hover,
.mon-compte--content .woocommerce .lost_reset_password input[type=password]:focus,
.mon-compte--content .woocommerce .lost_reset_password input[type=password]:hover,
.mon-compte--content .woocommerce .woocommerce-form-login input[type=text]:focus,
.mon-compte--content .woocommerce .woocommerce-form-login input[type=text]:hover,
.mon-compte--content .woocommerce .woocommerce-form-login input[type=email]:focus,
.mon-compte--content .woocommerce .woocommerce-form-login input[type=email]:hover,
.mon-compte--content .woocommerce .woocommerce-form-login input[type=mail]:focus,
.mon-compte--content .woocommerce .woocommerce-form-login input[type=mail]:hover,
.mon-compte--content .woocommerce .woocommerce-form-login input[type=password]:focus,
.mon-compte--content .woocommerce .woocommerce-form-login input[type=password]:hover,
.mon-compte--content .woocommerce .woocommerce-form-register input[type=text]:focus,
.mon-compte--content .woocommerce .woocommerce-form-register input[type=text]:hover,
.mon-compte--content .woocommerce .woocommerce-form-register input[type=email]:focus,
.mon-compte--content .woocommerce .woocommerce-form-register input[type=email]:hover,
.mon-compte--content .woocommerce .woocommerce-form-register input[type=mail]:focus,
.mon-compte--content .woocommerce .woocommerce-form-register input[type=mail]:hover,
.mon-compte--content .woocommerce .woocommerce-form-register input[type=password]:focus,
.mon-compte--content .woocommerce .woocommerce-form-register input[type=password]:hover {
  background-color: #F3F3F3;
}
.mon-compte--content .woocommerce .lost_reset_password label,
.mon-compte--content .woocommerce .woocommerce-form-login label,
.mon-compte--content .woocommerce .woocommerce-form-register label {
  font-size: 16px;
  color: #808080;
}
.mon-compte--content .woocommerce .lost_reset_password label:has(input[type=checkbox]) span,
.mon-compte--content .woocommerce .woocommerce-form-login label:has(input[type=checkbox]) span,
.mon-compte--content .woocommerce .woocommerce-form-register label:has(input[type=checkbox]) span {
  position: relative;
  display: block;
  cursor: pointer;
  padding-left: 25px;
  font-size: 16px;
  color: #927335;
  letter-spacing: 0.4px;
}
.mon-compte--content .woocommerce .lost_reset_password label:has(input[type=checkbox]) span::before,
.mon-compte--content .woocommerce .woocommerce-form-login label:has(input[type=checkbox]) span::before,
.mon-compte--content .woocommerce .woocommerce-form-register label:has(input[type=checkbox]) span::before {
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
}
.mon-compte--content .woocommerce .lost_reset_password label:has(input[type=checkbox]) span::before,
.mon-compte--content .woocommerce .woocommerce-form-login label:has(input[type=checkbox]) span::before,
.mon-compte--content .woocommerce .woocommerce-form-register label:has(input[type=checkbox]) span::before {
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  content: "";
  top: 2px;
  left: 0;
  border-radius: 100%;
  border: 1.5px solid #927335;
}
.mon-compte--content .woocommerce .lost_reset_password label:has(input[type=checkbox]) span::after,
.mon-compte--content .woocommerce .woocommerce-form-login label:has(input[type=checkbox]) span::after,
.mon-compte--content .woocommerce .woocommerce-form-register label:has(input[type=checkbox]) span::after {
  border: 2px solid #927335;
  border-left: none;
  border-bottom: none;
  transform: rotate(135deg);
  height: 6px;
  width: 10px;
  border-radius: 0;
}
.mon-compte--content .woocommerce .lost_reset_password label:has(input[type=checkbox]) span::after,
.mon-compte--content .woocommerce .woocommerce-form-login label:has(input[type=checkbox]) span::after,
.mon-compte--content .woocommerce .woocommerce-form-register label:has(input[type=checkbox]) span::after {
  content: "";
  top: 2px;
  position: absolute;
  left: 3px;
  opacity: 0;
  display: block;
  border-color: #FFF;
}
.mon-compte--content .woocommerce .lost_reset_password label input[type=checkbox],
.mon-compte--content .woocommerce .woocommerce-form-login label input[type=checkbox],
.mon-compte--content .woocommerce .woocommerce-form-register label input[type=checkbox] {
  display: none;
}
.mon-compte--content .woocommerce .lost_reset_password label input[type=checkbox]:checked + span::after,
.mon-compte--content .woocommerce .woocommerce-form-login label input[type=checkbox]:checked + span::after,
.mon-compte--content .woocommerce .woocommerce-form-register label input[type=checkbox]:checked + span::after {
  opacity: 1;
}
.mon-compte--content .woocommerce .lost_reset_password p.lost_password a,
.mon-compte--content .woocommerce .woocommerce-form-login p.lost_password a,
.mon-compte--content .woocommerce .woocommerce-form-register p.lost_password a {
  font-size: 14px;
}
.mon-compte--content .woocommerce .lost_reset_password p.lost_password a:hover,
.mon-compte--content .woocommerce .woocommerce-form-login p.lost_password a:hover,
.mon-compte--content .woocommerce .woocommerce-form-register p.lost_password a:hover {
  color: #927335;
}
.mon-compte--content .woocommerce .lost_reset_password button[type=submit],
.mon-compte--content .woocommerce .woocommerce-form-login button[type=submit],
.mon-compte--content .woocommerce .woocommerce-form-register button[type=submit] {
  height: 50px;
}
.mon-compte--content .woocommerce .lost_reset_password .form-row,
.mon-compte--content .woocommerce .woocommerce-form-login .form-row,
.mon-compte--content .woocommerce .woocommerce-form-register .form-row {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.mon-compte--content .woocommerce .lost_reset_password .woocommerce-privacy-policy-text p,
.mon-compte--content .woocommerce .woocommerce-form-login .woocommerce-privacy-policy-text p,
.mon-compte--content .woocommerce .woocommerce-form-register .woocommerce-privacy-policy-text p {
  font-size: 14px;
  line-height: 21px;
}
.mon-compte--content .woocommerce:has(.woocommerce-form-login) {
  flex-direction: column;
}
.mon-compte--content .woocommerce:has(.woocommerce-form-login) h2 {
  text-align: center;
  padding: 0;
}
.mon-compte--content .woocommerce .woocommerce-address-fields input, .mon-compte--content .woocommerce .woocommerce-address-fields select {
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
  cursor: pointer;
  width: 100%;
  max-width: 100%;
  padding: 10px 0;
  border: none;
  border-bottom: 1px solid #808080;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  font-weight: 300;
  outline: none;
  font-size: 16px;
  color: #927335;
  caret-color: #927335;
}
.mon-compte--content .woocommerce .woocommerce-address-fields input::placeholder, .mon-compte--content .woocommerce .woocommerce-address-fields select::placeholder {
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
  color: rgba(128, 128, 128, 0);
}
.mon-compte--content .woocommerce .woocommerce-address-fields input:focus, .mon-compte--content .woocommerce .woocommerce-address-fields select:focus {
  border-color: #927335;
}
.mon-compte--content .woocommerce .woocommerce-address-fields input:focus::placeholder, .mon-compte--content .woocommerce .woocommerce-address-fields select:focus::placeholder {
  color: #808080;
}
.mon-compte--content .woocommerce .woocommerce-MyAccount-navigation {
  display: none;
}
.mon-compte--content .woocommerce table.my_account_orders .button.view {
  background-color: #808080;
  color: #FFF;
  border-radius: 20px;
}
.mon-compte--content .wc-block-components-totals-wrapper::after {
  top: auto;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .mon-compte--content .woocommerce {
    background: #FFF;
    padding: 20px 30px;
  }
}
@media screen and (max-width: 575px) {
  .mon-compte--content .woocommerce {
    padding: 30px 10px;
  }
  .mon-compte--content .woocommerce ul.order_details li {
    width: 100%;
    border: none;
    padding-bottom: 10px;
  }
  .mon-compte--content .woocommerce-table {
    display: block;
    width: 100%;
  }
}
.mon-compte .woocommerce-page--wrapper {
  padding: 0;
}
.mon-compte .woocommerce-page--wrapper .woocommerce-MyAccount-content table thead,
.mon-compte .woocommerce-page--wrapper .woocommerce-MyAccount-content table tbody {
  width: 100%;
}
.mon-compte .woocommerce-page--wrapper .woocommerce-MyAccount-content table thead {
  background: #FFF;
}
.mon-compte .woocommerce-page--wrapper .edit-account input {
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
  cursor: pointer;
  width: 100%;
  max-width: 100%;
  padding: 10px 0;
  border: none;
  border-bottom: 1px solid #808080;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  font-weight: 300;
  outline: none;
  font-size: 16px;
  color: #927335;
  caret-color: #927335;
  padding-left: 20px;
  padding-right: 20px;
}
.mon-compte .woocommerce-page--wrapper .edit-account input::placeholder {
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
  color: rgba(128, 128, 128, 0);
}
.mon-compte .woocommerce-page--wrapper .edit-account input:focus {
  border-color: #927335;
}
.mon-compte .woocommerce-page--wrapper .edit-account input:focus::placeholder {
  color: #808080;
}
.mon-compte .woocommerce-page--wrapper .edit-account p label {
  font-size: 12px;
  padding-left: 10px;
}
.mon-compte .woocommerce-page--wrapper .edit-account p span em {
  display: block;
  font-size: 12px;
  padding: 10px;
}
.mon-compte .woocommerce-page--wrapper .edit-account fieldset {
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 10px;
}
.mon-compte--content .woocommerce-MyAccount-content p mark {
  background: none;
  color: #927335;
}
.mon-compte--content .woocommerce-MyAccount-content .woocommerce-order-details__title {
  margin-bottom: 10px;
}
.mon-compte--content .woocommerce-MyAccount-content .woocommerce-pagination .woocommerce-button {
  font-size: 14px;
  padding: 7.5px 20px;
}
@media screen and (min-width: 992px) {
  .mon-compte--content {
    padding: 45px;
  }
  .mon-compte--content .woocommerce {
    display: flex;
    flex-wrap: wrap;
  }
  .mon-compte--content nav {
    width: 25%;
    max-width: 250px;
    border-right: 1px solid #DDDDDD;
  }
  .mon-compte--content nav a:hover {
    color: #191919;
  }
  .mon-compte--content nav li.is-active a {
    font-weight: bold;
    color: #191919;
  }
  .mon-compte--content .woocommerce-MyAccount-content {
    width: 100%;
    padding-left: 0;
  }
  .mon-compte--content .woocommerce-MyAccount-content header {
    text-align: left;
    margin: 0 0 20px;
  }
  .mon-compte--content .woocommerce-MyAccount-content header h2 {
    color: #808080;
    font-family: "Roboto", arial, sans-serif;
    font-size: 24px;
    margin-bottom: 10px;
  }
  .mon-compte--content .woocommerce-MyAccount-content header a.edit {
    padding: 7.5px 20px !important;
    border-color: #808080;
    color: #808080;
  }
  .mon-compte--content .woocommerce-MyAccount-content p a {
    text-decoration: underline;
  }
  .mon-compte--content .woocommerce-MyAccount-content p a:hover {
    color: #191919;
    transition: all 0.65s;
    -moz-transition: all 0.65s;
    -webkit-transition: all 0.65s;
  }
}
@media screen and (min-width: 1199px) {
  .mon-compte--content {
    padding: 60px;
  }
}

.woocommerce-page {
  background: none;
  padding: 0;
}
.woocommerce-page.panier, .woocommerce-page.cart {
  padding-bottom: 0;
}
.woocommerce-page.checkout {
  padding-bottom: 0;
}
.woocommerce-page--title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}
.woocommerce-page--title .title, .woocommerce-page--title .big-title, .woocommerce-page--title .medium-title, .woocommerce-page--title .checkout--content form.checkout h3, .checkout--content form.checkout .woocommerce-page--title h3,
.woocommerce-page--title .custom-wysiwyg h2,
.custom-wysiwyg .woocommerce-page--title h2, .woocommerce-page--title .small-title, .woocommerce-page--title .woocommerce-bacs-bank-details h2.wc-bacs-bank-details-heading, .woocommerce-bacs-bank-details .woocommerce-page--title h2.wc-bacs-bank-details-heading, .woocommerce-page--title .woocommerce-page--wrapper .woocommerce-order p.woocommerce-thankyou-order-received, .woocommerce-page--wrapper .woocommerce-order .woocommerce-page--title p.woocommerce-thankyou-order-received,
.woocommerce-page--title h3, .woocommerce-page--title h4 {
  text-align: center;
}
.woocommerce-page .woocommerce ul#shipping_method li input[type=radio] {
  display: none;
}
.woocommerce-page .woocommerce ul#shipping_method li input[type=radio]:checked + label::after {
  opacity: 1;
}
.woocommerce-page .woocommerce ul#shipping_method li label {
  font-size: 14px;
  position: relative;
  display: block;
  cursor: pointer;
  padding-left: 25px;
  font-size: 16px;
  color: #927335;
  letter-spacing: 0.4px;
  display: block;
}
.woocommerce-page .woocommerce ul#shipping_method li label::before {
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
}
.woocommerce-page .woocommerce ul#shipping_method li label::before {
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  content: "";
  top: 2px;
  left: 0;
  border-radius: 100%;
  border: 1.5px solid #927335;
}
.woocommerce-page .woocommerce ul#shipping_method li label::after {
  border: 2px solid #927335;
  border-left: none;
  border-bottom: none;
  transform: rotate(135deg);
  height: 6px;
  width: 10px;
  border-radius: 0;
}
.woocommerce-page .woocommerce ul#shipping_method li label::after {
  content: "";
  top: 2px;
  position: absolute;
  left: 3px;
  opacity: 0;
  display: block;
  border-color: #FFF;
}
.woocommerce-page .woocommerce ul#shipping_method li label::before {
  height: 20px;
  width: 20px;
}
.woocommerce-page--wrapper {
  padding-bottom: 60px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .woocommerce-page--wrapper {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1199px) {
  .woocommerce-page--wrapper {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 768px) {
  .woocommerce-page--wrapper {
    width: 600px;
  }
}
@media screen and (min-width: 992px) {
  .woocommerce-page--wrapper {
    width: 750px;
  }
}
@media screen and (min-width: 1199px) {
  .woocommerce-page--wrapper {
    width: 950px;
  }
}
@media screen and (min-width: 1499px) {
  .woocommerce-page--wrapper {
    width: 1116.6666666667px;
  }
}
.woocommerce-page--wrapper {
  background: #FFF;
  margin: 0 auto;
}
.woocommerce-page--wrapper .checkout--content label {
  font-size: 12px;
  padding-left: 10px;
}
.woocommerce-page--wrapper .checkout--content .wc-blocks-components-select__container label {
  display: none;
}
.woocommerce-page--wrapper .checkout--content .wc-block-checkout__terms .wc-block-components-checkbox__label a {
  text-decoration: underline;
}
.woocommerce-page--wrapper .checkout--content .wc-block-checkout__terms .wc-block-components-checkbox__label a:hover {
  color: #927335;
}
.woocommerce-page--wrapper .checkout--content select {
  max-width: 100%;
  width: 100%;
  background: none !important;
  color: #927335;
  border: 1px solid #DDDDDD;
  padding: 10px;
}
.woocommerce-page--wrapper .checkout--content input {
  padding-left: 0;
  padding-right: 0;
}
.woocommerce-page--wrapper .checkout--content input:focus {
  outline: none;
}
.woocommerce-page--wrapper .checkout--content .notes {
  max-width: 600px;
  margin: 20px auto 0;
  width: 100% !important;
  display: block;
}
.woocommerce-page--wrapper .checkout--content .notes .woocommerce-input-wrapper {
  width: 100%;
  display: block;
}
.woocommerce-page--wrapper .checkout--content .notes .woocommerce-input-wrapper textarea {
  width: 100%;
  max-width: 100%;
  border: none;
  display: block;
  background: none;
  border: 1px solid #191919;
  border-radius: 0;
  height: 120px;
  padding: 20px;
}
.woocommerce-page--wrapper .checkout--content .woocommerce-shipping-fields .shipping_address {
  display: none;
  opacity: 0;
}
.woocommerce-page--wrapper .checkout--content .woocommerce-shipping-fields .shipping_address.is-visible {
  display: block;
  animation: fadein 1s 1 forwards;
}
.woocommerce-page--wrapper .woocommerce-checkout-review-order table thead,
.woocommerce-page--wrapper .woocommerce-checkout-review-order table tbody,
.woocommerce-page--wrapper .woocommerce-checkout-review-order table tfoot,
.woocommerce-page--wrapper .woocommerce-order-details table thead,
.woocommerce-page--wrapper .woocommerce-order-details table tbody,
.woocommerce-page--wrapper .woocommerce-order-details table tfoot {
  width: 100%;
  display: table;
}
.woocommerce-page--wrapper .woocommerce-checkout-review-order table thead,
.woocommerce-page--wrapper .woocommerce-order-details table thead {
  background: none;
}
.woocommerce-page--wrapper .woocommerce-checkout-review-order table thead *,
.woocommerce-page--wrapper .woocommerce-order-details table thead * {
  color: #808080;
}
.woocommerce-page--wrapper .woocommerce-checkout-review-order table .product-name,
.woocommerce-page--wrapper .woocommerce-order-details table .product-name {
  color: #808080;
}
.woocommerce-page--wrapper .woocommerce-checkout-review-order table .product-name *,
.woocommerce-page--wrapper .woocommerce-order-details table .product-name * {
  color: #808080;
}
.woocommerce-page--wrapper .woocommerce-checkout-review-order table .product-name a,
.woocommerce-page--wrapper .woocommerce-order-details table .product-name a {
  color: #808080;
}
.woocommerce-page--wrapper .woocommerce-checkout-review-order table .product-name a:hover,
.woocommerce-page--wrapper .woocommerce-order-details table .product-name a:hover {
  color: #927335;
}
.woocommerce-page--wrapper .woocommerce-checkout-review-order table .product-total,
.woocommerce-page--wrapper .woocommerce-order-details table .product-total {
  width: 50%;
}
@media screen and (min-width: 575px) {
  .woocommerce-page--wrapper .woocommerce-checkout-review-order table .product-total,
  .woocommerce-page--wrapper .woocommerce-order-details table .product-total {
    min-width: 140px;
  }
}
.woocommerce-page--wrapper .woocommerce-checkout-review-order table .product-total *,
.woocommerce-page--wrapper .woocommerce-order-details table .product-total * {
  color: #808080;
  font-weight: 400;
}
.woocommerce-page--wrapper .woocommerce-checkout-review-order table .cart-subtotal th,
.woocommerce-page--wrapper .woocommerce-order-details table .cart-subtotal th {
  width: 60%;
  min-width: 250px;
}
.woocommerce-page--wrapper .woocommerce-checkout-review-order table .cart-subtotal *,
.woocommerce-page--wrapper .woocommerce-order-details table .cart-subtotal * {
  font-weight: 400;
}
.woocommerce-page--wrapper .woocommerce-checkout-review-order table .cart-subtotal label,
.woocommerce-page--wrapper .woocommerce-order-details table .cart-subtotal label {
  font-weight: 400 !important;
}
.woocommerce-page--wrapper .woocommerce-checkout-review-order table .cart-subtotal td,
.woocommerce-page--wrapper .woocommerce-order-details table .cart-subtotal td {
  width: 40%;
  min-width: 140px;
}
.woocommerce-page--wrapper .woocommerce-checkout-review-order table .cart-subtotal td::before,
.woocommerce-page--wrapper .woocommerce-order-details table .cart-subtotal td::before {
  font-eight: 400 !important;
}
.woocommerce-page--wrapper .woocommerce-order {
  width: 100%;
}
.woocommerce-page--wrapper .woocommerce-order p.woocommerce-thankyou-order-received {
  font-weight: 400;
  color: #927335;
  text-align: left !important;
  padding: 30px 0 0;
}
@media screen and (min-width: 768px) {
  .woocommerce-page--wrapper .woocommerce-order p.woocommerce-thankyou-order-received {
    padding: 0 0 30px;
    text-align: center !important;
  }
}
.woocommerce-page--wrapper .woocommerce-order .woocommerce-thankyou-order-details {
  justify-content: space-between;
}
.woocommerce-page--wrapper .woocommerce-order .woocommerce-thankyou-order-details::before, .woocommerce-page--wrapper .woocommerce-order .woocommerce-thankyou-order-details::after {
  display: none;
}
.woocommerce-page--wrapper .woocommerce-order .woocommerce-thankyou-order-details li {
  color: #808080;
  margin-right: 0;
}
.woocommerce-page--wrapper .woocommerce-order .woocommerce-thankyou-order-details li strong {
  color: #927335;
  font-weight: 300;
}
.woocommerce-page--wrapper .woocommerce-order .woocommerce-thankyou-order-details li bdi {
  color: #927335;
}
.woocommerce-page--wrapper .woocommerce-order .woocommerce-thankyou-order-details li bdi span {
  color: #927335;
}
@media screen and (max-width: 575px) {
  .woocommerce-page--wrapper .woocommerce-order .woocommerce-thankyou-order-details li {
    float: none;
    display: block;
    margin: 0 0 10px;
    padding: 0;
    border: none;
  }
}
.woocommerce-page--wrapper .woocommerce-order-details__title {
  font-weight: 400;
  margin: 0 0 30px;
  font-size: 22px;
  text-align: left;
  color: #927335;
}
.woocommerce-page--wrapper .woocommerce table.shop_table tbody th, .woocommerce-page--wrapper .woocommerce table.shop_table tfoot td, .woocommerce-page--wrapper .woocommerce table.shop_table tfoot th {
  color: #808080;
  width: 100%;
}
.woocommerce-page--wrapper .woocommerce table.shop_table tbody th *, .woocommerce-page--wrapper .woocommerce table.shop_table tfoot td *, .woocommerce-page--wrapper .woocommerce table.shop_table tfoot th * {
  color: #808080;
}
@media screen and (min-width: 768px) {
  .woocommerce-page--wrapper .woocommerce table.shop_table tbody th, .woocommerce-page--wrapper .woocommerce table.shop_table tfoot td, .woocommerce-page--wrapper .woocommerce table.shop_table tfoot th {
    width: 50%;
  }
}
.woocommerce-page--wrapper .woocommerce-customer-details {
  margin-bottom: 0;
}
.woocommerce-page--wrapper .woocommerce-customer-details address {
  background: #FFF;
  padding: 20px;
  border-radius: 0;
  border: 0.5px solid #DDDDDD;
  color: #808080;
}
.woocommerce-page--wrapper .woocommerce-customer-details address p {
  font-size: 16px;
  color: #808080;
}
.woocommerce-page--wrapper .woocommerce-customer-details h2.woocommerce-column__title {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.woocommerce-page--wrapper .woocommerce-customer-details h2.woocommerce-column__title {
  padding: 0 0 20px;
  margin: 0;
  font-size: 22px;
  text-align: left;
  color: #927335;
}
@media screen and (max-width: 575px) {
  .woocommerce-page--wrapper .woocommerce-customer-details h2.woocommerce-column__title {
    font-size: 16px;
    padding: 15px 0;
  }
}
.woocommerce-page.archive-produit {
  background: none;
  padding: 0 30px;
  position: relative;
  z-index: 2;
}
.woocommerce-page.archive-produit .archive-produit--wrapper {
  padding: 0;
  background: none;
}
@media screen and (min-width: 1199px) {
  .woocommerce-page.archive-produit {
    padding: 0;
  }
}
.woocommerce-page.checkout .woocommerce-page--wrapper {
  padding-top: 60px;
}

.archive-produit--content {
  width: 100%;
  padding: 0;
  display: block;
  margin: 0 auto;
}

.panier--table {
  width: 100%;
  padding: 0;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .panier--table {
    width: 600px;
  }
}
@media screen and (min-width: 992px) {
  .panier--table {
    width: 750px;
  }
}
@media screen and (min-width: 1199px) {
  .panier--table {
    width: 950px;
  }
}
@media screen and (min-width: 1499px) {
  .panier--table {
    width: 1116.6666666667px;
  }
}
.panier--table tbody {
  width: 100%;
  display: block;
}
.panier--table td {
  color: #191919;
  font-size: 16px;
  font-weight: 400;
}
.panier--table td.product-thumbnail {
  width: 120px;
  padding: 20px 20px 20px 0;
}
.panier--table td.product-thumbnail a {
  display: flex;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
  object-fit: cover;
}
.panier--table td.product-thumbnail img {
  height: auto;
  width: auto;
}
.panier--table td.product-name {
  width: 220px;
  text-align: left;
  box-sizing: border-box;
}
.panier--table td.product-name a {
  color: #927335;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
  font-size: 20px;
}
.panier--table td.product-name a:hover {
  color: #808080;
}
.panier--table td.product-name span {
  display: block;
  padding: 0;
}
.panier--table td.product-name span.remove {
  padding-top: 5px;
  display: flex;
}
.panier--table td.product-name span.remove a {
  background: none;
  border: 1px solid #DDDDDD;
  padding: 5px 10px;
  border-radius: 40px;
  color: #808080;
  font-size: 12px;
}
.panier--table td.product-name span.remove a:hover {
  color: #927335;
  border-color: #927335;
}
.panier--table td.product-name span a {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  opacity: 0.7;
  color: #927335;
  font-weight: 400;
  font-size: 16px;
}
.panier--table td.product-name span a:hover {
  color: #927335;
  opacity: 1;
}
.panier--table td.product-price, .panier--table td.product-subtotal {
  width: 120px;
}
.panier--table td.product-price *, .panier--table td.product-subtotal * {
  color: #927335;
}
.panier--table td.actions {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0 0 30px;
  text-align: center;
}
.panier--table td.actions button {
  padding: 10px 20px;
  background: none;
  width: 100%;
  cursor: pointer;
  border-color: #808080;
  border-radius: 40px;
  color: #808080;
}
@media screen and (max-width: 575px) {
  .panier--table td.actions {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .panier--table td.actions {
    padding: 20px 0;
  }
  .panier--table td.actions button {
    width: auto;
  }
}
.panier--table td input[type=number] {
  background: none;
  color: #927335;
  border: 1px solid #DDDDDD;
  -moz-appearance: none;
  text-align: center;
  width: 120px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 400;
  height: 50px;
  font-family: "Roboto", arial, sans-serif;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .panier--table td input[type=number] {
    height: 40px;
    width: 150px;
  }
}
.panier--table tr {
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
  display: block;
  border-bottom: 1px dashed #DDDDDD;
}
.panier--table tr:last-child {
  border: none;
}
@media screen and (min-width: 768px) {
  .panier--table tr {
    display: table;
  }
  .panier--table td.product-name {
    width: 45%;
  }
  .panier--table td.product-quantity, .panier--table td.product-price, .panier--table td.product-subtotal {
    text-align: right;
  }
}
.panier--total {
  padding: 0;
  display: block;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .panier--total {
    width: 600px;
  }
}
@media screen and (min-width: 992px) {
  .panier--total {
    width: 750px;
  }
}
@media screen and (min-width: 1199px) {
  .panier--total {
    width: 950px;
  }
}
@media screen and (min-width: 1499px) {
  .panier--total {
    width: 1116.6666666667px;
  }
}
@media screen and (min-width: 768px) {
  .panier--total {
    padding: 0;
  }
}
.panier--total tbody {
  width: 100%;
  display: block;
  text-align: center;
}
.panier--total .title, .panier--total .big-title, .panier--total .medium-title, .panier--total .checkout--content form.checkout h3, .checkout--content form.checkout .panier--total h3,
.panier--total .custom-wysiwyg h2,
.custom-wysiwyg .panier--total h2, .panier--total .small-title, .panier--total .woocommerce-bacs-bank-details h2.wc-bacs-bank-details-heading, .woocommerce-bacs-bank-details .panier--total h2.wc-bacs-bank-details-heading,
.panier--total h3, .panier--total h4, .panier--total .woocommerce-page--wrapper .woocommerce-order p.woocommerce-thankyou-order-received, .woocommerce-page--wrapper .woocommerce-order .panier--total p.woocommerce-thankyou-order-received {
  margin-bottom: 20px;
}
.panier--total .shop_table {
  width: 100%;
}
.panier--total .shop_table .woocommerce-shipping-destination {
  font-size: 12px;
  margin: 0;
}
.panier--total .shop_table form.woocommerce-shipping-calculator {
  margin: 0;
}
.panier--total .shop_table form.woocommerce-shipping-calculator .shipping-calculator-button {
  font-size: 12px;
}
.panier--total .shop_table form.woocommerce-shipping-calculator .shipping-calculator-button:hover {
  color: #808080;
}
.panier--total .shop_table .woocommerce-shipping-methods li input {
  display: none !important;
}
.panier--total .shop_table .woocommerce-shipping-methods li input:checked + label::after {
  opacity: 1;
}
.panier--total .shop_table .woocommerce-shipping-methods li label {
  position: relative;
  display: block;
  cursor: pointer;
  padding-left: 25px;
  font-size: 16px;
  color: #927335;
  letter-spacing: 0.4px;
}
.panier--total .shop_table .woocommerce-shipping-methods li label::before {
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
}
.panier--total .shop_table .woocommerce-shipping-methods li label::before {
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  content: "";
  top: 2px;
  left: 0;
  border-radius: 100%;
  border: 1.5px solid #927335;
}
.panier--total .shop_table .woocommerce-shipping-methods li label::after {
  border: 2px solid #927335;
  border-left: none;
  border-bottom: none;
  transform: rotate(135deg);
  height: 6px;
  width: 10px;
  border-radius: 0;
}
.panier--total .shop_table .woocommerce-shipping-methods li label::after {
  content: "";
  top: 2px;
  position: absolute;
  left: 3px;
  opacity: 0;
  display: block;
  border-color: #FFF;
}
.panier--total .shop_table tr {
  width: 100%;
  font-weight: 400;
  margin: 0 auto;
  display: flex;
  text-align: center;
  justify-content: space-between;
  align-items: center;
}
.panier--total .shop_table tr span {
  font-weight: 400 !important;
}
.panier--total tr {
  border: none;
  padding: 2.5px 0;
}
.panier--total tr.cart-subtotal {
  text-align: right;
}
.panier--total tr.cart-subtotal th {
  color: #808080;
}
.panier--total tr.cart-subtotal * {
  font-weight: 400;
}
.panier--total tr.order-total {
  font-weight: 400;
  text-align: right;
  border-top: 1px solid #DDDDDD;
}
.panier--total tr.order-total * {
  font-weight: 400;
}
.panier--total tr.order-total th {
  color: #808080;
}
.panier--total tr.shipping {
  font-weight: 400;
  text-align: right;
}
.panier--total tr.shipping * {
  font-weight: 400;
  text-align: right;
}
.panier--total td {
  color: #808080;
  font-size: 16px;
  font-weight: 400;
}
.panier--total td bdi, .panier--total td span {
  color: #927335;
  font-weight: 400;
}
.panier--total td span.woocommerce-Price-amount.amount {
  padding-left: 10px;
}
.panier--total td a.shipping-calculator-button {
  text-align: right;
  display: block;
  width: 100%;
  color: #927335;
}
.panier--total td .select2-selection__rendered {
  font-size: 14px;
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
  cursor: pointer;
  width: 100%;
  max-width: 100%;
  padding: 10px 0;
  border: none;
  border-bottom: 1px solid #808080;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  font-weight: 300;
  outline: none;
  font-size: 16px;
  color: #927335;
  caret-color: #927335;
}
.panier--total td .select2-selection__rendered::placeholder {
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
  color: rgba(128, 128, 128, 0);
}
.panier--total td .select2-selection__rendered:focus {
  border-color: #927335;
}
.panier--total td .select2-selection__rendered:focus::placeholder {
  color: #808080;
}
.panier--total td .shipping-calculator-form {
  text-align: left;
  padding: 10px 20px;
  border: 1px solid #DDDDDD;
  border-radius: 20px;
  min-width: 250px;
}
.panier--total td .shipping-calculator-form label {
  font-size: 12px;
}
.panier--total td .shipping-calculator-form input, .panier--total td .shipping-calculator-form select {
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
  cursor: pointer;
  width: 100%;
  max-width: 100%;
  padding: 10px 0;
  border: none;
  border-bottom: 1px solid #808080;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  font-weight: 300;
  outline: none;
  font-size: 16px;
  color: #927335;
  caret-color: #927335;
}
.panier--total td .shipping-calculator-form input::placeholder, .panier--total td .shipping-calculator-form select::placeholder {
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
  color: rgba(128, 128, 128, 0);
}
.panier--total td .shipping-calculator-form input:focus, .panier--total td .shipping-calculator-form select:focus {
  border-color: #927335;
}
.panier--total td .shipping-calculator-form input:focus::placeholder, .panier--total td .shipping-calculator-form select:focus::placeholder {
  color: #808080;
}
.panier--total td .shipping-calculator-form button[type=submit] {
  padding: 7.5px 20px;
}
@media screen and (max-width: 768px) {
  .panier--total .title, .panier--total .big-title, .panier--total .medium-title, .panier--total .checkout--content form.checkout h3, .checkout--content form.checkout .panier--total h3,
  .panier--total .custom-wysiwyg h2,
  .custom-wysiwyg .panier--total h2, .panier--total .small-title, .panier--total .woocommerce-bacs-bank-details h2.wc-bacs-bank-details-heading, .woocommerce-bacs-bank-details .panier--total h2.wc-bacs-bank-details-heading,
  .panier--total .custom-wysiwyg h3,
  .custom-wysiwyg .panier--total h3,
  .panier--total .custom-wysiwyg h4,
  .custom-wysiwyg .panier--total h4,
  .panier--total h3, .panier--total h4, .panier--total .woocommerce-page--wrapper .woocommerce-order p.woocommerce-thankyou-order-received, .woocommerce-page--wrapper .woocommerce-order .panier--total p.woocommerce-thankyou-order-received {
    text-align: left;
  }
}
.panier--validate {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 60px;
}
.panier--validate a.checkout-button {
  padding: 10px 20px;
}
.panier--validate a.btn-grey {
  padding: 0;
  color: #808080;
}
.panier--validate a.btn-grey:hover {
  color: #927335;
}
@media screen and (max-width: 768px) {
  .panier--validate {
    flex-direction: column;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 575px) {
  .panier--validate {
    position: static;
    padding: 10px 20px 30px;
    display: flex;
    gap: 10px;
  }
  .panier--validate a {
    width: 100%;
  }
}

.checkout--content {
  width: 100%;
  padding: 0;
  display: block;
  margin: 0 auto;
}
.checkout--content .woocommerce-info {
  border: none;
  font-weight: 400;
}
.checkout--content form.checkout h3 {
  color: #191919;
  font-style: inherit;
}
.checkout--content form.checkout h3#order_review_heading {
  margin-top: 50px;
  color: #191919;
}
.checkout--content form.checkout .col-1,
.checkout--content form.checkout .col-2 {
  max-width: 100% !important;
  width: 100%;
  float: none;
}
.checkout--content form.checkout .col-1,
.checkout--content form.checkout .col2-set {
  padding-bottom: 50px;
  border-bottom: 1px dashed #DDDDDD;
}
.checkout--content form.checkout .col-2 h3 {
  margin-top: 50px;
  color: #191919;
  font-style: inherit;
}
.checkout--content form.checkout select {
  background: none;
  color: #927335;
  border: 1px solid #DDDDDD;
  -moz-appearance: none;
  text-align: center;
  width: 120px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 400;
  height: 50px;
  font-family: "Roboto", arial, sans-serif;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .checkout--content form.checkout select {
    height: 40px;
    width: 150px;
  }
}
.checkout--content form.checkout input[type=text], .checkout--content form.checkout input[type=email], .checkout--content form.checkout input[type=tel] {
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
  cursor: pointer;
  width: 100%;
  max-width: 100%;
  padding: 10px 0;
  border: none;
  border-bottom: 1px solid #808080;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  font-weight: 300;
  outline: none;
  font-size: 16px;
  color: #927335;
  caret-color: #927335;
  border-color: #808080;
  width: 100%;
}
.checkout--content form.checkout input[type=text]::placeholder, .checkout--content form.checkout input[type=email]::placeholder, .checkout--content form.checkout input[type=tel]::placeholder {
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
  color: rgba(128, 128, 128, 0);
}
.checkout--content form.checkout input[type=text]:focus, .checkout--content form.checkout input[type=email]:focus, .checkout--content form.checkout input[type=tel]:focus {
  border-color: #927335;
}
.checkout--content form.checkout input[type=text]:focus::placeholder, .checkout--content form.checkout input[type=email]:focus::placeholder, .checkout--content form.checkout input[type=tel]:focus::placeholder {
  color: #808080;
}
.checkout--content form.checkout .woocommerce-checkout-payment {
  background: #FFF !important;
  padding: 20px;
  border: 1px dashed #DDDDDD;
}
.checkout--content form.checkout .woocommerce-checkout-payment ul.payment_methods {
  border-bottom: 1px dashed #DDDDDD;
}
.checkout--content form.checkout .place-order {
  text-align: center;
}
.checkout--content form.checkout .place-order p {
  font-size: 14px;
}
.checkout--content form.checkout .place-order button {
  float: none !important;
  display: block;
  margin: 0 auto;
  text-align: center;
  max-width: 220px;
  background-color: #927335 !important;
  color: #FFF !important;
  border-color: #927335 !important;
  font-size: 18px !important;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  float: none !important;
}

form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
form.woocommerce-checkout .woocommerce-additional-fields__field-wrapper,
form.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
}
form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper p.form-row,
form.woocommerce-checkout .woocommerce-additional-fields__field-wrapper p.form-row,
form.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper p.form-row {
  width: 100%;
  padding: 0 10px 20px;
}
form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper p.form-row input,
form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper p.form-row select,
form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper p.form-row textarea,
form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper p.form-row .select2-selection__rendered,
form.woocommerce-checkout .woocommerce-additional-fields__field-wrapper p.form-row input,
form.woocommerce-checkout .woocommerce-additional-fields__field-wrapper p.form-row select,
form.woocommerce-checkout .woocommerce-additional-fields__field-wrapper p.form-row textarea,
form.woocommerce-checkout .woocommerce-additional-fields__field-wrapper p.form-row .select2-selection__rendered,
form.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper p.form-row input,
form.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper p.form-row select,
form.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper p.form-row textarea,
form.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper p.form-row .select2-selection__rendered {
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
  cursor: pointer;
  width: 100%;
  max-width: 100%;
  padding: 10px 0;
  border: none;
  border-bottom: 1px solid #808080;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  font-weight: 300;
  outline: none;
  font-size: 16px;
  color: #927335;
  caret-color: #927335;
  width: 100%;
  font-size: 16px;
}
form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper p.form-row input::placeholder,
form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper p.form-row select::placeholder,
form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper p.form-row textarea::placeholder,
form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper p.form-row .select2-selection__rendered::placeholder,
form.woocommerce-checkout .woocommerce-additional-fields__field-wrapper p.form-row input::placeholder,
form.woocommerce-checkout .woocommerce-additional-fields__field-wrapper p.form-row select::placeholder,
form.woocommerce-checkout .woocommerce-additional-fields__field-wrapper p.form-row textarea::placeholder,
form.woocommerce-checkout .woocommerce-additional-fields__field-wrapper p.form-row .select2-selection__rendered::placeholder,
form.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper p.form-row input::placeholder,
form.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper p.form-row select::placeholder,
form.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper p.form-row textarea::placeholder,
form.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper p.form-row .select2-selection__rendered::placeholder {
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
  color: rgba(128, 128, 128, 0);
}
form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper p.form-row input:focus,
form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper p.form-row select:focus,
form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper p.form-row textarea:focus,
form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper p.form-row .select2-selection__rendered:focus,
form.woocommerce-checkout .woocommerce-additional-fields__field-wrapper p.form-row input:focus,
form.woocommerce-checkout .woocommerce-additional-fields__field-wrapper p.form-row select:focus,
form.woocommerce-checkout .woocommerce-additional-fields__field-wrapper p.form-row textarea:focus,
form.woocommerce-checkout .woocommerce-additional-fields__field-wrapper p.form-row .select2-selection__rendered:focus,
form.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper p.form-row input:focus,
form.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper p.form-row select:focus,
form.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper p.form-row textarea:focus,
form.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper p.form-row .select2-selection__rendered:focus {
  border-color: #927335;
}
form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper p.form-row input:focus::placeholder,
form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper p.form-row select:focus::placeholder,
form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper p.form-row textarea:focus::placeholder,
form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper p.form-row .select2-selection__rendered:focus::placeholder,
form.woocommerce-checkout .woocommerce-additional-fields__field-wrapper p.form-row input:focus::placeholder,
form.woocommerce-checkout .woocommerce-additional-fields__field-wrapper p.form-row select:focus::placeholder,
form.woocommerce-checkout .woocommerce-additional-fields__field-wrapper p.form-row textarea:focus::placeholder,
form.woocommerce-checkout .woocommerce-additional-fields__field-wrapper p.form-row .select2-selection__rendered:focus::placeholder,
form.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper p.form-row input:focus::placeholder,
form.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper p.form-row select:focus::placeholder,
form.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper p.form-row textarea:focus::placeholder,
form.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper p.form-row .select2-selection__rendered:focus::placeholder {
  color: #808080;
}
form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper p.form-row textarea,
form.woocommerce-checkout .woocommerce-additional-fields__field-wrapper p.form-row textarea,
form.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper p.form-row textarea {
  border: none;
  background-color: #F3F3F3;
  height: 200px;
  padding: 20px;
}
form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper p.form-row #billing_address_2,
form.woocommerce-checkout .woocommerce-additional-fields__field-wrapper p.form-row #billing_address_2,
form.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper p.form-row #billing_address_2 {
  margin-top: 10px;
}
@media screen and (max-width: 575px) {
  form.woocommerce-checkout .woocommerce-billing-fields__field-wrapper p.form-row,
  form.woocommerce-checkout .woocommerce-additional-fields__field-wrapper p.form-row,
  form.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper p.form-row {
    padding: 0 0 20px;
  }
}

.woocommerce-terms-and-conditions-wrapper p label input {
  display: none !important;
}
.woocommerce-terms-and-conditions-wrapper p label input:checked + span::after {
  opacity: 1;
}
.woocommerce-terms-and-conditions-wrapper p label span {
  position: relative;
  display: block;
  cursor: pointer;
  padding-left: 25px;
  font-size: 16px;
  color: #927335;
  letter-spacing: 0.4px;
}
.woocommerce-terms-and-conditions-wrapper p label span::before {
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
}
.woocommerce-terms-and-conditions-wrapper p label span::before {
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  content: "";
  top: 2px;
  left: 0;
  border-radius: 100%;
  border: 1.5px solid #927335;
}
.woocommerce-terms-and-conditions-wrapper p label span::after {
  border: 2px solid #927335;
  border-left: none;
  border-bottom: none;
  transform: rotate(135deg);
  height: 6px;
  width: 10px;
  border-radius: 0;
}
.woocommerce-terms-and-conditions-wrapper p label span::after {
  content: "";
  top: 2px;
  position: absolute;
  left: 3px;
  opacity: 0;
  display: block;
  border-color: #FFF;
}

div.payment_box.payment_method_woocommerce_payments,
div.payment_box.payment_method_bacs,
div.payment_box.payment_method_stripe,
div.payment_method_stripe_bancontact {
  background-color: #FFF !important;
  border-radius: 10px;
  padding: 0;
}
div.payment_box.payment_method_woocommerce_payments::before,
div.payment_box.payment_method_bacs::before,
div.payment_box.payment_method_stripe::before,
div.payment_method_stripe_bancontact::before {
  border-bottom-color: #808080 !important;
}
div.payment_box.payment_method_woocommerce_payments p,
div.payment_box.payment_method_bacs p,
div.payment_box.payment_method_stripe p,
div.payment_method_stripe_bancontact p {
  font-size: 12px;
  font-weight: 400;
  margin: 0 0 10px;
}

.woocommerce-checkout #payment div.payment_box::before {
  display: none;
}

.woocommerce-checkout #payment div.payment_box {
  background-color: #FFF;
  margin: 0;
  padding: 10px 0 20px 35px;
}
.woocommerce-checkout #payment div.payment_box p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4em;
}

div.payment_box.payment_method_woocommerce_payments,
div.payment_box.payment_method_stripe_bancontact {
  padding: 20px !important;
  border-radius: 0px !important;
  display: none !important;
  opacity: 0;
}
div.payment_box.payment_method_woocommerce_payments.is-visible,
div.payment_box.payment_method_stripe_bancontact.is-visible {
  display: block !important;
  animation: fadein 1s 1 forwards;
}

.woocommerce #order_review .woocommerce-checkout-review-order-table {
  border: 1px solid #DDDDDD;
}
.woocommerce #order_review .woocommerce-checkout-review-order-table td {
  border-color: #DDDDDD;
}

div.payment_box.payment_method_stripe {
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
div.payment_box.payment_method_stripe fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
div.payment_box.payment_method_stripe fieldset.wc-payment-form {
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #DDDDDD;
}
div.payment_box.payment_method_stripe fieldset iframe * {
  font-weight: 400 !important;
  font-size: 16px !important;
}
div.payment_box.payment_method_stripe fieldset iframe .label {
  font-weight: 400 !important;
}
div.payment_box.payment_method_stripe fieldset iframe input {
  font-weight: 400 !important;
  font-size: 16px;
}
div.payment_box.payment_method_stripe fieldset input[type=checkbox]:checked + label:after {
  opacity: 1;
  display: block;
}
div.payment_box.payment_method_stripe fieldset label {
  padding-left: 30px !important;
  font-size: 14px;
  line-height: 1.4em;
  display: block !important;
  font-weight: 400 !important;
}
div.payment_box.payment_method_stripe fieldset label[for=wc-stripe-new-payment-method] {
  position: relative;
  display: block;
  cursor: pointer;
  padding-left: 25px;
  font-size: 16px;
  color: #927335;
  letter-spacing: 0.4px;
  height: auto;
  display: block;
}
div.payment_box.payment_method_stripe fieldset label[for=wc-stripe-new-payment-method]::before {
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
}
div.payment_box.payment_method_stripe fieldset label[for=wc-stripe-new-payment-method]::before {
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  content: "";
  top: 2px;
  left: 0;
  border-radius: 100%;
  border: 1.5px solid #927335;
}
div.payment_box.payment_method_stripe fieldset label[for=wc-stripe-new-payment-method]::after {
  border: 2px solid #927335;
  border-left: none;
  border-bottom: none;
  transform: rotate(135deg);
  height: 6px;
  width: 10px;
  border-radius: 0;
}
div.payment_box.payment_method_stripe fieldset label[for=wc-stripe-new-payment-method]::after {
  content: "";
  top: 2px;
  position: absolute;
  left: 3px;
  opacity: 0;
  display: block;
  border-color: #FFF;
}
div.payment_box.payment_method_stripe .wc-stripe-upe-form {
  border: none;
  padding: 0;
}
div.payment_box.payment_method_stripe .wc-stripe-upe-form * {
  font-weight: 400;
}
div.payment_box.payment_method_stripe.is-visible {
  display: block !important;
  animation: fadein 1s 1 forwards;
}

.payment_box.payment_method_bacs p {
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  margin: 0;
  padding: 10px !important;
}

h3#ship-to-different-address {
  text-align: left;
  line-height: 1.5em;
}
h3#ship-to-different-address input[type=checkbox],
h3#ship-to-different-address input[type=radio] {
  display: none;
}
h3#ship-to-different-address input[type=checkbox]:checked + span::after,
h3#ship-to-different-address input[type=radio]:checked + span::after {
  opacity: 1;
}
h3#ship-to-different-address span {
  position: relative;
  display: block;
  cursor: pointer;
  padding-left: 25px;
  font-size: 16px;
  color: #927335;
  letter-spacing: 0.4px;
  height: 25px;
  display: flex;
  align-items: center;
}
h3#ship-to-different-address span::before {
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
}
h3#ship-to-different-address span::before {
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  content: "";
  top: 2px;
  left: 0;
  border-radius: 100%;
  border: 1.5px solid #927335;
}
h3#ship-to-different-address span::after {
  border: 2px solid #927335;
  border-left: none;
  border-bottom: none;
  transform: rotate(135deg);
  height: 6px;
  width: 10px;
  border-radius: 0;
}
h3#ship-to-different-address span::after {
  content: "";
  top: 2px;
  position: absolute;
  left: 3px;
  opacity: 0;
  display: block;
  border-color: #FFF;
}

.woocommerce-form-login-toggle .woocommerce-info {
  font-weight: bold;
  padding: 20px;
  border: 1px dashed #DDDDDD;
  border-radius: 10px;
  color: #191919;
  text-align: center;
}
.woocommerce-form-login-toggle .woocommerce-info::before {
  display: none;
}
.woocommerce-form-login-toggle .woocommerce-info a {
  text-decoration: underline;
  font-weight: 400;
}
.woocommerce-form-login-toggle .woocommerce-info a:hover {
  color: #191919;
}

.wc_payment_method {
  text-align: left;
  margin-bottom: 5px !important;
}
.wc_payment_method:last-of-type {
  margin-bottom: 0 !important;
}
.wc_payment_method input[type=checkbox],
.wc_payment_method input[type=radio] {
  display: none;
}
.wc_payment_method input[type=checkbox]:checked + label::after,
.wc_payment_method input[type=radio]:checked + label::after {
  opacity: 1;
}
.wc_payment_method label {
  position: relative;
  display: block;
  cursor: pointer;
  padding-left: 25px;
  font-size: 16px;
  color: #927335;
  letter-spacing: 0.4px;
  height: 25px;
  display: flex;
  align-items: center;
  font-weight: 400;
}
.wc_payment_method label::before {
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
}
.wc_payment_method label::before {
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  content: "";
  top: 2px;
  left: 0;
  border-radius: 100%;
  border: 1.5px solid #927335;
}
.wc_payment_method label::after {
  border: 2px solid #927335;
  border-left: none;
  border-bottom: none;
  transform: rotate(135deg);
  height: 6px;
  width: 10px;
  border-radius: 0;
}
.wc_payment_method label::after {
  content: "";
  top: 2px;
  position: absolute;
  left: 3px;
  opacity: 0;
  display: block;
  border-color: #FFF;
}
.wc_payment_method .payment_box.payment_method_stripe fieldset label {
  cursor: auto;
  padding-left: 0 !important;
}
.wc_payment_method .payment_box.payment_method_stripe fieldset label::before {
  display: none;
}

.payment_method_stripe_bancontact label img {
  max-width: 60px;
}

label[for=order_comments]::after {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  content: "";
  position: static;
  content: "Ajoutez votre numéro de TVA si vous souhaitez une facture";
  font-size: 12px;
  display: block;
  padding-bottom: 10px;
}

.woocommerce-form-coupon-toggle {
  display: none !important;
}

.woocommerce-error {
  min-width: 240px;
  max-width: 450px;
  width: 90%;
  margin-bottom: 0;
  height: auto;
  position: fixed;
  border-radius: 0;
  left: 20px;
  bottom: 20px;
  border: none;
  z-index: 4;
  background-color: #FFF;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 768px) {
  .woocommerce-page .title, .woocommerce-page .big-title, .woocommerce-page .medium-title,
  .woocommerce-page .custom-wysiwyg h2,
  .custom-wysiwyg .woocommerce-page h2, .woocommerce-page .small-title, .woocommerce-page .woocommerce-bacs-bank-details h2.wc-bacs-bank-details-heading, .woocommerce-bacs-bank-details .woocommerce-page h2.wc-bacs-bank-details-heading,
  .woocommerce-page h3, .woocommerce-page h4, .woocommerce-page .woocommerce-page--wrapper .woocommerce-order p.woocommerce-thankyou-order-received, .woocommerce-page--wrapper .woocommerce-order .woocommerce-page p.woocommerce-thankyou-order-received, .woocommerce-page .checkout--content form.checkout h3, .checkout--content form.checkout .woocommerce-page h3 {
    margin: 0 auto 10px;
  }
  .woocommerce-page--wrapper {
    padding-top: 45px;
  }
  .panier--table tr {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    text-align: center;
    padding: 20px 0;
  }
  .panier--table td input[type=number] {
    margin: 0;
    font-size: 16px;
    height: auto;
    min-height: 45px;
    width: 100%;
    border: none;
  }
  .panier--table td.product-thumbnail {
    padding: 0 0 20px;
    width: 30%;
  }
  .panier--table td.product-name {
    width: 70%;
    padding: 0 0 20px 20px;
  }
  .panier--table td.product-name a {
    font-size: 16px;
  }
  .panier--table td.product-name span.remove a {
    font-size: 14px;
  }
  .panier--table td.product-quantity, .panier--table td.product-price, .panier--table td.product-subtotal {
    width: 33%;
    text-align: center;
  }
  .panier--table td.product-price, .panier--table td.product-subtotal {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .panier--table td.product-subtotal {
    justify-content: flex-end;
  }
  .panier--total tbody {
    display: block;
  }
  .panier--total tr {
    width: 100%;
  }
  .panier--total tr.cart-subtotal {
    padding: 0 0 10px;
    border: none;
  }
  .panier--total tr.order-total {
    padding: 0;
  }
  .panier--total tr.order-total td {
    background: none !important;
  }
  .panier--total td {
    padding: 0;
  }
}
@media screen and (max-width: 575px) {
  .woocommerce-page--wrapper {
    background: none;
  }
  .woocommerce-page--wrapper .woocommerce-checkout-review-order table .product-name,
  .woocommerce-page--wrapper .woocommerce-checkout-review-order table .product-total {
    width: 50%;
    min-width: 100px;
  }
  .woocommerce-page--wrapper .woocommerce-checkout-review-order table .cart-subtotal,
  .woocommerce-page--wrapper .woocommerce-checkout-review-order table .order-total {
    display: flex;
    flex-wrap: wrap;
  }
  .woocommerce-page--wrapper .woocommerce-checkout-review-order table .cart-subtotal th, .woocommerce-page--wrapper .woocommerce-checkout-review-order table .cart-subtotal td,
  .woocommerce-page--wrapper .woocommerce-checkout-review-order table .order-total th,
  .woocommerce-page--wrapper .woocommerce-checkout-review-order table .order-total td {
    width: 50%;
    min-width: 100px;
  }
  .checkout--content .wc-block-checkout__actions .wp-block-woocommerce-checkout-order-summary-block.checkout-order-summary-block-fill-wrapper {
    display: none;
  }
  .checkout--content form.checkout h3#order_review_heading {
    margin-top: 30px;
  }
  .checkout--content form.checkout .col-1 {
    padding-bottom: 30px;
  }
  .checkout--content form.checkout .col-2 h3 {
    margin-top: 30px;
  }
  .checkout--content form.checkout .col2 {
    padding-top: 30px;
  }
  .checkout--content form.checkout .col2-set {
    padding-bottom: 30px;
  }
  .woocommerce-checkout #payment {
    background: none;
  }
  .woocommerce-checkout #payment ul.payment_methods {
    padding: 0;
  }
  .woocommerce-checkout #payment ul.payment_methods li {
    padding: 0 0 10px;
    font-size: 14px;
    font-weight: 400;
  }
  .woocommerce-checkout #payment ul.payment_methods li::before {
    display: none;
  }
}
body .woocommerce-page--wrapper .table.shop_table tbody th span {
  font-weight: 400 !important;
}
body .woocommerce-page--wrapper .wc-block-components-title {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #927335;
  font-size: 21px;
}
@media screen and (min-width: 1499px) {
  body .woocommerce-page--wrapper .wc-block-components-title {
    font-size: 28px;
  }
}
body .woocommerce-page--wrapper .wc-block-components-form .wc-block-components-text-input input[type=email],
body .woocommerce-page--wrapper .wc-block-components-form .wc-block-components-text-input input[type=number],
body .woocommerce-page--wrapper .wc-block-components-form .wc-block-components-text-input input[type=tel],
body .woocommerce-page--wrapper .wc-block-components-form .wc-block-components-text-input input[type=text],
body .woocommerce-page--wrapper .wc-block-components-form .wc-block-components-text-input input[type=url],
body .woocommerce-page--wrapper .wc-block-components-text-input input[type=email],
body .woocommerce-page--wrapper .wc-block-components-text-input input[type=number],
body .woocommerce-page--wrapper .wc-block-components-text-input input[type=tel],
body .woocommerce-page--wrapper .wc-block-components-text-input input[type=text],
body .woocommerce-page--wrapper .wc-block-components-text-input input[type=url] {
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
  cursor: pointer;
  width: 100%;
  max-width: 100%;
  padding: 10px 0;
  border: none;
  border-bottom: 1px solid #808080;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  font-weight: 300;
  outline: none;
  font-size: 16px;
  color: #927335;
  caret-color: #927335;
  width: 100%;
  height: auto;
  line-height: 1.6em;
  transition: all 0.2s;
  border-radius: 0;
}
body .woocommerce-page--wrapper .wc-block-components-form .wc-block-components-text-input input[type=email]::placeholder,
body .woocommerce-page--wrapper .wc-block-components-form .wc-block-components-text-input input[type=number]::placeholder,
body .woocommerce-page--wrapper .wc-block-components-form .wc-block-components-text-input input[type=tel]::placeholder,
body .woocommerce-page--wrapper .wc-block-components-form .wc-block-components-text-input input[type=text]::placeholder,
body .woocommerce-page--wrapper .wc-block-components-form .wc-block-components-text-input input[type=url]::placeholder,
body .woocommerce-page--wrapper .wc-block-components-text-input input[type=email]::placeholder,
body .woocommerce-page--wrapper .wc-block-components-text-input input[type=number]::placeholder,
body .woocommerce-page--wrapper .wc-block-components-text-input input[type=tel]::placeholder,
body .woocommerce-page--wrapper .wc-block-components-text-input input[type=text]::placeholder,
body .woocommerce-page--wrapper .wc-block-components-text-input input[type=url]::placeholder {
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
  color: rgba(128, 128, 128, 0);
}
body .woocommerce-page--wrapper .wc-block-components-form .wc-block-components-text-input input[type=email]:focus,
body .woocommerce-page--wrapper .wc-block-components-form .wc-block-components-text-input input[type=number]:focus,
body .woocommerce-page--wrapper .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus,
body .woocommerce-page--wrapper .wc-block-components-form .wc-block-components-text-input input[type=text]:focus,
body .woocommerce-page--wrapper .wc-block-components-form .wc-block-components-text-input input[type=url]:focus,
body .woocommerce-page--wrapper .wc-block-components-text-input input[type=email]:focus,
body .woocommerce-page--wrapper .wc-block-components-text-input input[type=number]:focus,
body .woocommerce-page--wrapper .wc-block-components-text-input input[type=tel]:focus,
body .woocommerce-page--wrapper .wc-block-components-text-input input[type=text]:focus,
body .woocommerce-page--wrapper .wc-block-components-text-input input[type=url]:focus {
  border-color: #927335;
}
body .woocommerce-page--wrapper .wc-block-components-form .wc-block-components-text-input input[type=email]:focus::placeholder,
body .woocommerce-page--wrapper .wc-block-components-form .wc-block-components-text-input input[type=number]:focus::placeholder,
body .woocommerce-page--wrapper .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus::placeholder,
body .woocommerce-page--wrapper .wc-block-components-form .wc-block-components-text-input input[type=text]:focus::placeholder,
body .woocommerce-page--wrapper .wc-block-components-form .wc-block-components-text-input input[type=url]:focus::placeholder,
body .woocommerce-page--wrapper .wc-block-components-text-input input[type=email]:focus::placeholder,
body .woocommerce-page--wrapper .wc-block-components-text-input input[type=number]:focus::placeholder,
body .woocommerce-page--wrapper .wc-block-components-text-input input[type=tel]:focus::placeholder,
body .woocommerce-page--wrapper .wc-block-components-text-input input[type=text]:focus::placeholder,
body .woocommerce-page--wrapper .wc-block-components-text-input input[type=url]:focus::placeholder {
  color: #808080;
}
body .woocommerce-page--wrapper .wc-block-components-form .wc-block-components-text-input input[type=email]:focus,
body .woocommerce-page--wrapper .wc-block-components-form .wc-block-components-text-input input[type=number]:focus,
body .woocommerce-page--wrapper .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus,
body .woocommerce-page--wrapper .wc-block-components-form .wc-block-components-text-input input[type=text]:focus,
body .woocommerce-page--wrapper .wc-block-components-form .wc-block-components-text-input input[type=url]:focus,
body .woocommerce-page--wrapper .wc-block-components-text-input input[type=email]:focus,
body .woocommerce-page--wrapper .wc-block-components-text-input input[type=number]:focus,
body .woocommerce-page--wrapper .wc-block-components-text-input input[type=tel]:focus,
body .woocommerce-page--wrapper .wc-block-components-text-input input[type=text]:focus,
body .woocommerce-page--wrapper .wc-block-components-text-input input[type=url]:focus {
  outline: none;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.is-active body .woocommerce-page--wrapper .wc-block-components-form .wc-block-components-text-input input[type=email] label,
.is-active body .woocommerce-page--wrapper .wc-block-components-form .wc-block-components-text-input input[type=number] label,
.is-active body .woocommerce-page--wrapper .wc-block-components-form .wc-block-components-text-input input[type=tel] label,
.is-active body .woocommerce-page--wrapper .wc-block-components-form .wc-block-components-text-input input[type=text] label,
.is-active body .woocommerce-page--wrapper .wc-block-components-form .wc-block-components-text-input input[type=url] label,
.is-active body .woocommerce-page--wrapper .wc-block-components-text-input input[type=email] label,
.is-active body .woocommerce-page--wrapper .wc-block-components-text-input input[type=number] label,
.is-active body .woocommerce-page--wrapper .wc-block-components-text-input input[type=tel] label,
.is-active body .woocommerce-page--wrapper .wc-block-components-text-input input[type=text] label,
.is-active body .woocommerce-page--wrapper .wc-block-components-text-input input[type=url] label {
  top: 0;
  font-size: 12px;
  /*display: none;*/
}
body .woocommerce-page--wrapper .wc-blocks-components-select .wc-blocks-components-select__container {
  background: none;
}
body .woocommerce-page--wrapper .wc-block-components-text-input.is-active:has(input:focus) input {
  padding: 15px 10px 5px 10px !important;
}
body .woocommerce-page--wrapper .wc-block-components-text-input.is-active:has(input:focus) label {
  animation: fadein 0.2s 1 forwards;
  left: 2.5px;
}
body .woocommerce-page--wrapper .wc-block-components-text-input.is-active label {
  font-size: 12px;
  top: 0;
  left: 2.5px;
  opacity: 0;
  color: #927335 !important;
  /*display: none; */
}
body .woocommerce-page--wrapper input.components-combobox-control__input {
  border: none !important;
  font-weight: 400 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  border-radius: 0px !important;
  line-height: 1.6em !important;
}
body .woocommerce-page--wrapper label.components-base-control__label {
  left: 2.5px;
}
body .woocommerce-page--wrapper textarea {
  background-color: #F3F3F3;
  border: none;
  color: #808080;
}
body .woocommerce-page--wrapper .wc-block-components-form .wc-block-components-text-input label {
  left: 0;
}
body .woocommerce-page--wrapper .wc-block-checkout__actions::after {
  display: none !important;
}
body .woocommerce-page--wrapper .wc-block-checkout__actions .wc-block-components-checkout-return-to-cart-button {
  color: #808080;
}
body .woocommerce-page--wrapper .wc-block-checkout__actions .wc-block-components-checkout-return-to-cart-button svg {
  fill: #808080;
}
body .woocommerce-page--wrapper .wc-block-checkout__actions .wc-block-components-checkout-place-order-button {
  width: auto;
  border: none;
  color: #FFF !important;
}
body .woocommerce-page--wrapper .wc-block-checkout__actions .wc-block-components-checkout-place-order-button span, body .woocommerce-page--wrapper .wc-block-checkout__actions .wc-block-components-checkout-place-order-button span div, body .woocommerce-page--wrapper .wc-block-checkout__actions .wc-block-components-checkout-place-order-button * {
  color: #FFF;
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
}
body .woocommerce-page--wrapper .wc-block-checkout__actions .wc-block-components-checkout-place-order-button .wc-block-components-checkout-place-order-button__text {
  text-align: center;
  color: #FFF;
  display: block;
  justify-content: center;
}
body .woocommerce-page--wrapper .wc-block-checkout__actions .wc-block-components-checkout-place-order-button:hover span, body .woocommerce-page--wrapper .wc-block-checkout__actions .wc-block-components-checkout-place-order-button:hover span div, body .woocommerce-page--wrapper .wc-block-checkout__actions .wc-block-components-checkout-place-order-button:hover * {
  color: #FFF;
}
body .woocommerce-page--wrapper .wc-block-components-validation-error p {
  font-size: 14px;
}
body .woocommerce-page--wrapper .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block {
  position: sticky;
  position: -moz-sticky;
  position: -webkit-sticky;
  top: 100px;
}
body .woocommerce-page--wrapper .wc-block-components-sidebar .wc-block-components-product-metadata {
  display: none;
}
body .woocommerce-page--wrapper .wc-block-components-sidebar .wc-block-components-order-summary-item__individual-prices {
  font-size: 14px;
  margin: 0 auto;
  text-align: left;
}
body .woocommerce-page--wrapper .wc-block-components-sidebar .wc-block-components-order-summary-item__quantity {
  background-color: #927335;
  border: none;
  color: #FFF !important;
  height: 20px;
  width: 20px;
  font-size: 10px;
  border-radius: 100%;
}
body .woocommerce-page--wrapper .wc-block-components-sidebar .wc-block-components-order-summary-item__quantity span {
  color: #FFF !important;
}
body .woocommerce-page--wrapper .wc-block-components-sidebar .wc-block-components-totals-wrapper::after {
  border-color: #808080;
}
body .woocommerce-page--wrapper .wc-block-components-sidebar .wc-block-components-product-price {
  margin: 0;
  font-size: 16px;
}
body .woocommerce-page--wrapper .wc-block-components-sidebar .wc-block-components-formatted-money-amount {
  font-weight: 400;
}
body .woocommerce-page--wrapper .wc-block-components-sidebar .wc-block-components-totals-coupon-link {
  color: #927335;
}
body .woocommerce-page--wrapper .wc-block-components-sidebar .wc-block-components-totals-coupon-link:hover {
  color: #927335;
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
}
body .woocommerce-page--wrapper .wc-block-components-sidebar .wc-block-components-totals-wrapper .wc-block-formatted-money-amount {
  font-size: 14px;
}
body .woocommerce-page--wrapper .woocommerce-table--order-details {
  border-radius: 0;
}
body .woocommerce-page--wrapper #add_payment_method #payment, body .woocommerce-page--wrapper .woocommerce-cart #payment, body .woocommerce-page--wrapper .woocommerce-checkout #payment {
  background: none;
  padding: 0;
}
body .woocommerce-page--wrapper #add_payment_method #payment ul.payment_methods, body .woocommerce-page--wrapper .woocommerce-cart #payment ul.payment_methods, body .woocommerce-page--wrapper .woocommerce-checkout #payment ul.payment_methods {
  padding: 0;
  border: none;
}
body .woocommerce-page--wrapper .wc-block-components-address-form__address_2-toggle {
  color: #808080;
}
body .woocommerce-page--wrapper button#place_order {
  color: #191919;
  margin-top: 20px;
  line-height: 1.5em;
}
body .woocommerce-page--wrapper .place-order.form-row {
  padding: 20px 0 !important;
}
body .woocommerce-page--wrapper .place-order.form-row p {
  font-size: 14px;
  margin-top: 0;
}
body .woocommerce-page--wrapper .select2-container--default .select2-selection--single {
  border: none;
}
body .woocommerce table.shop_table tbody th, body .woocommerce table.shop_table tfoot td, body .woocommerce table.shop_table tfoot th {
  font-weight: 400 !important;
}

.woocommerce-bacs-bank-details .wc-bacs-bank-details li {
  color: #808080;
  font-size: 16px;
}
.woocommerce-bacs-bank-details .wc-bacs-bank-details li strong {
  color: #927335;
  font-size: 16px;
}
.woocommerce-bacs-bank-details h2.wc-bacs-bank-details-heading {
  font-weight: 400;
  padding-bottom: 20px;
}
@media screen and (max-width: 575px) {
  .woocommerce-bacs-bank-details .wc-bacs-bank-details li {
    margin: 0 0 10px;
    padding: 0;
    border: none;
    font-size: 14px;
  }
  .woocommerce-bacs-bank-details .wc-bacs-bank-details li strong {
    font-size: 14px;
  }
  .woocommerce-bacs-bank-details h3.wc-bacs-bank-details-account-name {
    text-align: left;
  }
}

body .woocommerce-page--wrapper button#place_order {
  border-left: none !important;
  border-right: none !important;
}

/* Caisse et compte */
.woocommerce-page--wrapper .checkout--content input {
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
  cursor: pointer;
  width: 100%;
  max-width: 100%;
  padding: 10px 0;
  border: none;
  border-bottom: 1px solid #808080;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  font-weight: 300;
  outline: none;
  font-size: 16px;
  color: #927335;
  caret-color: #927335;
}
.woocommerce-page--wrapper .checkout--content input::placeholder {
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
  color: rgba(128, 128, 128, 0);
}
.woocommerce-page--wrapper .checkout--content input:focus {
  border-color: #927335;
}
.woocommerce-page--wrapper .checkout--content input:focus::placeholder {
  color: #808080;
}
.woocommerce-page--wrapper .checkout--content #saferpay-div .row {
  margin-bottom: 5px;
}
.woocommerce-page--wrapper .checkout--content #saferpay-div .row:last-child {
  gap: 5px;
}
.woocommerce-page--wrapper .checkout--content #saferpay-div input {
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
  cursor: pointer;
  width: 100%;
  max-width: 100%;
  padding: 10px 0;
  border: none;
  border-bottom: 1px solid #808080;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  font-weight: 300;
  outline: none;
  font-size: 16px;
  color: #927335;
  caret-color: #927335;
}
.woocommerce-page--wrapper .checkout--content #saferpay-div input::placeholder {
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
  color: rgba(128, 128, 128, 0);
}
.woocommerce-page--wrapper .checkout--content #saferpay-div input:focus {
  border-color: #927335;
}
.woocommerce-page--wrapper .checkout--content #saferpay-div input:focus::placeholder {
  color: #808080;
}
.woocommerce-page--wrapper .checkout--content .wc-block-checkout__main {
  /* payments methods */
  /* pickup */
  /* Shipping methods */
}
.woocommerce-page--wrapper .checkout--content .wc-block-checkout__main .wc-block-components-checkout-step__heading {
  margin: 0;
  padding-bottom: 10px;
}
.woocommerce-page--wrapper .checkout--content .wc-block-checkout__main .wc-block-components-checkout-step__heading:has(.wc-block-checkout__login-prompt) {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
}
@media screen and (min-width: 992px) {
  .woocommerce-page--wrapper .checkout--content .wc-block-checkout__main .wc-block-components-checkout-step__heading:has(.wc-block-checkout__login-prompt) {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.woocommerce-page--wrapper .checkout--content .wc-block-checkout__main .wc-block-checkout__login-prompt {
  font-weight: 500;
  padding: 7.5px 20px;
  margin: 0;
}
.woocommerce-page--wrapper .checkout--content .wc-block-checkout__main .wc-block-components-checkbox {
  color: #927335;
}
.woocommerce-page--wrapper .checkout--content .wc-block-checkout__main .wc-block-components-checkbox > label {
  position: relative;
  display: block;
  cursor: pointer;
  padding-left: 25px;
  font-size: 16px;
  color: #927335;
  letter-spacing: 0.4px;
}
.woocommerce-page--wrapper .checkout--content .wc-block-checkout__main .wc-block-components-checkbox > label::before {
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
}
.woocommerce-page--wrapper .checkout--content .wc-block-checkout__main .wc-block-components-checkbox > label::before {
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  content: "";
  top: 2px;
  left: 0;
  border-radius: 100%;
  border: 1.5px solid #927335;
}
.woocommerce-page--wrapper .checkout--content .wc-block-checkout__main .wc-block-components-checkbox > label::after {
  border: 2px solid #927335;
  border-left: none;
  border-bottom: none;
  transform: rotate(135deg);
  height: 6px;
  width: 10px;
  border-radius: 0;
}
.woocommerce-page--wrapper .checkout--content .wc-block-checkout__main .wc-block-components-checkbox > label::after {
  content: "";
  top: 2px;
  position: absolute;
  left: 3px;
  opacity: 0;
  display: block;
  border-color: #FFF;
}
.woocommerce-page--wrapper .checkout--content .wc-block-checkout__main .wc-block-components-checkbox > label:has(input:checked)::before {
  background-color: #927335;
}
.woocommerce-page--wrapper .checkout--content .wc-block-checkout__main .wc-block-components-checkbox > label:has(input:checked)::after {
  opacity: 1;
}
.woocommerce-page--wrapper .checkout--content .wc-block-checkout__main .wc-block-components-checkbox > label::after {
  border-color: #FFF;
  top: 5px;
}
.woocommerce-page--wrapper .checkout--content .wc-block-checkout__main .wc-block-components-checkbox > label input, .woocommerce-page--wrapper .checkout--content .wc-block-checkout__main .wc-block-components-checkbox > label svg {
  display: none !important;
}
.woocommerce-page--wrapper .checkout--content .wc-block-checkout__main .wc-block-components-checkbox > label span {
  font-size: 16px;
  color: #927335;
}
.woocommerce-page--wrapper .checkout--content .wc-block-checkout__main textarea {
  border-radius: 0;
  background: none;
  border: 1px solid #DDDDDD;
}
.woocommerce-page--wrapper .checkout--content .wc-block-checkout__main textarea:focus {
  border-color: #927335;
  color: #927335;
  outline: none;
}
.woocommerce-page--wrapper .checkout--content .wc-block-checkout__main textarea::placeholder {
  color: #808080;
}
.woocommerce-page--wrapper .checkout--content .wc-block-checkout__main .wc-block-components-payment-method-label {
  color: #927335;
}
.woocommerce-page--wrapper .checkout--content .wc-block-checkout__main .wc-block-components-radio-control {
  border-radius: 0;
}
.woocommerce-page--wrapper .checkout--content .wc-block-checkout__main .wc-block-components-radio-control__option input[type=radio] {
  display: none;
}
.woocommerce-page--wrapper .checkout--content .wc-block-checkout__main .wc-block-components-radio-control__option span.wc-block-components-radio-control__label {
  position: relative;
  display: block;
  cursor: pointer;
  padding-left: 25px;
  font-size: 16px;
  color: #927335;
  letter-spacing: 0.4px;
}
.woocommerce-page--wrapper .checkout--content .wc-block-checkout__main .wc-block-components-radio-control__option span.wc-block-components-radio-control__label::before {
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
}
.woocommerce-page--wrapper .checkout--content .wc-block-checkout__main .wc-block-components-radio-control__option span.wc-block-components-radio-control__label::before {
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  content: "";
  top: 2px;
  left: 0;
  border-radius: 100%;
  border: 1.5px solid #927335;
}
.woocommerce-page--wrapper .checkout--content .wc-block-checkout__main .wc-block-components-radio-control__option span.wc-block-components-radio-control__label::after {
  border: 2px solid #927335;
  border-left: none;
  border-bottom: none;
  transform: rotate(135deg);
  height: 6px;
  width: 10px;
  border-radius: 0;
}
.woocommerce-page--wrapper .checkout--content .wc-block-checkout__main .wc-block-components-radio-control__option span.wc-block-components-radio-control__label::after {
  content: "";
  top: 2px;
  position: absolute;
  left: 3px;
  opacity: 0;
  display: block;
  border-color: #FFF;
}
.woocommerce-page--wrapper .checkout--content .wc-block-checkout__main .wc-block-components-radio-control__option span.wc-block-components-radio-control__label::after {
  border-color: #FFF;
  top: 5px;
}
.woocommerce-page--wrapper .checkout--content .wc-block-checkout__main .wc-block-components-radio-control__option .wc-block-formatted-money-amount {
  color: #927335;
  font-size: 16px;
}
.woocommerce-page--wrapper .checkout--content .wc-block-checkout__main .wc-block-components-radio-control__option:has(input:checked) span.wc-block-components-radio-control__label::before {
  background-color: #927335;
}
.woocommerce-page--wrapper .checkout--content .wc-block-checkout__main .wc-block-components-radio-control__option:has(input:checked) span.wc-block-components-radio-control__label::after {
  opacity: 1;
}
.woocommerce-page--wrapper .checkout--content .wc-block-checkout__main .wc-block-components-radio-control-accordion-content div {
  font-size: 14px;
  line-height: 1.5em;
  color: #191919;
}
.woocommerce-page--wrapper .checkout--content .wc-block-checkout__main .wc-block-components-radio-control-accordion-option--checked-option-highlighted::after {
  border-radius: 20px;
}
.woocommerce-page--wrapper .checkout--content .wc-block-checkout__main .wc-block-components-radio-control__option-checked.wc-block-components-radio-control__option--checked-option-highlighted {
  border-radius: 0;
  box-shadow: none;
  padding: 20px;
  border: 0.5px solid #DDDDDD;
}
.woocommerce-page--wrapper .checkout--content .wc-block-checkout__main .wc-block-components-radio-control__option-checked.wc-block-components-radio-control__option--checked-option-highlighted::after {
  border-radius: 0;
}
.woocommerce-page--wrapper .checkout--content .wc-block-checkout__main .wc-block-components-radio-control__option-checked.wc-block-components-radio-control__option--checked-option-highlighted .wc-block-components-radio-control__description-group {
  margin: 10px 0 0;
  width: 100%;
  padding: 0;
}
.woocommerce-page--wrapper .checkout--content .wc-block-checkout__main .wc-block-components-address-card {
  border-radius: 0;
  border-color: #808080;
}
.woocommerce-page--wrapper .checkout--content .wc-block-checkout__main .wc-block-checkout__shipping-method-container {
  background: none;
}
.woocommerce-page--wrapper .checkout--content .wc-block-checkout__main .wc-block-components-address-card__address-section {
  color: #927335;
}
.woocommerce-page--wrapper .checkout--content .wc-block-checkout__main .wc-block-checkout__shipping-method-container .wc-block-checkout__shipping-method-option {
  outline: none;
  background: none;
  border-radius: 20px;
  border: 0.5px solid #DDDDDD;
}
.woocommerce-page--wrapper .checkout--content .wc-block-checkout__main .wc-block-checkout__shipping-method-container .wc-block-checkout__shipping-method-option svg {
  fill: #808080;
}
.woocommerce-page--wrapper .checkout--content .wc-block-checkout__main .wc-block-checkout__shipping-method-container .wc-block-checkout__shipping-method-option .wc-block-checkout__shipping-method-option-title {
  color: #808080;
}
.woocommerce-page--wrapper .checkout--content .wc-block-checkout__main .wc-block-checkout__shipping-method-container .wc-block-checkout__shipping-method-option::after {
  display: none !important;
}
.woocommerce-page--wrapper .checkout--content .wc-block-checkout__main .wc-block-checkout__shipping-method-container .wc-block-checkout__shipping-method-option--selected {
  border-color: #927335;
  background-color: #927335;
}
.woocommerce-page--wrapper .checkout--content .wc-block-checkout__main .wc-block-checkout__shipping-method-container .wc-block-checkout__shipping-method-option--selected svg {
  fill: #FFF;
}
.woocommerce-page--wrapper .checkout--content .wc-block-checkout__main .wc-block-checkout__shipping-method-container .wc-block-checkout__shipping-method-option--selected .wc-block-checkout__shipping-method-option-title {
  color: #FFF;
}
.woocommerce-page--wrapper .checkout--content .wc-block-checkout__main .wc-block-components-radio-control--highlight-checked::after {
  border-radius: 0;
}
.woocommerce-page--wrapper .checkout--content .wc-block-checkout__main .wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted {
  border-radius: 0;
  box-shadow: none;
  border: 0.5px solid #DDDDDD;
}
.woocommerce-page--wrapper .checkout--content .wc-block-checkout__sidebar .wp-block-woocommerce-checkout-order-summary-block {
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  padding: 10px;
}
.woocommerce-page--wrapper .checkout--content .wc-block-checkout__sidebar .wc-block-components-checkout-order-summary__title-text {
  color: #191919;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.woocommerce-page--wrapper .checkout--content .wc-block-checkout__sidebar .wc-block-components-totals-wrapper * {
  color: #927335;
  text-align: left;
}
.woocommerce-page--wrapper .checkout--content .wc-block-checkout__sidebar .wc-block-components-product-name {
  max-width: 150px;
  text-overflow: ellipsis;
  display: block;
  letter-spacing: 0.2px;
  color: #191919;
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (max-width: 1199px) {
  .woocommerce-page--wrapper .checkout--content .wc-block-checkout__sidebar .wc-block-components-product-name {
    max-width: 80px;
  }
}
@media screen and (max-width: 768px) {
  .woocommerce-page--wrapper .checkout--content .wc-block-checkout__sidebar .wc-block-components-product-name {
    max-width: 150px;
  }
}
.woocommerce-page--wrapper .checkout--content .wc-block-checkout__sidebar.is-sticky {
  top: 100px;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__image > img {
  border-radius: 5px !important;
}

.wc-block-checkout__terms .wc-block-components-checkbox__label {
  font-size: 12px;
}
.wc-block-checkout__terms .wc-block-components-checkbox__label a:hover {
  color: #808080;
}

.checkout .wp-block-woocommerce-checkout-order-summary-block .checkout-order-summary-block-fill {
  border-radius: 20px;
}
.checkout .wc-block-components-text-input label {
  color: #808080 !important;
}
.checkout .wc-block-components-text-input select {
  color: #808080 !important;
}
.checkout .wc-block-checkout__shipping-option .wc-block-components-shipping-rates-control__no-shipping-address-message {
  margin: 0;
  background: none;
  border: 1px dashed #DDDDDD;
  color: #808080;
}

.mon-compte--content .btn-back-wrapper,
.checkout--content .btn-back-wrapper {
  padding: 0 0 30px;
}
.mon-compte--content .btn-back-wrapper .btn-back,
.checkout--content .btn-back-wrapper .btn-back {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  transition: all 0.65s;
  -moz-transition: all 0.65s;
  -webkit-transition: all 0.65s;
  color: #808080;
  gap: 20px;
  opacity: 0.5;
}
.mon-compte--content .btn-back-wrapper .btn-back .icon--arrow-prev,
.checkout--content .btn-back-wrapper .btn-back .icon--arrow-prev {
  border-color: #808080;
}
.mon-compte--content .btn-back-wrapper .btn-back .icon--arrow-prev::before,
.checkout--content .btn-back-wrapper .btn-back .icon--arrow-prev::before {
  background-color: #808080;
}
.mon-compte--content .btn-back-wrapper .btn-back:hover,
.checkout--content .btn-back-wrapper .btn-back:hover {
  opacity: 1;
}

.checkout--content .btn-back-wrapper {
  padding: 0;
}

.woocommerce-bacs-bank-details {
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}

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