:root {
  --couleur-bg-annonce: #C6E4F5;
  --couleur-annonce: #54BCB7;
  --couleur-principale: #1f1f1f;
  --couleur-action: #E3C47F;
  --couleur-action-opacity: rgba(227, 196, 127, 0.2);
  --Content-3: #373737;
  --couleur-lien: #2743F5;
  --couleur-content-2: #55687D;
  --couleur-positivie: #22b26f;
  --couleur-erreur: #ed4949;
  --couleur-bg-erreur: #FDE8E8;
  --couleur-texte-clair: #55687D;
  --couleur-promo: #C23B3B;
  --couleur-bg-1: #F5F4F4;
  --couleur-bg-1-hover: #DCE1E5;
  --couleur-active: #ec6342;
  --couleur-disabled: #D3DBDE;
  --couleur-bg-options: #F5FAFF;
  --couleur-bg-panier: #F6F7F7;
}

.pad-0 {
  padding: 0 !important;
}

@media all and (min-width: 576px) {
  .pad-sm-0 {
    padding: 0 !important;
  }
}

@media all and (min-width: 768px) {
  .pad-md-0 {
    padding: 0 !important;
  }
}

@media all and (min-width: 992px) {
  .pad-lg-0 {
    padding: 0 !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-xl-0 {
    padding: 0 !important;
  }
}

.pad-1 {
  padding: 16px !important;
}

@media all and (min-width: 576px) {
  .pad-sm-1 {
    padding: 16px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-md-1 {
    padding: 16px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-lg-1 {
    padding: 16px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-xl-1 {
    padding: 16px !important;
  }
}

.pad-2 {
  padding: 24px !important;
}

@media all and (min-width: 576px) {
  .pad-sm-2 {
    padding: 24px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-md-2 {
    padding: 24px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-lg-2 {
    padding: 24px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-xl-2 {
    padding: 24px !important;
  }
}

.pad-3 {
  padding: 32px !important;
}

@media all and (min-width: 576px) {
  .pad-sm-3 {
    padding: 32px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-md-3 {
    padding: 32px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-lg-3 {
    padding: 32px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-xl-3 {
    padding: 32px !important;
  }
}

.pad-4 {
  padding: 40px !important;
}

@media all and (min-width: 576px) {
  .pad-sm-4 {
    padding: 40px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-md-4 {
    padding: 40px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-lg-4 {
    padding: 40px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-xl-4 {
    padding: 40px !important;
  }
}

.pad-5 {
  padding: 64px !important;
}

@media all and (min-width: 576px) {
  .pad-sm-5 {
    padding: 64px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-md-5 {
    padding: 64px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-lg-5 {
    padding: 64px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-xl-5 {
    padding: 64px !important;
  }
}

.pad-6 {
  padding: 80px !important;
}

@media all and (min-width: 576px) {
  .pad-sm-6 {
    padding: 80px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-md-6 {
    padding: 80px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-lg-6 {
    padding: 80px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-xl-6 {
    padding: 80px !important;
  }
}

.pad-7 {
  padding: 120px !important;
}

@media all and (min-width: 576px) {
  .pad-sm-7 {
    padding: 120px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-md-7 {
    padding: 120px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-lg-7 {
    padding: 120px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-xl-7 {
    padding: 120px !important;
  }
}

.pad-x-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media all and (min-width: 576px) {
  .pad-x-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media all and (min-width: 768px) {
  .pad-x-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media all and (min-width: 992px) {
  .pad-x-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-x-xl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.pad-x-1 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

@media all and (min-width: 576px) {
  .pad-x-sm-1 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-x-md-1 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-x-lg-1 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-x-xl-1 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

.pad-x-2 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

@media all and (min-width: 576px) {
  .pad-x-sm-2 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-x-md-2 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-x-lg-2 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-x-xl-2 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}

.pad-x-3 {
  padding-left: 32px !important;
  padding-right: 32px !important;
}

@media all and (min-width: 576px) {
  .pad-x-sm-3 {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-x-md-3 {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-x-lg-3 {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-x-xl-3 {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
}

.pad-x-4 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

@media all and (min-width: 576px) {
  .pad-x-sm-4 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-x-md-4 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-x-lg-4 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-x-xl-4 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}

.pad-x-5 {
  padding-left: 64px !important;
  padding-right: 64px !important;
}

@media all and (min-width: 576px) {
  .pad-x-sm-5 {
    padding-left: 64px !important;
    padding-right: 64px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-x-md-5 {
    padding-left: 64px !important;
    padding-right: 64px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-x-lg-5 {
    padding-left: 64px !important;
    padding-right: 64px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-x-xl-5 {
    padding-left: 64px !important;
    padding-right: 64px !important;
  }
}

.pad-x-6 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

@media all and (min-width: 576px) {
  .pad-x-sm-6 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-x-md-6 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-x-lg-6 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-x-xl-6 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
}

.pad-x-7 {
  padding-left: 120px !important;
  padding-right: 120px !important;
}

@media all and (min-width: 576px) {
  .pad-x-sm-7 {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-x-md-7 {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-x-lg-7 {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-x-xl-7 {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
}

.pad-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

@media all and (min-width: 576px) {
  .pad-y-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media all and (min-width: 768px) {
  .pad-y-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media all and (min-width: 992px) {
  .pad-y-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-y-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

.pad-y-1 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

@media all and (min-width: 576px) {
  .pad-y-sm-1 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-y-md-1 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-y-lg-1 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-y-xl-1 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
}

.pad-y-2 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

@media all and (min-width: 576px) {
  .pad-y-sm-2 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-y-md-2 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-y-lg-2 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-y-xl-2 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}

.pad-y-3 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

@media all and (min-width: 576px) {
  .pad-y-sm-3 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-y-md-3 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-y-lg-3 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-y-xl-3 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
}

.pad-y-4 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

@media all and (min-width: 576px) {
  .pad-y-sm-4 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-y-md-4 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-y-lg-4 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-y-xl-4 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}

.pad-y-5 {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

@media all and (min-width: 576px) {
  .pad-y-sm-5 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-y-md-5 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-y-lg-5 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-y-xl-5 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
}

.pad-y-6 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

@media all and (min-width: 576px) {
  .pad-y-sm-6 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-y-md-6 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-y-lg-6 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-y-xl-6 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
}

.pad-y-7 {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}

@media all and (min-width: 576px) {
  .pad-y-sm-7 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-y-md-7 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-y-lg-7 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-y-xl-7 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
}

.pad-left-0 {
  padding-left: 0 !important;
}

@media all and (min-width: 576px) {
  .pad-left-sm-0 {
    padding-left: 0 !important;
  }
}

@media all and (min-width: 768px) {
  .pad-left-md-0 {
    padding-left: 0 !important;
  }
}

@media all and (min-width: 992px) {
  .pad-left-lg-0 {
    padding-left: 0 !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-left-xl-0 {
    padding-left: 0 !important;
  }
}

.pad-left-1 {
  padding-left: 16px !important;
}

@media all and (min-width: 576px) {
  .pad-left-sm-1 {
    padding-left: 16px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-left-md-1 {
    padding-left: 16px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-left-lg-1 {
    padding-left: 16px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-left-xl-1 {
    padding-left: 16px !important;
  }
}

.pad-left-2 {
  padding-left: 24px !important;
}

@media all and (min-width: 576px) {
  .pad-left-sm-2 {
    padding-left: 24px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-left-md-2 {
    padding-left: 24px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-left-lg-2 {
    padding-left: 24px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-left-xl-2 {
    padding-left: 24px !important;
  }
}

.pad-left-3 {
  padding-left: 32px !important;
}

@media all and (min-width: 576px) {
  .pad-left-sm-3 {
    padding-left: 32px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-left-md-3 {
    padding-left: 32px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-left-lg-3 {
    padding-left: 32px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-left-xl-3 {
    padding-left: 32px !important;
  }
}

.pad-left-4 {
  padding-left: 40px !important;
}

@media all and (min-width: 576px) {
  .pad-left-sm-4 {
    padding-left: 40px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-left-md-4 {
    padding-left: 40px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-left-lg-4 {
    padding-left: 40px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-left-xl-4 {
    padding-left: 40px !important;
  }
}

.pad-left-5 {
  padding-left: 64px !important;
}

@media all and (min-width: 576px) {
  .pad-left-sm-5 {
    padding-left: 64px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-left-md-5 {
    padding-left: 64px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-left-lg-5 {
    padding-left: 64px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-left-xl-5 {
    padding-left: 64px !important;
  }
}

.pad-left-6 {
  padding-left: 80px !important;
}

@media all and (min-width: 576px) {
  .pad-left-sm-6 {
    padding-left: 80px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-left-md-6 {
    padding-left: 80px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-left-lg-6 {
    padding-left: 80px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-left-xl-6 {
    padding-left: 80px !important;
  }
}

.pad-left-7 {
  padding-left: 120px !important;
}

@media all and (min-width: 576px) {
  .pad-left-sm-7 {
    padding-left: 120px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-left-md-7 {
    padding-left: 120px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-left-lg-7 {
    padding-left: 120px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-left-xl-7 {
    padding-left: 120px !important;
  }
}

.pad-right-0 {
  padding-right: 0 !important;
}

@media all and (min-width: 576px) {
  .pad-right-sm-0 {
    padding-right: 0 !important;
  }
}

@media all and (min-width: 768px) {
  .pad-right-md-0 {
    padding-right: 0 !important;
  }
}

@media all and (min-width: 992px) {
  .pad-right-lg-0 {
    padding-right: 0 !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-right-xl-0 {
    padding-right: 0 !important;
  }
}

.pad-right-1 {
  padding-right: 16px !important;
}

@media all and (min-width: 576px) {
  .pad-right-sm-1 {
    padding-right: 16px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-right-md-1 {
    padding-right: 16px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-right-lg-1 {
    padding-right: 16px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-right-xl-1 {
    padding-right: 16px !important;
  }
}

.pad-right-2 {
  padding-right: 24px !important;
}

@media all and (min-width: 576px) {
  .pad-right-sm-2 {
    padding-right: 24px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-right-md-2 {
    padding-right: 24px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-right-lg-2 {
    padding-right: 24px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-right-xl-2 {
    padding-right: 24px !important;
  }
}

.pad-right-3 {
  padding-right: 32px !important;
}

@media all and (min-width: 576px) {
  .pad-right-sm-3 {
    padding-right: 32px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-right-md-3 {
    padding-right: 32px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-right-lg-3 {
    padding-right: 32px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-right-xl-3 {
    padding-right: 32px !important;
  }
}

.pad-right-4 {
  padding-right: 40px !important;
}

@media all and (min-width: 576px) {
  .pad-right-sm-4 {
    padding-right: 40px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-right-md-4 {
    padding-right: 40px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-right-lg-4 {
    padding-right: 40px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-right-xl-4 {
    padding-right: 40px !important;
  }
}

.pad-right-5 {
  padding-right: 64px !important;
}

@media all and (min-width: 576px) {
  .pad-right-sm-5 {
    padding-right: 64px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-right-md-5 {
    padding-right: 64px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-right-lg-5 {
    padding-right: 64px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-right-xl-5 {
    padding-right: 64px !important;
  }
}

.pad-right-6 {
  padding-right: 80px !important;
}

@media all and (min-width: 576px) {
  .pad-right-sm-6 {
    padding-right: 80px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-right-md-6 {
    padding-right: 80px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-right-lg-6 {
    padding-right: 80px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-right-xl-6 {
    padding-right: 80px !important;
  }
}

.pad-right-7 {
  padding-right: 120px !important;
}

@media all and (min-width: 576px) {
  .pad-right-sm-7 {
    padding-right: 120px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-right-md-7 {
    padding-right: 120px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-right-lg-7 {
    padding-right: 120px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-right-xl-7 {
    padding-right: 120px !important;
  }
}

.pad-top-0 {
  padding-top: 0 !important;
}

@media all and (min-width: 576px) {
  .pad-top-sm-0 {
    padding-top: 0 !important;
  }
}

@media all and (min-width: 768px) {
  .pad-top-md-0 {
    padding-top: 0 !important;
  }
}

@media all and (min-width: 992px) {
  .pad-top-lg-0 {
    padding-top: 0 !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-top-xl-0 {
    padding-top: 0 !important;
  }
}

.pad-top-1 {
  padding-top: 16px !important;
}

@media all and (min-width: 576px) {
  .pad-top-sm-1 {
    padding-top: 16px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-top-md-1 {
    padding-top: 16px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-top-lg-1 {
    padding-top: 16px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-top-xl-1 {
    padding-top: 16px !important;
  }
}

.pad-top-2 {
  padding-top: 24px !important;
}

@media all and (min-width: 576px) {
  .pad-top-sm-2 {
    padding-top: 24px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-top-md-2 {
    padding-top: 24px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-top-lg-2 {
    padding-top: 24px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-top-xl-2 {
    padding-top: 24px !important;
  }
}

.pad-top-3 {
  padding-top: 32px !important;
}

@media all and (min-width: 576px) {
  .pad-top-sm-3 {
    padding-top: 32px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-top-md-3 {
    padding-top: 32px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-top-lg-3 {
    padding-top: 32px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-top-xl-3 {
    padding-top: 32px !important;
  }
}

.pad-top-4 {
  padding-top: 40px !important;
}

@media all and (min-width: 576px) {
  .pad-top-sm-4 {
    padding-top: 40px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-top-md-4 {
    padding-top: 40px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-top-lg-4 {
    padding-top: 40px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-top-xl-4 {
    padding-top: 40px !important;
  }
}

.pad-top-5 {
  padding-top: 64px !important;
}

@media all and (min-width: 576px) {
  .pad-top-sm-5 {
    padding-top: 64px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-top-md-5 {
    padding-top: 64px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-top-lg-5 {
    padding-top: 64px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-top-xl-5 {
    padding-top: 64px !important;
  }
}

.pad-top-6 {
  padding-top: 80px !important;
}

@media all and (min-width: 576px) {
  .pad-top-sm-6 {
    padding-top: 80px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-top-md-6 {
    padding-top: 80px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-top-lg-6 {
    padding-top: 80px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-top-xl-6 {
    padding-top: 80px !important;
  }
}

.pad-top-7 {
  padding-top: 120px !important;
}

@media all and (min-width: 576px) {
  .pad-top-sm-7 {
    padding-top: 120px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-top-md-7 {
    padding-top: 120px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-top-lg-7 {
    padding-top: 120px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-top-xl-7 {
    padding-top: 120px !important;
  }
}

.pad-bottom-0 {
  padding-bottom: 0 !important;
}

@media all and (min-width: 576px) {
  .pad-bottom-sm-0 {
    padding-bottom: 0 !important;
  }
}

@media all and (min-width: 768px) {
  .pad-bottom-md-0 {
    padding-bottom: 0 !important;
  }
}

@media all and (min-width: 992px) {
  .pad-bottom-lg-0 {
    padding-bottom: 0 !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-bottom-xl-0 {
    padding-bottom: 0 !important;
  }
}

.pad-bottom-1 {
  padding-bottom: 16px !important;
}

@media all and (min-width: 576px) {
  .pad-bottom-sm-1 {
    padding-bottom: 16px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-bottom-md-1 {
    padding-bottom: 16px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-bottom-lg-1 {
    padding-bottom: 16px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-bottom-xl-1 {
    padding-bottom: 16px !important;
  }
}

.pad-bottom-2 {
  padding-bottom: 24px !important;
}

@media all and (min-width: 576px) {
  .pad-bottom-sm-2 {
    padding-bottom: 24px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-bottom-md-2 {
    padding-bottom: 24px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-bottom-lg-2 {
    padding-bottom: 24px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-bottom-xl-2 {
    padding-bottom: 24px !important;
  }
}

.pad-bottom-3 {
  padding-bottom: 32px !important;
}

@media all and (min-width: 576px) {
  .pad-bottom-sm-3 {
    padding-bottom: 32px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-bottom-md-3 {
    padding-bottom: 32px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-bottom-lg-3 {
    padding-bottom: 32px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-bottom-xl-3 {
    padding-bottom: 32px !important;
  }
}

.pad-bottom-4 {
  padding-bottom: 40px !important;
}

@media all and (min-width: 576px) {
  .pad-bottom-sm-4 {
    padding-bottom: 40px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-bottom-md-4 {
    padding-bottom: 40px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-bottom-lg-4 {
    padding-bottom: 40px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-bottom-xl-4 {
    padding-bottom: 40px !important;
  }
}

.pad-bottom-5 {
  padding-bottom: 64px !important;
}

@media all and (min-width: 576px) {
  .pad-bottom-sm-5 {
    padding-bottom: 64px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-bottom-md-5 {
    padding-bottom: 64px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-bottom-lg-5 {
    padding-bottom: 64px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-bottom-xl-5 {
    padding-bottom: 64px !important;
  }
}

.pad-bottom-6 {
  padding-bottom: 80px !important;
}

@media all and (min-width: 576px) {
  .pad-bottom-sm-6 {
    padding-bottom: 80px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-bottom-md-6 {
    padding-bottom: 80px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-bottom-lg-6 {
    padding-bottom: 80px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-bottom-xl-6 {
    padding-bottom: 80px !important;
  }
}

.pad-bottom-7 {
  padding-bottom: 120px !important;
}

@media all and (min-width: 576px) {
  .pad-bottom-sm-7 {
    padding-bottom: 120px !important;
  }
}

@media all and (min-width: 768px) {
  .pad-bottom-md-7 {
    padding-bottom: 120px !important;
  }
}

@media all and (min-width: 992px) {
  .pad-bottom-lg-7 {
    padding-bottom: 120px !important;
  }
}

@media all and (min-width: 1320px) {
  .pad-bottom-xl-7 {
    padding-bottom: 120px !important;
  }
}

.marg-0 {
  margin: 0 !important;
}

@media all and (min-width: 576px) {
  .marg-sm-0 {
    margin: 0 !important;
  }
}

@media all and (min-width: 768px) {
  .marg-md-0 {
    margin: 0 !important;
  }
}

@media all and (min-width: 992px) {
  .marg-lg-0 {
    margin: 0 !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-xl-0 {
    margin: 0 !important;
  }
}

.marg-1 {
  margin: 16px !important;
}

@media all and (min-width: 576px) {
  .marg-sm-1 {
    margin: 16px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-md-1 {
    margin: 16px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-lg-1 {
    margin: 16px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-xl-1 {
    margin: 16px !important;
  }
}

.marg-2 {
  margin: 24px !important;
}

@media all and (min-width: 576px) {
  .marg-sm-2 {
    margin: 24px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-md-2 {
    margin: 24px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-lg-2 {
    margin: 24px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-xl-2 {
    margin: 24px !important;
  }
}

.marg-3 {
  margin: 32px !important;
}

@media all and (min-width: 576px) {
  .marg-sm-3 {
    margin: 32px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-md-3 {
    margin: 32px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-lg-3 {
    margin: 32px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-xl-3 {
    margin: 32px !important;
  }
}

.marg-4 {
  margin: 40px !important;
}

@media all and (min-width: 576px) {
  .marg-sm-4 {
    margin: 40px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-md-4 {
    margin: 40px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-lg-4 {
    margin: 40px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-xl-4 {
    margin: 40px !important;
  }
}

.marg-5 {
  margin: 64px !important;
}

@media all and (min-width: 576px) {
  .marg-sm-5 {
    margin: 64px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-md-5 {
    margin: 64px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-lg-5 {
    margin: 64px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-xl-5 {
    margin: 64px !important;
  }
}

.marg-6 {
  margin: 80px !important;
}

@media all and (min-width: 576px) {
  .marg-sm-6 {
    margin: 80px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-md-6 {
    margin: 80px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-lg-6 {
    margin: 80px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-xl-6 {
    margin: 80px !important;
  }
}

.marg-7 {
  margin: 120px !important;
}

@media all and (min-width: 576px) {
  .marg-sm-7 {
    margin: 120px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-md-7 {
    margin: 120px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-lg-7 {
    margin: 120px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-xl-7 {
    margin: 120px !important;
  }
}

.marg-x-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media all and (min-width: 576px) {
  .marg-x-sm-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media all and (min-width: 768px) {
  .marg-x-md-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media all and (min-width: 992px) {
  .marg-x-lg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-x-xl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.marg-x-1 {
  margin-left: 16px !important;
  margin-right: 16px !important;
}

@media all and (min-width: 576px) {
  .marg-x-sm-1 {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-x-md-1 {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-x-lg-1 {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-x-xl-1 {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
}

.marg-x-2 {
  margin-left: 24px !important;
  margin-right: 24px !important;
}

@media all and (min-width: 576px) {
  .marg-x-sm-2 {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-x-md-2 {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-x-lg-2 {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-x-xl-2 {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
}

.marg-x-3 {
  margin-left: 32px !important;
  margin-right: 32px !important;
}

@media all and (min-width: 576px) {
  .marg-x-sm-3 {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-x-md-3 {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-x-lg-3 {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-x-xl-3 {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }
}

.marg-x-4 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

@media all and (min-width: 576px) {
  .marg-x-sm-4 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-x-md-4 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-x-lg-4 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-x-xl-4 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
}

.marg-x-5 {
  margin-left: 64px !important;
  margin-right: 64px !important;
}

@media all and (min-width: 576px) {
  .marg-x-sm-5 {
    margin-left: 64px !important;
    margin-right: 64px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-x-md-5 {
    margin-left: 64px !important;
    margin-right: 64px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-x-lg-5 {
    margin-left: 64px !important;
    margin-right: 64px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-x-xl-5 {
    margin-left: 64px !important;
    margin-right: 64px !important;
  }
}

.marg-x-6 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

@media all and (min-width: 576px) {
  .marg-x-sm-6 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-x-md-6 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-x-lg-6 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-x-xl-6 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
}

.marg-x-7 {
  margin-left: 120px !important;
  margin-right: 120px !important;
}

@media all and (min-width: 576px) {
  .marg-x-sm-7 {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-x-md-7 {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-x-lg-7 {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-x-xl-7 {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }
}

.marg-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

@media all and (min-width: 576px) {
  .marg-y-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media all and (min-width: 768px) {
  .marg-y-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media all and (min-width: 992px) {
  .marg-y-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-y-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

.marg-y-1 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

@media all and (min-width: 576px) {
  .marg-y-sm-1 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-y-md-1 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-y-lg-1 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-y-xl-1 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
}

.marg-y-2 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

@media all and (min-width: 576px) {
  .marg-y-sm-2 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-y-md-2 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-y-lg-2 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-y-xl-2 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
}

.marg-y-3 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

@media all and (min-width: 576px) {
  .marg-y-sm-3 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-y-md-3 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-y-lg-3 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-y-xl-3 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
}

.marg-y-4 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

@media all and (min-width: 576px) {
  .marg-y-sm-4 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-y-md-4 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-y-lg-4 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-y-xl-4 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
}

.marg-y-5 {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}

@media all and (min-width: 576px) {
  .marg-y-sm-5 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-y-md-5 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-y-lg-5 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-y-xl-5 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
}

.marg-y-6 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

@media all and (min-width: 576px) {
  .marg-y-sm-6 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-y-md-6 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-y-lg-6 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-y-xl-6 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
}

.marg-y-7 {
  margin-top: 120px !important;
  margin-bottom: 120px !important;
}

@media all and (min-width: 576px) {
  .marg-y-sm-7 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-y-md-7 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-y-lg-7 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-y-xl-7 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
}

.marg-left-0 {
  margin-left: 0 !important;
}

@media all and (min-width: 576px) {
  .marg-left-sm-0 {
    margin-left: 0 !important;
  }
}

@media all and (min-width: 768px) {
  .marg-left-md-0 {
    margin-left: 0 !important;
  }
}

@media all and (min-width: 992px) {
  .marg-left-lg-0 {
    margin-left: 0 !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-left-xl-0 {
    margin-left: 0 !important;
  }
}

.marg-left-1 {
  margin-left: 16px !important;
}

@media all and (min-width: 576px) {
  .marg-left-sm-1 {
    margin-left: 16px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-left-md-1 {
    margin-left: 16px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-left-lg-1 {
    margin-left: 16px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-left-xl-1 {
    margin-left: 16px !important;
  }
}

.marg-left-2 {
  margin-left: 24px !important;
}

@media all and (min-width: 576px) {
  .marg-left-sm-2 {
    margin-left: 24px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-left-md-2 {
    margin-left: 24px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-left-lg-2 {
    margin-left: 24px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-left-xl-2 {
    margin-left: 24px !important;
  }
}

.marg-left-3 {
  margin-left: 32px !important;
}

@media all and (min-width: 576px) {
  .marg-left-sm-3 {
    margin-left: 32px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-left-md-3 {
    margin-left: 32px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-left-lg-3 {
    margin-left: 32px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-left-xl-3 {
    margin-left: 32px !important;
  }
}

.marg-left-4 {
  margin-left: 40px !important;
}

@media all and (min-width: 576px) {
  .marg-left-sm-4 {
    margin-left: 40px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-left-md-4 {
    margin-left: 40px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-left-lg-4 {
    margin-left: 40px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-left-xl-4 {
    margin-left: 40px !important;
  }
}

.marg-left-5 {
  margin-left: 64px !important;
}

@media all and (min-width: 576px) {
  .marg-left-sm-5 {
    margin-left: 64px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-left-md-5 {
    margin-left: 64px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-left-lg-5 {
    margin-left: 64px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-left-xl-5 {
    margin-left: 64px !important;
  }
}

.marg-left-6 {
  margin-left: 80px !important;
}

@media all and (min-width: 576px) {
  .marg-left-sm-6 {
    margin-left: 80px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-left-md-6 {
    margin-left: 80px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-left-lg-6 {
    margin-left: 80px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-left-xl-6 {
    margin-left: 80px !important;
  }
}

.marg-left-7 {
  margin-left: 120px !important;
}

@media all and (min-width: 576px) {
  .marg-left-sm-7 {
    margin-left: 120px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-left-md-7 {
    margin-left: 120px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-left-lg-7 {
    margin-left: 120px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-left-xl-7 {
    margin-left: 120px !important;
  }
}

.marg-right-0 {
  margin-right: 0 !important;
}

@media all and (min-width: 576px) {
  .marg-right-sm-0 {
    margin-right: 0 !important;
  }
}

@media all and (min-width: 768px) {
  .marg-right-md-0 {
    margin-right: 0 !important;
  }
}

@media all and (min-width: 992px) {
  .marg-right-lg-0 {
    margin-right: 0 !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-right-xl-0 {
    margin-right: 0 !important;
  }
}

.marg-right-1 {
  margin-right: 16px !important;
}

@media all and (min-width: 576px) {
  .marg-right-sm-1 {
    margin-right: 16px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-right-md-1 {
    margin-right: 16px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-right-lg-1 {
    margin-right: 16px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-right-xl-1 {
    margin-right: 16px !important;
  }
}

.marg-right-2 {
  margin-right: 24px !important;
}

@media all and (min-width: 576px) {
  .marg-right-sm-2 {
    margin-right: 24px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-right-md-2 {
    margin-right: 24px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-right-lg-2 {
    margin-right: 24px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-right-xl-2 {
    margin-right: 24px !important;
  }
}

.marg-right-3 {
  margin-right: 32px !important;
}

@media all and (min-width: 576px) {
  .marg-right-sm-3 {
    margin-right: 32px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-right-md-3 {
    margin-right: 32px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-right-lg-3 {
    margin-right: 32px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-right-xl-3 {
    margin-right: 32px !important;
  }
}

.marg-right-4 {
  margin-right: 40px !important;
}

@media all and (min-width: 576px) {
  .marg-right-sm-4 {
    margin-right: 40px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-right-md-4 {
    margin-right: 40px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-right-lg-4 {
    margin-right: 40px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-right-xl-4 {
    margin-right: 40px !important;
  }
}

.marg-right-5 {
  margin-right: 64px !important;
}

@media all and (min-width: 576px) {
  .marg-right-sm-5 {
    margin-right: 64px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-right-md-5 {
    margin-right: 64px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-right-lg-5 {
    margin-right: 64px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-right-xl-5 {
    margin-right: 64px !important;
  }
}

.marg-right-6 {
  margin-right: 80px !important;
}

@media all and (min-width: 576px) {
  .marg-right-sm-6 {
    margin-right: 80px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-right-md-6 {
    margin-right: 80px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-right-lg-6 {
    margin-right: 80px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-right-xl-6 {
    margin-right: 80px !important;
  }
}

.marg-right-7 {
  margin-right: 120px !important;
}

@media all and (min-width: 576px) {
  .marg-right-sm-7 {
    margin-right: 120px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-right-md-7 {
    margin-right: 120px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-right-lg-7 {
    margin-right: 120px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-right-xl-7 {
    margin-right: 120px !important;
  }
}

.marg-top-0 {
  margin-top: 0 !important;
}

@media all and (min-width: 576px) {
  .marg-top-sm-0 {
    margin-top: 0 !important;
  }
}

@media all and (min-width: 768px) {
  .marg-top-md-0 {
    margin-top: 0 !important;
  }
}

@media all and (min-width: 992px) {
  .marg-top-lg-0 {
    margin-top: 0 !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-top-xl-0 {
    margin-top: 0 !important;
  }
}

.marg-top-1 {
  margin-top: 16px !important;
}

@media all and (min-width: 576px) {
  .marg-top-sm-1 {
    margin-top: 16px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-top-md-1 {
    margin-top: 16px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-top-lg-1 {
    margin-top: 16px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-top-xl-1 {
    margin-top: 16px !important;
  }
}

.marg-top-2 {
  margin-top: 24px !important;
}

@media all and (min-width: 576px) {
  .marg-top-sm-2 {
    margin-top: 24px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-top-md-2 {
    margin-top: 24px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-top-lg-2 {
    margin-top: 24px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-top-xl-2 {
    margin-top: 24px !important;
  }
}

.marg-top-3 {
  margin-top: 32px !important;
}

@media all and (min-width: 576px) {
  .marg-top-sm-3 {
    margin-top: 32px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-top-md-3 {
    margin-top: 32px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-top-lg-3 {
    margin-top: 32px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-top-xl-3 {
    margin-top: 32px !important;
  }
}

.marg-top-4 {
  margin-top: 40px !important;
}

@media all and (min-width: 576px) {
  .marg-top-sm-4 {
    margin-top: 40px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-top-md-4 {
    margin-top: 40px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-top-lg-4 {
    margin-top: 40px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-top-xl-4 {
    margin-top: 40px !important;
  }
}

.marg-top-5 {
  margin-top: 64px !important;
}

@media all and (min-width: 576px) {
  .marg-top-sm-5 {
    margin-top: 64px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-top-md-5 {
    margin-top: 64px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-top-lg-5 {
    margin-top: 64px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-top-xl-5 {
    margin-top: 64px !important;
  }
}

.marg-top-6 {
  margin-top: 80px !important;
}

@media all and (min-width: 576px) {
  .marg-top-sm-6 {
    margin-top: 80px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-top-md-6 {
    margin-top: 80px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-top-lg-6 {
    margin-top: 80px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-top-xl-6 {
    margin-top: 80px !important;
  }
}

.marg-top-7 {
  margin-top: 120px !important;
}

@media all and (min-width: 576px) {
  .marg-top-sm-7 {
    margin-top: 120px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-top-md-7 {
    margin-top: 120px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-top-lg-7 {
    margin-top: 120px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-top-xl-7 {
    margin-top: 120px !important;
  }
}

.marg-bottom-0 {
  margin-bottom: 0 !important;
}

@media all and (min-width: 576px) {
  .marg-bottom-sm-0 {
    margin-bottom: 0 !important;
  }
}

@media all and (min-width: 768px) {
  .marg-bottom-md-0 {
    margin-bottom: 0 !important;
  }
}

@media all and (min-width: 992px) {
  .marg-bottom-lg-0 {
    margin-bottom: 0 !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-bottom-xl-0 {
    margin-bottom: 0 !important;
  }
}

.marg-bottom-1 {
  margin-bottom: 16px !important;
}

@media all and (min-width: 576px) {
  .marg-bottom-sm-1 {
    margin-bottom: 16px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-bottom-md-1 {
    margin-bottom: 16px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-bottom-lg-1 {
    margin-bottom: 16px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-bottom-xl-1 {
    margin-bottom: 16px !important;
  }
}

.marg-bottom-2 {
  margin-bottom: 24px !important;
}

@media all and (min-width: 576px) {
  .marg-bottom-sm-2 {
    margin-bottom: 24px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-bottom-md-2 {
    margin-bottom: 24px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-bottom-lg-2 {
    margin-bottom: 24px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-bottom-xl-2 {
    margin-bottom: 24px !important;
  }
}

.marg-bottom-3 {
  margin-bottom: 32px !important;
}

@media all and (min-width: 576px) {
  .marg-bottom-sm-3 {
    margin-bottom: 32px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-bottom-md-3 {
    margin-bottom: 32px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-bottom-lg-3 {
    margin-bottom: 32px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-bottom-xl-3 {
    margin-bottom: 32px !important;
  }
}

.marg-bottom-4 {
  margin-bottom: 40px !important;
}

@media all and (min-width: 576px) {
  .marg-bottom-sm-4 {
    margin-bottom: 40px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-bottom-md-4 {
    margin-bottom: 40px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-bottom-lg-4 {
    margin-bottom: 40px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-bottom-xl-4 {
    margin-bottom: 40px !important;
  }
}

.marg-bottom-5 {
  margin-bottom: 64px !important;
}

@media all and (min-width: 576px) {
  .marg-bottom-sm-5 {
    margin-bottom: 64px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-bottom-md-5 {
    margin-bottom: 64px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-bottom-lg-5 {
    margin-bottom: 64px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-bottom-xl-5 {
    margin-bottom: 64px !important;
  }
}

.marg-bottom-6 {
  margin-bottom: 80px !important;
}

@media all and (min-width: 576px) {
  .marg-bottom-sm-6 {
    margin-bottom: 80px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-bottom-md-6 {
    margin-bottom: 80px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-bottom-lg-6 {
    margin-bottom: 80px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-bottom-xl-6 {
    margin-bottom: 80px !important;
  }
}

.marg-bottom-7 {
  margin-bottom: 120px !important;
}

@media all and (min-width: 576px) {
  .marg-bottom-sm-7 {
    margin-bottom: 120px !important;
  }
}

@media all and (min-width: 768px) {
  .marg-bottom-md-7 {
    margin-bottom: 120px !important;
  }
}

@media all and (min-width: 992px) {
  .marg-bottom-lg-7 {
    margin-bottom: 120px !important;
  }
}

@media all and (min-width: 1320px) {
  .marg-bottom-xl-7 {
    margin-bottom: 120px !important;
  }
}

:root {
  --couleur-bg-annonce: #C6E4F5;
  --couleur-annonce: #177EB8;
  --couleur-principale: #001F2E;
  --couleur-action: #ED7620;
  --couleur-action-hover: #d26416;
  --Content-3: #819097;
  --couleur-content-2: #55687D;
  --couleur-positivie: #22b26f;
  --couleur-erreur: #ed4949;
  --couleur-bg-erreur: #FDE8E8;
  --couleur-texte-clair: #55687D;
  --couleur-promo: #C23B3B;
  --couleur-bg-1: #F5F4F4;
  --couleur-bg-1-hover: #DCE1E5;
  --couleur-active: #ED7620;
  --couleur-disabled: #D3DBDE;
  --couleur-bg-options: #F5FAFF;
  --couleur-bg-panier: #F6F7F7;
  --couleur-picto-nav: #001F2E;
}

@media all and (max-width: 991px) {
  body:has(.section_filtre.show_mobile) {
    overflow: hidden;
  }
}

.center_verticaly {
  display: flex;
  align-items: center;
  height: 100%;
}

header svg path {
  fill: #fff;
}

nav .nav-item--disconnected {
  display: none;
}

body .ht {
  display: inline-block;
  font-size: 0.8em;
  padding-left: 3px;
}
body .ht:empty {
  display: none;
}
body .annonce {
  margin-bottom: 24px;
}
body .annonce-content {
  background-color: var(--couleur-bg-annonce, #C6E4F5);
  color: var(--couleur-annonce, #177EB8);
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  font-size: 25px;
  font-weight: 600;
}
body .annonce-content:before {
  content: "";
  display: block;
  width: 51px;
  height: 46px;
  background: url("/shop/images/annonce.svg") no-repeat center;
  background-size: contain;
  flex-shrink: 0;
}
@media all and (max-width: 991px) {
  body .annonce-content {
    gap: 16px;
    font-size: 16px;
    padding: 16px;
  }
  body .annonce-content:before {
    width: 35px;
    height: 35px;
  }
}
body .moncompte_nav {
  position: relative;
}
body .moncompte_nav .moncompte i {
  margin-right: 4px;
}
body .moncompte_nav .sous_menu {
  display: none;
  position: absolute;
  z-index: 9999;
  right: 0;
}
body .moncompte_nav .sous_menu.visible {
  display: block;
}
body .moncompte_nav .sous_menu .sous_menu_content {
  margin-top: 5px;
  background-color: #fff;
  border: 1px solid var(--couleur-principale, #001F2E);
  padding: 15px 15px 0px 15px;
  font-size: 16px;
}
body .moncompte_nav .sous_menu .sous_menu_content span {
  display: block;
  font-size: 12px;
  padding-bottom: 10px;
  white-space: nowrap;
}
body .moncompte_nav .sous_menu .sous_menu_content a {
  color: var(--couleur-principale, #001F2E);
  font-size: 13px;
  font-weight: 700;
  display: block;
  transition: color 0.3s ease-in-out;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
}
body .moncompte_nav .sous_menu .sous_menu_content a:hover {
  color: var(--couleur-action, #ED7620);
}
body .panier_nav a, body .moncompte_nav a {
  display: flex;
  align-items: center;
  justify-content: center;
}
body .panier_nav svg path, body .moncompte_nav svg path {
  fill: var(--couleur-picto-nav, var(--couleur-principale, #001F2E));
}
body .moncompte_nav svg path {
  stroke: var(--couleur-picto-nav, var(--couleur-principale, #001F2E));
}

main .section_chemin .level:before {
  content: "/";
  display: inline-block;
  margin-right: 8px;
}
main .section_chemin .level {
  color: lightgray;
}
main .section_chemin .level a {
  color: lightgray;
  text-decoration: none;
  font-weight: 600;
}
main .section_chemin .level_0:before {
  content: none;
}
main .section_catalogue {
  display: flex;
  gap: 32px;
}
main .section_catalogue:has(.section_filtre.hide) {
  gap: 0;
}
main .section_catalogue .section_filtre {
  width: 300px;
  flex-shrink: 0;
  background: #F8FAFB;
  transition: 0.3s ease-in-out;
}
main .section_catalogue .section_filtre-movable {
  overflow: auto;
  width: 300px;
  transition: all 0.3s ease-in-out;
  max-height: 100vh;
}
@media all and (min-width: 992px) {
  main .section_catalogue .section_filtre-movable {
    position: sticky;
    top: 0;
  }
}
main .section_catalogue .section_filtre-entete {
  padding: 32px;
  padding-bottom: 0;
  position: relative;
}
main .section_catalogue .section_filtre-content {
  padding: 32px;
  padding-top: 0;
}
main .section_catalogue .section_filtre-titre {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 16px;
}
main .section_catalogue .section_filtre-raz {
  font-weight: 700;
  font-size: 0.7rem;
  opacity: 0.8;
  text-decoration-line: underline;
  margin-bottom: 24px;
}
main .section_catalogue .section_filtre-close_mobile {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: lightgrey;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 24px;
  right: 24px;
  display: none;
}
main .section_catalogue .section_filtre-close_mobile svg {
  width: 24px;
  height: 24px;
}
@media all and (max-width: 991px) {
  main .section_catalogue .section_filtre-close_mobile {
    display: flex;
  }
}
main .section_catalogue .section_filtre-filtre_choisis {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 0;
  margin-bottom: 16px;
}
main .section_catalogue .section_filtre-filtre_choisi {
  background-color: white;
  border: 1px black solid;
  border-radius: 100px;
  padding: 8px;
  display: flex;
  align-items: center;
  gap: 4px;
  line-height: 100%;
}
main .section_catalogue .section_filtre-rayons {
  padding: 10px 32px;
  padding-bottom: 0;
}
main .section_catalogue .section_filtre-rayons a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  color: black;
  margin: 22px 0;
  font-weight: 700;
}
main .section_catalogue .section_filtre-rayons a.active {
  text-decoration: underline;
}
main .section_catalogue .section_filtre-rayons a svg {
  position: relative;
  right: 6px;
  transition: right 0.3s ease-in-out;
}
main .section_catalogue .section_filtre-rayons a:hover {
  opacity: 1;
}
main .section_catalogue .section_filtre-rayons a:hover svg {
  right: 0;
}
main .section_catalogue .section_filtre-rayons .rayon_principale .rayon_titre {
  display: flex;
  gap: 8px;
  align-items: center;
}
main .section_catalogue .section_filtre-rayons .rayon_principale .rayon_titre:before {
  width: 24px;
  height: 24px;
  content: "";
  display: block;
  background-color: var(--couleur-rayon, #969696);
  border-radius: 50%;
}
main .section_catalogue .section_filtre-rayons .rayon_actuel {
  color: var(--couleur-rayon, #969696);
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
}
main .section_catalogue .section_filtre-rayons .rayon_actuel:before {
  width: 24px;
  height: 24px;
  content: "";
  display: block;
  background-color: var(--couleur-rayon, #969696);
  border-radius: 50%;
}
main .section_catalogue .section_filtre-rayons .rayon_retour {
  justify-content: flex-start;
  color: var(--couleur-content-2);
}
main .section_catalogue .section_filtre-rayons .rayon_retour svg {
  margin-right: 8px;
}
main .section_catalogue .section_filtre-rayons .rayon_retour svg path {
  stroke: var(--couleur-content-2);
}
@media all and (min-width: 992px) {
  main .section_catalogue .section_filtre.hide {
    width: 0;
  }
  main .section_catalogue .section_filtre.hide .section_filtre-movable {
    width: 0;
  }
}
main .section_catalogue .section_filtre-remove_filtre, main .section_catalogue .section_filtre-raz {
  cursor: pointer;
}
@media all and (max-width: 991px) {
  main .section_catalogue .section_filtre {
    position: absolute;
    width: 100vw;
    height: 0;
    transition: 0s all ease-in-out;
    transition-delay: 0.3s;
    background: transparent;
    z-index: 999;
    top: 0;
    left: 0;
  }
  main .section_catalogue .section_filtre.show_mobile {
    height: 100vh;
    transition-delay: 0s;
  }
  main .section_catalogue .section_filtre.show_mobile .section_filtre-movable {
    height: 100vh;
  }
  main .section_catalogue .section_filtre-movable {
    position: absolute;
    background-color: white;
    width: 100%;
    bottom: 0;
    height: 0;
    transition: all 0.3s ease-in-out;
  }
}
main .section_catalogue .toggle_filtres {
  font-weight: 700;
  font-size: 1rem;
  border-radius: 8px;
  padding: 8px;
  border: 1px solid black;
  width: fit-content;
  margin-bottom: 24px;
  cursor: pointer;
}
main .section_catalogue .section_articles {
  flex-grow: 1;
  flex-shrink: 1;
}
main .section_catalogue .section_filtre_ligne {
  width: 100%;
  padding: 24px 0;
}
main .section_catalogue .section_filtre_ligne:first-child {
  padding-top: 0;
}
main .section_catalogue .section_filtre_ligne:not(:last-child) {
  border-bottom: 1px solid var(--Content-3, #819097);
}
main .section_catalogue .section_filtre_ligne-btn {
  font-weight: 600;
  line-height: 100%;
  font-size: 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
main .section_catalogue .section_filtre_ligne-btn:after {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  background: url("/shop/images/chevron-up.svg") no-repeat center;
  background-size: contain;
  transition: all 0.3s ease-in-out;
  transform: rotate(180deg);
}
main .section_catalogue .section_filtre_ligne-btn[aria-expanded=true]:after {
  transform: rotate(0deg);
}
main .section_catalogue .section_filtre_ligne-inputs ul {
  margin: 0;
  padding: 0;
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style: none;
}
main .section_catalogue .section_filtre_ligne-inputs li {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
main .section_catalogue .section_filtre_ligne-inputs li, main .section_catalogue .section_filtre_ligne-inputs li * {
  cursor: pointer;
}
main .section_catalogue .section_filtre_ligne-inputs li label {
  width: 100%;
}
main .section_catalogue .section_filtre_ligne-inputs li label:has(~ input:disabled) {
  opacity: 0.6;
  cursor: default;
}
main .section_catalogue .section_filtre_ligne-inputs li label:has(~ input[type=checkbox], ~ input[type=radio]) {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
main .section_catalogue .section_filtre_ligne-inputs li label:has(~ input[type=checkbox], ~ input[type=radio]):after {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid lightgrey;
  display: block;
  transition: all 0.3s ease-in-out;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
main .section_catalogue .section_filtre_ligne-inputs li label:has(~ input[type=checkbox]):after {
  border-radius: 3px;
}
main .section_catalogue .section_filtre_ligne-inputs li label:has(~ input[type=radio]):after {
  border-radius: 50%;
}
main .section_catalogue .section_filtre_ligne-inputs li label:has(~ input[type=checkbox]:checked):after {
  background-image: url("/shop/images/white_check.svg");
  background-color: dodgerblue;
  border-color: dodgerblue;
}
main .section_catalogue .section_filtre_ligne-inputs li label:has(~ input[type=radio]:checked):after {
  box-shadow: inset 0px 0px 0px 2px white;
  background-color: dodgerblue;
  border-color: dodgerblue;
}
main .section_catalogue .section_filtre_ligne-inputs li input {
  margin-right: 5px;
}
main .section_catalogue .section_filtre_ligne-inputs li input[type=checkbox], main .section_catalogue .section_filtre_ligne-inputs li input[type=radio] {
  display: none;
}
main .section_catalogue .section_filtre_ligne-inputs a {
  text-transform: none;
  text-decoration: none;
}
main .section_catalogue .section_filtre_ligne-inputs a input {
  pointer-events: none;
}
main .section_catalogue .section_filtre_ligne-voir_plus {
  cursor: pointer;
  text-decoration: underline;
  font-size: 14px;
  margin-top: 16px;
  color: #819097;
}
@media all and (max-width: 991px) {
  main .section_catalogue {
    gap: 0;
  }
}
main .delai_livraison {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
  color: var(--couleur-positivie, #22b26f);
}
main .delai_livraison.rupture {
  color: var(--couleur-erreur, #ed4949);
}
main .article_catalogue {
  padding: 0;
  border: none;
  position: relative;
  background-color: white;
  border-radius: 4px;
  overflow: hidden;
}
main .article_catalogue a {
  border-radius: 4px;
  overflow: hidden;
  display: block;
}
main .article_catalogue a h2 {
  font-family: "LatoWeb", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-align: start;
  color: var(--couleur-principale, #001f2e);
}
main .article_catalogue a h3 {
  font-family: "LatoWeb", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: var(--couleur-texte-clair, #55687D);
  margin-bottom: 8px;
  letter-spacing: 0;
  text-align: start;
}
main .article_catalogue a .image {
  width: 100%;
  height: unset;
  padding: 0;
  line-height: unset;
  aspect-ratio: 128/79;
  overflow: hidden;
}
main .article_catalogue a .image img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  transition: scale 0.3s ease-in-out;
}
main .article_catalogue a:hover {
  opacity: 1;
}
main .article_catalogue .infos {
  padding: 16px 8px;
  height: unset;
}
main .article_catalogue .infos .prix {
  text-align: start;
}
main .article_catalogue .section_article_prix {
  background: none;
  padding: 0;
  color: var(--couleur-principale, #001f2e);
  text-align: unset;
}
main .article_catalogue .section_article_prix .prix_unitaire {
  background: none;
  color: var(--couleur-principale, #001f2e);
  padding: 0;
  text-transform: none;
  font-weight: 700;
  text-align: start;
}
main .article_catalogue .card_article_promotion {
  position: absolute;
  top: 8px;
  left: 8px;
  padding: 4px;
  background-color: var(--couleur-promo, #C23B3B);
  color: white;
  display: flex;
  gap: 4px;
  z-index: 99;
  align-items: center;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 800;
}
main .article_catalogue .card_article_promotion:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("/shop/images/discount.svg") center no-repeat;
  background-size: contain;
}
main .article_catalogue:hover {
  opacity: 1;
  border: none;
}
main .article_catalogue:hover .contenu {
  opacity: 1;
}
main .article_catalogue:hover .image img {
  scale: 1.2;
}
main #modal_ajouter_panier {
  width: 100%;
}
main #modal_ajouter_panier .modal-content {
  width: 100%;
  padding: 24px;
}

.page_shop main h1 {
  padding-bottom: 20px;
  text-align: center;
}
.page_shop main .button, .page_shop main .bouton {
  border-radius: 0;
  border: none;
  background: #E3C47F;
  color: #1A1A18;
  text-decoration: none;
  height: 56px;
  text-align: center;
  width: fit-content;
  padding: 16px 24px;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 16px;
  font-weight: 800;
  transition: all 0.15s ease-in-out;
}
@media all and (max-width: 991px) {
  .page_shop main .button, .page_shop main .bouton {
    width: 100%;
  }
}
.page_shop main .button:not(:disabled, .disabled):hover, .page_shop main .bouton:not(:disabled, .disabled):hover {
  transform: rotate(-4.526deg);
}
.page_shop main .button:disabled, .page_shop main .button.disabled, .page_shop main .bouton:disabled, .page_shop main .bouton.disabled {
  background: var(--couleur-disabled, #D3DBDE);
  cursor: default;
}
.page_shop main .button-secondaire, .page_shop main .bouton-secondaire {
  background-color: #1A1A18;
  color: white !important;
}
.page_shop main .button-small, .page_shop main .bouton-small {
  height: 36px;
  font-size: 14px;
}
.page_shop main input:read-only {
  background-color: #eaeaea;
  color: #494949;
}
.page_shop main textarea {
  border-radius: 8px;
  border: 1px solid var(--couleur-content-2);
  background: var(--couleur-bg-1);
  padding: 12px 16px;
  min-height: 100px;
}
.page_shop main .bg_blanc {
  background-color: white;
  padding: 16px;
  border-radius: 8px;
}
.page_shop main .onglets {
  flex-wrap: nowrap;
  overflow: auto;
  justify-content: start !important;
}
@media all and (max-width: 991px) {
  .page_shop main .onglets > * {
    width: 28.5%;
    flex-basis: auto;
    flex-shrink: 0;
    flex-grow: 0;
  }
}
.page_shop main .onglet a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  font-size: 14px;
}
.page_shop main .onglet a svg circle, .page_shop main .onglet a svg path {
  stroke: var(--Content-3);
}
.page_shop main .onglet a.done circle, .page_shop main .onglet a.done path {
  stroke: var(--couleur-positivie);
}
.page_shop main .onglet a.active circle, .page_shop main .onglet a.active path {
  stroke: var(--couleur-principale);
}
.page_shop main .onglet a.disabled {
  cursor: default;
}
.page_shop main .input_participant {
  border-radius: 8px;
  border: 1px solid var(--couleur-content-2);
  background: var(--couleur-bg-1);
  padding: 12px 16px;
}
.page_shop main #myBtn {
  margin: 0;
}

#page_article h1 {
  font-size: 25px;
  font-weight: 700;
  font-family: LatoWeb, sans-serif;
  text-align: start;
  padding-bottom: 0;
}
#page_article h1 span {
  font-size: 16px;
  font-weight: 600;
  color: var(--couleur-texte-clair, #819097);
}
#page_article select {
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("/shop/images/chevron-down.svg");
  background-repeat: no-repeat;
  background-position-x: 86%;
  background-position-y: 48%;
  padding: 0rem;
  padding-right: 2rem;
}
#page_article .chemin_article {
  font-weight: 600;
}
#page_article .chemin_article a {
  display: inline-block;
  color: var(--couleur-texte-clair);
}
#page_article .chemin_article a:after {
  content: "/";
  display: inline-block;
  margin-left: calc(var(--bs-gutter-x, 20) * 0.5);
}
#page_article .chemin_article .isleaf {
  color: var(--couleur-principale);
}
#page_article .promotion_description {
  margin-bottom: 16px;
}
#page_article .swiper-slide {
  text-align: center;
  aspect-ratio: 1/1;
}
#page_article .grande_image img {
  height: 100%;
  object-fit: cover;
}
#page_article .thumbnails {
  margin-top: 4px;
}
#page_article .thumbnail {
  aspect-ratio: 1/1;
  max-height: 200px;
  text-align: center;
}
#page_article .thumbnail img {
  height: 100%;
  object-fit: cover;
}
#page_article .onglets_rayons {
  margin-bottom: 8px;
}
#page_article .onglets_rayons a {
  font-weight: 600;
  font-size: 14px;
}
#page_article .onglets_rayons a:not(.active) {
  color: var(--couleur-texte-clair, #819097);
}
#page_article .onglets_rayons .onglet:not(:last-child):after {
  content: "/";
  display: inline-block;
  margin-left: calc(var(--bs-gutter-x, 20) * 0.5);
}
#page_article .level:not(.level_0) {
  margin-left: calc(var(--bs-gutter-x, 20) * 0.5);
}
#page_article .level > a, #page_article .level > span {
  font-weight: 600;
  font-size: 14px;
}
#page_article .level > a:not(.active), #page_article .level > span:not(.active) {
  color: var(--couleur-texte-clair, #819097);
}
#page_article .level.isleaf span {
  color: var(--couleur-principale);
}
#page_article .article .description {
  border-top: 1px solid #55687D;
  border-bottom: 1px solid #55687D;
  padding: 32px 16px;
}
#page_article .article .recompenses, #page_article .article .description {
  padding: 32px 16px;
  border-bottom: 1px solid #55687D;
}
#page_article .article .recompenses h2, #page_article .article .description h2 {
  color: var(--couleur-principale, #001F2E);
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: none;
}
#page_article .article .recompenses p:last-child, #page_article .article .description p:last-child {
  margin-bottom: 0;
}
#page_article .article_cadre form {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media all and (max-width: 991px) {
  #page_article .article_cadre form {
    gap: 24px;
  }
}
#page_article .article_regroupement ul {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}
#page_article .article_regroupement ul li img {
  object-fit: contain;
  width: 72px;
  aspect-ratio: 1/1;
}
#page_article .article_regroupement ul li:has(.current) {
  font-weight: 800;
}
#page_article .article_regroupement ul .miniature a {
  outline: 2px dotted transparent;
  display: block;
  position: relative;
  transition: outline 0.3s ease-out;
}
#page_article .article_regroupement ul .miniature a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  opacity: 0;
  transition: background 0.3s ease-in-out;
}
#page_article .article_regroupement ul .miniature a svg {
  position: absolute;
  bottom: 0;
  right: 0;
}
#page_article .article_regroupement ul .miniature a svg path {
  stroke: var(--couleur-active, #ED7620);
}
#page_article .article_regroupement ul .miniature a:not(.current) svg {
  display: none;
}
#page_article .article_regroupement ul .miniature a.current {
  outline: 3px solid var(--couleur-active, #ED7620);
}
#page_article .article_regroupement ul .miniature a.current:before {
  opacity: 1;
}
#page_article .article_regroupement ul .miniature a:not(.current):hover {
  outline: 2px dotted var(--couleur-active, #ED7620);
}
#page_article .article_regroupement ul .radio {
  margin-right: 24px;
}
#page_article .article_regroupement ul .radio svg {
  display: none;
}
#page_article .article_regroupement ul .radio a .radio_variante {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
#page_article .article_regroupement ul .radio a .radio_variante:before {
  flex-shrink: 0;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
  transition-property: background, border-color;
  transition-duration: 0.15s;
  transition-timing-function: ease-in-out;
  background: radial-gradient(circle, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 50%);
}
#page_article .article_regroupement ul .radio a:not(.current):hover .radio_variante:before {
  background: radial-gradient(circle, var(--couleur-active) 40%, rgba(255, 255, 255, 0) 50%);
  border-color: var(--couleur-active);
  opacity: 0.6;
}
#page_article .article_regroupement ul .radio a.current .radio_variante:before {
  opacity: 1;
  background: radial-gradient(circle, var(--couleur-active) 40%, rgba(255, 255, 255, 0) 50%);
  border-color: var(--couleur-active);
}
#page_article .article_regroupement .cache {
  display: none;
}
#page_article .article_regroupement .nom_regroupement {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}
#page_article .article_regroupement .nom_regroupement span {
  text-transform: uppercase;
  font-weight: 900;
}
#page_article .article_declinaison select {
  border: 2px solid #01273B;
  border-radius: 8px;
  background: #F7F7F7;
  padding: 13px 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}
#page_article .article_declinaison select.erreur {
  border-color: var(--couleur-erreur, #ED4949);
}
#page_article .article_declinaison .nom_declinaison_type {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
}
#page_article .article_prix {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  width: 100%;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
@media all and (max-width: 991px) {
  #page_article .article_prix {
    display: flex;
    overflow: auto;
    flex-wrap: nowrap;
    gap: 8px;
  }
}
#page_article .article_prix .section_article_prix {
  padding: 16px;
  border-radius: 8px;
  background: var(--couleur-bg-1, #F5F4F4);
  transition: background-color 0.3s ease-out, border 0.3s ease-out;
  border: 1px solid transparent;
  cursor: pointer;
}
@media all and (max-width: 991px) {
  #page_article .article_prix .section_article_prix {
    width: 168px;
    flex-shrink: 0;
  }
}
#page_article .article_prix .section_article_prix:hover {
  background: var(--couleur-bg-1-hover, #DCE1E5);
}
#page_article .article_prix .section_article_prix.active {
  border: 1px solid var(--couleur-active, #ED7620);
}
#page_article .article_prix .quantite_min {
  margin-bottom: 4px;
  white-space: nowrap;
}
#page_article .article_prix .prix_ttc {
  font-weight: 800;
  display: flex;
  gap: 4px;
  white-space: nowrap;
  align-items: center;
}
#page_article .article_prix .prix_ttc .unite {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
#page_article .article_prix::-webkit-scrollbar {
  width: 10px;
  height: 3px;
}
#page_article .article_prix::-webkit-scrollbar-track {
  background: #f1f1f1;
}
#page_article .article_prix::-webkit-scrollbar-thumb {
  background: #888;
}
#page_article .article_prix::-webkit-scrollbar-thumb:hover {
  background: #555;
}
#page_article .prix_barre {
  text-decoration-line: line-through;
}
#page_article .article_prix_unitaire {
  font-size: 25px;
  font-weight: 600;
}
#page_article .article_prix_unitaire .unite {
  font-size: 14px;
}
#page_article .article_prix_unitaire .ht {
  font-size: 14px;
}
#page_article .article_commentaire_stock {
  font-size: 14px;
}
#page_article .quantite_ajouter_panier .quantite {
  display: flex;
  height: auto;
}
#page_article .quantite_ajouter_panier .quantite .input_quantite {
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid var(--couleur-texte-clair, #819097);
  display: flex;
  flex-wrap: nowrap;
}
#page_article .quantite_ajouter_panier .quantite input {
  border: none;
  outline: none;
  max-width: 54px;
  width: 100%;
  text-align: center;
  display: flex;
  height: 100%;
  align-items: center;
}
#page_article .quantite_ajouter_panier .quantite button {
  border: none;
  outline: none;
  background: none;
  width: 54px;
  height: 54px;
  padding: 0;
}
#page_article .quantite_ajouter_panier .bouton {
  flex-grow: 1;
}
#page_article .article_promotion {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 16px;
  color: white;
  background-color: var(--couleur-promo, #C23B3B);
  width: 100%;
  max-width: 350px;
  margin-top: 32px;
}
#page_article .article_promotion-picto {
  height: 100%;
}
#page_article .article_promotion-picto img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#page_article .article_promotion-titre {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 4px;
}
#page_article .article_promotion .promotion_description {
  margin-bottom: 0;
}
#page_article .modal .btn-close {
  position: absolute;
  top: 16px;
  right: 16px;
}
#page_article .modal .boutons {
  margin-top: 24px;
}
#page_article .modal .boutons a {
  display: block;
  margin: auto;
  padding: 16px;
  border: 1px solid var(--couleur-action, #ED7620);
  color: var(--couleur-principale);
  text-align: center;
  font-weight: 700;
  border-radius: 8px;
}
#page_article .modal .boutons a.hot {
  background-color: var(--couleur-action, #ED7620);
  color: white;
}
#page_article .modal-header {
  border: none;
}
#page_article .modal-title {
  color: var(--couleur-positive, #22B26F);
  font-size: 25px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
#page_article .modal-article {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-top: 32px;
}
#page_article .modal-image_container {
  width: 30%;
}
#page_article .modal-image_container img {
  width: 100%;
}
#page_article .modal-article_titre {
  font-weight: 700;
}
#page_article .modal .article_produit_recommande {
  padding: 16px;
  background-color: var(--couleur-bg-1, #F4F6F8);
  margin-top: 32px;
}
#page_article .modal .article_produit_recommande-titre {
  font-weight: 800;
  color: var(--couleur-content-2, #55687D);
  margin-bottom: 16px;
}

.page_shop_moncompte main {
  margin-bottom: 30px;
  min-height: 600px;
}
.page_shop_moncompte main .entete {
  padding-bottom: 20px;
}
.page_shop_moncompte main h3 {
  text-align: center;
}
.page_shop_moncompte main hr {
  background-color: #cbcaca;
}
.page_shop_moncompte main .hr {
  text-align: center;
}
.page_shop_moncompte main .hr hr {
  margin: 30px auto 0 auto;
}
.page_shop_moncompte main .hr span {
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 2.5px;
  display: inline-block;
  position: relative;
  top: -12px;
  padding: 0 0.5em;
  background: #fff;
}
.page_shop_moncompte main p {
  margin-bottom: 10px;
}
.page_shop_moncompte main label {
  margin: 0;
}
.page_shop_moncompte main form input, .page_shop_moncompte main form select, .page_shop_moncompte main form textarea {
  min-height: 40px;
  padding: 6px 9px;
  border-radius: 4px;
}
.page_shop_moncompte main .resultat {
  font-size: 18px;
  padding: 60px 30px;
  text-align: center;
}
.page_shop_moncompte main .resultat:empty {
  display: none;
}
.page_shop_moncompte main .raccourcis {
  margin-top: 30px;
}
.page_shop_moncompte main .raccourcis .raccourci {
  margin-bottom: 10px;
}
.page_shop_moncompte main .raccourcis .raccourci a {
  display: block;
  background-color: #e5e5e5;
  transition: all 0.1s ease;
  padding: 20px 10px;
  text-align: center;
  font-size: 18px;
  line-height: 16px;
}
.page_shop_moncompte main .raccourcis .raccourci a:hover {
  transition: all 0.2s ease;
  background-color: var(--couleur-action);
  color: #fff;
}
.page_shop_moncompte main .raccourcis .raccourci a i {
  padding-right: 5px;
}
.page_shop_moncompte main .form {
  border: 1px solid #cbcaca;
  padding: 30px 30px 30px 30px;
  margin-bottom: 30px;
  margin-top: 30px;
}
@media screen and (max-width: 991px) {
  .page_shop_moncompte main .form {
    min-height: auto;
  }
}
.page_shop_moncompte main .form h2 {
  text-align: center;
  font-size: 22px;
  padding-bottom: 5px;
}
.page_shop_moncompte main .form h3 {
  text-transform: uppercase;
  color: #666;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
}
.page_shop_moncompte main .form .separateur {
  width: 60%;
  min-width: 200px;
  border-bottom: 1px solid #cbcaca;
  margin: auto;
  margin-top: 15px;
  margin-bottom: 15px;
}
.page_shop_moncompte main .form .message {
  color: red;
  font-size: 14px;
  padding-top: 6px;
}
.page_shop_moncompte main .form .info {
  font-size: 13px;
}
.page_shop_moncompte main .form .erreur {
  padding-top: 6px;
  color: red;
  font-size: 14px;
  text-align: start;
}
.page_shop_moncompte main .form label {
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  padding-top: 10px;
  padding-bottom: 5px;
  margin: 0;
}
.page_shop_moncompte main .form input {
  width: 100%;
  font-size: 14px;
}
.page_shop_moncompte main .form select {
  width: 100%;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
}
.page_shop_moncompte main .form select option {
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
}
.page_shop_moncompte main .form .mot_de_passe_oublie {
  color: #666;
  text-transform: uppercase;
  font-size: 12px;
}
.page_shop_moncompte main .form .boutons {
  text-align: center;
}
.page_shop_moncompte main .form .boutons button {
  margin-top: 15px;
}
.page_shop_moncompte main .commandes {
  margin-top: 30px;
}
.page_shop_moncompte main .commandes section.commande {
  padding: 20px;
  display: block;
  border: 1px solid #e5e5e5;
  min-height: 150px;
  font-size: 16px;
  margin-bottom: 20px;
  position: relative;
}
.page_shop_moncompte main .commandes section.commande .enseigne {
  font-weight: 700;
}
.page_shop_moncompte main .commandes section.commande .actions {
  position: absolute;
  bottom: 10px;
  margin-bottom: 5px;
}
.page_shop_moncompte main .commandes section.commande .actions a {
  font-size: 14px;
  font-weight: 700;
  color: #666;
  padding-right: 5px;
  margin-right: 3px;
}
.page_shop_moncompte main .commandes section.commande .actions a:hover {
  color: #E3C47F;
}
.page_shop_moncompte main .commandes section.commande .actions a::after {
  padding-left: 5px;
  display: inline-block;
  content: "|";
}
.page_shop_moncompte main .commandes section.commande .actions a:last-child::after {
  display: none;
}
.page_shop_moncompte main .commandes section.commande .actions i, .page_shop_moncompte main .commandes section.commande .actions span {
  font-size: 14px;
  font-style: italic;
}
.page_shop_moncompte main .commandes .vide {
  text-align: center;
  font-size: 24px;
  padding-bottom: 15px;
}
.page_shop_moncompte main .adresses {
  margin-top: 30px;
}
.page_shop_moncompte main .adresses a.adresse.nouvelle {
  display: block;
  border: 1px dashed #e5e5e5;
  padding-top: 80px;
  text-align: center;
  min-height: 250px;
  font-size: 24px;
  color: #666;
}
.page_shop_moncompte main .adresses a.adresse.nouvelle:hover {
  border: 1px solid #E3C47F;
}
.page_shop_moncompte main .adresses section.adresse {
  padding: 20px;
  display: block;
  border: 1px solid #e5e5e5;
  min-height: 250px;
  font-size: 16px;
  margin-bottom: 20px;
  position: relative;
}
.page_shop_moncompte main .adresses section.adresse .enseigne {
  font-weight: 700;
}
.page_shop_moncompte main .adresses section.adresse .actions {
  position: absolute;
  bottom: 10px;
  margin-bottom: 5px;
}
.page_shop_moncompte main .adresses section.adresse .actions a {
  font-size: 14px;
  font-weight: 700;
  color: #666;
  padding-right: 5px;
  margin-right: 3px;
}
.page_shop_moncompte main .adresses section.adresse .actions a:hover {
  color: #E3C47F;
}
.page_shop_moncompte main .adresses section.adresse .actions a::after {
  padding-left: 5px;
  display: inline-block;
  content: "|";
}
.page_shop_moncompte main .adresses section.adresse .actions a:last-child::after {
  display: none;
}
.page_shop_moncompte main .adresses section.adresse .actions i {
  font-size: 14px;
}
.page_shop_moncompte main .adresse_detail form label {
  display: block;
  padding-top: 10px;
  padding-bottom: 3px;
  font-size: 14px;
  font-weight: 700;
}
.page_shop_moncompte main .adresse_detail form input,
.page_shop_moncompte main .adresse_detail form select {
  width: 100%;
  margin-bottom: 5px;
}
.page_shop_moncompte main .adresse_detail form span {
  display: block;
}
.page_shop_moncompte main .adresse_detail form .erreur {
  color: red;
  font-size: 14px;
  font-weight: 700;
}
.page_shop_moncompte main .adresse_detail form .boutons {
  text-align: center;
  margin-top: 15px;
}
.page_shop_moncompte main .info_facebook {
  margin-left: -30px;
  margin-right: -30px;
  padding: 30px;
  background-color: #D4DEE9;
}
.page_shop_moncompte main .info_facebook a {
  text-decoration: underline;
}
.page_shop_moncompte main .auth_facebook {
  padding-top: 20px;
  text-align: center;
}
.page_shop_moncompte main .auth_facebook .fb-login-button {
  margin-bottom: 15px;
  width: 100%;
}
.page_shop_moncompte main .auth_facebook #facebook_login_bouton,
.page_shop_moncompte main .auth_facebook #facebook_continue_bouton {
  display: inline-block;
  color: #3b5998;
  border-color: #3b5998;
}
.page_shop_moncompte main .auth_facebook #facebook_login_bouton i,
.page_shop_moncompte main .auth_facebook #facebook_continue_bouton i {
  background-color: #3b5998;
  padding: 6px 16px;
}
.page_shop_moncompte main .auth_google {
  text-align: center;
}
.page_shop_moncompte main .auth_google #authorize-button,
.page_shop_moncompte main .auth_google #signout-button,
.page_shop_moncompte main .auth_google #continue-button,
.page_shop_moncompte main .auth_google #google_login_bouton {
  display: inline-block;
  color: #3b5998;
  border-color: #3b5998;
  border-radius: 3px;
  cursor: pointer;
  margin-bottom: 20px;
}
.page_shop_moncompte main .auth_google #authorize-button i,
.page_shop_moncompte main .auth_google #signout-button i,
.page_shop_moncompte main .auth_google #continue-button i,
.page_shop_moncompte main .auth_google #google_login_bouton i {
  background-color: #f2f2f2;
  border-color: #eee;
  padding: 0px 6px;
}
.page_shop_moncompte main .auth_google #authorize-button i img,
.page_shop_moncompte main .auth_google #signout-button i img,
.page_shop_moncompte main .auth_google #continue-button i img,
.page_shop_moncompte main .auth_google #google_login_bouton i img {
  width: 30px;
}
.page_shop_moncompte main .bouton_connexion_social {
  padding-right: 8px;
  font-size: 14px;
  font-weight: 300;
  border-radius: 3px;
  cursor: pointer;
  margin-bottom: 20px;
  border-width: 1px;
  border-style: solid;
  line-height: 32px;
}
.page_shop_moncompte main .bouton_connexion_social i {
  display: inline-block;
  color: #fff;
  background-color: #eee;
  font-size: 20px;
  margin-right: 5px;
  height: 35px;
}

#page_validation main button, #page_validation main .bouton, #page_validation main .button, #page_panier main button, #page_panier main .bouton, #page_panier main .button {
  border-radius: 0;
  border: none;
  background: #E3C47F;
  color: #1A1A18;
  text-decoration: none;
  height: 56px;
  text-align: center;
  width: fit-content;
  padding: 16px 24px;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 16px;
  font-weight: 800;
  transition: all 0.15s ease-in-out;
}
@media all and (max-width: 991px) {
  #page_validation main button, #page_validation main .bouton, #page_validation main .button, #page_panier main button, #page_panier main .bouton, #page_panier main .button {
    width: 100%;
  }
}
#page_validation main button:not(:disabled, .disabled):hover, #page_validation main .bouton:not(:disabled, .disabled):hover, #page_validation main .button:not(:disabled, .disabled):hover, #page_panier main button:not(:disabled, .disabled):hover, #page_panier main .bouton:not(:disabled, .disabled):hover, #page_panier main .button:not(:disabled, .disabled):hover {
  transform: rotate(-4.526deg);
}
#page_validation main button:disabled, #page_validation main button.disabled, #page_validation main .bouton:disabled, #page_validation main .bouton.disabled, #page_validation main .button:disabled, #page_validation main .button.disabled, #page_panier main button:disabled, #page_panier main button.disabled, #page_panier main .bouton:disabled, #page_panier main .bouton.disabled, #page_panier main .button:disabled, #page_panier main .button.disabled {
  background: var(--couleur-disabled, #D3DBDE);
  cursor: default;
}
#page_validation main button-secondaire, #page_validation main .bouton-secondaire, #page_validation main .button-secondaire, #page_panier main button-secondaire, #page_panier main .bouton-secondaire, #page_panier main .button-secondaire {
  background-color: #1A1A18;
  color: white !important;
}
#page_validation main button-small, #page_validation main .bouton-small, #page_validation main .button-small, #page_panier main button-small, #page_panier main .bouton-small, #page_panier main .button-small {
  height: 36px;
  font-size: 14px;
}

#page_validation main,
#page_panier main,
#page_colissimo_point_retrait main {
  padding-bottom: 50px;
  padding-top: 48px;
  background-color: var(--couleur-bg-panier);
}
#page_validation main .entete,
#page_panier main .entete,
#page_colissimo_point_retrait main .entete {
  padding-bottom: 20px;
}
#page_validation main .commande_ok,
#page_panier main .commande_ok,
#page_colissimo_point_retrait main .commande_ok {
  padding-top: 40px;
  font-size: 26px;
  text-align: center;
  padding-bottom: 50px;
}
#page_validation main form,
#page_panier main form,
#page_colissimo_point_retrait main form {
  font-size: 14px;
  text-align: center;
}
#page_validation main form h2,
#page_panier main form h2,
#page_colissimo_point_retrait main form h2 {
  font-size: 25px;
  text-align: left;
  margin-bottom: 16px;
  color: var(--couleur-principale);
  text-transform: none;
  font-family: LatoWeb, sans-serif;
  font-weight: 700;
}
#page_validation main form .erreur,
#page_panier main form .erreur,
#page_colissimo_point_retrait main form .erreur {
  text-align: left;
  color: red;
  font-weight: 700;
}
#page_validation main form .label,
#page_panier main form .label,
#page_colissimo_point_retrait main form .label {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  padding-top: 40px;
  padding-bottom: 5px;
  display: block;
  text-align: left;
}
#page_validation main form input,
#page_validation main form textarea, #page_validation main form select,
#page_panier main form input,
#page_panier main form textarea,
#page_panier main form select,
#page_colissimo_point_retrait main form input,
#page_colissimo_point_retrait main form textarea,
#page_colissimo_point_retrait main form select {
  width: 100%;
  padding: 8px;
  border-radius: 8px;
}
#page_validation main form ul,
#page_panier main form ul,
#page_colissimo_point_retrait main form ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#page_validation main form ul li,
#page_panier main form ul li,
#page_colissimo_point_retrait main form ul li {
  display: block;
  margin: 8px 16px;
  background-color: white;
  border-radius: 8px;
  padding: 16px;
  text-align: start;
}
#page_validation main form ul li:nth-child(1),
#page_panier main form ul li:nth-child(1),
#page_colissimo_point_retrait main form ul li:nth-child(1) {
  margin-top: 0;
}
#page_validation main #widget-container,
#page_panier main #widget-container,
#page_colissimo_point_retrait main #widget-container {
  height: auto !important;
  padding-right: 0 !important;
  width: 100% !important;
  margin-top: 24px;
}
#page_validation main #paiement_detail,
#page_panier main #paiement_detail,
#page_colissimo_point_retrait main #paiement_detail {
  text-align: center;
}
#page_validation main .caddie_vide,
#page_panier main .caddie_vide,
#page_colissimo_point_retrait main .caddie_vide {
  text-align: center;
}
#page_validation main .caddie_vide img,
#page_panier main .caddie_vide img,
#page_colissimo_point_retrait main .caddie_vide img {
  width: 100px;
  height: auto;
  margin-bottom: 8px;
}
#page_validation main .caddie_vide-titre,
#page_panier main .caddie_vide-titre,
#page_colissimo_point_retrait main .caddie_vide-titre {
  font-size: 25px;
  font-weight: 700;
}
#page_validation main .caddie_vide-texte a,
#page_panier main .caddie_vide-texte a,
#page_colissimo_point_retrait main .caddie_vide-texte a {
  color: var(--couleur-action);
  text-decoration: underline;
}
#page_validation main .cgv,
#page_panier main .cgv,
#page_colissimo_point_retrait main .cgv {
  text-align: center;
  padding-top: 10px;
  color: #989898;
  font-size: 13px;
  max-width: 250px;
  margin: auto;
}
#page_validation main .cgv a,
#page_panier main .cgv a,
#page_colissimo_point_retrait main .cgv a {
  color: #E3C47F;
}
#page_validation main .radiogroup,
#page_panier main .radiogroup,
#page_colissimo_point_retrait main .radiogroup {
  background-color: var(--couleur-bg-options);
  border-radius: 8px;
  padding: 2px;
}
#page_validation main .radiogroup .option,
#page_panier main .radiogroup .option,
#page_colissimo_point_retrait main .radiogroup .option {
  border-bottom: 1px solid var(--Content-3);
  position: relative;
  background-color: var(--couleur-bg-options);
}
#page_validation main .radiogroup .option:has(.lien_seul),
#page_panier main .radiogroup .option:has(.lien_seul),
#page_colissimo_point_retrait main .radiogroup .option:has(.lien_seul) {
  padding: 24px 16px;
  padding-top: 0;
  top: -1px;
}
#page_validation main .radiogroup .option input,
#page_panier main .radiogroup .option input,
#page_colissimo_point_retrait main .radiogroup .option input {
  display: none;
}
#page_validation main .radiogroup .option label,
#page_panier main .radiogroup .option label,
#page_colissimo_point_retrait main .radiogroup .option label {
  padding: 24px 16px;
  display: flex;
  gap: 8px;
  cursor: pointer;
}
#page_validation main .radiogroup .option label .livraison,
#page_panier main .radiogroup .option label .livraison,
#page_colissimo_point_retrait main .radiogroup .option label .livraison {
  flex-grow: 1;
  text-align: start;
}
#page_validation main .radiogroup .option label:before,
#page_panier main .radiogroup .option label:before,
#page_colissimo_point_retrait main .radiogroup .option label:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid var(--Content-3);
  opacity: 0.6;
  border-radius: 50%;
  transition-property: opacity, background;
  transition-duration: 0.15s;
  transition-timing-function: ease-in-out;
  flex-shrink: 0;
}
#page_validation main .radiogroup .option label:hover:before,
#page_panier main .radiogroup .option label:hover:before,
#page_colissimo_point_retrait main .radiogroup .option label:hover:before {
  background: radial-gradient(circle, var(--couleur-active) 40%, rgba(255, 255, 255, 0) 50%);
  border-color: var(--couleur-active);
  opacity: 0.6;
}
#page_validation main .radiogroup .option label .prix_total,
#page_panier main .radiogroup .option label .prix_total,
#page_colissimo_point_retrait main .radiogroup .option label .prix_total {
  white-space: nowrap;
  font-weight: 700;
  font-size: 16px;
}
#page_validation main .radiogroup .option input[type=radio]:checked + label:before,
#page_panier main .radiogroup .option input[type=radio]:checked + label:before,
#page_colissimo_point_retrait main .radiogroup .option input[type=radio]:checked + label:before {
  opacity: 1;
  flex-shrink: 0;
  border-color: var(--couleur-active);
  background: radial-gradient(circle, var(--couleur-active) 40%, rgba(255, 255, 255, 0) 50%);
}
#page_validation main .radiogroup .option:nth-last-child(1),
#page_panier main .radiogroup .option:nth-last-child(1),
#page_colissimo_point_retrait main .radiogroup .option:nth-last-child(1) {
  border: none;
}
#page_validation main .radiogroup .livraison,
#page_panier main .radiogroup .livraison,
#page_colissimo_point_retrait main .radiogroup .livraison {
  font-size: 14px;
  font-weight: 500;
}
#page_validation main .radiogroup .livraison_commentaire,
#page_panier main .radiogroup .livraison_commentaire,
#page_colissimo_point_retrait main .radiogroup .livraison_commentaire {
  color: var(--couleur-texte-clair);
  font-size: 14px;
  font-weight: 400;
}
#page_validation main .radiogroup .content,
#page_panier main .radiogroup .content,
#page_colissimo_point_retrait main .radiogroup .content {
  flex-grow: 1;
  text-align: start;
}
#page_validation main .radiogroup .lien_seul,
#page_panier main .radiogroup .lien_seul,
#page_colissimo_point_retrait main .radiogroup .lien_seul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 24px 16px;
  border-radius: 8px;
  border: 1px dashed gray;
}
#page_validation main .image_paiement,
#page_panier main .image_paiement,
#page_colissimo_point_retrait main .image_paiement {
  height: 16px;
  flex-shrink: 0;
}
#page_validation main .image_paiement img,
#page_panier main .image_paiement img,
#page_colissimo_point_retrait main .image_paiement img {
  height: 100%;
  width: auto;
}

#page_colissimo_point_retrait main form {
  max-width: 100%;
}

#page_panier {
  background: var(--couleur-bg-panier);
}
#page_panier main {
  padding-top: 16px;
}
#page_panier main .card_panier {
  background-color: white;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  padding: 16px;
  border-radius: 8px;
  position: relative;
}
#page_panier main .card_panier-img_container {
  width: 80px;
  flex-shrink: 0;
  margin-right: 16px;
}
#page_panier main .card_panier-infos {
  flex-grow: 1;
}
#page_panier main .card_panier-infos > * {
  margin: 8px 0;
}
#page_panier main .card_panier-supprimer {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 24px;
  height: 24px;
  margin: 0;
  cursor: pointer;
}
#page_panier main .card_panier-stock {
  font-weight: 600;
}
#page_panier main .card_panier-titre {
  font-weight: 700;
  color: var(--couleur-principale);
}
#page_panier main .card_panier-quantite input {
  width: 60px;
  padding: 8px;
  border-radius: 8px;
  border: 1px solid var(--couleur-principale);
}
#page_panier main .card_panier-prix_unitaire {
  font-size: 12px;
  font-weight: 500;
}
#page_panier main .card_panier-prix_unitaire span {
  font-weight: 700;
}
#page_panier main .card_panier-prix {
  font-size: 16px;
}
#page_panier main .card_panier-declinaisons {
  font-size: 14px;
  font-weight: 500;
  color: var(--Content-3);
}
#page_panier main .card_panier-declinaisons .declinaison_type {
  margin-right: 4px;
}
#page_panier main .card_panier-footer {
  margin-top: 16px;
  padding-top: 17px;
  background: url("/shop/images/dash_border.svg") repeat-x;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
}
#page_panier main .card_panier .commentaire {
  padding: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: var(--couleur-bg-erreur);
  color: var(--couleur-erreur);
  font-size: 12px;
  font-weight: 500;
  width: fit-content;
}
#page_panier main .card_panier .commentaire:before {
  content: "";
  background: url("/shop/images/erreur.svg") no-repeat center;
  background-size: contain;
  width: 16px;
  height: 16px;
}
#page_panier main .panier_totaux {
  margin-top: 32px;
}
#page_panier main .panier_totaux input {
  padding: 8px;
  border-radius: 8px;
  width: 100%;
  height: 36px;
}
#page_panier main .panier_totaux-titre {
  color: var(--couleur-principale);
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 16px;
}
#page_panier main .panier_totaux-bg_blanc {
  padding: 16px;
  background-color: white;
  border-radius: 8px;
  margin-bottom: 8px;
}
#page_panier main .panier_totaux-ligne {
  font-size: 16px;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  gap: 8px;
  text-align: start;
}
#page_panier main .panier_totaux-ligne:nth-last-child(1) {
  margin-bottom: 0;
}
#page_panier main .panier_totaux-commander button {
  width: 100%;
  padding: 16px;
  height: auto;
  margin-top: 16px;
}
#page_panier main .panier_totaux .erreur {
  color: var(--couleur-erreur);
  font-weight: 400;
  display: block;
}
#page_panier main .panier_totaux .net_a_payer {
  font-size: 20px;
  text-align: right;
  font-weight: 800;
}

#page_commande,
#page_facture,
#page_commande_fournisseur {
  background-color: #fff;
}
#page_commande main,
#page_facture main,
#page_commande_fournisseur main {
  width: 1000px;
  min-height: 1200px;
}
#page_commande main h1,
#page_facture main h1,
#page_commande_fournisseur main h1 {
  background-color: #E3C47F;
  padding: 10px;
  color: #fff;
  font-size: 18px;
}
#page_commande main h2,
#page_facture main h2,
#page_commande_fournisseur main h2 {
  background-color: #E3C47F;
  padding: 8px 10px;
  color: #fff;
  font-size: 16px;
}
#page_commande main .entete,
#page_facture main .entete,
#page_commande_fournisseur main .entete {
  page-break-inside: avoid;
  padding-top: 40px;
  font-size: 16px;
  line-height: 24px;
}
#page_commande main .entete .label,
#page_facture main .entete .label,
#page_commande_fournisseur main .entete .label {
  font-size: 13px;
  padding-top: 2px;
}
#page_commande main .entete .livraison,
#page_facture main .entete .livraison,
#page_commande_fournisseur main .entete .livraison {
  font-weight: 700;
}
#page_commande main .commercant,
#page_facture main .commercant,
#page_commande_fournisseur main .commercant {
  page-break-inside: avoid;
  margin-bottom: 30px;
}
#page_commande main .commercant .logo,
#page_facture main .commercant .logo,
#page_commande_fournisseur main .commercant .logo {
  text-align: center;
}
#page_commande main .commercant .logo img,
#page_facture main .commercant .logo img,
#page_commande_fournisseur main .commercant .logo img {
  max-width: 100px;
}
#page_commande main .commercant .infos,
#page_facture main .commercant .infos,
#page_commande_fournisseur main .commercant .infos {
  font-size: 16px;
  min-height: 80px;
}
#page_commande main .commercant .infos .enseigne,
#page_facture main .commercant .infos .enseigne,
#page_commande_fournisseur main .commercant .infos .enseigne {
  font-weight: 700;
}
#page_commande main .commentaires,
#page_facture main .commentaires,
#page_commande_fournisseur main .commentaires {
  page-break-inside: avoid;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 10px;
}
#page_commande main .commentaires section.commentaire_client > div,
#page_commande main .commentaires section.commentaire_vendeur > div,
#page_facture main .commentaires section.commentaire_client > div,
#page_facture main .commentaires section.commentaire_vendeur > div,
#page_commande_fournisseur main .commentaires section.commentaire_client > div,
#page_commande_fournisseur main .commentaires section.commentaire_vendeur > div {
  border-top: 1px solid #e5e5e5;
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 5px;
}
#page_commande main .commentaires section.commentaire_client > div label,
#page_commande main .commentaires section.commentaire_vendeur > div label,
#page_facture main .commentaires section.commentaire_client > div label,
#page_facture main .commentaires section.commentaire_vendeur > div label,
#page_commande_fournisseur main .commentaires section.commentaire_client > div label,
#page_commande_fournisseur main .commentaires section.commentaire_vendeur > div label {
  display: block;
  font-weight: 700;
}
#page_commande main .adresses,
#page_facture main .adresses,
#page_commande_fournisseur main .adresses {
  margin: 10px;
  page-break-inside: avoid;
}
#page_commande main .adresses .adresse_livraison,
#page_commande main .adresses .adresse_facturation,
#page_facture main .adresses .adresse_livraison,
#page_facture main .adresses .adresse_facturation,
#page_commande_fournisseur main .adresses .adresse_livraison,
#page_commande_fournisseur main .adresses .adresse_facturation {
  border: 1px solid #E3C47F;
  border-top: 0;
  min-height: 150px;
  font-size: 14px;
  padding: 0;
}
#page_commande main .adresses .adresse_livraison .details,
#page_commande main .adresses .adresse_facturation .details,
#page_facture main .adresses .adresse_livraison .details,
#page_facture main .adresses .adresse_facturation .details,
#page_commande_fournisseur main .adresses .adresse_livraison .details,
#page_commande_fournisseur main .adresses .adresse_facturation .details {
  padding: 10px;
}
#page_commande main .adresses .adresse_livraison .details .enseigne,
#page_commande main .adresses .adresse_facturation .details .enseigne,
#page_facture main .adresses .adresse_livraison .details .enseigne,
#page_facture main .adresses .adresse_facturation .details .enseigne,
#page_commande_fournisseur main .adresses .adresse_livraison .details .enseigne,
#page_commande_fournisseur main .adresses .adresse_facturation .details .enseigne {
  font-weight: 700;
}
#page_commande main .adresses .adresse_livraison,
#page_facture main .adresses .adresse_livraison,
#page_commande_fournisseur main .adresses .adresse_livraison {
  margin-left: -10px;
  margin-right: 10px;
}
#page_commande main .adresses .adresse_facturation,
#page_facture main .adresses .adresse_facturation,
#page_commande_fournisseur main .adresses .adresse_facturation {
  margin-left: 10px;
  margin-right: -10px;
}
#page_commande main .articles_headers header,
#page_facture main .articles_headers header,
#page_commande_fournisseur main .articles_headers header {
  background-color: #E3C47F;
  padding: 4px 10px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
}
#page_commande main .articles_headers header.prix_unitaire, #page_commande main .articles_headers header.quantite,
#page_facture main .articles_headers header.prix_unitaire,
#page_facture main .articles_headers header.quantite,
#page_commande_fournisseur main .articles_headers header.prix_unitaire,
#page_commande_fournisseur main .articles_headers header.quantite {
  text-align: right;
}
#page_commande main .articles,
#page_facture main .articles,
#page_commande_fournisseur main .articles {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
}
#page_commande main .articles .article > [class*=col-],
#page_facture main .articles .article > [class*=col-],
#page_commande_fournisseur main .articles .article > [class*=col-] {
  font-size: 14px;
}
#page_commande main .articles .article > [class*=col-] div,
#page_facture main .articles .article > [class*=col-] div,
#page_commande_fournisseur main .articles .article > [class*=col-] div {
  padding: 4px 10px;
}
#page_commande main .articles .article > [class*=col-] div.prix_unitaire, #page_commande main .articles .article > [class*=col-] div.quantite,
#page_facture main .articles .article > [class*=col-] div.prix_unitaire,
#page_facture main .articles .article > [class*=col-] div.quantite,
#page_commande_fournisseur main .articles .article > [class*=col-] div.prix_unitaire,
#page_commande_fournisseur main .articles .article > [class*=col-] div.quantite {
  text-align: right;
}
#page_commande main .frais_livraison,
#page_commande main .total_ttc,
#page_commande main .total_ht,
#page_commande main .total_tva,
#page_commande main .coupon,
#page_facture main .frais_livraison,
#page_facture main .total_ttc,
#page_facture main .total_ht,
#page_facture main .total_tva,
#page_facture main .coupon,
#page_commande_fournisseur main .frais_livraison,
#page_commande_fournisseur main .total_ttc,
#page_commande_fournisseur main .total_ht,
#page_commande_fournisseur main .total_tva,
#page_commande_fournisseur main .coupon {
  font-size: 16px;
  text-align: right;
}
#page_commande main .frais_livraison label,
#page_commande main .total_ttc label,
#page_commande main .total_ht label,
#page_commande main .total_tva label,
#page_commande main .coupon label,
#page_facture main .frais_livraison label,
#page_facture main .total_ttc label,
#page_facture main .total_ht label,
#page_facture main .total_tva label,
#page_facture main .coupon label,
#page_commande_fournisseur main .frais_livraison label,
#page_commande_fournisseur main .total_ttc label,
#page_commande_fournisseur main .total_ht label,
#page_commande_fournisseur main .total_tva label,
#page_commande_fournisseur main .coupon label {
  display: block;
}
#page_commande main .net_a_payer,
#page_facture main .net_a_payer,
#page_commande_fournisseur main .net_a_payer {
  font-size: 18px;
  text-align: right;
  font-weight: 700;
}
#page_commande main .net_a_payer label,
#page_facture main .net_a_payer label,
#page_commande_fournisseur main .net_a_payer label {
  display: block;
}
#page_commande footer,
#page_facture footer,
#page_commande_fournisseur footer {
  width: 1000px;
  margin: auto;
  text-align: center;
  font-size: 14px;
  padding: 3px;
}

#page_connexion main,
#page_motdepasse main {
  padding-top: 70px;
}

#page_connexion_google .erreur {
  text-align: center;
  font-size: 20px;
  margin: 45px 10px 90px;
  color: #dc0000;
}
#page_connexion_google .erreur:empty {
  display: none;
}

#page_sondage main form label {
  cursor: pointer;
}
#page_sondage main p {
  line-height: 120%;
}
#page_sondage main input[name=p_detail] {
  display: block;
  margin-left: 28px;
}
#page_sondage main .message {
  text-align: center;
  color: #000;
  font-size: 30px;
  padding-top: 45px;
}
#page_sondage main .erreur {
  color: red;
}
#page_sondage main .input {
  align-items: center;
  padding: 10px 0;
}

.section_article h2, .section_article .sous-titre, .section_article .titre {
  text-align: start;
  font-family: montserrat, sans-serif;
}
.section_article .titre {
  font-size: 40px;
  font-weight: 800;
  line-height: normal;
}
@media all and (max-width: 1199px) {
  .section_article .titre {
    font-size: 24px;
  }
}
.section_article .sous-titre {
  font-size: 18px;
  line-height: 133%;
}
.section_article .black {
  font-weight: 800;
}
.section_article .texte-gris, .section_article .billet .more-infos p {
  color: var(--Content-3);
}
.section_article .texte-petit {
  font-size: 12px;
}
.section_article .card-hero {
  height: fit-content;
  background-color: lightgray;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.section_article .card-hero-background {
  height: 485px;
  width: 100%;
  -webkit-backdrop-filter: blur(70px);
  backdrop-filter: blur(70px);
}
@media all and (max-width: 1199px) {
  .section_article .card-hero-background {
    height: 390px;
  }
}
.section_article .card-hero img {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-width: 424px;
}
@media all and (max-width: 767px) {
  .section_article .card-hero img {
    max-width: 338px;
  }
}
.section_article .billet {
  border: 1px solid #E3E3E3;
  padding: 8px;
  gap: 8px;
}
.section_article .billet .more-button {
  font-family: montserrat, sans-serif;
  color: var(--couleur-lien);
  background: transparent;
  border: none;
  padding: 0;
}
.section_article .billet .compteur {
  gap: 9px;
}
.section_article .billet .compteur .input-number {
  width: 55px;
  padding: 0;
  border: none;
  background: transparent;
  font-size: 16px;
  -moz-appearance: textfield;
}
.section_article .billet .compteur .input-number::-webkit-outer-spin-button, .section_article .billet .compteur .input-number::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.section_article .billet .compteur button {
  width: 32px;
  height: 32px;
  transition: all 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 50%;
  background-color: var(--couleur-action-opacity);
}
@media (hover: hover) and (pointer: fine) {
  .section_article .billet .compteur button:hover {
    filter: brightness(90%);
  }
}
.section_article .total {
  background-color: var(--couleur-bg-1);
}

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