@charset "UTF-8";
@font-face {
  font-family: "Gabarito";
  src: url("../fonts/Gabarito-VariableFont_wght.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gabarito";
  src: url("../fonts/Gabarito-Regular.eot");
  src: url("../fonts/Gabarito-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Gabarito-Regular.woff2") format("woff2"), url("../fonts/Gabarito-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gabarito";
  src: url("../fonts/Gabarito-Bold.eot");
  src: url("../fonts/Gabarito-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gabarito-Bold.woff2") format("woff2"), url("../fonts/Gabarito-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gabarito";
  src: url("../fonts/Gabarito-ExtraBold.eot");
  src: url("../fonts/Gabarito-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gabarito-ExtraBold.woff2") format("woff2"), url("../fonts/Gabarito-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gabarito";
  src: url("../fonts/Gabarito-Black.eot");
  src: url("../fonts/Gabarito-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Gabarito-Black.woff2") format("woff2"), url("../fonts/Gabarito-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gabarito";
  src: url("../fonts/Gabarito-SemiBold.eot");
  src: url("../fonts/Gabarito-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gabarito-SemiBold.woff2") format("woff2"), url("../fonts/Gabarito-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gabarito";
  src: url("../fonts/Gabarito-Medium.eot");
  src: url("../fonts/Gabarito-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Gabarito-Medium.woff2") format("woff2"), url("../fonts/Gabarito-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gabarito";
  src: url("../fonts/Gabarito-Regular.eot");
  src: url("../fonts/Gabarito-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Gabarito-Regular.woff2") format("woff2"), url("../fonts/Gabarito-Regular.woff") format("woff");
  font-weight: normal;
  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;
}
#breadcrumbs a {
  color: #61646B;
}
#breadcrumbs a:hover {
  color: #ACB9BC;
}
@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: #E20613;
  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: "Gabarito" !important;
  font-weight: normal !important;
  font-size: 1.6rem !important;
  line-height: normal !important;
  color: #737f87 !important;
  opacity: 1;
  transition: 0.7s opacity;
}
#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;
}
*: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: 3.5rem;
  font-family: Gabarito !important;
}
strong, .bold {
  font-weight: bold !important;
}
.center {
  text-align: center;
}
.white {
  color: #fff;
}
.remove-coupon {
  font-size: 1.4rem;
  font-size: 2.5rem;
  color: #E20613;
}
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;
}
.p-section {
  padding: 7rem 0 0 0;
}
.btn-npc {
  border-radius: 25px;
  background-color: #61646B;
  width: fit-content;
  padding: 1.5rem 2.5rem;
  color: #fff;
  font-weight: 500;
  font-size: 1.6rem;
}
.btn-npc a {
  color: #fff;
}
.btn-npc-red {
  background-color: #E20613;
}
.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;
}
body#admin a.wordpress-gdpr-open-privacy-settings-modal {
  display: none;
}
body#admin header a.home-link h1 {
  line-height: 40px !important;
}
body #login-modal {
  --bs-modal-width: 550px;
}
body #login-modal .modal-dialog .modal-content {
  border: 2px solid #E20613;
  border-radius: 30px;
  padding: 6rem;
}
body #login-modal .modal-dialog .modal-content .modal-body #customer_login #login-form form#login h2 {
  text-align: center;
  font-weight: 500;
  margin-bottom: 5rem;
}
body #login-modal .modal-dialog .modal-content .modal-body #customer_login #login-form form#login .woocommerce-form-row #username, body #login-modal .modal-dialog .modal-content .modal-body #customer_login #login-form form#login .woocommerce-form-row #password {
  border-radius: 20px;
  padding: 1rem 2rem;
}
body #login-modal .modal-dialog .modal-content .modal-body #customer_login #login-form form#login .form-send-login {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body #login-modal .modal-dialog .modal-content .modal-body #customer_login #login-form form#login .form-send-login .woocommerce-form-login__submit {
  background-color: #E20613;
  color: #ffffff;
  border-radius: 2rem;
}
body #login-modal .modal-dialog .modal-content .modal-body #customer_login #login-form form#login .form-send-login .woocommerce-form-login__submit:hover {
  background-color: #df4e58;
}
body #login-modal .modal-dialog .modal-content .modal-body #customer_login #login-form form#login .form-send-login #lost-password {
  color: #E20613;
}
body #login-modal .modal-dialog .modal-content .modal-body #customer_login #login-form form#login .form-send-login #lost-password:hover {
  color: #df4e58;
}
body #login-modal .modal-dialog .modal-content .modal-body #customer_login #login-form form#login .switch-form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 2.5rem;
}
body #login-modal .modal-dialog .modal-content .modal-body #customer_login #login-form form#login .switch-form p {
  font-size: 2.7rem;
  font-weight: 500;
  color: #61646B;
  margin: 0;
}
body #login-modal .modal-dialog .modal-content .modal-body #customer_login #login-form form#login .switch-form .show-register {
  font-size: 1.6rem;
  color: #E20613;
  border: 1px solid #E20613;
  border-radius: 20px;
  padding: 1rem 2rem;
  cursor: pointer;
}
body #login-modal .modal-dialog .modal-content .modal-body #customer_login #login-form form#login .switch-form .show-register:hover {
  color: #df4e58;
  border-color: #df4e58;
}
body #login-modal .modal-dialog .modal-content .modal-body #customer_login #register-form form.register h2 {
  text-align: center;
  font-weight: 500;
  margin-bottom: 5rem;
}
body #login-modal .modal-dialog .modal-content .modal-body #customer_login #register-form form.register .form-row input {
  border-radius: 20px;
  padding: 1rem 2rem;
}
body #login-modal .modal-dialog .modal-content .modal-body #customer_login #register-form form.register .form-send-register {
  display: flex;
  align-items: center;
}
body #login-modal .modal-dialog .modal-content .modal-body #customer_login #register-form form.register .form-send-register .woocommerce-form-register__submit {
  background-color: #E20613;
  color: #ffffff;
  margin: auto;
  border-radius: 2rem;
  margin: auto;
}
body #login-modal .modal-dialog .modal-content .modal-body #customer_login #register-form form.register .form-send-register .woocommerce-form-register__submit:hover {
  background-color: #df4e58;
}
body #login-modal .modal-dialog .modal-content .modal-body #customer_login #register-form form.register .switch-form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 2.5rem;
}
body #login-modal .modal-dialog .modal-content .modal-body #customer_login #register-form form.register .switch-form p {
  font-size: 2.7rem;
  font-weight: 500;
  color: #61646B;
  margin: 0;
}
body #login-modal .modal-dialog .modal-content .modal-body #customer_login #register-form form.register .switch-form #show-login {
  font-size: 1.6rem;
  color: #E20613;
  border: 1px solid #E20613;
  border-radius: 20px;
  padding: 1rem 2rem;
  cursor: pointer;
}
body #login-modal .modal-dialog .modal-content .modal-body #customer_login #register-form form.register .switch-form #show-login:hover {
  color: #df4e58;
  border-color: #df4e58;
}
body.page-template-template-accueil section#top-slider {
  background-image: url(../images/accueil/background-slider-noumea-par-cher.jpg);
  padding: 5rem 0;
}
body.page-template-template-accueil section#top-slider #container-bienvenue-all-slider {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  height: 35rem;
}
body.page-template-template-accueil section#top-slider #container-bienvenue-all-slider #container-bienvenue {
  width: 20%;
  background-color: #fff;
  padding: 5rem 3rem;
  border-radius: 10px;
}
body.page-template-template-accueil section#top-slider #container-bienvenue-all-slider #container-bienvenue .titre-bienvenue h2 {
  font-weight: 700;
  font-size: 4rem;
}
body.page-template-template-accueil section#top-slider #container-bienvenue-all-slider #container-bienvenue .titre-bienvenue p {
  font-size: 1.9rem;
}
body.page-template-template-accueil section#top-slider #container-bienvenue-all-slider #container-bienvenue .titre-bienvenue h2, body.page-template-template-accueil section#top-slider #container-bienvenue-all-slider #container-bienvenue .titre-bienvenue p {
  color: #E20613;
  text-transform: none;
  margin: 0;
}
body.page-template-template-accueil section#top-slider #container-bienvenue-all-slider #container-bienvenue .texte-bienvenue {
  font-size: 1.9rem;
}
body.page-template-template-accueil section#top-slider #container-bienvenue-all-slider #container-all-slider {
  position: relative;
  width: 78%;
}
body.page-template-template-accueil section#top-slider #container-bienvenue-all-slider #container-all-slider .owl-dots {
  position: absolute;
  right: 0;
  width: 30%;
  bottom: 2rem;
  padding: 0 0 0 2rem;
}
body.page-template-template-accueil section#top-slider #container-bienvenue-all-slider #container-all-slider .owl-dots .owl-dot {
  margin-right: 1.2rem;
  width: 1.2rem;
  height: 1.2rem;
  background-color: transparent;
  border-radius: 25px;
  border: 2px solid #fff;
}
body.page-template-template-accueil section#top-slider #container-bienvenue-all-slider #container-all-slider .owl-dots .owl-dot.active {
  background-color: #fff;
}
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;
}
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;
  width: 70%;
}
body.page-template-template-accueil section#top-slider #container-bienvenue-all-slider #container-all-slider .owl-item .container-slider .container-contenue-slider {
  padding: 5rem 3rem;
  width: 30%;
  background-color: #E20613;
  color: #fff;
  gap: 2rem;
}
body.page-template-template-accueil section#top-slider #container-bienvenue-all-slider #container-all-slider .owl-item .container-slider .container-contenue-slider .texte-slider {
  font-size: 2.5rem;
  font-weight: 100;
}
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;
}
body.page-template-template-accueil section#categories #container-titre-categorie {
  display: flex;
  align-items: center;
}
body.page-template-template-accueil section#categories #container-titre-categorie h2 {
  font-weight: normal;
}
body.page-template-template-accueil section#categories #container-all-sliders-categories {
  position: relative;
}
body.page-template-template-accueil section#categories #container-all-sliders-categories .owl-nav {
  height: 18.1rem;
  position: absolute;
  bottom: 100%;
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 0.5rem;
  margin: 0;
}
body.page-template-template-accueil section#categories #container-all-sliders-categories .owl-nav .owl-prev, body.page-template-template-accueil section#categories #container-all-sliders-categories .owl-nav .owl-next {
  font-size: 2rem;
  background-color: #e0e0e0;
  width: 3rem;
  height: 3rem;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
body.page-template-template-accueil section#categories #container-all-sliders-categories .owl-nav .owl-prev:hover, body.page-template-template-accueil section#categories #container-all-sliders-categories .owl-nav .owl-next:hover {
  background-color: #E20613;
}
body.page-template-template-accueil section#categories #container-all-sliders-categories .container-slider-categorie {
  background-color: #F3F3F3;
  border-radius: 15px;
  padding: 3rem 3rem;
  height: 18rem;
  max-height: 19rem;
}
body.page-template-template-accueil section#categories #container-all-sliders-categories .container-slider-categorie:hover {
  background-color: #61646B;
  cursor: pointer;
}
body.page-template-template-accueil section#categories #container-all-sliders-categories .container-slider-categorie:hover .container-contenue-slider-categorie .titre-slider-categorie {
  color: #fff;
}
body.page-template-template-accueil section#categories #container-all-sliders-categories .container-slider-categorie:hover a .image-slider-categorie img.normal-image-cat {
  display: none;
}
body.page-template-template-accueil section#categories #container-all-sliders-categories .container-slider-categorie:hover a .image-slider-categorie img.hover-image-cat {
  display: block;
}
body.page-template-template-accueil section#categories #container-all-sliders-categories .container-slider-categorie a {
  gap: 1.5rem;
}
body.page-template-template-accueil section#categories #container-all-sliders-categories .container-slider-categorie a .image-slider-categorie img {
  height: 8rem;
}
body.page-template-template-accueil section#categories #container-all-sliders-categories .container-slider-categorie a .image-slider-categorie img.hover-image-cat {
  display: none;
}
body.page-template-template-accueil section#categories #container-all-sliders-categories .container-slider-categorie a .image-slider-categorie img.normal-image-cat {
  display: block;
}
body.page-template-template-accueil section#categories #container-all-sliders-categories .container-slider-categorie .container-contenue-slider-categorie .titre-slider-categorie {
  font-size: 1.3rem;
  color: #61646B;
  text-align: center;
  font-weight: 600;
}
body.page-template-template-accueil section#nouveautes .row, body.page-template-template-accueil section#promos .row, body.page-template-template-accueil section#categories .row {
  gap: 7rem;
}
body.page-template-template-accueil section#nouveautes .row h2, body.page-template-template-accueil section#promos .row h2, body.page-template-template-accueil section#categories .row h2 {
  font-weight: normal;
  margin-bottom: 0;
}
body.page-template-template-accueil section#newsletter {
  display: flex;
  justify-content: space-between;
}
body.page-template-template-accueil section#newsletter #container-image-description-newsletter {
  display: flex;
  align-items: center;
  justify-content: end;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px;
  width: 59%;
}
body.page-template-template-accueil section#newsletter #container-image-description-newsletter #description-newsletter {
  width: 55%;
  font-size: 3.1rem;
  font-weight: 600;
  color: #fff;
  padding: 7rem 10rem 7rem 4rem;
}
body.page-template-template-accueil section#newsletter #container-form-newsletter-titres {
  background-color: #61646B;
  width: 40%;
  display: flex;
  align-items: baseline;
  flex-direction: column;
  justify-content: center;
  padding: 0 4rem;
  color: #fff;
  border-radius: 20px;
  display: flex;
}
body.page-template-template-accueil section#newsletter #container-form-newsletter-titres .titres-newsletter h2 {
  font-size: 3.5rem;
  color: #fff;
  margin-bottom: 0;
}
body.page-template-template-accueil section#newsletter #container-form-newsletter-titres .titres-newsletter .sous-titre-newsletter {
  font-size: 2.8rem;
}
body.page-template-template-accueil section#newsletter #container-form-newsletter-titres .container-form-newsletter {
  display: flex;
  gap: 1rem;
  width: 100%;
  position: relative;
  align-items: center;
}
body.page-template-template-accueil section#newsletter #container-form-newsletter-titres .container-form-newsletter input {
  width: 100%;
  padding: 1.5rem 2rem;
  border-radius: 25px;
  height: 5rem;
}
body.page-template-template-accueil section#newsletter #container-form-newsletter-titres .container-form-newsletter .btn-newsletter {
  position: absolute;
  right: 0.2rem;
  height: 4.5rem;
  align-items: center;
  display: flex;
}
body.page-template-template-accueil section#newsletter #container-form-newsletter-titres .container-form-newsletter .btn-newsletter a {
  font-size: 1.5rem;
}
body.page-template-template-accueil section#newsletter #container-form-newsletter-titres #add_newsletter #email.disabled, body.page-template-template-accueil section#newsletter #container-form-newsletter-titres #add_newsletter #submit_newsletter.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
body.page-template-template-accueil section#newsletter #container-form-newsletter-titres #add_newsletter .newsletter-loader {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: absolute;
}
body.page-template-template-accueil section#newsletter #container-form-newsletter-titres #add_newsletter .newsletter-loader .spinner {
  width: 24px;
  height: 24px;
  border: 3px solid #ddd;
  border-top: 3px solid #3498db;
  /* couleur principale */
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body.page-template-template-accueil section#newsletter #container-form-newsletter-titres #add_newsletter .confirmation-newsletter {
  margin-top: 10px;
  font-size: 14px;
  position: absolute;
  top: 100%;
  font-size: 1.8rem;
}
body.page-template-template-accueil section#newsletter #container-form-newsletter-titres #add_newsletter .confirmation-newsletter.success-msg {
  color: #3ccf3c;
}
body.page-template-template-accueil section#newsletter #container-form-newsletter-titres #add_newsletter .confirmation-newsletter.error-msg {
  color: #ffff;
}
body.page-template-template-recrutement section#recrutement .container-titre-recrutement {
  min-height: var(--hauteur-banniere-titre);
}
body.page-template-template-recrutement section#recrutement .container-titre-recrutement h1 {
  font-weight: 300;
  font-size: 4.5rem;
}
body.page-template-template-recrutement section#recrutement #container-informations-all-sections-recrutement {
  padding: 6rem 0;
  background-color: #F3F3F3;
}
body.page-template-template-recrutement section#recrutement #container-informations-all-sections-recrutement .row-gap-perso {
  row-gap: 5rem;
}
body.page-template-template-recrutement section#recrutement #container-informations-all-sections-recrutement .row-gap-perso .container-bg-image {
  min-height: 20rem;
  width: 30%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
body.page-template-template-recrutement section#recrutement #container-informations-all-sections-recrutement .row-gap-perso .container-bg-image img {
  border-radius: 20px;
  width: 90%;
}
body.page-template-template-recrutement section#recrutement #container-informations-all-sections-recrutement .row-gap-perso .container_image_texte {
  text-align: right;
  gap: 5rem;
}
body.page-template-template-recrutement section#recrutement #container-informations-all-sections-recrutement .row-gap-perso .container_image_texte.is-reverse {
  text-align: start;
  justify-content: end;
}
body.page-template-template-recrutement section#recrutement #container-informations-all-sections-recrutement .row-gap-perso .container_image_texte.is-reverse .container_texte_titre_bouton {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
body.page-template-template-recrutement section#recrutement #container-informations-all-sections-recrutement .row-gap-perso .container_texte_titre_bouton {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
body.page-template-template-recrutement section#recrutement #container-informations-all-sections-recrutement .row-gap-perso .container_texte_titre_bouton .container_texte_titre p {
  font-weight: 500;
  color: black;
  font-size: 1.8rem;
}
body.page-template-template-recrutement section#recrutement #container-informations-all-sections-recrutement .row-gap-perso .container_texte_titre_bouton .container_texte_titre h2 {
  font-size: 2.6rem;
  color: #E20613;
  font-weight: 400;
  text-transform: none;
}
body.page-template-template-promo #product_loop ul#grid, body.page-template-template-nouveaute #product_loop ul#grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 15px;
  position: relative;
  z-index: 99;
  margin: 0;
}
body.page-template-template-promo #product_loop ul#grid.wpgb-loading:before, body.page-template-template-nouveaute #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 {
  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 #bb182a;
  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 {
  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 {
  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 {
  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 {
  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]) {
  width: fit-content;
  max-width: 180px;
}
body.single-product .container-fil-ariane {
  margin: 1rem 0;
}
body.single-product .product {
  padding: 2rem 0 4rem;
}
body.single-product .product .grid {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(2, 4fr);
  gap: 20px;
  height: 100%;
}
body.single-product .product .grid .left {
  position: relative;
}
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: 500px;
  object-fit: contain;
}
body.single-product .product .grid .right {
  padding: 2rem;
}
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 h3.product-title {
  color: #000000;
  font-size: 3.4rem;
  line-height: 2.6rem;
  font-weight: 600;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
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: #E20613;
  display: grid;
  min-height: 3rem;
  max-height: 5rem;
  margin-bottom: 1rem;
}
body.single-product .product .grid .right #price-bloc .price {
  font-weight: 600;
  font-size: 3rem;
}
body.single-product .product .grid .right #price-bloc .price .woocommerce-Price-currencySymbol {
  font-size: 1.5rem;
  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;
}
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: #00B215;
  text-transform: uppercase;
}
body.single-product .product .grid .right .product_details .out-of-stock {
  font-size: 2rem;
  color: #FF0000;
}
body.single-product .product .grid .right .addtocart {
  width: 50%;
  height: 7rem;
  margin: 1rem 0;
}
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 {
  background-color: #E20613;
  padding: 0.5rem 1.5rem;
  border-radius: 1rem;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  text-wrap: nowrap;
  text-transform: uppercase;
  font-weight: 600;
  gap: 1.5rem;
  max-width: 80%;
  transition: background-color 0.1s ease, box-shadow 0.3s ease;
}
body.single-product .product .grid .right .addtocart form.cart button.single_add_to_cart_button:before {
  content: url(../images/single-panier-npc.svg);
  width: 27px;
  height: 25px;
}
body.single-product .product .grid .right .addtocart form.cart button.single_add_to_cart_button:hover {
  background-color: #df4e58;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}
body.single-product .product .grid .right .addtocart form.cart .quantity {
  width: fit-content;
  border-radius: 10px;
}
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: black;
  background-color: #ACB9BC;
  height: 3.5rem;
  width: 2.5rem;
  position: relative;
  padding: 0;
  font-size: 2rem;
  line-height: 2rem;
  vertical-align: middle;
}
body.single-product .product .grid .right .addtocart form.cart .quantity input.qty {
  width: 3rem;
  height: 2rem;
  vertical-align: middle;
  font-size: 1.4rem;
  text-align: center;
  padding: 0;
  color: black;
  font-weight: 600;
  line-height: normal;
  background-color: transparent;
  border: 0;
  box-shadow: none;
  appearance: textfield;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}
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;
  margin: 0;
}
body.single-product .product .grid .right .addtocart form.cart a.added_to_cart {
  display: none;
}
body.single-product section#related_products {
  position: relative;
  padding: 4rem 0 8rem;
}
body.single-product section#related_products:before {
  content: "";
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 22rem;
  background-repeat: no-repeat;
  background-size: 150%;
  background-position: center;
  z-index: 9;
}
body.single-product section#related_products h2 {
  font-weight: bold;
  text-align: center;
  font-size: 3rem;
  margin: 1rem 0 4rem;
  color: #000;
  position: relative;
  z-index: 99;
}
body.single-product section#related_products ul#grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 15px;
  position: relative;
  z-index: 99;
  margin: 0;
}
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: #E20613;
}
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: #E20613;
}
body.woocommerce-checkout .woocommerce-info {
  background-color: #E20613;
}
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: #E20613;
  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 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 #order_review #payment .container-location {
  margin: 2rem 0;
  padding: 1.4rem;
}
body.woocommerce-checkout .checkout #order_review #payment .container-location label {
  margin-bottom: 0.3rem;
}
body.woocommerce-checkout .checkout #order_review #payment .container-location .pickup-location {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1rem;
  align-items: center;
}
body.woocommerce-checkout .checkout #order_review #payment .container-location .pickup-location span.select2 {
  width: fit-content !important;
}
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_info {
  padding: 5rem 0;
}
body.page-template-template-contact #contact_info .container .row #adresse h2 {
  font-size: 4rem;
  color: #61646B;
  text-transform: uppercase;
}
body.page-template-template-contact #contact_info .container .row #adresse .description-formulaire-contact {
  padding-top: 2.3rem;
}
body.page-template-template-contact #contact_info .container .row #adresse .description-formulaire-contact p {
  font-size: 1.6rem;
  color: #61646B;
  font-weight: 600;
  margin: 0;
}
body.page-template-template-contact #contact_info .container .row #adresse .description-formulaire-contact p a {
  color: #E20613;
  font-weight: 700;
}
body.page-template-template-contact #contact_info .container .row #formulaire-gravity {
  padding-top: 4.5rem;
}
body.page-template-template-contact #contact_info .container .row #formulaire-gravity .gform-body #gform_fields_1 {
  grid-row-gap: 4.5rem;
  grid-column-gap: 7rem;
}
body.page-template-template-contact #contact_info .container .row #formulaire-gravity .gform-body #gform_fields_1 input, body.page-template-template-contact #contact_info .container .row #formulaire-gravity .gform-body #gform_fields_1 textarea {
  border: none;
  padding: 1.5rem 0 1.5rem 2.5rem;
  box-shadow: none;
  color: #000000;
  font-weight: 600;
  border-radius: 25px;
}
body.page-template-template-contact #contact_info .container .row #formulaire-gravity .gform-body #gform_fields_1 textarea {
  padding-top: 2rem;
}
body.page-template-template-contact #contact_info .container .row #formulaire-gravity .gform-footer {
  margin-top: 5rem;
}
body.page-template-template-contact #contact_info .container .row #formulaire-gravity .gform-footer #gform_submit_button_1 {
  background-color: #E20613;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  margin: auto;
  border-radius: 15px;
  min-width: 25%;
}
body.page-template-template-contact #contact_info .container .row #formulaire-gravity .gform-footer #gform_submit_button_1:hover {
  background-color: #df4e58;
}
body.page-template-template-contact #contact_info .container .row #formulaire-gravity #gform_confirmation_wrapper_1 #gform_confirmation_message_1 {
  text-align: center;
  font-weight: 600;
  font-size: 3rem;
}
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-price .woocommerce-Price-amount {
  color: #E20613;
  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: #E20613;
  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: "Montserrat", 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: #E20613;
  color: #fff;
  width: 49%;
}
body.woocommerce-cart .woocommerce-cart-form .coupon-container .coupon .button:hover {
  background-color: #df4e58;
}
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 .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: #E20613;
  color: #fff;
  margin: 0;
  padding: 10px 0;
  position: relative;
}
body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout a: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: #df4e58;
}
body.archive .container-fluid #product_loop .container-all-categories {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 6rem;
  margin: 5rem 0;
}
body.archive .container-fluid #product_loop .container-all-categories .container-categorie {
  background-color: #F3F3F3;
  border-radius: 15px;
  padding: 3rem 3rem;
  min-height: 20rem;
  min-width: 18rem;
}
body.archive .container-fluid #product_loop .container-all-categories .container-categorie .image-categorie {
  width: 100%;
}
body.archive .container-fluid #product_loop .container-all-categories .container-categorie .image-categorie img {
  margin: auto;
  height: 10rem;
  object-fit: cover;
}
body.archive .container-fluid #product_loop .container-all-categories .container-categorie:hover {
  background-color: #61646B;
  cursor: pointer;
}
body.archive .container-fluid #product_loop .container-all-categories .container-categorie:hover .container-contenue-categorie .titre-categorie {
  color: #fff;
}
body.archive .container-fluid #product_loop .container-all-categories .container-categorie a {
  gap: 1.5rem;
}
body.archive .container-fluid #product_loop .container-all-categories .container-categorie .container-contenue-categorie .titre-categorie {
  font-size: 1.3rem;
  color: #61646B;
  text-align: center;
  font-weight: 600;
}
body.archive .container-fluid #product_loop ul#grid {
  list-style: none;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 3rem;
  position: relative;
}
body.archive .container-fluid #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.archive .container-fluid #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 #bb182a;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  z-index: 99999;
}
body.archive .container-fluid #product_loop #facets {
  display: grid;
  align-items: center;
  margin-top: 1rem;
}
body.archive .container-fluid #product_loop #facets .left {
  min-width: 448px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 1rem;
}
body.archive .container-fluid #product_loop #facets .right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  grid-column: 3 / 6;
  margin-bottom: 1rem;
}
body.archive .container-fluid #product_loop #facets .wpgb-facet > fieldset:last-child {
  margin: 0;
}
body.archive .container-fluid #product_loop #facets .wpgb-facet select.wpgb-select:not([multiple]) {
  width: fit-content;
  max-width: 180px;
}
body.woocommerce-orders .container .woocommerce-MyAccount-content .woocommerce-info {
  background-color: #E20613;
}
body.page-template-template-cookie .site-content a {
  color: #E20613;
}
body.page-template-template-cookie .site-content #cmplz-document {
  margin: auto;
}
body .account-access-notice {
  text-align: center;
  max-width: 650px;
  margin: 3rem auto;
  padding: 2rem;
}
body .account-access-notice p {
  font-size: 2rem;
  margin-bottom: 1.5rem;
}
body .account-access-notice p:nth-of-type(2) {
  margin-bottom: 2rem;
}
body .account-access-notice p:nth-of-type(2) a {
  color: #E20613;
  text-decoration: underline;
  font-weight: 600;
  cursor: pointer;
  transition: color 0.2s;
}
body .account-access-notice p:nth-of-type(2) a:hover {
  color: #b0050f;
}
body .account-access-notice .button {
  background-color: #E20613;
  color: white;
  text-decoration: none;
  border-radius: 8px;
  transition: background-color 0.2s;
}
body .account-access-notice .button:hover {
  background-color: #b0050f;
}
body.page-template #nous-trouver {
  padding-bottom: 7rem;
}
body.page-template #nous-trouver h2 {
  font-weight: normal;
  margin-bottom: 6rem;
}
body.page-template #nous-trouver .container-magasin {
  display: none;
}
body.page-template #nous-trouver .container-magasin.active {
  display: block;
}
body.page-template #nous-trouver .container-magasin .container-map {
  padding-left: 0;
  padding-right: 4rem;
}
body.page-template #nous-trouver .container-magasin .container-map .cmplz-placeholder-parent {
  height: 100%;
}
body.page-template #nous-trouver .container-magasin .container-map iframe {
  border-radius: 25px;
}
body.page-template #nous-trouver .container-magasin .container-informations-magasin-btn-contacter {
  padding-top: 14rem;
}
body.page-template #nous-trouver .container-magasin .container-informations-magasin-btn-contacter .container-informations-magasin {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  color: black;
  font-size: 1.3rem;
}
body.page-template #nous-trouver .container-magasin .container-informations-magasin-btn-contacter .container-informations-magasin p {
  margin: 0;
}
body.page-template #nous-trouver .container-magasin .container-informations-magasin-btn-contacter .container-informations-magasin a {
  color: black;
}
body.page-template #nous-trouver .container-magasin .container-informations-magasin-btn-contacter .container-bouton-contacter {
  margin: 5.5rem 0 3.5rem 0;
}
body.page-template #nous-trouver #container-all-nom-magasin {
  right: 0;
  display: flex;
  flex-direction: column;
  position: absolute;
  gap: 3rem;
}
body.page-template #nous-trouver #container-all-nom-magasin ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  row-gap: 1rem;
  margin: 0;
}
body.page-template #nous-trouver #container-all-nom-magasin ul li {
  font-size: 1.2rem;
  color: #ACB9BC;
  cursor: pointer;
}
body.page-template #nous-trouver #container-all-nom-magasin ul li.active {
  color: #E20613;
  font-weight: 500;
  cursor: default;
}
body.page-template #nous-trouver #container-all-nom-magasin ul li::before, body.page-template #nous-trouver #container-all-nom-magasin ul li::after {
  color: #ACB9BC;
  margin: 0 0.5rem;
}
body.page-template #nous-trouver #container-all-nom-magasin ul li::before {
  content: "|";
}
body.page-template #nous-trouver #container-all-nom-magasin ul li:last-child::after {
  content: "|";
}
#container-all-products {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 1rem;
  row-gap: 2rem;
}
.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 {
  color: #E20613;
  font-weight: 600;
}
.product-subtotal .woocommerce-price-suffix, .product-total .woocommerce-price-suffix {
  color: #737f87;
}
.product-item {
  border-radius: 20px;
  padding: 2rem 3rem;
  position: relative;
  background-color: #F7F7F7;
  gap: 2rem;
}
.product-item .container-image .image-product {
  height: 20rem;
  width: 20rem;
  background-color: #fff;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.product-item .container-banner {
  padding: 1rem;
  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: #E20613;
  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: 500 !important;
  min-height: 4rem;
}
.product-item .container-product .price-product {
  color: #E20613;
  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: -4px;
  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: 7rem;
}
.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: end;
  gap: 1rem;
}
.product-item .container-product .container-bouton-voir-produit-panier .voir-produit {
  height: fit-content;
  padding: 1rem 2.5rem;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.product-item .container-product .container-bouton-voir-produit-panier .voir-produit:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  transform: translateY(-3px);
  background-color: #737f87;
}
.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 {
  background-image: url(../images/panier-npc.svg);
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  background-size: auto;
  padding: 0;
  background-color: transparent;
  color: transparent;
  border-radius: 50%;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.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 form .added_to_cart {
  display: none;
}
body #page header.site-header {
  z-index: 999;
  width: 100%;
  margin: auto;
  padding: 0;
  border: 0;
  transition: top 0.6s ease-in-out;
}
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: 3rem 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: 360px;
  padding: 0;
}
body #page header.site-header #top-header .home-link .logo-header {
  max-width: 90%;
}
body #page header.site-header #top-header #middle-nav {
  display: flex;
  width: 60%;
  align-items: center;
  justify-content: space-between;
}
body #page header.site-header #top-header #middle-nav .site-search {
  width: 60%;
  float: left;
  margin-bottom: 0;
  margin-right: 50px;
}
body #page header.site-header #top-header #middle-nav #woo-nav {
  display: flex;
  justify-content: end;
  align-items: center;
  min-width: 270px;
}
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: #61646B;
  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;
  left: -5px;
  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-npc.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 .cart-item-badge {
  background-color: #E20613;
  color: white;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  text-align: center;
  justify-content: center;
  display: none;
  align-items: center;
  font-family: "Gabarito", 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: #ACB9BC;
  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: #bb182a;
  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: #E20613;
  border-color: #E20613;
}
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: #bb182a;
  border-color: #bb182a;
}
body #page header.site-header .main-nav {
  position: relative;
}
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;
  max-width: 1150px;
  justify-content: start;
}
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 .ubermenu-item-level-0 {
  padding: 15px 0;
  flex: max-content;
}
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;
}
body #page header.site-header .main-nav nav#site-navigation .ubermenu.ubermenu-main .menu-categories-des-produits .ubermenu-target {
  border-radius: 6px;
  display: flex;
}
body #page header.site-header .main-nav nav#site-navigation .ubermenu.ubermenu-main .menu-categories-des-produits .ubermenu-target i.fa-bars::before {
  font-size: 2rem;
}
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 #menu-item-178 {
  justify-content: center;
}
body #page header.site-header .main-nav nav#site-navigation .ubermenu-target {
  cursor: pointer;
}
body #page header.site-header .main-nav::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #ACB9BC;
  opacity: 1;
}
body.user-logged-in #page header.site-header #top-header #middle-nav {
  width: 65%;
}
body.user-logged-in #page header.site-header #top-header #middle-nav .site-search {
  margin-right: 25px;
}
body.user-logged-in #page header.site-header #top-header #middle-nav #woo-nav #admin-navigation ul {
  display: flex;
  align-items: center;
  text-align: end;
  gap: 1rem;
}
body.user-logged-in #page header.site-header #top-header #middle-nav #woo-nav #admin-navigation ul li a img {
  border: 2px solid red;
  border-radius: 35px;
}
body.user-logged-in #page header.site-header #top-header #middle-nav #woo-nav #admin-navigation ul .user-greeting {
  font-size: 1.6rem;
  line-height: 1.6rem;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
  left: 83% !important;
  top: 27% !important;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit svg {
  height: 25px !important;
  width: 25px !important;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
  padding: 13px 24px 13px 30px !important;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input::placeholder {
  font-weight: 500 !important;
}
body .site-footer {
  background-color: #F3F3F3;
  padding: 4.5rem 0 0 0;
}
body .site-footer#colophon .grid-footer {
  padding: 0 0 8rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body .site-footer#colophon .grid-footer #logo-footer {
  width: 350px;
}
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: 500;
}
body .site-footer#colophon .grid-footer h4, body .site-footer#colophon .grid-footer li {
  font-family: "Gabarito", sans-serif;
  font-size: 1.2rem;
  color: black;
}
body .site-footer#colophon .grid-footer li {
  list-style-type: none;
  text-wrap: nowrap;
  margin: 0.5rem 0;
}
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 #categories {
  left: -10px;
}
body .site-footer#colophon .grid-footer #categories .product-categories {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
}
body .site-footer#colophon .grid-footer #mon-compte {
  left: -10px;
}
body .site-footer#colophon .grid-footer #suivez-nous.border-left::before {
  left: -40px;
}
body .site-footer#colophon .grid-footer #suivez-nous .socials {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  gap: 1rem;
  margin-top: 1.5rem;
}
body .site-footer#colophon .grid-footer #suivez-nous .socials img {
  height: 35px;
  width: 35px;
}
body .site-footer#colophon .grid-footer .border-left {
  position: relative;
  text-align: left;
}
body .site-footer#colophon .grid-footer .border-left::before {
  content: "";
  position: absolute;
  top: 0;
  left: -25px;
  height: 100%;
  width: 2px;
  background-color: #999999;
}
body .site-footer#colophon .copyright {
  text-align: center;
  font-family: "Gabarito", sans-serif;
  font-size: 1rem;
  color: black;
  font-weight: 500;
}
body .site-footer#colophon .copyright a {
  font-size: 1.5rem;
}
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 #E20613;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.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: 1199px) {
  body.woocommerce-cart #page #content .cart-collaterals .wc-proceed-to-checkout a::before {
    left: 10%;
  }
}
@media screen and (max-width: 1399px) {
  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 .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: 35px;
    height: 35px;
    z-index: 9999;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20%;
    color: #fff;
    padding: inherit;
  }
  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 .ubermenu-nav #menu-item-167 {
    margin-bottom: 3rem;
  }
  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: 90vh;
    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 #container-all-products {
    grid-template-columns: repeat(4, 1fr);
  }
  body.page-template-template-accueil section#categories #container-all-sliders-categories .owl-nav {
    width: 50%;
  }
  body ul#grid {
    grid-template-columns: repeat(4, 1fr) !important;
  }
  body.archive .container-fluid #product_loop .container-all-categories {
    grid-template-columns: repeat(4, 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%;
  }
}
@media screen and (max-width: 1024px) {
  body.user-logged-in #page header.site-header #top-header #middle-nav {
    width: 100%;
  }
  body.user-logged-in #page header.site-header #top-header #middle-nav .site-search {
    margin-right: 0;
  }
  body.user-logged-in #page header.site-header #top-header #middle-nav #woo-nav #admin-navigation ul {
    display: flex;
    align-items: center;
    text-align: end;
    gap: 1rem;
  }
  body.user-logged-in #page header.site-header #top-header #middle-nav #woo-nav #admin-navigation ul li a img {
    border: 2px solid red;
    border-radius: 35px;
  }
  body.user-logged-in #page header.site-header #top-header #middle-nav #woo-nav #admin-navigation ul .user-greeting {
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
  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 {
    display: table-cell;
  }
  body.page-template-template-accueil section#top-slider #container-bienvenue-all-slider {
    height: unset;
  }
  body.page-template-template-accueil section#top-slider #container-bienvenue-all-slider #container-bienvenue {
    width: 100%;
    text-align: center;
    gap: 1rem;
  }
  body.page-template-template-accueil section#top-slider #container-bienvenue-all-slider #container-bienvenue .texte-bienvenue {
    text-wrap: nowrap;
  }
  body.page-template-template-accueil section#top-slider #container-bienvenue-all-slider #container-bienvenue .btn-bienvenue {
    margin: auto;
  }
  body.page-template-template-accueil section#top-slider #container-bienvenue-all-slider #container-all-slider {
    position: unset;
    width: 100%;
  }
  body.page-template-template-accueil section#top-slider #container-bienvenue-all-slider #container-all-slider .owl-item .container-slider .image-slider {
    width: 50%;
  }
  body.page-template-template-accueil section#top-slider #container-bienvenue-all-slider #container-all-slider .owl-item .container-slider .container-contenue-slider {
    width: 50%;
  }
  body.page-template-template-accueil section#promos .row h2 {
    text-align: center;
  }
  body.page-template-template-accueil section#nouveautes .row h2 {
    text-align: center;
  }
  body.page-template-template-accueil section#categories #container-all-sliders-categories .owl-nav {
    width: 65%;
  }
  body.page-template-template-accueil section#newsletter {
    flex-direction: column;
    gap: 4rem;
  }
  body.page-template-template-accueil section#newsletter #container-image-description-newsletter {
    width: 100%;
  }
  body.page-template-template-accueil section#newsletter #container-image-description-newsletter #description-newsletter {
    padding: 4rem 2rem 4rem 4rem;
  }
  body.page-template-template-accueil section#newsletter #container-form-newsletter-titres {
    width: 100%;
    padding: 4rem;
  }
  body.page-template-template-recrutement section#recrutement #container-informations-all-sections-recrutement .row-gap-perso {
    padding: 0 4rem;
  }
  body.page-template-template-recrutement section#recrutement #container-informations-all-sections-recrutement .row-gap-perso .container_image_texte {
    flex-direction: column;
  }
  body.page-template-template-recrutement section#recrutement #container-informations-all-sections-recrutement .row-gap-perso .container_image_texte.is_reverse {
    flex-direction: column;
  }
  body.page-template-template-recrutement section#recrutement #container-informations-all-sections-recrutement .row-gap-perso .container-bg-image {
    width: 100%;
  }
  body.page-template-template-recrutement section#recrutement #container-informations-all-sections-recrutement .row-gap-perso .container_texte_titre_bouton .container_texte_titre {
    text-align: center;
    margin: auto;
  }
  body.page-template-template-recrutement section#recrutement #container-informations-all-sections-recrutement .row-gap-perso .container_texte_titre_bouton .container_informations_bouton {
    margin: auto;
  }
  body.page-template #nous-trouver .container-fluid .row {
    gap: 3rem;
  }
  body.page-template #nous-trouver h2 {
    text-align: center;
  }
  body.page-template #nous-trouver .container-magasin .container-map {
    padding: 0;
    min-height: 27rem;
  }
  body.page-template #nous-trouver .container-magasin .container-informations-magasin-btn-contacter {
    padding-top: 1rem;
    text-align: center;
  }
  body.page-template #nous-trouver #container-all-nom-magasin {
    flex-direction: unset;
    position: unset;
    gap: 3rem;
    justify-content: center;
    align-items: center;
  }
  body.page-template #nous-trouver #container-all-nom-magasin img {
    width: 100%;
    height: 2.5rem;
  }
  body ul#grid {
    grid-template-columns: repeat(3, 1fr) !important;
  }
  body.archive .container-fluid #product_loop .container-all-categories {
    grid-template-columns: repeat(3, 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.archive .container-fluid #product_loop #facets .right {
    justify-content: space-between;
    width: 100%;
  }
  body.page-template-template-contact #contact_info .container .row #formulaire-gravity .gform-body #gform_fields_1 {
    grid-column-gap: 2%;
  }
  body .site-footer#colophon .grid-footer {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  body .site-footer#colophon .grid-footer #suivez-nous, body .site-footer#colophon .grid-footer #categories {
    left: 0;
  }
  body .site-footer#colophon .grid-footer #categories .product-categories {
    grid-template-columns: 1fr;
  }
  body .site-footer#colophon .grid-footer #suivez-nous .socials {
    justify-content: center;
  }
  body .site-footer#colophon .grid-footer #suivez-nous .socials img {
    margin: auto;
  }
  body .site-footer#colophon .grid-footer #logo-footer {
    margin: auto;
  }
  body .site-footer#colophon .grid-footer .border-left {
    text-align: center;
  }
  body .site-footer#colophon .grid-footer .border-left::before {
    top: -15px;
    left: 25%;
    height: 2px;
    width: 50%;
  }
  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 #inscription::before, body .site-footer#colophon .grid-footer #suivez-nous::before, body .site-footer#colophon .grid-footer #mon-compte::before {
    content: unset;
  }
  #container-all-products {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 900px) {
  body ul#grid, body #container-all-products {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  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: 767px) {
  body .p-section {
    padding: 5.5rem 0 0 0;
  }
  body.page-template-template-accueil section#top-slider #container-bienvenue-all-slider #container-bienvenue .texte-bienvenue {
    text-wrap: wrap;
  }
  body.page-template-template-accueil section#categories #container-titre-categorie h2 {
    margin: auto;
    text-align: center;
    width: 80%;
  }
  body.page-template-template-accueil section#categories #container-all-sliders-categories .owl-nav {
    width: auto;
    height: 15rem;
    justify-content: space-between;
    padding: 1.8rem;
    right: 0;
    left: 0;
  }
  body.page-template-template-accueil section#categories #container-all-sliders-categories .owl-nav .owl-next, body.page-template-template-accueil section#categories #container-all-sliders-categories .owl-nav .owl-prev {
    width: 5rem;
    height: 5rem;
    font-size: 5rem;
  }
  body.page-template-template-accueil section#nouveautes .row, body.page-template-template-accueil section#promos .row, body.page-template-template-accueil section#categories .row {
    gap: 5.5rem;
  }
  body.page-template #nous-trouver #container-all-nom-magasin {
    flex-direction: column;
  }
  body.page-template #nous-trouver #container-all-nom-magasin ul {
    justify-content: center;
  }
  body.page-template #nous-trouver #container-all-nom-magasin ul li {
    font-size: 1.5rem;
  }
  body #login-modal .modal-dialog .modal-content .modal-body #customer_login #login-form form#login .switch-form {
    flex-direction: column;
    gap: 1rem;
  }
  body.single-product .product .grid {
    grid-template-columns: repeat(1, 1fr);
  }
  body ul#grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  body.archive .container-fluid #product_loop .container-all-categories {
    grid-template-columns: repeat(2, 1fr);
  }
  body.woocommerce-checkout .custom-breadcrumb-woocommerce .cart_bread, body.woocommerce-cart .custom-breadcrumb-woocommerce .cart_bread {
    flex-wrap: wrap;
  }
  body.woocommerce-checkout #order_review tfoot td, body.woocommerce-cart #order_review tfoot td {
    text-align: end;
    position: absolute;
    right: 0;
  }
  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;
  }
  #container-all-products {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 500px) {
  body ul#grid {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  body.page-template-template-accueil section#newsletter #container-image-description-newsletter #description-newsletter {
    width: 70%;
  }
  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 .image-categorie {
    background-color: white;
  }
  body.archive .container-fluid #product_loop .container-all-categories .container-categorie .image-categorie img {
    height: 15rem;
  }
}
@media screen and (max-width: 400px) {
  html {
    font-size: 50%;
  }
  fieldset {
    padding: 0px !important;
  }
  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, #grid {
    grid-template-columns: 1fr;
  }
  #container-all-products .product-item .image-product, #grid .product-item .image-product {
    height: auto;
    width: auto;
    min-height: 20rem;
  }
}
