@charset "UTF-8";
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Thin.woff2") format("woff2"), url("../fonts/Poppins-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-ThinItalic.woff2") format("woff2"), url("../fonts/Poppins-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-ExtraBoldItalic.woff") format("woff");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
:root {
  --hauteur-banniere-titre: 20rem;
  --kr-global-color-primary: #E6332D !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: #C12B2B;
  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: "Poppins" !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: 5rem;
  font-size: 3.5rem;
  font-family: "Poppins" !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: #C12B2B;
}
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-ctos {
  color: #fff;
  font-weight: 700;
  padding: 1.5rem 2rem;
  border-radius: 0.5rem;
  font-size: 2.3rem;
}
.btn-ctos a {
  color: #fff !important;
}
.btn-ctos-red {
  background-color: #C12B2B;
}
.btn-ctos-f-size-19 {
  font-size: 1.9rem;
}
.btn-ctos-f-size-30 {
  font-size: 3rem;
}
.btn-ctos-degrade {
  background: linear-gradient(90deg, #913434 0%, #C12B2B 100%);
}
.btn-ctos-border-shadow {
  border: 2px solid #C12B2B;
  box-shadow: 4px 4px 10px 0px black;
}
.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;
}
.remove-x {
  color: #e95252;
}
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 #C12B2B;
  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: #C12B2B;
  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: #C12B2B;
}
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: #C12B2B;
  border: 1px solid #C12B2B;
  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: #C12B2B;
  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: #C12B2B;
  border: 1px solid #C12B2B;
  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 #type_client_field, body #particulier_nom_field, body #particulier_prenom_field, body #entreprise_nom_field, body #entreprise_ridet_field, body #entreprise_adresse_field {
  display: none;
}
body #type_client_field .woocommerce-input-wrapper {
  display: flex;
  flex-wrap: wrap;
}
body #type_client_field .woocommerce-input-wrapper #type_client_entreprise {
  margin-left: 1rem;
}
body section {
  min-height: 100vh;
  position: relative;
}
body section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.27);
  z-index: 0;
}
body section.woocommerce-order-details, body section.woocommerce-customer-details {
  min-height: fit-content;
}
body #contact {
  position: relative;
  z-index: 2;
  background-color: #212121;
  min-height: fit-content;
  padding-top: 10rem;
  padding-bottom: 13rem;
  color: #ffffff;
}
body #contact .titre-contact {
  color: inherit;
  margin-bottom: 10rem;
  font-style: italic;
  font-size: 4rem;
  letter-spacing: 0.5rem;
}
body #contact .container-map iframe {
  border-radius: 5rem;
}
body #contact #row-map-informations {
  gap: 5rem;
}
body #contact #row-map-informations .container-informations {
  gap: 2rem;
  border: 1px solid #fff;
  padding: 2rem;
  border-radius: 5rem;
}
body #contact #row-map-informations .container-informations a {
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
}
body #contact #row-map-informations .container-informations .container-titre-lieu-horraires {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 2.5rem;
}
body #contact #row-map-informations .container-informations .container-titre-lieu-horraires h2 {
  font-size: 2.9rem;
}
body #contact #row-map-informations .container-informations .container-titre-lieu-horraires p {
  font-size: 1.5rem;
}
body #contact #row-map-informations .container-informations .container-titre-lieu-horraires h2, body #contact #row-map-informations .container-informations .container-titre-lieu-horraires p {
  margin-bottom: 0;
  color: inherit;
}
body #contact #row-map-informations .container-informations .container-liste-moyen-de-contact {
  gap: 5rem;
}
body #contact #row-map-informations .container-informations .container-liste-moyen-de-contact .container-image-moyen-de-contact img {
  width: 2rem;
  margin-bottom: 0.5rem;
}
body.page-template-template-accueil section#top-slider {
  min-height: 98vh;
  background-position: top;
  background-size: cover;
  display: flex;
  justify-content: space-between;
  align-items: end;
  color: white;
}
body.page-template-template-accueil section#top-slider #top-slider-content {
  z-index: 1;
  padding-bottom: 3rem;
}
body.page-template-template-accueil section#top-slider .container-image-titre {
  z-index: 1;
}
body.page-template-template-accueil section#top-slider .container-image-titre #ensemble-svg {
  width: 48rem;
  margin: auto;
}
body.page-template-template-accueil section#top-slider .container-image-titre h1 {
  margin-top: 1rem;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
  font-size: 5rem;
  color: inherit;
  line-height: 1;
  margin-bottom: 1.5rem;
  font-size: 5.5rem;
}
body.page-template-template-accueil section#top-slider .container-description-bouton {
  margin-bottom: 2rem;
}
body.page-template-template-accueil section#top-slider .container-description-bouton p {
  margin-bottom: 0;
}
body.page-template-template-accueil section#top-slider .container-description-bouton p:first-of-type {
  margin-bottom: 1.5rem;
}
body.page-template-template-accueil section#section-cagous {
  background: linear-gradient(125deg, #212121 50%, #C12B2B 100%);
}
body.page-template-template-accueil section#section-cagous #section-cagous-content {
  position: relative;
  z-index: 2;
  padding-top: 15rem;
}
body.page-template-template-accueil section#section-cagous #section-cagous-content #section-cagous-col {
  padding: 5rem;
  border-radius: 2.5rem;
  border: 2.5px solid white;
}
body.page-template-template-accueil section#section-cagous #section-cagous-content #section-cagous-col .container-list-options {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10rem;
  row-gap: 3rem;
}
body.page-template-template-accueil section#section-cagous #section-cagous-content #section-cagous-col .container-list-options .container-option {
  height: 12rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 32rem;
  padding-right: 2rem;
  border-radius: 0.8rem;
  background: linear-gradient(90deg, #913434 0%, #C12B2B 100%);
  box-shadow: 0px 0px 9px 0px black;
}
body.page-template-template-accueil section#section-cagous #section-cagous-content #section-cagous-col .container-list-options .container-option .container-image-option {
  height: inherit;
  width: 18rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  opacity: 0.4;
  border-radius: 0.6rem;
}
body.page-template-template-accueil section#section-cagous #section-cagous-content #section-cagous-col .container-list-options .container-option .container-image-option img {
  width: 20rem;
  margin-top: -2rem;
  margin-left: -55px;
}
body.page-template-template-accueil section#section-cagous #section-cagous-content #section-cagous-col .container-list-options .container-option .chiffre {
  font-style: italic;
  position: absolute;
  left: -60px;
  font-size: 10rem;
  font-weight: 800;
  color: white;
  letter-spacing: 0.5px;
}
body.page-template-template-accueil section#section-cagous #section-cagous-content #section-cagous-col .container-list-options .container-option .texte_de_option {
  position: absolute;
  right: 20px;
  text-align: end;
  z-index: 1;
  color: white;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
}
body.page-template-template-accueil section#section-cagous #section-cagous-content #section-cagous-col .container-list-options .container-option .texte_de_option p {
  margin-bottom: 0;
}
body.page-template-template-accueil section#section-cagous #section-cagous-content #section-cagous-col .container-list-options .container-option .texte_de_option .fisrt-text {
  color: black;
  font-size: 2.5rem;
}
body.page-template-template-accueil section#section-cagous #section-cagous-content #list-informations .container-titre-descriptions {
  padding-top: 2rem;
  color: white;
}
body.page-template-template-accueil section#section-cagous #section-cagous-content #list-informations .container-titre-descriptions h2 {
  font-size: 4rem;
  margin-bottom: 0.5rem;
  color: inherit;
}
body.page-template-template-accueil section#section-cagous #section-cagous-content #list-informations .container-titre-descriptions p {
  font-size: 1.8rem;
  font-weight: 500;
}
body.page-template-template-accueil section#section-cagous #section-cagous-content #list-informations .container-titre-descriptions p .petit-text {
  font-size: 1.5rem;
  font-weight: 400;
  color: #b4afaf;
}
body.page-template-template-accueil section#section-cagous #section-cagous-content #list-informations .container-titre-descriptions a {
  color: inherit;
}
body.page-template-template-accueil section#section-cagous #section-cagous-content #list-informations .container-titre-descriptions .container-prix-cout-reel {
  display: flex;
  justify-content: center;
}
body.page-template-template-accueil section#section-cagous #section-cagous-content #list-informations .container-titre-descriptions .container-prix-cout-reel p {
  width: fit-content;
  margin: 0;
  padding: 0.6rem 1.5rem;
  border-radius: 1rem;
  border: 2.5px solid white;
  font-size: 2rem;
}
body.page-template-template-accueil section#section-cagous #section-cagous-content #list-informations .container-titre-descriptions .container-prix-cout-reel p .text-up {
  font-weight: 700;
  font-size: 3rem;
}
body.page-template-template-accueil section#section-cagous #section-cagous-content #cadeau {
  margin-top: 10rem;
  color: white;
}
body.page-template-template-accueil section#section-cagous #section-cagous-content #cadeau p {
  font-size: 2.2rem;
  margin-bottom: 2rem;
}
body.page-template-template-accueil section#section-cagous #section-cagous-content #cadeau p:last-of-type {
  font-size: 3rem;
}
body.page-template-template-accueil section#section-cagous #section-cagous-content #cadeau p:last-of-type img {
  margin-bottom: 2rem;
}
body.page-template-template-accueil section#section-cagous #section-cagous-content #cadeau h1 {
  color: inherit;
}
body.page-template-template-accueil section#section-cagous #section-cagous-content #cadeau .btn-ctos-degrade {
  cursor: auto;
}
body.page-template-template-accueil section#section-cagous #section-qui-sont-cagous {
  position: relative;
  z-index: 2;
  padding-top: 15rem;
  color: white;
}
body.page-template-template-accueil section#section-cagous #section-qui-sont-cagous .container-texte-image .container-gauche {
  padding: 2rem 4rem 4rem 0;
  text-align: justify;
  color: #ffffff;
  font-size: 1.6rem;
}
body.page-template-template-accueil section#section-cagous #section-qui-sont-cagous .container-texte-image .container-gauche h2 {
  font-size: 5.1rem;
  position: relative;
  color: inherit;
  text-align: left;
}
body.page-template-template-accueil section#section-cagous #section-qui-sont-cagous .container-texte-image .container-droite img {
  border-radius: 25px;
}
body.page-template-template-accueil section#section-cagous #section-qui-sont-cagous .container-texte-image .container-chiffres {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 5rem;
  padding: 0 0 2rem 0;
  border-radius: 0.5rem;
  background: linear-gradient(336deg, #212121 40%, #C12B2B 100%);
}
body.page-template-template-accueil section#section-cagous #section-qui-sont-cagous .container-texte-image .container-chiffres .container-chiffre {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
  flex-direction: column;
  text-align: center;
  width: 250px;
}
body.page-template-template-accueil section#section-cagous #section-qui-sont-cagous .container-texte-image .container-chiffres .container-chiffre .chiffre {
  font-size: 6.8rem;
  font-weight: 800;
  margin-bottom: -40px;
}
body.page-template-template-accueil section#section-cagous #section-qui-sont-cagous .container-texte-image .container-chiffres .container-chiffre p {
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 0;
}
body.page-template-template-accueil section#section-cagous #section-qui-sont-cagous .container-logos-titre {
  margin-top: 15rem;
}
body.page-template-template-accueil section#section-cagous #section-qui-sont-cagous .container-logos-titre .container-titre h2 {
  font-size: 4rem;
  margin-bottom: 0.5rem;
  color: inherit;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.6rem;
}
body.page-template-template-accueil section#section-cagous #section-qui-sont-cagous .container-logos-titre .container-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 10rem;
  padding-bottom: 10rem;
}
body.page-template-template-accueil section#section-cagous #section-qui-sont-cagous .container-logos-titre .container-logos .container-logo img {
  width: 20rem;
}
body.page-template-template-accueil section#section-cagous #section-qui-sont-cagous .container-logos-titre .container-logos .owl-stage img {
  margin: auto;
}
body.page-template-template-accueil section#section-cagous #section-qui-sont-cagous .container-logos-titre .container-logos .owl-dots {
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-top: 5rem;
}
body.page-template-template-accueil section#section-cagous #section-qui-sont-cagous .container-logos-titre .container-logos .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  margin: 0 4px;
  border-radius: 50%;
  opacity: 1 !important;
  background-color: white;
}
body.page-template-template-accueil section#section-cagous #section-qui-sont-cagous .container-logos-titre .container-logos .owl-dots .owl-dot.active {
  background: #C12B2B !important;
  /* couleur visible */
  width: 16px;
  height: 16px;
}
body.page-template-template-accueil section#section-cagous #section-qui-sont-cagous .container-logos-titre .div-border-bottom {
  width: 80%;
  background-color: white;
  margin: auto;
  height: 2px;
}
body.page-template-template-accueil section#section-cagous #section-jour-restant {
  position: relative;
  z-index: 2;
}
body.page-template-template-accueil section#section-cagous #section-jour-restant .container-decompte {
  text-align: center;
  margin-bottom: -8px;
}
body.page-template-template-accueil section#section-cagous #section-jour-restant .container-decompte h2 {
  margin-top: 13rem;
  color: white;
  text-align: center;
}
body.page-template-template-accueil section#section-cagous #section-jour-restant .container-decompte h2 .jours {
  font-size: 13.2rem;
  font-weight: 700;
}
body.page-template-template-accueil section#section-cagous #section-jour-restant .container-decompte h2 .text-decompte {
  margin-top: 0;
  font-size: 4rem;
  font-weight: 700;
}
body.page-template-template-accueil section#section-cagous #section-jour-restant .container-decompte .je-donne {
  font-size: 13rem;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 0.8;
  text-align: center;
  color: white;
  width: 100%;
  margin: auto;
  margin-top: 10rem;
  font-style: italic;
}
body.page-template-template-accueil section#section-cagous #section-jour-restant .container-decompte .je-donne-deuxieme {
  font-style: italic;
  line-height: 0.8;
  font-size: 13.5rem;
  font-weight: 700;
  color: white;
}
body.page-template-template-accueil section#section-faire-le-don {
  min-height: fit-content;
  background-color: white;
  padding-top: 8rem;
  padding-bottom: 8rem;
}
body.page-template-template-accueil section#section-faire-le-don #sport-prefere {
  width: 100%;
}
body.page-template-template-accueil section#section-faire-le-don #don-custom-form {
  margin-bottom: 0;
  gap: 1.5rem;
}
body.page-template-template-accueil section#section-faire-le-don #don-custom-form label {
  font-size: 1.5rem;
  font-weight: 700;
  color: black;
}
body .woocommerce .woocommerce-message {
  margin-bottom: 0;
}
body #image-les-cagous {
  position: absolute;
  left: 0;
  top: -5vh;
  width: 19rem;
  padding: 0;
  opacity: 0.1;
}
body #bg-points-gauche {
  position: absolute;
  opacity: 0.8;
  bottom: 0;
  left: -1%;
  width: 30vw;
  padding: 0;
  z-index: 1;
}
body #bg-points-droit {
  padding: 0;
  position: absolute;
  opacity: 0.8;
  bottom: 0;
  right: -1%;
  width: 48vw;
  z-index: 1;
  transform: rotate(180deg);
}
body #bg-joueur-droit {
  position: absolute;
  bottom: -11%;
  right: 0;
  width: 22vw;
  z-index: 3;
}
body.single-product #bg-points-gauche {
  bottom: -25vh;
  width: 20vw;
}
body.single-product #bg-points-droit {
  width: 22vw;
  bottom: -8vh;
}
body.single-product #bg-joueur-droit {
  top: -50%;
  right: -1%;
  width: 22vw;
}
body.single-product #image-les-cagous {
  width: 15rem;
  top: -25vh;
}
body.single-product .container-product .container-image-titre {
  z-index: 1;
}
body.single-product .container-product .container-image-titre img {
  padding-bottom: 1.2rem;
}
body.single-product .container-single-product {
  margin-top: -12px;
  z-index: 1;
  position: relative;
  padding: 0;
  padding-bottom: 10rem;
  background: linear-gradient(165deg, #212121 50%, #C12B2B 100%);
}
body.single-product .container-single-product #texte-de-presentation {
  font-style: italic;
  font-weight: 700;
  color: #fff;
  font-size: 6.9rem;
  line-height: 0.9;
}
body.single-product .container-single-product #texte-de-presentation .text-up {
  font-size: 8.8rem;
}
body.single-product .container-single-product .product .grid {
  grid-template-columns: 2.5fr 3fr;
  border: 2px solid #fff;
  padding: 4rem;
  border-radius: 25px;
}
body.single-product .container-single-product .product .grid .right {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
body.single-product .container-single-product .product .grid .right .product-title {
  color: #fff;
  text-align: center;
  font-size: 3.6rem;
  margin-bottom: 2rem;
}
body.single-product .container-single-product .product .grid .right .all-price {
  color: #C12B2B;
  text-align: center;
  font-weight: 800;
  font-size: 4.3rem;
  margin-bottom: 2rem;
}
body.single-product .container-single-product .product .grid .right .product_details .stock {
  display: none;
}
body.single-product .container-single-product .product .grid .right .addtocart .quantity-wrap {
  margin-bottom: 4rem;
}
body.single-product .container-single-product .product .grid .right .addtocart .quantity-wrap .quantity::before {
  color: #fff;
  content: "QUANTITÉ";
  margin-right: 2rem;
  font-weight: 800;
}
body.single-product .container-single-product .product .grid .right .addtocart .quantity-wrap .quantity input {
  color: #fff;
  box-shadow: none;
  /* Chrome, Safari, Edge */
  /* Firefox */
}
body.single-product .container-single-product .product .grid .right .addtocart .quantity-wrap .quantity input::-webkit-inner-spin-button, body.single-product .container-single-product .product .grid .right .addtocart .quantity-wrap .quantity input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
body.single-product .container-single-product .product .grid .right .addtocart .quantity-wrap .quantity input input[type=number] {
  -moz-appearance: textfield;
}
body.single-product .container-single-product .product .grid .right .addtocart .quantity-wrap .quantity input.input-text {
  background: transparent;
  width: 6rem;
  height: 2rem;
  text-align: center;
  background: transparent;
  color: #fff;
  line-height: 2rem;
  font-size: 2rem;
}
body.single-product .container-single-product .product .grid .right .addtocart .quantity-wrap .quantity input.qty_button {
  border-radius: 50%;
  background: #C12B2B;
  padding: 0;
  height: 2rem;
  width: 2rem;
  text-align: center;
  line-height: 2rem;
  font-size: 1.8rem;
}
body.single-product .container-single-product .product .grid .right .addtocart table.variations tbody tr {
  display: flex;
  gap: 2rem;
}
body.single-product .container-single-product .product .grid .right .addtocart table.variations tbody tr th.label {
  color: #fff;
  align-items: center;
  justify-content: center;
  display: flex;
}
body.single-product .container-single-product .product .grid .right .addtocart table.variations tbody tr th.label label {
  font-weight: 800;
  text-transform: uppercase;
}
body.single-product .container-single-product .product .grid .right .addtocart table.variations tbody tr td.value {
  margin-bottom: 0;
}
body.single-product .container-single-product .product .grid .right .addtocart table.variations tbody tr td.value .variations-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
body.single-product .container-single-product .product .grid .right .addtocart table.variations tbody tr td.value .variations-buttons button {
  background: transparent;
  color: #fff;
}
body.single-product .container-single-product .product .grid .right .addtocart table.variations tbody tr td.value .variations-buttons button.selected {
  background: #C12B2B;
  border-radius: 35px;
}
body.single-product .container-single-product .product .grid .right .addtocart .single_variation_wrap .single_variation {
  display: none !important;
}
body.single-product .container-single-product .product .grid .right .addtocart .single_variation_wrap .variations_add_to_cart {
  text-align: end;
  margin-top: 3rem;
}
body.single-product .container-single-product .product .grid .right .addtocart .single_variation_wrap .variations_add_to_cart .single_add_to_cart_button {
  background: white;
  color: black;
  border-radius: 1rem;
  text-transform: uppercase;
}
body.single-product .container-single-product #texte-de-presentation-commande #description-commande {
  margin-top: 3rem;
  margin-bottom: 6rem;
  font-size: 2.5rem;
  color: #fff;
}
body.single-product .container-single-product #texte-de-presentation-commande #ctos {
  font-size: 3rem;
  margin-bottom: 2rem;
  color: #fff;
  font-weight: 800;
}
body.single-product .container-single-product #texte-de-presentation-commande #container-horaires-adresse {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5rem;
}
body.single-product .container-single-product #texte-de-presentation-commande #container-horaires-adresse #horaires, body.single-product .container-single-product #texte-de-presentation-commande #container-horaires-adresse #adresse {
  font-size: 1.5rem;
  flex: 1;
  color: #fff;
}
body.single-product .container-single-product #texte-de-presentation-commande #container-horaires-adresse #horaires p, body.single-product .container-single-product #texte-de-presentation-commande #container-horaires-adresse #adresse p {
  margin-bottom: 0;
}
body.single-product .container-single-product #texte-de-presentation-commande #container-horaires-adresse .separateur {
  width: 2px;
  height: 50px;
  background-color: #fff;
}
#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;
}
.single-product .container-product section#top-section {
  background-position: bottom;
  min-height: 140vh;
  background-size: cover;
}
.single-product .container-product section#top-section .container-image-titre {
  text-align: center;
  color: #ffff;
}
.single-product .container-product section#top-section .container-image-titre img {
  margin: auto;
  width: 40%;
}
.single-product .container-product section#top-section .container-image-titre h1 {
  font-size: 5.6rem;
  color: inherit;
}
.container-single-product .grid {
  display: grid;
  grid-template-columns: 1.5fr 3fr;
  column-gap: 1rem;
  row-gap: 2rem;
}
.container-single-product .grid .left {
  position: relative;
}
.container-single-product .grid .left .woocommerce-product-gallery {
  width: 100%;
  height: auto;
  float: none;
  flex-wrap: wrap;
  display: flex;
  gap: 2rem;
  margin: 0;
}
.container-single-product .grid .left .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  right: auto;
  left: 10px;
}
.container-single-product .grid .left .woocommerce-product-gallery .flex-viewport {
  width: 75%;
}
.container-single-product .grid .left .woocommerce-product-gallery ol {
  width: 20%;
}
.container-single-product .grid .left .woocommerce-product-gallery ol li {
  width: 100% !important;
  margin-bottom: 1.5rem !important;
}
.container-single-product .grid .right {
  padding: 2rem;
  /* cache les selects mais garde-les fonctionnels */
}
.container-single-product .grid .right .hidden-select {
  display: none;
}
.container-single-product .grid .right .variation-button.selected {
  background-color: #0071a1;
  color: #fff;
}
.container-single-product .grid .right .variations-buttons .variation-button {
  margin-right: 5px;
  cursor: pointer;
}
.container-single-product .grid .right .woocommerce-variation-add-to-cart .quantity {
  display: none !important;
}
body #page header.site-header {
  z-index: 999;
  width: 100%;
  margin: auto;
  padding: 0;
  border: 0;
  transition: top 0.6s ease-in-out;
  padding: 1rem 0;
}
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: 1rem auto;
  align-items: center;
  justify-content: space-between;
  max-width: 1320px;
}
body #page header.site-header #top-header .home-link {
  display: block;
  width: 20%;
  max-width: 360px;
  padding: 0;
}
body #page header.site-header #top-header .home-link .logo-header {
  width: 100px;
}
body #page header.site-header #top-header #middle-nav {
  width: 75%;
}
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 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
}
body #page header.site-header #top-header #middle-nav #woo-nav #admin-navigation ul li {
  list-style: none;
  font-weight: 700;
}
body #page header.site-header #top-header #middle-nav #woo-nav #admin-navigation ul li a {
  display: block;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
}
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 ul li.current-menu-item {
  border-bottom: 3px solid #E20613;
}
body #page header.site-header #top-header #middle-nav #woo-nav #admin-navigation ul li.current-menu-item a {
  color: #333333;
}
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::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #ACB9BC;
  opacity: 1;
}
.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: #ffffff;
  padding: 2rem 0 2rem 0;
}
body .site-footer#colophon .grid-footer {
  display: flex;
  justify-content: center;
  align-items: center;
}
body .site-footer#colophon .grid-footer #logo-footer {
  width: 60px;
}
body .site-footer#colophon .grid-footer #logo-footer .logo {
  height: auto;
  width: auto;
  padding: 0;
}
body .site-footer#colophon .copyright {
  text-align: center;
  font-family: "Gabarito", sans-serif;
  font-size: 1rem;
  color: black;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin: 1rem 0;
}
body .site-footer#colophon .copyright p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 0;
}
body .site-footer#colophon .copyright .barre {
  width: 1px;
  height: 2rem;
  background-color: #999999;
}
body .site-footer#colophon .copyright a {
  font-size: 1.5rem;
  font-weight: 700;
}
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;
}
@media only screen and (min-width: 1200px) {
  body .container {
    width: 1320px;
  }
}
@media screen and (max-width: 1399px) {
  body #bg-joueur-droit {
    width: 19vw;
  }
}
@media screen and (max-width: 1024px) {
  body.page-template-template-accueil section#section-cagous div#section-qui-sont-cagous .container-gauche {
    padding: 0 0 2rem 0 !important;
  }
  body.page-template-template-accueil section#section-cagous div#section-qui-sont-cagous .container-gauche h2 {
    text-wrap: wrap !important;
    text-align: center;
  }
  body.page-template-template-accueil section#section-cagous div#section-jour-restant .container-decompte .je-donne {
    font-size: 9rem;
  }
  body.page-template-template-accueil section#section-cagous div#section-jour-restant .container-decompte .je-donne-deuxieme {
    font-size: 8.5rem;
    text-align: center;
  }
  body.single-product .container-product section#top-section {
    min-height: 80vh;
  }
  body.single-product .container-product section#top-section .container-image-titre img {
    width: 60%;
  }
  body.single-product .container-product section#top-section .container-image-titre h1 {
    font-size: 4.6rem;
  }
  body.single-product .container-product .container-single-product {
    margin-top: -12px;
    z-index: 1;
    position: relative;
  }
  body.single-product .container-product .container-single-product #texte-de-presentation {
    font-size: 3.9rem;
  }
  body.single-product .container-product .container-single-product #texte-de-presentation .text-up {
    font-size: 5.9rem;
  }
  body.single-product .container-product .container-single-product .product .grid {
    grid-template-columns: 1fr;
  }
  body.single-product .container-product .container-single-product .product .grid .left .woocommerce-product-gallery {
    flex-direction: column;
  }
  body.single-product .container-product .container-single-product .product .grid .left .woocommerce-product-gallery .flex-viewport {
    width: 100%;
  }
  body.single-product .container-product .container-single-product .product .grid .left .woocommerce-product-gallery ol {
    flex-direction: row;
    display: flex;
    width: 40%;
  }
  body.single-product .container-product .container-single-product .product .grid .right .addtocart .single_variation_wrap .variations_add_to_cart {
    text-align: center;
  }
  body.single-product .container-product .container-single-product .product .grid .right .addtocart table.variations {
    padding-top: 2rem;
  }
  body.single-product .container-product .container-single-product .product .grid .right .addtocart table.variations tbody tr {
    gap: 0rem;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 991px) {
  body.single-product #image-les-cagous, body.page-template-template-accueil #image-les-cagous {
    width: 3rem;
    top: 0;
  }
  body.single-product #bg-joueur-droit {
    top: -20vh;
  }
  body #page #masthead #top-header {
    flex-direction: column;
  }
  body #page #masthead #top-header .home-link .logo-header {
    margin: auto;
  }
  body #page #masthead #top-header #middle-nav {
    width: 90%;
  }
  body #page #masthead #top-header #middle-nav li {
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  body #image-les-cagous {
    display: none;
  }
  body #bg-joueur-droit {
    display: none;
  }
  body #page #masthead #top-header #middle-nav {
    margin-top: 2rem;
  }
  body.single-product .container-product section#top-section {
    min-height: 80vh;
  }
  body.single-product .container-product section#top-section .container-image-titre img {
    width: 60%;
  }
  body.single-product .container-product section#top-section .container-image-titre h1 {
    font-size: 4.6rem;
  }
  body.page-template-template-accueil section#section-cagous #section-cagous-content {
    padding-top: 2rem;
  }
  body.page-template-template-accueil section#section-cagous #section-cagous-content #cadeau {
    margin-top: 5rem;
  }
  body.page-template-template-accueil section#section-cagous div#section-qui-sont-cagous {
    padding-top: 2rem;
  }
  body.page-template-template-accueil section#section-cagous div#section-qui-sont-cagous .container-gauche {
    padding: 0 0 2rem 0 !important;
  }
  body.page-template-template-accueil section#section-cagous div#section-qui-sont-cagous .container-gauche h2 {
    text-wrap: wrap !important;
    text-align: center;
  }
  body.page-template-template-accueil section#section-cagous div#section-qui-sont-cagous .container-logos-titre {
    margin-top: 5rem;
  }
  body.page-template-template-accueil section#section-cagous div#section-qui-sont-cagous .container-logos-titre .container-logos {
    margin-top: 5rem;
    padding-bottom: 5rem;
  }
  body.page-template-template-accueil section#section-cagous div#section-jour-restant .container-decompte h2 {
    margin-top: 8rem;
  }
  body.page-template-template-accueil section#section-cagous div#section-jour-restant .container-decompte .je-donne {
    font-size: 6rem;
    margin-top: 4rem;
  }
  body.page-template-template-accueil section#section-cagous div#section-jour-restant .container-decompte .je-donne-deuxieme {
    font-size: 5.5rem;
    text-align: center;
  }
  body.page-template-template-accueil section#section-faire-le-don form#don-custom-form .container-beneficier-reduction-impot {
    display: flex;
    gap: 1rem;
  }
  body section#contact {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  body section#contact .titre-contact {
    margin-bottom: 5rem;
  }
  #container-all-products {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  body.single-product .container-product section#top-section {
    min-height: 50vh;
  }
}
@media screen and (max-width: 511px) {
  body ul#grid {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  body.archive .container-fluid #product_loop .container-all-categories {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}
@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%;
    left: 10%;
  }
  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;
  }
  #container-all-products {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 300px) {
  body #page header.site-header #top-header #middle-nav #admin-navigation ul li:last-child {
    width: 100%;
  }
}
