@charset "UTF-8";
a {
  text-underline-offset: 2px;
}

@media (max-width: 1023px) {
  .wp-block-columns.is-breaking-tablet:not(.is-not-stacked-on-mobile) > .wp-block-column {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
  }
}
@media (min-width: 782px) and (max-width: 1023px) {
  .wp-block-columns.is-breaking-tablet {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}
@media (max-width: 1023px) {
  .is-mobile-hidden {
    display: none !important;
  }
}
.is-style-flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.is-style-flex-column > div:last-child {
  margin-top: auto;
  padding-top: 20px;
}

.aligncenter {
  text-align: center;
}

@media (max-width: 767px) {
  .col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  body.admin-bar .wp-site-blocks {
    margin-top: 17px;
  }
}

.wp-site-blocks {
  margin-top: 82px;
}
@media (max-width: 767px) {
  .wp-site-blocks {
    margin-top: 62px;
  }
}

a.has-no-underline {
  text-decoration: none;
}

.is-svg-white {
  fill: white;
}

.underline-title {
  position: relative;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .is-overlay-mobile {
    position: relative;
  }
  .is-overlay-mobile:after {
    content: "";
    position: absolute;
    background-color: var(--wp--preset--color--primary-accent);
    opacity: 0.8;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}

@media only screen and (max-width: 1023px) {
  .is-overlay-tablet {
    position: relative;
  }
  .is-overlay-tablet:after {
    content: "";
    position: absolute;
    background-color: var(--wp--preset--color--primary-accent);
    opacity: 0.8;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}

.french-flag-banner {
  position: relative;
  z-index: 10;
  margin-bottom: 0 !important;
  margin-top: -30px !important;
}

.valeurs-icon {
  position: absolute;
  right: -60px;
  top: calc(50% - 60px);
}
@media only screen and (max-width: 1023px) {
  .valeurs-icon {
    top: 15px;
    right: 15px;
    width: 60px;
  }
}

.gform_required_legend {
  display: none;
}

.site-header .is-position-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.site-header nav.wp-block-navigation li a:hover {
  color: var(--wp--preset--color--orange);
}
.site-header nav.wp-block-navigation li.current-menu-item a {
  color: var(--wp--preset--color--orange);
}

body.admin-bar .site-header .is-position-sticky {
  top: 0px;
}
@media (max-width: 767px) {
  body.admin-bar .site-header .is-position-sticky {
    top: 0;
  }
}

.wp-block-columns.header-icons {
  width: auto;
  gap: 10px;
}
.wp-block-columns.header-icons img {
  height: 26px;
  padding: 2px 10px;
  width: auto;
}
@media only screen and (max-width: 1023px) {
  .wp-block-columns.header-icons {
    display: none;
  }
}

.site-footer a {
  text-decoration: none;
  text-underline-offset: 3px;
}
.site-footer a:hover {
  color: var(--wp--preset--color--orange);
}

@media screen and (max-width: 767px) {
  .footer-icons {
    gap: var(--wp--preset--spacing--medium);
    font-size: var(--wp--preset--font-size--x-small);
  }
  .footer-icons > div {
    max-width: 100px;
  }
  .footer-icons figure {
    max-width: 40px;
  }
}

.faq-listing li {
  position: relative;
}
.faq-listing li h2 {
  padding-right: 42px;
}
.faq-listing li:before {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  position: absolute;
  right: 0;
  top: 0;
}
.faq-listing li .entry-content {
  opacity: 0;
  display: none;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.faq-listing li.is-active:before {
  content: "\f077";
}
.faq-listing li.is-active .entry-content {
  opacity: 1;
  display: block;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

@media only screen and (max-width: 767px) {
  .wc-block-product-template__responsive.wp-block-woocommerce-product-template {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

#wc-stripe-express-checkout-element {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.wc-block-product .wp-block-button__link {
  color: var(--wp--preset--color--main-accent);
  background-color: var(--wp--preset--color--primary-accent);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.wc-block-product .wp-block-button__link:hover {
  background-color: var(--wp--preset--color--main-accent);
  color: var(--wp--preset--color--base);
}

.wc-block-product.outofstock {
  position: relative;
}
.wc-block-product.outofstock:after {
  content: "épuisé";
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: var(--wp--preset--color--main-accent);
  color: var(--wp--preset--color--base);
  padding: 5px 10px;
}
/*# sourceMappingURL=style.css.map */