@charset "UTF-8";
:root {
  --bs-primary: #30491C;
  --bs-primary-rgb: 48, 73, 28;
  --bs-link-color: #30491C;
  --bs-link-color-rgb: 48, 73, 28;
  --bs-link-hover-color: #263A16;
  --bs-link-hover-color-rgb: 38, 58, 22;
  --hbs-primary: #30491C;
}

body {
  font-family: "Inter", sans-serif;
}

/* Exemple de classes spécifiques à shop1 */
.header-shopcustom {
  padding: 10px 0;
}

.header-bottom {
  padding: 7px 0;
  border-bottom: 2px solid #fc9f18;
  margin-bottom: 20px;
}

.header-bottom__menu-col {
  justify-content: center !important;
}

.main-menu {
  justify-content: center;
  width: 100%;
}

.main-menu__tree {
  justify-content: center;
  width: 100%;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #30491C;
  --bs-btn-border-color: #30491C;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #263A16;
  --bs-btn-hover-border-color: #263A16;
  --bs-btn-focus-shadow-rgb: 48, 73, 28;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #263A16;
  --bs-btn-active-border-color: #263A16;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #30491C;
  --bs-btn-disabled-border-color: #30491C;
}

.btn-outline-primary {
  --bs-btn-color: #30491C;
  --bs-btn-border-color: #30491C;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #30491C;
  --bs-btn-hover-border-color: #30491C;
  --bs-btn-focus-shadow-rgb: 48, 73, 28;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #30491C;
  --bs-btn-active-border-color: #30491C;
  --bs-btn-disabled-color: #30491C;
  --bs-btn-disabled-border-color: #30491C;
}

.form-check-input:checked {
  background-color: #30491C;
  border-color: #30491C;
}

.page-link,
.text-primary {
  color: #30491C !important;
}

.page-item.active .page-link,
.bg-primary {
  background-color: #30491C !important;
  border-color: #30491C !important;
}

#footer .footer__after {
  background-color: #30491C;
  color: #fff;
  padding: 12px 0 6px;
  text-align: center;
}
#footer .footer__after .footer-reassurance {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 24px;
  margin-bottom: 4px;
  font-weight: 600;
}
#footer .footer__after .footer-reassurance span {
  display: inline-flex;
  align-items: center;
}
#footer .footer__after .footer-reassurance span:before {
  content: "✓";
  margin-right: 6px;
}
#footer .footer__after ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer .footer__after li {
  display: inline-flex;
}
#footer .footer__after a {
  color: #fff;
  display: inline-block;
  padding: 8px 12px;
  text-decoration: none;
}
#footer .footer__after a:hover {
  color: #fff;
  text-decoration: underline;
}
#footer .footer__main {
  display: none;
}

#second-product-tab {
  display: none;
}

.pagination-container {
  display: none;
}

#wrapper .breadcrumb__wrapper {
  display: none;
}

.main-menu__tree > li > a {
  color: #30491C !important;
  margin: 0 7px;
  background: #efefef;
  border-radius: 7px;
  padding: 10px;
}

.product-miniature__prices {
  color: #fc9f18;
}

.checkout__steps--current .checkout__steps__number {
  background: #fc9f18;
}

.payment__list {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 8px;
}

.payment__option {
  width: 100%;
  display: inline-flex;
  align-items: center;
  background: #fff;
  padding: 12px 16px;
  cursor: pointer;
}
.payment__option .form-check-label {
  width: auto;
  padding: 0;
  margin: 0;
  gap: 12px;
  display: inline-flex !important;
  align-items: center;
}
.payment__option .form-check-input {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  accent-color: #fc9f18;
  flex-shrink: 0;
}
.payment__option .ps_checkout-mark {
  display: inline-flex !important;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}
.payment__option .ps_checkout-mark img.cards-logo {
  height: 22px;
}

.js-payment-option-form {
  flex-basis: 100%;
  margin: 0 0 12px 44px;
}
.js-payment-option-form .alert {
  margin-top: 10px;
}

@media (max-width: 575.98px) {
  .payment__option {
    width: 100%;
  }
  .payment__option .form-check-label {
    flex-wrap: wrap;
    gap: 8px;
  }
  .js-payment-option-form {
    margin-left: 32px;
  }
}