@charset "UTF-8";
@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeueRoman.woff2") format("woff2"), url("../fonts/HelveticaNeueRoman.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeueBold.woff2") format("woff2"), url("../fonts/HelveticaNeueBold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeueHeavy.woff2") format("woff2"), url("../fonts/HelveticaNeueHeavy.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeueBlack.woff2") format("woff2"), url("../fonts/HelveticaNeueBlack.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeueMedium.woff2") format("woff2"), url("../fonts/HelveticaNeueMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
:root {
  --hauteur-banniere-titre: 20rem;
  --kr-global-color-primary: #e20613 !important;
}
#breadcrumbs {
  text-transform: uppercase;
  margin: 0;
  padding: 0 1rem;
  font-size: 2.75rem;
  line-height: 1.2;
  font-weight: 600;
  color: #b3b3b3;
}
#breadcrumbs a {
  color: #b3b3b3;
}
#breadcrumbs a:hover {
  color: #61646b;
}
#breadcrumbs .breadcrumb_last {
  color: #4ead33;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.pagination {
  padding: 2rem 0 !important;
  border: none !important;
  margin: auto;
  display: block;
  clear: both !important;
}
.pagination .wpgb-facet ul.wpgb-pagination li {
  height: auto;
  line-height: normal;
}
.pagination .wpgb-facet ul.wpgb-pagination li a {
  padding: 0;
  line-height: normal;
  font-size: 1.4rem;
  font-weight: 600;
  color: #000;
}
.pagination .wpgb-facet ul.wpgb-pagination li a[aria-current]:not([aria-current="false"]) {
  color: #fff;
  font-weight: bold;
  background-color: #4ead33;
  border-radius: 100px;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  padding: 7px;
}
.g-6, .gx-6 {
  --bs-gutter-x: 5rem;
}
html {
  font-size: 60%;
  background-color: rgba(255, 255, 255, 0.5) !important;
}
body {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  font-family: "Helvetica Neue" !important;
  font-weight: normal !important;
  font-size: 1.6rem !important;
  line-height: normal !important;
  color: #737f87 !important;
  opacity: 1;
  transition: 0.7s opacity;
}
#page {
  background-color: #fafafa;
}
.section-white {
  position: relative;
  z-index: 0;
}
.section-white::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  background: #fff;
  z-index: -1;
}
.section-green {
  background-color: #4ead33;
  color: #fff;
}
#topBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #757575;
  color: #fff;
  cursor: pointer;
  border-radius: 10px;
  padding: 0;
  width: 45px;
  height: 45px;
}
#agri-toast-container {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: min(92vw, 42rem);
}
.agri-toast {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.2rem;
  border-radius: 4px;
  color: #fff;
  background-color: #4ead33;
  border-left: 4px solid #2e8d22;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.28);
  transform: translateY(10px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.agri-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.agri-toast.agri-toast--error {
  border-left-color: #c03535;
}
.agri-toast .agri-toast__text {
  font-size: 1.35rem;
  line-height: 1.4;
}
.agri-toast .agri-toast__link {
  color: #fff;
  text-decoration: underline !important;
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  #agri-toast-container {
    left: 1.2rem;
    right: 1.2rem;
    bottom: 1.2rem;
    max-width: none;
  }
  .agri-toast {
    padding: 1rem;
  }
  .agri-toast .agri-toast__text {
    font-size: 1.25rem;
  }
}
*:focus {
  outline: none !important;
}
body h1, body h2, body h3, body h4, body h5, body h6, body .titre {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 4rem;
  font-size: 3rem;
  font-family: "Helvetica Neue" !important;
}
strong, .bold {
  font-weight: bold !important;
}
.center {
  text-align: center;
}
.white {
  color: #fff;
}
.remove-coupon {
  font-size: 2.5rem;
  color: #4ead33;
}
a {
  text-decoration: none !important;
  color: #acb9bc;
}
a:visited {
  text-decoration: none !important;
}
a:focus {
  outline: none !important;
  text-decoration: none !important;
}
a:active, a:hover {
  outline: 0 !important;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle !important;
}
table.cart th, table.cart td {
  padding: 15px !important;
}
a img {
  border: none;
}
ul.menu, div.menu > ul {
  margin: 0;
  padding: 0;
}
.menu .sub-menu ul, .menu .children ul {
  border-left: 0;
  left: 100%;
  top: 0;
}
ul.menu li:hover ul {
  clip: inherit;
  overflow: inherit;
  height: inherit;
  width: inherit;
}
.menu .current_page_item > a, .menu .current_page_ancestor > a, .menu .current-menu-item > a, .menu .current-menu-ancestor > a {
  color: #fff;
}
.menu-toggle {
  display: none;
}
.btn-default, body.single-product .product .grid .right .addtocart form.cart button.single_add_to_cart_button, body #formulaire-gravity #gform_1 .gform_footer input[type="submit"], body #formulaire-gravity #gform_2 .gform_footer input[type="submit"], body #sgpb-popup-dialog-main-div-wrapper #gform_1 .gform_footer input[type="submit"], body #sgpb-popup-dialog-main-div-wrapper #gform_2 .gform_footer input[type="submit"], .product-item .addtocart .button.add_to_cart_button, .product-item .container-product .container-bouton-voir-produit-panier .addtocart form button {
  border-radius: 25px;
  border: 2px solid #4ead33;
  background-color: #4ead33;
  padding: 1.25rem 2.5rem;
  font-weight: 700;
  font-size: 1.6rem;
  color: #fff;
  transition: color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}
.btn-default:hover, body.single-product .product .grid .right .addtocart form.cart button.single_add_to_cart_button:hover, body #formulaire-gravity #gform_1 .gform_footer input[type="submit"]:hover, body #formulaire-gravity #gform_2 .gform_footer input[type="submit"]:hover, body #sgpb-popup-dialog-main-div-wrapper #gform_1 .gform_footer input[type="submit"]:hover, body #sgpb-popup-dialog-main-div-wrapper #gform_2 .gform_footer input[type="submit"]:hover, .product-item .addtocart .button.add_to_cart_button:hover, .product-item .container-product .container-bouton-voir-produit-panier .addtocart form button:hover {
  color: #2da139;
  background-color: #fff;
}
.btn-default.btn-transparent, body.single-product .product .grid .right .addtocart form.cart button.btn-transparent.single_add_to_cart_button, body #formulaire-gravity #gform_1 .gform_footer input.btn-transparent[type="submit"], body #formulaire-gravity #gform_2 .gform_footer input.btn-transparent[type="submit"], body #sgpb-popup-dialog-main-div-wrapper #gform_1 .gform_footer input.btn-transparent[type="submit"], body #sgpb-popup-dialog-main-div-wrapper #gform_2 .gform_footer input.btn-transparent[type="submit"], .product-item .addtocart .btn-transparent.button.add_to_cart_button, .product-item .container-product .container-bouton-voir-produit-panier .addtocart form button.btn-transparent {
  color: #4ead33;
  background-color: transparent;
}
.btn-default.btn-transparent:hover, body.single-product .product .grid .right .addtocart form.cart button.btn-transparent.single_add_to_cart_button:hover, body #formulaire-gravity #gform_1 .gform_footer input.btn-transparent[type="submit"]:hover, body #formulaire-gravity #gform_2 .gform_footer input.btn-transparent[type="submit"]:hover, body #sgpb-popup-dialog-main-div-wrapper #gform_1 .gform_footer input.btn-transparent[type="submit"]:hover, body #sgpb-popup-dialog-main-div-wrapper #gform_2 .gform_footer input.btn-transparent[type="submit"]:hover, .product-item .addtocart .btn-transparent.button.add_to_cart_button:hover, .product-item .container-product .container-bouton-voir-produit-panier .addtocart form button.btn-transparent:hover {
  color: #fff;
  background-color: #4ead33;
}
.d-column-space-between {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.d-column-space-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.banniere-titre {
  min-height: var(--hauteur-banniere-titre);
}
.owl-carousel .owl-stage-outer, .owl-carousel .owl-stage, .owl-carousel .owl-item {
  height: 100%;
}
.cursor-pointer {
  cursor: pointer;
}
.ubermenu .ubermenu-submenu .ubermenu-column.hide-empty-parent {
  display: none !important;
}
.woocommerce-error-account {
  display: flex;
  margin-top: 10px;
}
.woocommerce-error-account a {
  background-color: grey;
  padding: 0.5rem 1rem;
  border-radius: 5px;
}
/* Suppression du block message erreur gravity form si il n'y a pas d'erreur */
#gform_wrapper_2 .gform_validation_errors:empty, #gform_wrapper_2 .validation_error:empty {
  display: none;
}
#gform_wrapper_2 p {
  margin: 0;
}
.woocommerce-checkout-payment .place-order button.alt, .woocommerce-checkout-payment .place-order button.alt:hover, .wc-proceed-to-checkout .checkout-button, .wc-proceed-to-checkout .checkout-button:hover {
  background-color: #4ead33 !important;
}
.woocommerce-cart .cart-discount {
  display: none !important;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
  background: transparent;
  border: none;
  color: #ffffff;
  padding: 0;
}
.owl-carousel .helium-owl-chevron svg {
  display: block;
}
body#admin a.wordpress-gdpr-open-privacy-settings-modal {
  display: none;
}
body#admin header a.home-link h1 {
  line-height: 40px !important;
}
body #select2-selection__rendered {
  max-width: 250px !important;
}
body.page-template-template-accueil .container {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
body.page-template-template-accueil section#top-slider {
  background-image: url(../images/accueil/background-slider.jpg);
  background-position: center;
}
body.page-template-template-accueil section#top-slider #container-bienvenue-all-slider {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  height: 65rem;
}
body.page-template-template-accueil section#top-slider #container-bienvenue-all-slider #container-all-slider {
  position: relative;
  width: 100%;
}
body.page-template-template-accueil section#top-slider #container-bienvenue-all-slider #container-all-slider .owl-stage-outer {
  z-index: 1;
}
body.page-template-template-accueil section#top-slider #container-bienvenue-all-slider #container-all-slider .owl-nav {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 20rem;
  z-index: auto;
}
body.page-template-template-accueil section#top-slider #container-bienvenue-all-slider #container-all-slider .owl-nav button {
  position: inherit;
  height: inherit;
  z-index: 2;
}
body.page-template-template-accueil section#top-slider #container-bienvenue-all-slider #container-all-slider .owl-nav button.owl-prev {
  left: -1rem;
}
body.page-template-template-accueil section#top-slider #container-bienvenue-all-slider #container-all-slider .owl-nav button.owl-next {
  right: -1rem;
}
body.page-template-template-accueil section#top-slider #container-bienvenue-all-slider #container-all-slider .owl-item {
  cursor: grab;
}
body.page-template-template-accueil section#top-slider #container-bienvenue-all-slider #container-all-slider .owl-item:active {
  cursor: grabbing;
}
body.page-template-template-accueil section#top-slider #container-bienvenue-all-slider #container-all-slider .owl-item .container-slider {
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0;
  border-radius: 10px;
  overflow: auto;
  background-position: center;
}
body.page-template-template-accueil section#top-slider #container-bienvenue-all-slider #container-all-slider .owl-item .container-slider .image-slider {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
}
body.page-template-template-accueil section#top-slider #container-bienvenue-all-slider #container-all-slider .owl-item .container-slider .container-contenue-slider {
  position: absolute;
  padding: 0 3rem;
  width: 80%;
  color: #fff;
  gap: 2rem;
  left: 6%;
  top: 50%;
  transform: translateY(-50%);
}
body.page-template-template-accueil section#top-slider #container-bienvenue-all-slider #container-all-slider .owl-item .container-slider .container-contenue-slider p {
  margin: 0;
}
body.page-template-template-accueil section#top-slider #container-bienvenue-all-slider #container-all-slider .owl-item .container-slider .container-contenue-slider .titre-slider {
  color: inherit;
  font-size: 5.75rem;
  line-height: 1.1;
  text-shadow: 0 0 15px black;
}
body.page-template-template-accueil section#top-slider #container-bienvenue-all-slider #container-all-slider .owl-item .container-slider .container-contenue-slider .texte-slider p {
  color: #4ead33;
  background-color: #fff;
  font-size: 5rem;
  display: inline-block;
  line-height: 1.2;
  font-weight: 600;
  padding: 0 10px;
}
body.page-template-template-accueil section#top-slider #container-bienvenue-all-slider #container-all-slider .owl-item .container-slider .container-contenue-slider .texte-slider p:first-child {
  margin-bottom: 1rem;
}
body.page-template-template-accueil section#marques #container-titre-marques {
  display: flex;
  align-items: center;
}
body.page-template-template-accueil section#marques #container-all-sliders-marques {
  position: relative;
}
body.page-template-template-accueil section#marques #container-all-sliders-marques .container-slider-marque {
  border: 1px solid #e6e6e6;
  border-radius: 15px;
  padding: 3rem;
  height: 300px;
  background-color: #fff;
}
body.page-template-template-accueil section#marques #container-all-sliders-marques .container-slider-marque img {
  max-height: 60%;
}
body.page-template-template-accueil section#marques #container-all-sliders-marques .owl-dots .owl-dot span {
  background-color: #fff;
  border: 1px solid #fff;
  transition: transform 0.3s ease;
}
body.page-template-template-accueil section#marques #container-all-sliders-marques .owl-dots .owl-dot.active span {
  background-color: #fff;
  border: none;
  transform: scale(1.75);
}
body.page-template-template-accueil section#nous-trouver.container .container-map #map {
  height: 350px;
  width: 100%;
  border-radius: 25px;
}
body.page-template-template-accueil section#nous-trouver.container .container-informations {
  padding: 3rem;
}
body.page-template-template-accueil section#nous-trouver.container .container-informations h2 {
  font-size: 4rem;
  font-weight: normal;
}
body.page-template-template-accueil section#nous-trouver.container .container-informations div.container-horaires {
  flex: 1;
}
body.page-template-template-accueil section#nous-trouver.container .container-informations div.container-telephone-mail a {
  color: #737f87;
}
body.page-template-template-accueil section#nous-trouver.container .container-informations div.container-telephone-mail a:hover {
  color: #1f2325;
}
body.page-template-template-accueil section#nous-trouver.container .container-informations div p {
  margin: 0;
}
body.page-template-template-accueil section#ventes > .row, body.page-template-template-accueil section#nous-trouver > .row {
  gap: 5rem;
}
body.page-template-template-accueil section#ventes > .row h2, body.page-template-template-accueil section#nous-trouver > .row h2 {
  font-weight: 700;
  margin-bottom: 0;
  color: #4ead33;
}
body.page-template-template-accueil section#marques > .row {
  gap: 5rem;
}
body.page-template-template-accueil section#marques > .row h2 {
  font-weight: 700;
  margin-bottom: 0;
  color: #fff;
}
body.page-template-template-le-magasin #le-magasin {
  padding-bottom: 4rem;
}
body.page-template-template-le-magasin #le-magasin > .container {
  padding-top: 6rem;
}
body.page-template-template-le-magasin #le-magasin > .container h2 {
  color: #4ead33;
  line-height: 1.2;
  font-size: 2.75rem;
}
body.page-template-template-le-magasin #le-magasin > .container p, body.page-template-template-le-magasin #le-magasin > .container ul {
  font-size: 1.75rem;
  text-align: justify;
}
body.page-template-template-le-magasin #le-magasin > .container ul {
  list-style-position: inside;
  margin-left: 0;
}
body.page-template-template-le-magasin #le-magasin > .container .container-slider img, body.page-template-template-le-magasin #le-magasin > .container .container-photo-descriptions img {
  border-radius: 30px;
}
body.page-template-template-le-magasin #le-magasin > .container .container-photo-descriptions .container-description:not(:first-child) {
  margin-top: 6rem;
}
body.page-template-template-promo #product_loop ul#grid.wpgb-loading:before, body.page-template-template-nouveaute #product_loop ul#grid.wpgb-loading:before, body.page-template-template-attribut #product_loop ul#grid.wpgb-loading:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 9999;
}
body.page-template-template-promo #product_loop ul#grid.wpgb-loading:after, body.page-template-template-nouveaute #product_loop ul#grid.wpgb-loading:after, body.page-template-template-attribut #product_loop ul#grid.wpgb-loading:after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: translate(-50%, -50%);
  width: 4rem;
  height: 4rem;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #4ead33;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  z-index: 99999;
}
body.page-template-template-promo #product_loop #facets, body.page-template-template-nouveaute #product_loop #facets, body.page-template-template-attribut #product_loop #facets {
  display: grid;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
body.page-template-template-promo #product_loop #facets .left, body.page-template-template-nouveaute #product_loop #facets .left, body.page-template-template-attribut #product_loop #facets .left {
  min-width: 448px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 1rem;
}
body.page-template-template-promo #product_loop #facets .right, body.page-template-template-nouveaute #product_loop #facets .right, body.page-template-template-attribut #product_loop #facets .right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  grid-column: 3 / 6;
  margin-bottom: 1rem;
}
body.page-template-template-promo #product_loop #facets .wpgb-facet > fieldset:last-child, body.page-template-template-nouveaute #product_loop #facets .wpgb-facet > fieldset:last-child, body.page-template-template-attribut #product_loop #facets .wpgb-facet > fieldset:last-child {
  margin: 0;
}
body.page-template-template-promo #product_loop #facets .wpgb-facet select.wpgb-select:not([multiple]), body.page-template-template-nouveaute #product_loop #facets .wpgb-facet select.wpgb-select:not([multiple]), body.page-template-template-attribut #product_loop #facets .wpgb-facet select.wpgb-select:not([multiple]) {
  width: fit-content;
  max-width: 180px;
}
body.single-product #page {
  background-color: #fff;
}
body.single-product .container-fil-ariane {
  margin: 4rem 0 2rem 0;
}
body.single-product .product {
  padding: 2rem 0 4rem;
}
body.single-product .product .grid {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: auto 1fr;
  gap: 20px;
  height: 100%;
  align-items: normal;
  margin-top: 3rem;
}
body.single-product .product .grid .left {
  position: relative;
  max-width: 500px;
  max-height: 500px;
  border: 1px solid #e6e6e6;
  padding: 2rem;
  border-radius: 25px;
}
body.single-product .product .grid .left .images {
  width: 100%;
  height: auto;
  float: none;
  margin: 0;
}
body.single-product .product .grid .left .images .woocommerce-main-image {
  margin-bottom: 0 !important;
}
body.single-product .product .grid .left .images img {
  width: 100%;
  height: auto;
  max-height: 427px;
  object-fit: contain;
}
body.single-product .product .grid .right {
  padding: 2rem;
}
body.single-product .product .grid .right.d-flex.flex-column.summary.entry-summary {
  width: 100%;
}
body.single-product .product .grid .right .custom-sale-flash {
  font-size: 2.5rem;
  font-weight: 600;
  color: #fff;
  background-color: #e20613;
  margin-bottom: 2rem;
  width: fit-content;
  padding: 0.5rem 1.5rem;
  border-radius: 50px;
  text-transform: uppercase;
}
body.single-product .product .grid .right h1.product-title {
  color: #000000;
  font-size: 2.75rem;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: uppercase;
}
body.single-product .product .grid .right .product-short-description {
  font-size: 2.75rem;
  color: #000;
}
body.single-product .product .grid .right hr {
  margin: 0;
}
body.single-product .product .grid .right span.sku-wrapper {
  display: block;
  font-size: 1.4rem;
  color: #000;
  font-weight: 600;
  margin: 3rem 0 1rem 0;
}
body.single-product .product .grid .right #description {
  margin-bottom: 1rem;
}
body.single-product .product .grid .right #description p {
  font-size: 1.6rem;
  line-height: 2rem;
  text-align: justify;
}
body.single-product .product .grid .right #price-bloc {
  color: #4ead33;
  display: grid;
  min-height: 3rem;
  max-height: 5rem;
  margin-bottom: 1rem;
}
body.single-product .product .grid .right #price-bloc .price {
  font-weight: 900;
  font-size: 4rem;
}
body.single-product .product .grid .right #price-bloc .price .woocommerce-Price-currencySymbol {
  font-size: 2rem;
  position: relative;
  left: 4px;
  vertical-align: super;
}
body.single-product .product .grid .right .categories {
  margin-bottom: 1rem;
  font-size: 1.9rem;
  color: #acb9bc;
  text-transform: uppercase;
}
body.single-product .product .grid .right .categories a {
  color: #acb9bc;
  font-size: 2rem;
}
body.single-product .product .grid .right .categories a:hover {
  color: #61646b;
}
body.single-product .product .grid .right .product_details {
  display: grid;
  gap: 1rem;
}
body.single-product .product .grid .right .product_details .product-sku {
  font-size: 1.6rem;
  color: #acb9bc;
  text-transform: uppercase;
}
body.single-product .product .grid .right .product_details .stock {
  font-size: 1.6rem;
  color: #4ead33;
  text-transform: uppercase;
  font-weight: 700;
}
body.single-product .product .grid .right .product_details .out-of-stock {
  width: fit-content;
  padding: 0.65rem 0.85rem;
  border-left: 3px solid #e20613;
  background-color: rgba(226, 6, 19, 0.1);
  color: #b0000d;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.35;
}
body.single-product .product .grid .right .product_details .single-product-delivery-unavailable-notice {
  width: fit-content;
  margin: 0;
  padding: 0.65rem 0.85rem;
  border-left: 3px solid #f28c00;
  background-color: rgba(242, 140, 0, 0.12);
  color: #b86400;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.35;
}
body.single-product .product .grid .right .product_details .product-description {
  font-size: 1.75rem;
  font-weight: 500;
  text-align: justify;
  color: #000;
}
body.single-product .product .grid .right .addtocart .stock {
  display: none;
}
body.single-product .product .grid .right .addtocart form.cart {
  padding: 0;
  margin: 0;
  display: grid;
  gap: 2rem;
}
body.single-product .product .grid .right .addtocart form.cart button.single_add_to_cart_button {
  font-size: 2.6rem;
  letter-spacing: 1px;
  padding: 0.25rem 0;
  max-width: 300px;
}
body.single-product .product .grid .right .addtocart form.cart .quantity {
  height: 5rem;
  display: flex;
}
body.single-product .product .grid .right .addtocart form.cart .quantity label {
  display: none;
}
body.single-product .product .grid .right .addtocart form.cart .quantity input.qty_button {
  color: #fff;
  background-color: #4ead33;
  height: 100%;
  width: 3rem;
  position: relative;
  padding: 0;
  font-size: 2rem;
  line-height: 2rem;
  vertical-align: middle;
  transition: background-color 0.3s ease;
}
body.single-product .product .grid .right .addtocart form.cart .quantity input.qty_button:hover {
  background-color: #2da139;
}
body.single-product .product .grid .right .addtocart form.cart .quantity input.qty {
  width: 8rem;
  height: 100%;
  vertical-align: middle;
  font-size: 1.4rem;
  text-align: center;
  padding: 0.4rem 0.8rem;
  color: black;
  font-weight: 600;
  line-height: normal;
  border-radius: 0;
  background-color: #f2f2f2;
  box-shadow: none;
  appearance: textfield;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}
body.single-product .product .grid .right .addtocart form.cart .quantity input.qty:focus {
  outline: none;
  border-color: #2da139;
}
body.single-product .product .grid .right .addtocart form.cart .quantity input.qty::-webkit-outer-spin-button, body.single-product .product .grid .right .addtocart form.cart .quantity input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  opacity: 0;
  margin: 0;
}
body.single-product .product .grid .right .addtocart form.cart a.added_to_cart {
  display: none;
}
body.single-product section#related_products, body.archive section#related_products, body.page-template-template-contact section#related_products, body.page-template-template-le-magasin section#related_products {
  position: relative;
  padding: 4rem 0 8rem;
}
body.single-product section#related_products hr, body.archive section#related_products hr, body.page-template-template-contact section#related_products hr, body.page-template-template-le-magasin section#related_products hr {
  display: none;
}
body.single-product section#related_products:before, body.archive section#related_products:before, body.page-template-template-contact section#related_products:before, body.page-template-template-le-magasin section#related_products:before {
  content: "";
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 150%;
  background-position: center;
  z-index: 9;
}
body.single-product section#related_products h2, body.archive section#related_products h2, body.page-template-template-contact section#related_products h2, body.page-template-template-le-magasin section#related_products h2 {
  font-weight: bold;
  font-size: 2.75rem;
  margin: 1rem 0 4rem;
  color: #4ead33;
  position: relative;
  z-index: 99;
}
body.single-product section#related_products .container-btn, body.archive section#related_products .container-btn, body.page-template-template-contact section#related_products .container-btn, body.page-template-template-le-magasin section#related_products .container-btn {
  margin-top: 6rem;
}
body.single-product section#related_products ul.products, body.archive section#related_products ul.products, body.page-template-template-contact section#related_products ul.products, body.page-template-template-le-magasin section#related_products ul.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 3rem;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 99;
}
body.single-product section#related_products ul.products::before, body.single-product section#related_products ul.products::after, body.archive section#related_products ul.products::before, body.archive section#related_products ul.products::after, body.page-template-template-contact section#related_products ul.products::before, body.page-template-template-contact section#related_products ul.products::after, body.page-template-template-le-magasin section#related_products ul.products::before, body.page-template-template-le-magasin section#related_products ul.products::after {
  content: none;
  display: none;
}
body.single-product section#related_products ul.products li.product-item, body.archive section#related_products ul.products li.product-item, body.page-template-template-contact section#related_products ul.products li.product-item, body.page-template-template-le-magasin section#related_products ul.products li.product-item {
  width: auto;
  margin: 0;
  float: none;
}
@media screen and (max-width: 1024px) {
  body.single-product section#related_products ul.products, body.archive section#related_products ul.products, body.page-template-template-contact section#related_products ul.products, body.page-template-template-le-magasin section#related_products ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 767px) {
  body.single-product section#related_products ul.products, body.archive section#related_products ul.products, body.page-template-template-contact section#related_products ul.products, body.page-template-template-le-magasin section#related_products ul.products {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
body.woocommerce-checkout .custom-breadcrumb-woocommerce .cart_bread, body.woocommerce-cart .custom-breadcrumb-woocommerce .cart_bread, body.woocommerce-account .custom-breadcrumb-woocommerce .cart_bread {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 40px;
  list-style: none;
}
body.woocommerce-checkout .custom-breadcrumb-woocommerce .cart_bread li, body.woocommerce-cart .custom-breadcrumb-woocommerce .cart_bread li, body.woocommerce-account .custom-breadcrumb-woocommerce .cart_bread li {
  padding: 10px;
}
body.woocommerce-checkout .custom-breadcrumb-woocommerce .cart_bread li a, body.woocommerce-checkout .custom-breadcrumb-woocommerce .cart_bread li i, body.woocommerce-cart .custom-breadcrumb-woocommerce .cart_bread li a, body.woocommerce-cart .custom-breadcrumb-woocommerce .cart_bread li i, body.woocommerce-account .custom-breadcrumb-woocommerce .cart_bread li a, body.woocommerce-account .custom-breadcrumb-woocommerce .cart_bread li i {
  font-size: 2rem;
  font-weight: bold;
  color: #61646b;
}
body.woocommerce-checkout .custom-breadcrumb-woocommerce .cart_bread li a:hover, body.woocommerce-cart .custom-breadcrumb-woocommerce .cart_bread li a:hover, body.woocommerce-account .custom-breadcrumb-woocommerce .cart_bread li a:hover {
  color: #4ead33;
}
body.woocommerce-checkout .custom-breadcrumb-woocommerce .cart_bread li.disable a, body.woocommerce-cart .custom-breadcrumb-woocommerce .cart_bread li.disable a, body.woocommerce-account .custom-breadcrumb-woocommerce .cart_bread li.disable a {
  pointer-events: none;
}
body.woocommerce-checkout .custom-breadcrumb-woocommerce .cart_bread li.current a, body.woocommerce-checkout .custom-breadcrumb-woocommerce .cart_bread li.current i, body.woocommerce-cart .custom-breadcrumb-woocommerce .cart_bread li.current a, body.woocommerce-cart .custom-breadcrumb-woocommerce .cart_bread li.current i, body.woocommerce-account .custom-breadcrumb-woocommerce .cart_bread li.current a, body.woocommerce-account .custom-breadcrumb-woocommerce .cart_bread li.current i {
  color: #4ead33;
}
body.woocommerce-checkout .woocommerce-info {
  background-color: #4ead33;
}
body.woocommerce-checkout .checkout-click-collect-only-notice-row td {
  padding: 1rem 0 !important;
}
body.woocommerce-checkout .checkout-click-collect-only-notice {
  padding: 0.8rem 1rem;
  border-left: 3px solid #f28c00;
  background-color: rgba(242, 140, 0, 0.12);
  color: #b86400;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.35;
  text-transform: none;
}
body.woocommerce-checkout .woocommerce-form-coupon .form-row-first {
  margin-right: 0;
  width: 52%;
}
body.woocommerce-checkout .woocommerce-form-coupon .form-row .button {
  background-color: #4ead33;
  color: #fff;
}
body.woocommerce-checkout .woocommerce-form-coupon .form-row .button:hover {
  background-color: #df4e58;
}
body.woocommerce-checkout .checkout .checkout_coupon {
  margin-bottom: 1.2rem;
}
body.woocommerce-checkout .checkout #customer_details > .col-1, body.woocommerce-checkout .checkout #customer_details > .col-2 {
  max-width: none;
  flex: none;
  float: none;
  width: 100%;
}
body.woocommerce-checkout .checkout #customer_details > .col-2 {
  margin-top: 1.5rem;
}
body.woocommerce-checkout .checkout #customer_details abbr[title] {
  text-decoration: none;
}
body.woocommerce-checkout .checkout #customer_details .form-row {
  margin-bottom: 15px;
}
body.woocommerce-checkout .checkout #customer_details .form-row-first {
  width: calc(50% - 10px);
  float: left;
  margin-right: 10px;
}
body.woocommerce-checkout .checkout #customer_details .form-row-last {
  width: calc(50% - 10px);
  float: right;
  margin-left: 10px;
}
body.woocommerce-checkout .checkout #customer_details label {
  font-weight: 500;
  margin-bottom: 4px;
}
body.woocommerce-checkout .checkout #order_review #payment .place-order {
  margin: 0;
}
body.woocommerce-checkout .checkout .woocommerce-account-fields .create-account #createaccount {
  margin: 0;
}
body.woocommerce-checkout .widget_shopping_cart, body.woocommerce-cart .widget_shopping_cart {
  display: none !important;
}
body.page-template-template-contact #contact #contact_info {
  padding: 6rem 0;
}
body.woocommerce-orders .container .woocommerce-MyAccount-content .woocommerce-info {
  background-color: #e20613;
}
body.page-template-template-cookie .site-content a {
  color: #4ead33;
}
body.page-template-template-cookie .site-content #cmplz-document {
  margin: auto;
}
body ul#grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
  position: relative;
  z-index: 99;
  margin: 0;
}
body #formulaire-gravity, body #sgpb-popup-dialog-main-div-wrapper {
  padding: 6rem;
  background-color: #fafafa;
  border-radius: 25px;
}
body #formulaire-gravity #gform_1 .gform_body input, body #formulaire-gravity #gform_1 .gform_body textarea, body #formulaire-gravity #gform_2 .gform_body input, body #formulaire-gravity #gform_2 .gform_body textarea, body #sgpb-popup-dialog-main-div-wrapper #gform_1 .gform_body input, body #sgpb-popup-dialog-main-div-wrapper #gform_1 .gform_body textarea, body #sgpb-popup-dialog-main-div-wrapper #gform_2 .gform_body input, body #sgpb-popup-dialog-main-div-wrapper #gform_2 .gform_body textarea {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
body #formulaire-gravity #gform_1 .gform_body input::placeholder, body #formulaire-gravity #gform_1 .gform_body textarea::placeholder, body #formulaire-gravity #gform_2 .gform_body input::placeholder, body #formulaire-gravity #gform_2 .gform_body textarea::placeholder, body #sgpb-popup-dialog-main-div-wrapper #gform_1 .gform_body input::placeholder, body #sgpb-popup-dialog-main-div-wrapper #gform_1 .gform_body textarea::placeholder, body #sgpb-popup-dialog-main-div-wrapper #gform_2 .gform_body input::placeholder, body #sgpb-popup-dialog-main-div-wrapper #gform_2 .gform_body textarea::placeholder {
  opacity: 1;
}
body #formulaire-gravity #gform_1 .gform_body textarea, body #formulaire-gravity #gform_2 .gform_body textarea, body #sgpb-popup-dialog-main-div-wrapper #gform_1 .gform_body textarea, body #sgpb-popup-dialog-main-div-wrapper #gform_2 .gform_body textarea {
  border-radius: 16px;
}
body #formulaire-gravity #gform_1 .gform_footer input[type="submit"], body #formulaire-gravity #gform_2 .gform_footer input[type="submit"], body #sgpb-popup-dialog-main-div-wrapper #gform_1 .gform_footer input[type="submit"], body #sgpb-popup-dialog-main-div-wrapper #gform_2 .gform_footer input[type="submit"] {
  min-width: 150px;
  min-height: 0;
}
body #formulaire-gravity #gform_1 .gform_footer, body #sgpb-popup-dialog-main-div-wrapper #gform_1 .gform_footer {
  justify-content: center;
}
body #formulaire-gravity #gform_2 .gform_body input, body #sgpb-popup-dialog-main-div-wrapper #gform_2 .gform_body input {
  width: 100%;
  inline-size: -webkit-fill-available;
}
body.woocommerce-cart #shipping_method li, body.woocommerce-checkout #shipping_method li {
  flex-wrap: wrap;
}
body.woocommerce-cart #shipping_method #pickup-items-field-for-0, body.woocommerce-checkout #shipping_method #pickup-items-field-for-0 {
  display: none !important;
}
body.woocommerce-cart #shipping_method #pickup-location-field-for-0, body.woocommerce-checkout #shipping_method #pickup-location-field-for-0 {
  display: block;
  flex: 0 0 100%;
  clear: both;
  width: 100% !important;
  max-width: 100%;
  margin-top: 1rem;
}
body.woocommerce-cart #shipping_method #pickup-location-field-for-0 .select2-container, body.woocommerce-checkout #shipping_method #pickup-location-field-for-0 .select2-container {
  max-width: 250px !important;
}
body.woocommerce-cart .woocommerce-cart-form {
  margin: 0;
}
body.woocommerce-cart .woocommerce-cart-form table {
  margin: 0;
}
body.woocommerce-cart .woocommerce-cart-form .product-thumbnail {
  width: 13%;
  height: 100%;
  box-sizing: border-box;
}
body.woocommerce-cart .woocommerce-cart-form .product-thumbnail .container-image-product {
  width: 100%;
  height: 10rem;
  background-size: cover;
  background-position: center;
  margin: auto;
}
body.woocommerce-cart .woocommerce-cart-form .product-info {
  display: table-cell;
}
body.woocommerce-cart .woocommerce-cart-form .product-info .container-name {
  display: flex;
  gap: 1.5rem;
}
body.woocommerce-cart .woocommerce-cart-form .product-info .container-price {
  line-height: 1rem;
  margin: 1rem 0;
  display: grid;
  gap: 1.5rem;
}
body.woocommerce-cart .woocommerce-cart-form .product-info .product-name a {
  color: black;
  font-size: 2.3rem;
  font-weight: 600;
  text-transform: capitalize;
}
body.woocommerce-cart .woocommerce-cart-form .product-info .product-name a:hover {
  color: #acb9bc;
}
body.woocommerce-cart .woocommerce-cart-form .product-info .product-name .cart-delivery-unavailable-notice {
  width: fit-content;
  margin: 0.8rem 0 0;
  padding: 0.55rem 0.75rem;
  border-left: 3px solid #f28c00;
  background-color: rgba(242, 140, 0, 0.12);
  color: #b86400;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.35;
}
body.woocommerce-cart .woocommerce-cart-form .product-info .product-price .woocommerce-Price-amount {
  color: #4ead33;
  font-size: 2rem;
  font-weight: 600;
}
body.woocommerce-cart .woocommerce-cart-form .product-info .product-price .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
  vertical-align: super;
  font-size: 1.4rem;
  position: relative;
  left: -4px;
}
body.woocommerce-cart .woocommerce-cart-form .product-info .product-categories {
  font-size: 1.5rem;
}
body.woocommerce-cart .woocommerce-cart-form .product-info .product-stock {
  font-size: 1.4rem;
}
body.woocommerce-cart .woocommerce-cart-form .product-info .product-stock .stock {
  color: green;
  text-transform: uppercase;
}
body.woocommerce-cart .woocommerce-cart-form .product-info .product-stock .hors-stock {
  color: #4ead33;
  text-transform: uppercase;
}
body.woocommerce-cart .woocommerce-cart-form .product-info .cart-item-footer {
  margin-top: 0.8rem;
  display: flex;
  align-items: center;
  gap: 7rem;
}
body.woocommerce-cart .woocommerce-cart-form .product-info .cart-item-footer .product-quantity .quantity {
  width: fit-content;
}
body.woocommerce-cart .woocommerce-cart-form .product-info .cart-item-footer .product-quantity .quantity label {
  display: none;
}
body.woocommerce-cart .woocommerce-cart-form .product-info .cart-item-footer .product-quantity .quantity input.qty_button {
  color: #000;
  background-color: #acb9bc;
  height: 30px;
  width: 20px;
  padding: 0;
  line-height: 15px;
  vertical-align: middle;
  border: 0;
  text-align: center;
}
body.woocommerce-cart .woocommerce-cart-form .product-info .cart-item-footer .product-quantity .quantity input.qty {
  width: 22px;
  height: 20px;
  vertical-align: middle;
  font-size: 12px;
  text-align: center;
  font-family: "Helvetica Neue", sans-serif;
  padding: 0;
  color: #333;
  font-weight: 600;
  line-height: normal;
  background-color: transparent;
  border: 0;
  box-shadow: none;
  appearance: textfield;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}
body.woocommerce-cart .woocommerce-cart-form .product-info .cart-item-footer .product-quantity .quantity input.qty::-webkit-outer-spin-button, body.woocommerce-cart .woocommerce-cart-form .product-info .cart-item-footer .product-quantity .quantity input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
body.woocommerce-cart .woocommerce-cart-form .product-info .cart-item-footer .product-remove {
  display: flex;
  align-items: center;
}
body.woocommerce-cart .woocommerce-cart-form .product-info .cart-item-footer .product-subtotal {
  font-size: 2rem;
}
body.woocommerce-cart .woocommerce-cart-form .product-info .cart-item-footer .product-subtotal .amount {
  font-weight: 600;
}
body.woocommerce-cart .woocommerce-cart-form .product-info .cart-item-footer .product-subtotal .amount .woocommerce-Price-currencySymbol {
  font-size: 1.4rem;
  position: relative;
  left: -4px;
  vertical-align: super;
}
body.woocommerce-cart .woocommerce-cart-form .coupon-container .coupon {
  float: right;
  width: 40%;
}
body.woocommerce-cart .woocommerce-cart-form .coupon-container .coupon #coupon_code {
  width: 50%;
}
body.woocommerce-cart .woocommerce-cart-form .coupon-container .coupon .button {
  background-color: #4ead33;
  color: #fff;
  width: 49%;
}
body.woocommerce-cart .woocommerce-cart-form .coupon-container .coupon .button:hover {
  background-color: #2da139;
}
body.woocommerce-cart .woocommerce-cart-form .cart-divider-container {
  padding: 0 !important;
}
body.woocommerce-cart .woocommerce-cart-form .cart-divider-container .cart-divider {
  border: none;
  border-top: 1px solid black;
  opacity: 0.5;
  margin: 0;
}
body.woocommerce-cart .woocommerce-cart-form tr {
  background-color: transparent;
}
body.woocommerce-cart .woocommerce-cart-form tr td {
  background-color: transparent !important;
}
body.woocommerce-cart .cart-collaterals tr, body.woocommerce-cart .cart-collaterals th, body.woocommerce-cart .cart-collaterals td {
  background-color: transparent !important;
  text-transform: uppercase;
}
body.woocommerce-cart .cart-collaterals .cart_totals {
  width: 40%;
  text-align: center;
}
body.woocommerce-cart .cart-collaterals .cart_totals .amount .woocommerce-Price-currencySymbol {
  font-size: 1.4rem;
  position: relative;
  left: -4px;
  vertical-align: super;
}
body.woocommerce-cart .cart-collaterals .cart_totals .includes_tax .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol {
  font-size: 1rem;
}
body.woocommerce-cart .cart-collaterals .cart_totals .cart-subtotal th {
  width: 65%;
}
body.woocommerce-cart .cart-collaterals .cart_totals .order-total th {
  text-transform: uppercase;
}
body.woocommerce-cart .cart-collaterals .cart_totals .order-total sub .woocommerce-Price-currencySymbol {
  left: 0;
  vertical-align: unset;
  font-size: 1.2rem;
}
body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
  background-color: #4ead33;
  color: #fff;
  margin: 0;
  padding: 10px 0;
  position: relative;
  /* &:before {
                            content: url(../images/icon-valider-commande-npc.svg);
                            position: absolute;
                            top: 20%;
                            left: 20%;
                            width: 35px;
                            height: 35px;
                        } */
}
body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout a:hover {
  background-color: #2da139;
}
#container-all-products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4rem;
  margin: 0;
  padding: 0;
}
#container-all-products::before, #container-all-products::after {
  content: none;
  display: none;
}
#container-all-products li.product-item {
  width: auto;
  margin: 0;
  float: none;
}
.price-crossed {
  position: relative;
  color: gray;
  /* Prix régulier en gris */
  margin-right: 10px;
}
.price-crossed .woocommerce-Price-amount {
  color: gray !important;
}
.price-crossed:after {
  content: "";
  position: absolute;
  top: 0;
  right: 3px;
  bottom: 0;
  left: 0;
  height: fit-content;
  border-top: 3px solid #e20613 !important;
  transform: rotate(-10deg);
  transform-origin: top right;
}
.woocommerce-price-suffix {
  display: none;
  color: #4ead33;
  font-weight: 600;
}
.product-subtotal .woocommerce-price-suffix, .product-total .woocommerce-price-suffix {
  color: #737f87;
}
.product-item .addtocart .button.add_to_cart_button {
  padding: 1.25rem 2.1rem;
}
.product-item {
  border-radius: 20px;
  padding: 1.5rem;
  position: relative;
  gap: 2rem;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}
.product-item:hover {
  transform: translateY(-10px);
}
.product-item .container-image .image-product {
  height: 25rem;
  width: 100%;
  background-color: #fff;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 12px;
}
.product-item .container-banner {
  padding-top: 3rem;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}
.product-item .container-banner .product-banner {
  padding: 1rem 1.5rem;
  background-color: #4ead33;
  color: #fff;
  font-size: 1.4rem;
  width: fit-content;
  height: fit-content;
}
.product-item .container-product .product-title {
  font-size: 1.6rem;
  color: black;
  line-height: normal;
  margin-bottom: 1rem;
  font-weight: 600 !important;
  min-height: 4rem;
}
.product-item .container-product .price-product {
  color: #4ead33;
  display: grid;
  min-height: 3rem;
  max-height: 5rem;
}
.product-item .container-product .price-product .price {
  margin-bottom: 0.2rem;
  font-weight: 600;
  font-size: 1.8rem;
}
.product-item .container-product .price-product .price .woocommerce-Price-currencySymbol {
  font-size: 1.2rem;
  position: relative;
  left: 0;
  vertical-align: super;
}
.product-item .container-product .product-details {
  display: grid;
}
.product-item .container-product .product-details .product-sku {
  font-size: 1.6rem;
  color: #737f87;
}
.product-item .container-product .categories-product {
  min-height: 4rem;
}
.product-item .container-product .categories-product a {
  color: #acb9bc;
  font-size: 1.4rem;
}
.product-item .container-product .container-bouton-voir-produit-panier {
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.product-item .container-product .container-bouton-voir-produit-panier .voir-produit, .product-item .container-product .container-bouton-voir-produit-panier .addtocart form button {
  height: fit-content;
  padding: 1rem 2.5rem;
}
.product-item .container-product .container-bouton-voir-produit-panier .voir-produit:hover, .product-item .container-product .container-bouton-voir-produit-panier .addtocart form button:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  transform: translateY(-3px);
}
.product-item .container-product .container-bouton-voir-produit-panier .addtocart > a.added_to_cart {
  display: none !important;
}
.product-item .container-product .container-bouton-voir-produit-panier .addtocart form {
  margin: 0;
  display: flex;
  justify-content: center;
}
.product-item .container-product .container-bouton-voir-produit-panier .addtocart form .quantity {
  display: none;
}
.product-item .container-product .container-bouton-voir-produit-panier .addtocart form button {
  padding: 1rem 2.5rem;
  line-height: unset;
}
.product-item .container-product .container-bouton-voir-produit-panier .addtocart form .added_to_cart {
  display: none;
}
.product-item.on-sale .container-banner .product-banner {
  background-color: #e20613;
}
.product-item.on-sale .container-product .price-product {
  color: #e20613;
}
.product-item.on-sale .container-product .container-bouton-voir-produit-panier .voir-produit, .product-item.on-sale .container-product .container-bouton-voir-produit-panier .product-item .container-product .container-bouton-voir-produit-panier .addtocart form button, .product-item .container-product .container-bouton-voir-produit-panier .addtocart form .product-item.on-sale .container-product .container-bouton-voir-produit-panier button {
  color: #e20613;
  border-color: #e20613;
}
.product-item.on-sale .container-product .container-bouton-voir-produit-panier .voir-produit:hover, .product-item.on-sale .container-product .container-bouton-voir-produit-panier .product-item .container-product .container-bouton-voir-produit-panier .addtocart form button:hover, .product-item .container-product .container-bouton-voir-produit-panier .addtocart form .product-item.on-sale .container-product .container-bouton-voir-produit-panier button:hover {
  background-color: #e20613;
  color: #fff;
}
.product-item.on-sale .container-product .container-bouton-voir-produit-panier .addtocart form button {
  background-color: #e20613;
  border-color: #e20613;
}
.product-item.on-sale .container-product .container-bouton-voir-produit-panier .addtocart form button:hover {
  background-color: #fff;
  color: #e20613;
}
.product-item.on-sale .woocommerce-price-suffix {
  color: #e20613;
}
.woocommerce ul.products li.product-category.subcategory-card {
  margin: 0 0 2.4rem;
  padding: 0;
}
.woocommerce ul.products li.product-category.subcategory-card .link {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 2rem;
  min-height: 25rem;
  text-decoration: none;
  background: #13232f;
  box-shadow: 0 18px 36px rgba(10, 24, 33, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.woocommerce ul.products li.product-category.subcategory-card .media {
  position: absolute;
  inset: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(1);
  transition: transform 0.6s ease;
}
.woocommerce ul.products li.product-category.subcategory-card .content {
  position: relative;
  z-index: 1;
  min-height: 25rem;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 1.2rem;
}
.woocommerce ul.products li.product-category.subcategory-card .title {
  margin: 0;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.15;
  letter-spacing: 0.01em;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.28);
}
.woocommerce ul.products li.product-category.subcategory-card .count {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.8rem 1.3rem;
  background: rgba(255, 255, 255, 0.9);
  color: #4ead33;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.woocommerce ul.products li.product-category.subcategory-card .link:hover, .woocommerce ul.products li.product-category.subcategory-card .link:focus-visible {
  transform: translateY(-8px);
  box-shadow: 0 22px 42px rgba(10, 24, 33, 0.28);
}
.woocommerce ul.products li.product-category.subcategory-card .link:hover .media, .woocommerce ul.products li.product-category.subcategory-card .link:focus-visible .media {
  transform: scale(1.07);
}
body #page header.site-header {
  z-index: 999;
  width: 100%;
  margin: auto;
  padding: 0;
  border: 0;
  transition: top 0.6s ease-in-out;
  background: linear-gradient(90deg, #4ead33, #2da139);
}
body #page header.site-header #top-header {
  display: flex;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin: 2rem auto;
  align-items: center;
  justify-content: space-between;
  max-width: 1320px;
}
body #page header.site-header #top-header .home-link {
  display: block;
  width: 100%;
  max-width: 500px;
  padding: 0;
}
body #page header.site-header #top-header #middle-nav {
  display: flex;
  width: 50%;
  align-items: center;
  justify-content: end;
}
body #page header.site-header #top-header #middle-nav .site-search {
  width: 100%;
  float: left;
  margin-bottom: 0;
  margin-right: 30px;
}
body #page header.site-header #top-header #middle-nav #woo-nav {
  display: flex;
  justify-content: end;
  align-items: center;
}
body #page header.site-header #top-header #middle-nav #woo-nav #admin-navigation {
  position: relative;
}
body #page header.site-header #top-header #middle-nav #woo-nav #admin-navigation ul li {
  list-style: none;
}
body #page header.site-header #top-header #middle-nav #woo-nav #admin-navigation ul li a {
  width: 70px;
  height: 70px;
  display: block;
  position: relative;
}
body #page header.site-header #top-header #middle-nav #woo-nav #admin-navigation ul li a img {
  width: calc(100% - 27px);
  height: auto;
  margin: auto 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
body #page header.site-header #top-header #middle-nav #woo-nav #admin-navigation::after {
  content: "";
  position: absolute;
  height: 68%;
  width: 1px;
  top: 13px;
  right: 0;
  background-color: #ACB9BC;
  opacity: 1;
}
body #page header.site-header #top-header #middle-nav #woo-nav .site-header-cart {
  width: auto;
  padding: 5px;
}
body #page header.site-header #top-header #middle-nav #woo-nav .site-header-cart:hover li#inside {
  visibility: visible !important;
}
body #page header.site-header #top-header #middle-nav #woo-nav .site-header-cart li.button {
  background-color: transparent;
  border: 0;
  padding: 0;
  display: flex;
  align-items: center;
  height: 50px;
  position: relative;
  z-index: 999;
}
body #page header.site-header #top-header #middle-nav #woo-nav .site-header-cart li.button a.cart-contents {
  display: flex;
  color: #fff;
  flex-direction: column;
  /* Positionne le prix et le texte dans une colonne */
  align-items: flex-start;
  /* Aligne les éléments à gauche */
  text-decoration: none;
  /* Supprime le soulignement */
  margin-bottom: 0.5rem;
  /* Ajoute de l'espace entre le lien et le texte en dessous */
  padding: 0 0 0 60px;
  position: initial;
}
body #page header.site-header #top-header #middle-nav #woo-nav .site-header-cart li.button a.cart-contents .count {
  display: none;
}
body #page header.site-header #top-header #middle-nav #woo-nav .site-header-cart li.button a.cart-contents .woocommerce-Price-amount {
  color: #fff;
  margin-left: 1.5rem;
  font-size: 2.3rem;
  position: relative;
  margin-top: 2rem;
  white-space: nowrap;
}
body #page header.site-header #top-header #middle-nav #woo-nav .site-header-cart li.button a.cart-contents .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
  vertical-align: super;
  font-size: 1.3rem;
  position: relative;
  white-space: nowrap;
}
body #page header.site-header #top-header #middle-nav #woo-nav .site-header-cart li.button a.cart-contents::before {
  content: "";
  background-image: url(../images/bouton_panier.svg);
  width: 70px;
  height: 55px;
  margin-right: 10px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 8px;
  background-size: calc(100% - 20px);
  background-position: center;
  background-repeat: no-repeat;
}
body #page header.site-header #top-header #middle-nav #woo-nav .site-header-cart li.button a.cart-contents::after {
  content: "";
}
body #page header.site-header #top-header #middle-nav #woo-nav .site-header-cart li.button .cart-item-badge {
  background-color: #fff;
  color: #4ead33;
  border: 1px solid #4ead33;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  text-align: center;
  justify-content: center;
  display: none;
  align-items: center;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  top: -3px;
  position: absolute;
  left: 4.5rem;
}
body #page header.site-header #top-header #middle-nav #woo-nav .site-header-cart li.button #total {
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
  margin: 0;
  padding-left: 14px;
  position: absolute;
  bottom: -3px;
  left: 6.5rem;
  white-space: nowrap;
}
body #page header.site-header #top-header #middle-nav #woo-nav .site-header-cart li#inside {
  visibility: hidden;
}
body #page header.site-header #top-header #middle-nav #woo-nav .site-header-cart li#inside .widget_shopping_cart {
  min-width: 325px;
  padding: 0;
  right: 0;
  left: inherit;
  background-color: transparent;
}
body #page header.site-header #top-header #middle-nav #woo-nav .site-header-cart li#inside .widget_shopping_cart .widget_shopping_cart_content {
  background-color: #fff;
  margin-top: 20px;
  border: none;
  box-shadow: 0px 1px 10px rgba(172, 185, 188, 0.6);
}
body #page header.site-header #top-header #middle-nav #woo-nav .site-header-cart li#inside .widget_shopping_cart .widget_shopping_cart_content .product_list_widget {
  padding: 10px 15px;
  max-height: 55vh;
  overflow-y: auto;
}
body #page header.site-header #top-header #middle-nav #woo-nav .site-header-cart li#inside .widget_shopping_cart .widget_shopping_cart_content .product_list_widget .mini_cart_item {
  padding-top: 0;
}
body #page header.site-header #top-header #middle-nav #woo-nav .site-header-cart li#inside .widget_shopping_cart .widget_shopping_cart_content .product_list_widget .mini_cart_item span.quantity {
  float: right;
  color: #2da139;
  font-weight: bold;
}
body #page header.site-header #top-header #middle-nav #woo-nav .site-header-cart li#inside .widget_shopping_cart .widget_shopping_cart_content .product_list_widget li a.remove {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
body #page header.site-header #top-header #middle-nav #woo-nav .site-header-cart li#inside .widget_shopping_cart .widget_shopping_cart_content p.woocommerce-mini-cart__empty-message {
  font-size: 1.6rem;
  line-height: 1.6rem;
  text-align: center;
  padding: 2rem 5rem;
}
body #page header.site-header #top-header #middle-nav #woo-nav .site-header-cart li#inside .widget_shopping_cart li.woocommerce-mini-cart-item a {
  font-size: 1.2rem;
  line-height: 1.2rem;
  margin-bottom: 5px;
  color: #000;
  font-weight: 600;
}
body #page header.site-header #top-header #middle-nav #woo-nav .site-header-cart li#inside .widget_shopping_cart li.woocommerce-mini-cart-item a img {
  display: block;
  float: left;
  margin: 0 5px 0 0;
  max-width: 45px;
  max-height: 45px;
  object-fit: contain;
}
body #page header.site-header #top-header #middle-nav #woo-nav .site-header-cart li#inside .widget_shopping_cart p.woocommerce-mini-cart__buttons a.button.checkout {
  background-color: #4ead33;
  border-color: #4ead33;
}
body #page header.site-header #top-header #middle-nav #woo-nav .site-header-cart li#inside .widget_shopping_cart p.woocommerce-mini-cart__buttons a.button.checkout:hover {
  background-color: #2da139;
  border-color: #2da139;
}
body #page header.site-header .mobile-category-nav {
  display: none;
}
body #page header.site-header .main-nav {
  position: relative;
  background-color: #f2f2f2;
}
body #page header.site-header .main-nav nav#site-navigation {
  display: flex;
  align-items: center;
  margin: auto;
  max-width: 1320px;
  float: none;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
}
body #page header.site-header .main-nav nav#site-navigation .ubermenu.ubermenu-main {
  width: 100%;
}
body #page header.site-header .main-nav nav#site-navigation .ubermenu.ubermenu-main ul.ubermenu-nav {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 2rem;
}
body #page header.site-header .main-nav nav#site-navigation .ubermenu.ubermenu-main ul.ubermenu-nav > .ubermenu-item:not(.menu-categories-des-produits) {
  display: flex;
  align-items: center;
  justify-content: center;
}
body #page header.site-header .main-nav nav#site-navigation .ubermenu.ubermenu-main ul.ubermenu-nav > .ubermenu-item:not(.menu-categories-des-produits).ubermenu-current-menu-item a {
  color: #4ead33;
}
body #page header.site-header .main-nav nav#site-navigation .ubermenu.ubermenu-main .ubermenu-item-level-0 {
  padding: 15px 0;
}
body #page header.site-header .main-nav nav#site-navigation .ubermenu.ubermenu-main .menu-promos .ubermenu-target {
  display: flex;
  align-items: center;
  justify-content: center;
}
body #page header.site-header .main-nav nav#site-navigation .ubermenu.ubermenu-main .menu-promos .ubermenu-target img {
  margin-right: 10px;
  margin-bottom: 0 !important;
}
body #page header.site-header .main-nav nav#site-navigation .ubermenu.ubermenu-main .menu-promos .ubermenu-target .ubermenu-target-text {
  padding-left: 0px;
}
body #page header.site-header .main-nav nav#site-navigation .ubermenu.ubermenu-main .menu-categories-des-produits {
  margin-left: 0;
  font-size: 1.5rem;
  margin-right: auto;
}
body #page header.site-header .main-nav nav#site-navigation .ubermenu.ubermenu-main .menu-categories-des-produits > .ubermenu-target {
  border-radius: 6px;
  display: flex;
  background: linear-gradient(90deg, #4ead33, #2da139);
  color: #fff;
  justify-content: center;
  padding: 7px 8px;
  transition: background 0.3s ease, color 0.3s ease;
  align-items: center;
}
body #page header.site-header .main-nav nav#site-navigation .ubermenu.ubermenu-main .menu-categories-des-produits > .ubermenu-target::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  font-size: 1.75rem;
  transition: color 0.3s ease;
}
body #page header.site-header .main-nav nav#site-navigation .ubermenu.ubermenu-main .menu-categories-des-produits > .ubermenu-target:hover {
  background: #fff;
  color: #4ead33;
}
body #page header.site-header .main-nav nav#site-navigation .ubermenu.ubermenu-main .menu-categories-des-produits > .ubermenu-target:hover::after {
  color: #4ead33;
}
body #page header.site-header .main-nav nav#site-navigation .ubermenu.ubermenu-main .menu-categories-des-produits > .ubermenu-target i.fa-angle-down::before {
  content: "";
}
body #page header.site-header .main-nav nav#site-navigation .ubermenu.ubermenu-main .menu-categories-des-produits > .ubermenu-target .ubermenu-target-title {
  margin-right: 1.25rem;
  font-weight: 600;
}
body #page header.site-header .main-nav nav#site-navigation .ubermenu-target {
  cursor: pointer;
}
body #page header.site-header .main-nav nav#site-navigation .ubermenu .ubermenu-item .ubermenu-submenu.ubermenu-submenu-drop {
  background-color: #E2E2E2;
  border-radius: 25px;
  padding: 25px;
  margin-top: 10px;
  gap: 30px;
  -webkit-column-count: 5;
  -moz-column-count: 5;
  column-count: 5;
  column-rule: 0.2rem solid #61646B;
}
body #page header.site-header .main-nav nav#site-navigation .ubermenu .ubermenu-item .ubermenu-submenu .ubermenu-column {
  display: block !important;
  break-inside: avoid;
  page-break-inside: avoid;
  position: relative;
  width: 100%;
}
body .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
  background: none;
}
body .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
  left: 83% !important;
  top: 27% !important;
}
body .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit svg {
  height: 25px !important;
  width: 25px !important;
}
body .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
  padding: 13px 24px 13px 30px !important;
  background-color: #fff;
}
body .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input::placeholder {
  font-weight: 700 !important;
  color: #b3b3b3;
}
body .site-footer {
  background: #4ead33;
  padding: 4.5rem 0 0 0;
}
body .site-footer#colophon .grid-footer {
  padding: 0 0 8rem 0;
  display: flex;
  flex-wrap: wrap;
}
body .site-footer#colophon .grid-footer #logo-footer {
  width: 230px;
}
body .site-footer#colophon .grid-footer #logo-footer .logo {
  height: auto;
  width: auto;
  padding: 3rem 0;
}
body .site-footer#colophon .grid-footer ul {
  margin: 0;
}
body .site-footer#colophon .grid-footer h4 {
  margin: 0;
  line-height: 2rem;
  font-weight: 600;
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}
body .site-footer#colophon .grid-footer h4, body .site-footer#colophon .grid-footer li, body .site-footer#colophon .grid-footer a {
  font-family: "Helvetica Neue", sans-serif;
  color: #fff;
}
body .site-footer#colophon .grid-footer li {
  list-style-type: none;
  text-wrap: nowrap;
  margin: 0.5rem 0;
  font-size: 1.5rem;
  font-weight: 500;
}
body .site-footer#colophon .grid-footer h4, body .site-footer#colophon .grid-footer ul, body .site-footer#colophon .grid-footer li {
  text-align: left;
}
body .site-footer#colophon .grid-footer .liens {
  padding: 0 6rem;
}
body .site-footer#colophon .grid-footer .border-left {
  border-left: solid 2px #2da139;
}
body .site-footer#colophon .grid-footer #a-propos {
  margin-left: auto;
}
body .site-footer#colophon .grid-footer #categories .product-categories a {
  white-space: normal;
}
body .site-footer a:hover {
  color: #999999;
}
body .site-footer .mentions {
  cursor: pointer;
}
body .site-footer #page-loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  /* fond semi-transparent */
  z-index: 1000;
  /* au-dessus de tout */
  display: flex;
  justify-content: center;
  align-items: center;
}
body .site-footer .loader {
  border: 5px solid #f3f3f3;
  border-top: 5px solid #4ead33;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}
body #footer-bottom {
  padding: 2.5rem 0;
  background-color: #e6e6e6;
}
body #footer-bottom .copyright {
  text-align: center;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 1.5rem;
  color: #b3b3b3;
  font-weight: 500;
}
body #footer-bottom .copyright p {
  margin: 0;
}
body #footer-bottom .copyright p a {
  color: #b3b3b3;
  font-size: 1.5rem;
}
body #footer-bottom .copyright p a:hover {
  color: #61646b;
}
.pswp .pswp__bg {
  background: #000000ad;
}
#payment .payment_methods li img {
  max-height: unset !important;
}
.kr-popin-shop-name {
  background-image: url("../images/logo-npc.svg") !important;
  background-position: center !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}
.kr-popin-shop-name span {
  color: transparent !important;
}
.kr-inner-popin-wrapper span {
  color: white !important;
  font-weight: 600 !important;
}
@media only screen and (min-width: 1200px) {
  body .container {
    width: 1320px;
  }
}
@media screen and (max-width: 1100px) {
  body #page header.site-header .main-nav nav#site-navigation {
    padding-right: 10rem;
    padding-left: 10rem;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  body #page header.site-header #top-header {
    flex-direction: column;
    align-items: center;
    margin: 2rem auto;
  }
  body #page header.site-header #top-header .home-link {
    max-width: 220px;
    margin-bottom: 1rem;
    text-align: center;
  }
  body #page header.site-header #top-header .home-link .logo-header {
    max-width: 100%;
  }
  body #page header.site-header #top-header #middle-nav {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  body #page header.site-header #top-header #middle-nav .site-search {
    display: flex;
    width: 100%;
    margin: 0;
  }
  body #page header.site-header #top-header #middle-nav #woo-nav {
    width: 100%;
    justify-content: center;
    min-width: unset;
  }
  body #page header.site-header #top-header #middle-nav #woo-nav #admin-navigation ul {
    justify-content: center;
  }
  body #page header.site-header #top-header #middle-nav #woo-nav .site-header-cart {
    justify-content: center;
  }
  body #page header.site-header .mobile-category-nav {
    display: block;
    width: 100%;
    background-color: #f2f2f2;
    padding: 1rem;
  }
  body #page header.site-header .mobile-category-nav .mobile-category-navigation {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
  }
  body #page header.site-header .mobile-category-nav .ubermenu-responsive-toggle, body #page header.site-header .mobile-category-nav .ubermenu-responsive-toggle-main {
    display: none !important;
  }
  body #page header.site-header .mobile-category-nav .ubermenu.ubermenu-main {
    width: 100%;
  }
  body #page header.site-header .mobile-category-nav .ubermenu-responsive-collapse {
    display: block !important;
  }
  body #page header.site-header .mobile-category-nav .ubermenu-nav, body #page header.site-header .mobile-category-nav .mobile-category-menu {
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0;
    justify-content: center;
  }
  body #page header.site-header .mobile-category-nav .ubermenu-nav > .ubermenu-item, body #page header.site-header .mobile-category-nav .mobile-category-menu > .menu-item {
    display: none !important;
  }
  body #page header.site-header .mobile-category-nav .ubermenu-nav > .ubermenu-item:first-child, body #page header.site-header .mobile-category-nav .ubermenu-nav > .menu-categories-des-produits, body #page header.site-header .mobile-category-nav .mobile-category-menu > .menu-item:first-child, body #page header.site-header .mobile-category-nav .mobile-category-menu > .menu-categories-des-produits {
    display: block !important;
    width: auto;
    margin: 0;
    padding: 0;
    position: relative;
  }
  body #page header.site-header .mobile-category-nav .menu-categories-des-produits > .ubermenu-target, body #page header.site-header .mobile-category-nav .mobile-category-menu > .menu-item:first-child > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    max-width: 100%;
    min-height: 48px;
    padding: 10px 14px;
    border-radius: 6px;
    background: linear-gradient(90deg, #4ead33, #2da139);
    color: #fff;
    font-size: 1.45rem;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
  }
  body #page header.site-header .mobile-category-nav .menu-categories-des-produits > .ubermenu-target::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "";
    margin-left: 1rem;
    font-size: 1.45rem;
  }
  body #page header.site-header .mobile-category-nav .menu-categories-des-produits > .ubermenu-target i.fa-angle-down::before {
    content: "";
  }
  body #page header.site-header .mobile-category-nav .menu-categories-des-produits .ubermenu-submenu.ubermenu-submenu-drop {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    max-height: 70vh;
    overflow: auto;
    margin-top: 10px;
    padding: 16px;
    border-radius: 12px;
    background-color: #e2e2e2;
    column-count: 1;
    -webkit-column-count: 1;
  }
  body #page header.site-header .mobile-category-nav .menu-categories-des-produits .ubermenu-submenu .ubermenu-submenu-type-stack {
    display: grid;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.3s ease, max-height 0.3s ease;
    pointer-events: none;
    visibility: hidden;
    position: absolute;
  }
  body #page header.site-header .mobile-category-nav .menu-categories-des-produits .ubermenu-submenu .ubermenu-submenu-type-stack.active {
    position: relative;
    opacity: 1;
    visibility: visible;
    max-height: 100%;
    pointer-events: auto;
  }
  body #page header.site-header .mobile-category-nav .menu-categories-des-produits.ubermenu-active .ubermenu-submenu.ubermenu-submenu-drop, body #page header.site-header .mobile-category-nav .menu-categories-des-produits.helium-mobile-category-open .ubermenu-submenu.ubermenu-submenu-drop {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto;
    transform: none !important;
    top: auto !important;
    left: auto !important;
  }
  body #page header.site-header .main-nav {
    position: fixed !important;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    height: auto;
  }
  body #page header.site-header .main-nav .nav-overlay {
    display: none;
    /* masqué par défaut */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100;
    /* juste en dessous du menu */
  }
  body #page header.site-header .main-nav.show-after .nav-overlay {
    display: block;
  }
  body #page header.site-header .main-nav nav#site-navigation {
    position: relative;
    z-index: 110;
    height: auto;
    margin: 0 !important;
    width: 85%;
    flex-direction: column;
    padding: 0 1rem;
    background-color: #fff;
    border-radius: 0 0 15px 0;
    overflow-x: scroll;
  }
  body #page header.site-header .main-nav nav#site-navigation .ubermenu.ubermenu-main ul.ubermenu-nav {
    display: block;
  }
  body #page header.site-header .main-nav nav#site-navigation .ubermenu-responsive-toggle-main {
    position: fixed;
    top: 15px;
    right: 15px;
    width: 44px;
    height: 44px;
    z-index: 9999;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20%;
    background-color: #fff;
    color: #4ead33;
    padding: 0;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
  }
  body #page header.site-header .main-nav nav#site-navigation .ubermenu-responsive-toggle-main i, body #page header.site-header .main-nav nav#site-navigation .ubermenu-responsive-toggle-main svg, body #page header.site-header .main-nav nav#site-navigation .ubermenu-responsive-toggle-main span {
    color: #4ead33;
    fill: #4ead33;
  }
  body #page header.site-header .main-nav nav#site-navigation .ubermenu-nav li {
    width: 100%;
    margin: 0;
  }
  body #page header.site-header .main-nav nav#site-navigation .ubermenu-nav .menu-categories-des-produits {
    position: relative;
    margin: 0;
  }
  body #page header.site-header .main-nav nav#site-navigation .ubermenu-nav .menu-categories-des-produits .ubermenu-sub-indicator-close {
    border-radius: 20%;
  }
  body #page header.site-header .main-nav nav#site-navigation nav.ubermenu-responsive-collapse {
    display: none !important;
  }
  body #page header.site-header .main-nav nav#site-navigation nav:not(.ubermenu-responsive-collapse) {
    height: 100vh;
    max-height: 100%;
  }
  body #page header.site-header .main-nav nav#site-navigation nav:not(.ubermenu-responsive-collapse) .ubermenu-nav .menu-categories-des-produits.ubermenu-active .ubermenu-submenu {
    display: grid;
    gap: 0;
  }
  body #page header.site-header .main-nav nav#site-navigation nav:not(.ubermenu-responsive-collapse) .ubermenu-nav .menu-categories-des-produits.ubermenu-active .ubermenu-submenu.ubermenu-submenu-drop {
    position: relative;
    visibility: visible;
    transition: visibility 0.3s ease;
    opacity: 1;
  }
  body #page header.site-header .main-nav nav#site-navigation nav:not(.ubermenu-responsive-collapse) .ubermenu-nav .menu-categories-des-produits .ubermenu-submenu {
    display: grid;
    gap: 0;
  }
  body #page header.site-header .main-nav nav#site-navigation nav:not(.ubermenu-responsive-collapse) .ubermenu-nav .menu-categories-des-produits .ubermenu-submenu.ubermenu-submenu-drop {
    position: absolute;
    transition: visibility 0.3s ease;
    visibility: hidden;
    opacity: 0;
    column-count: 1;
    -webkit-column-count: 1;
    overflow: auto;
    max-height: 80vh;
  }
  body #page header.site-header .main-nav nav#site-navigation nav:not(.ubermenu-responsive-collapse) .ubermenu-nav .menu-categories-des-produits .ubermenu-submenu .ubermenu-submenu-type-stack {
    display: grid;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.3s ease, max-height 0.3s ease;
    pointer-events: none;
    visibility: hidden;
    position: absolute;
  }
  body #page header.site-header .main-nav nav#site-navigation nav:not(.ubermenu-responsive-collapse) .ubermenu-nav .menu-categories-des-produits .ubermenu-submenu .ubermenu-submenu-type-stack.active {
    position: relative;
    opacity: 1;
    visibility: visible;
    max-height: 100%;
    pointer-events: auto;
  }
  body.home section#top-slider #container-bienvenue-all-slider {
    height: 50rem;
  }
  body.home section#top-slider #container-bienvenue-all-slider #container-all-slider .owl-item .container-slider .container-contenue-slider .titre-slider {
    font-size: 4.75rem;
  }
  body.home section#top-slider #container-bienvenue-all-slider #container-all-slider .owl-item .container-slider .container-contenue-slider .texte-slider p {
    font-size: 4.25rem;
  }
  body.page-template-template-accueil section#marques #container-all-sliders-marques .owl-nav {
    width: 50%;
  }
  body ul#grid, body #container-all-products {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1200px) {
  body .site-footer#colophon .grid-footer #logo-footer {
    width: 100%;
  }
  body .site-footer#colophon .grid-footer #logo-footer img.logo {
    margin: auto;
    width: 50%;
  }
  body.single-product .product .grid .left {
    max-width: 450px;
    max-height: 450px;
  }
  #breadcrumbs {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 1199px) {
  body.woocommerce-cart #page #content .cart-collaterals .wc-proceed-to-checkout a::before {
    left: 10%;
  }
}
@media screen and (max-width: 1024px) {
  body {
    /* table.shop_table_responsive tr td {
            display: table-cell;
        } */
  }
  body.woocommerce-cart .cart-collaterals .cart_totals {
    width: 100%;
  }
  body.woocommerce-cart .cart-collaterals .cart_totals tr td {
    display: block;
  }
  body.woocommerce-cart .woocommerce-cart-form tr .coupon-container .coupon {
    width: 100%;
  }
  body.woocommerce-cart .woocommerce-cart-form tr .coupon-container a.button {
    display: none;
  }
  body.woocommerce-cart .woocommerce-cart-form .product-thumbnail {
    width: 35%;
  }
  body.woocommerce-cart .woocommerce-cart-form .product-thumbnail .container-image-product {
    background-repeat: no-repeat;
    background-size: contain;
  }
  body.woocommerce-cart .woocommerce-cart-form .product-info {
    text-align: start;
  }
  body.woocommerce-cart .woocommerce-cart-form .product-info .cart-item-footer {
    display: grid;
    gap: 0;
  }
  body.woocommerce-cart .custom-breadcrumb-woocommerce .cart_bread {
    margin: 0 auto 15px;
  }
  body.woocommerce-cart .custom-breadcrumb-woocommerce .cart_bread li {
    padding: 0 2px;
  }
  body table.shop_table_responsive tr td[data-title]::before {
    margin-right: 10px;
  }
  body.archive .container-fluid #product_loop ul.products:not(.container-all-categories) {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3rem;
  }
  body.archive .container-fluid #product_loop ul.products:not(.container-all-categories)::before, body.archive .container-fluid #product_loop ul.products:not(.container-all-categories)::after {
    content: none;
    display: none;
  }
  body.archive .container-fluid #product_loop ul.products:not(.container-all-categories) li.product-item {
    width: auto;
    margin: 0;
    float: none;
  }
  body.page-template-template-accueil section#top-slider #container-bienvenue-all-slider #container-all-slider .owl-item .container-slider .container-contenue-slider .titre-slider {
    font-size: 3.75rem;
  }
  body.page-template-template-accueil section#top-slider #container-bienvenue-all-slider #container-all-slider .owl-item .container-slider .container-contenue-slider .texte-slider p {
    font-size: 3.25rem;
  }
  body.page-template-template-accueil section#ventes .row h2 {
    text-align: center;
  }
  body.page-template-template-accueil section#marques .row h2 {
    text-align: center;
  }
  body.page-template-template-accueil section#marques #container-all-sliders-marques .owl-nav {
    width: 65%;
  }
  body.page-template #nous-trouver .container-fluid .row {
    gap: 3rem;
  }
  body.page-template #nous-trouver h2 {
    text-align: center;
  }
  body.single-product .product .grid .left {
    max-width: 350px;
    max-height: 350px;
  }
  body .site-footer#colophon .grid-footer {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  body .site-footer#colophon .grid-footer #logo-footer {
    margin: auto;
  }
  body .site-footer#colophon .grid-footer .border-left {
    border: none;
  }
  body .site-footer#colophon .grid-footer h4, body .site-footer#colophon .grid-footer ul, body .site-footer#colophon .grid-footer li {
    text-align: center;
  }
  body .site-footer#colophon .grid-footer h4 {
    font-size: 1.6rem;
  }
  body .site-footer#colophon .grid-footer #a-propos::before, body .site-footer#colophon .grid-footer #categories::before, body .site-footer#colophon .grid-footer #suivez-nous::before {
    content: unset;
  }
  body .site-footer#colophon .grid-footer #a-propos {
    margin-left: unset;
  }
  body ul#grid, body #container-all-products {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 900px) {
  body.page-template-template-accueil #container-all-slider .helium-owl-chevron svg {
    width: 56px;
    height: 56px;
  }
  body ul#grid .product-item a.container-image, body #container-all-products .product-item a.container-image {
    background-color: white;
  }
  body ul#grid .product-item a.container-image .image-product, body #container-all-products .product-item a.container-image .image-product {
    margin: auto;
  }
  body form.checkout {
    display: flex;
    flex-direction: column;
  }
  body form.checkout #customer_details {
    width: 100%;
    margin: 0;
  }
  body form.checkout #order_review_heading {
    width: 100%;
    margin: 0;
  }
  body form.checkout #order_review {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 1024px) {
  body #page header.site-header .ubermenu-item.ubermenu-item-type-custom.ubermenu-item-object-ubermenu-custom.ubermenu-dynamic-term > .ubermenu-target.ubermenu-item-layout-default.ubermenu-item-layout-text_only > span.ubermenu-target-text.ubermenu-target-title {
    color: #4ead33;
  }
  body #page header.site-header .mobile-category-nav {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  body #page header.site-header .mobile-category-nav .ubermenu, body #page header.site-header .mobile-category-nav .ubermenu-main, body #page header.site-header .mobile-category-nav .ubermenu-responsive, body #page header.site-header .mobile-category-nav .ubermenu-responsive-collapse, body #page header.site-header .mobile-category-nav .ubermenu-responsive-default.ubermenu-responsive.ubermenu-responsive-collapse {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    max-height: none !important;
    height: auto !important;
    overflow: visible;
  }
  body #page header.site-header .mobile-category-nav .ubermenu-nav {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    text-align: center;
  }
  body #page header.site-header .mobile-category-nav .ubermenu-nav .ubermenu-sub-indicator-close {
    display: none;
  }
  body #page header.site-header .mobile-category-nav .ubermenu-nav > .ubermenu-item {
    display: none !important;
  }
  body #page header.site-header .mobile-category-nav .ubermenu-nav > .ubermenu-item:first-child, body #page header.site-header .mobile-category-nav .ubermenu-nav > .menu-categories-des-produits {
    display: block !important;
    float: none !important;
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
    min-width: auto !important;
    text-align: center;
  }
  body #page header.site-header .mobile-category-nav .menu-categories-des-produits > .ubermenu-target {
    display: inline-flex !important;
    width: auto !important;
    max-width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }
  body #page header.site-header .mobile-category-nav .menu-categories-des-produits .ubermenu-submenu.ubermenu-submenu-drop {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none;
    position: relative !important;
    transform: none !important;
    top: auto !important;
    left: auto !important;
  }
  body #page header.site-header .mobile-category-nav .menu-categories-des-produits.ubermenu-active .ubermenu-submenu.ubermenu-submenu-drop, body #page header.site-header .mobile-category-nav .menu-categories-des-produits.ubermenu-active .ubermenu-submenu-id-42.sub-menu--is-touch-device, body #page header.site-header .mobile-category-nav .menu-categories-des-produits.helium-mobile-category-open .ubermenu-submenu.ubermenu-submenu-drop, body #page header.site-header .mobile-category-nav .menu-categories-des-produits.helium-mobile-category-open .ubermenu-submenu-id-42.sub-menu--is-touch-device {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto;
    max-height: 70vh !important;
    overflow: hidden;
  }
  body #page header.site-header .ubermenu-responsive-default.ubermenu-responsive .ubermenu-submenu.ubermenu-submenu-type-mega > .ubermenu-item.ubermenu-column {
    width: 100%;
    text-align: center;
  }
  body #page header.site-header .ubermenu-responsive-default.ubermenu-responsive .ubermenu-submenu-type-stack .ubermenu-column, body #page header.site-header .ubermenu-responsive-default.ubermenu-responsive .ubermenu-submenu-type-stack .ubermenu-column-auto {
    text-align: center;
  }
  body #page header.site-header .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column:nth-of-type(odd) {
    clear: both;
  }
}
@media screen and (max-width: 767px) {
  body.page-template-template-accueil #container-all-products {
    grid-template-columns: 1fr;
    padding: 0 1rem;
    box-sizing: border-box;
  }
  body.page-template-template-accueil section#top-slider #container-bienvenue-all-slider {
    height: 40rem;
  }
  body.page-template-template-accueil section#top-slider #container-bienvenue-all-slider #container-all-slider .owl-item .container-slider .container-contenue-slider {
    gap: 1rem;
  }
  body.page-template-template-accueil section#top-slider #container-bienvenue-all-slider #container-all-slider .owl-item .container-slider .container-contenue-slider .titre-slider {
    font-size: 2.75rem;
  }
  body.page-template-template-accueil section#top-slider #container-bienvenue-all-slider #container-all-slider .owl-item .container-slider .container-contenue-slider .texte-slider p {
    font-size: 2.25rem;
  }
  body.page-template-template-accueil section#top-slider #container-bienvenue-all-slider #container-all-slider .owl-item .container-slider .container-contenue-slider .texte-slider p:first-child {
    margin-bottom: 0.25rem;
  }
  body.page-template-template-accueil section#top-slider #container-bienvenue-all-slider #container-all-slider .owl-nav {
    font-size: 12.5rem;
  }
  body.page-template-template-accueil section#marques #container-titre-marques h2 {
    margin: auto;
    text-align: center;
    width: 80%;
  }
  body.page-template-template-accueil section#marques #container-all-sliders-marques .owl-nav {
    width: auto;
    height: 15rem;
    justify-content: space-between;
    padding: 1.8rem;
    right: 0;
    left: 0;
  }
  body.page-template-template-accueil section#marques #container-all-sliders-marques .owl-nav .owl-next, body.page-template-template-accueil section#marques #container-all-sliders-marques .owl-nav .owl-prev {
    width: 5rem;
    height: 5rem;
    font-size: 5rem;
  }
  body.page-template-template-accueil section#ventes .row, body.page-template-template-accueil section#marques .row {
    gap: 5.5rem;
  }
  body.single-product .product .grid {
    grid-template-columns: repeat(1, 1fr);
  }
  body.single-product .product .grid .left {
    max-width: 100%;
    max-height: 100%;
  }
  body.archive .container-fluid #product_loop ul.products:not(.container-all-categories) {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  body.archive .container-fluid #product_loop .container-all-categories {
    grid-template-columns: repeat(2, 1fr);
  }
  body.archive .container-fluid #product_loop #facets {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  body.archive .container-fluid #product_loop #facets .left {
    width: 100%;
    justify-content: center;
  }
  body.woocommerce-checkout, body.woocommerce-cart {
    /* #order_review {
                tfoot {
                    td {
                        text-align: end;
                        position: absolute;
                        right: 0;
                    }
                }
            } */
  }
  body.woocommerce-checkout .custom-breadcrumb-woocommerce .cart_bread, body.woocommerce-cart .custom-breadcrumb-woocommerce .cart_bread {
    flex-wrap: wrap;
  }
  body .woocommerce-MyAccount-content table.woocommerce-orders-table tbody {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
    background-color: #6c757d;
  }
  body .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td {
    display: block;
  }
  body ul#grid {
    gap: 1rem;
  }
  body .product-item .container-product .container-bouton-voir-produit-panier .voir-produit, body .product-item .container-product .container-bouton-voir-produit-panier .product-item .container-product .container-bouton-voir-produit-panier .addtocart form button, .product-item .container-product .container-bouton-voir-produit-panier .addtocart form body .product-item .container-product .container-bouton-voir-produit-panier button {
    display: none;
  }
  body .woocommerce ul.products li.product-category.helium-subcategory-card .helium-subcategory-card__link, body .woocommerce ul.products li.product-category.helium-subcategory-card .helium-subcategory-card__content {
    min-height: 20rem;
  }
  body .woocommerce ul.products li.product-category.helium-subcategory-card .helium-subcategory-card__content {
    padding: 1.6rem;
    gap: 1rem;
  }
  body .woocommerce ul.products li.product-category.helium-subcategory-card .helium-subcategory-card__title {
    font-size: 2rem;
  }
  body .woocommerce ul.products li.product-category.helium-subcategory-card .helium-subcategory-card__count {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 500px) {
  body.archive .container-fluid #product_loop .container-all-categories {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
  body.archive .container-fluid #product_loop .container-all-categories .container-categorie {
    min-height: 20rem;
  }
  body.archive .container-fluid #product_loop .container-all-categories .container-categorie .image-categorie img {
    height: 100%;
  }
  body.archive .container-fluid #product_loop .container-all-categories .container-categorie .container-contenue-categorie {
    padding: 1.4rem;
  }
  body.archive .container-fluid #product_loop .container-all-categories .container-categorie .container-contenue-categorie .titre-categorie {
    font-size: 1.8rem;
  }
  body.archive .container-fluid #product_loop .container-all-categories .container-categorie .container-contenue-categorie .count-categorie {
    font-size: 1.1rem;
    padding: 0.7rem 1rem;
  }
}
@media screen and (max-width: 400px) {
  html {
    font-size: 50%;
  }
  fieldset {
    padding: 0px !important;
  }
  body #page header.site-header .mobile-category-nav .menu-categories-des-produits > .ubermenu-target {
    align-items: center !important;
    min-height: 44px;
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 1;
  }
  body #page header.site-header .mobile-category-nav .menu-categories-des-produits > .ubermenu-target .ubermenu-target-text, body #page header.site-header .mobile-category-nav .menu-categories-des-produits > .ubermenu-target .ubermenu-target-title {
    display: inline-flex;
    align-items: center;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 0;
  }
  body #page header.site-header .mobile-category-nav .menu-categories-des-produits > .ubermenu-target::after {
    display: inline-flex;
    align-items: center;
    line-height: 1;
  }
  body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout a::before {
    top: 16%;
  }
  body.woocommerce-cart .woocommerce-cart-form .coupon-container .coupon #coupon_code {
    width: unset;
  }
  body.woocommerce-cart .woocommerce-cart-form .coupon-container .coupon .button {
    width: unset;
  }
  body.page-template-template-promo #product_loop ul#grid {
    grid-template-columns: 1fr;
  }
  body .site-footer#colophon .grid-footer #logo-footer {
    width: 300px;
  }
  #container-all-products, ul#grid {
    grid-template-columns: 1fr;
  }
  #container-all-products .product-item .image-product, ul#grid .product-item .image-product {
    height: auto;
    width: auto;
    min-height: 20rem;
  }
}
