
/* ----------- COULEURS ----------- */

:root {
  --color-primary: #FFE500;

  --color-light-grey: #F8F8F8;
  --color-dark-grey: #959595;

  --color-black: #000;
  --color-white: #fff;
}

/* ----------------------- GLOBAL ----------------------- */

body{
  font-family: 'Source Sans Pro', sans-serif;
  color: var(--color-black);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

#wrapper{
  background: #fff !important;
  position: relative;
  /* z-index: 999; */
}

/* ----------------------- TYPOGRAPHIE ----------------------- */

/* p, p *{
  color: var(--color-black);
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

a,
p a{
  color: var(--color-primary);
  text-decoration: none;
}

@media (min-width: 993px) {
  a:focus,
  a:hover,
  p a:hover{
    color: var(--color-primary);
  }
} */

/* ----------------------- BOUTON ----------------------- */

.btn{
  display: block !important;
  padding: 9px 30px !important;
  border: none !important;
  border-radius: 8px !important;
  font-size: 16px !important;
  line-height: 22px !important;
  font-weight: 400 !important;
  text-align: center !important;
  float: none !important;
  border: solid 1px !important;
  height: auto !important;
  box-shadow: none !important;
  white-space: normal !important;
  outline: none !important;
  margin: 0px !important;
  text-transform: none !important;
}

.btn-primary{
  background-color: var(--color-primary) !important;
  color: var(--color-black) !important;
  border-color: var(--color-primary) !important;
}

.btn-secondary{
  background-color: var(--color-white) !important;
  color: var(--color-black) !important;
  border-color: var(--color-black) !important;
}

@media (min-width: 993px) {
  .btn-primary:active,
  .btn-primary:hover,
  .btn-primary:focus,
  .btn-primary:focus-visible,
  .btn-primary:focus-within{
    background-color: var(--color-black) !important; 
    border-color: var(--color-black) !important;
    color: var(--color-white) !important;
  }
  .btn-secondary:active,
  .btn-secondary:hover,
  .btn-secondary:focus,
  .btn-secondary:focus-visible,
  .btn-secondary:focus-within{

    background-color: var(--color-black) !important;
    color: var(--color-white) !important;
    border-color: var(--color-black) !important;
  }
}

/* ----------------------- CONTAINER ----------------------- */

.container,
.elementor-section.elementor-section-boxed>.elementor-container,
.elementor-section-stretched.elementor-section.elementor-section-boxed>.elementor-container{
    position: relative;
    z-index: 1;
    margin-inline: auto;
    width: 100%;
    padding-inline: 80px;
}

#content-wrapper{
  padding-inline: 0px !important;
}

@media (min-width: 993px){
  .container,
  .elementor-section.elementor-section-boxed>.elementor-container,
  .elementor-section-stretched.elementor-section.elementor-section-boxed>.elementor-container{
      max-width: 1500px;
  } 
}

@media (max-width: 1300px) {
  .container,
  .elementor-section.elementor-section-boxed>.elementor-container,
  .elementor-section-stretched.elementor-section.elementor-section-boxed>.elementor-container{
      padding-inline: 36px;
  }
}

@media (max-width: 768px) { 
  .container,
  .elementor-section.elementor-section-boxed>.elementor-container{
      padding-inline: 20px;
  }
  section:not(.elementor-section-stretched).elementor-section.elementor-section-boxed>.elementor-container{
      padding-inline: 0px;
  }
}

/* ----------------------- BREADCRUMB ----------------------- */

#wrapper .breadcrumb{
  margin-bottom: 24px;
}

#wrapper .breadcrumb a,
#wrapper .breadcrumb span{
    font-size: .75rem;
    line-height: 1rem;
    color: var(--color-black);
    text-decoration: none;
}

#wrapper .breadcrumb li::after{
    content: ">";
    margin: 0 2px;
    color: var(--color-black);
    font-size: .75rem;
    line-height: 1rem;
}

@media (min-width: 993px) {
  #wrapper .breadcrumb a:hover span{
      color: var(--color-primary);
  }
}

/* ----------------------- SWIPER ----------------------- */

.swiper-button-next, 
.swiper-button-prev{
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: solid 1px var(--color-light-grey);
}

.swiper-button-next::after, 
.swiper-button-prev::after{
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 7px;
  height: 12px;
  display: block;
}

.swiper-button-prev::after{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M-5.72205e-06 6.00025C-5.72205e-06 5.74425 0.0979939 5.48825 0.292994 5.29325L5.29299 0.29325C5.68399 -0.09775 6.31599 -0.09775 6.70699 0.29325C7.09799 0.68425 7.09799 1.31625 6.70699 1.70725L2.41399 6.00025L6.70699 10.2933C7.09799 10.6842 7.09799 11.3162 6.70699 11.7072C6.31599 12.0982 5.68399 12.0982 5.29299 11.7072L0.292994 6.70725C0.0979939 6.51225 -5.72205e-06 6.25625 -5.72205e-06 6.00025Z' fill='%234b4848'/%3E%3C/svg%3E");
}

.swiper-button-next::after{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.00025 6.00025C7.00025 5.74425 6.90225 5.48825 6.70725 5.29325L1.70725 0.29325C1.31625 -0.09775 0.68425 -0.09775 0.29325 0.29325C-0.09775 0.68425 -0.09775 1.31625 0.29325 1.70725L4.58625 6.00025L0.29325 10.2933C-0.09775 10.6842 -0.09775 11.3162 0.29325 11.7072C0.68425 12.0982 1.31625 12.0982 1.70725 11.7072L6.70725 6.70725C6.90225 6.51225 7.00025 6.25625 7.00025 6.00025Z' fill='%234b4848'/%3E%3C/svg%3E");
}

.swiper-pagination{
  top: initial !important;
  bottom: -30px !important;
}

.swiper-pagination .swiper-pagination-bullet{
  background: none;
  border: solid 1px var(--color-black);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  opacity: 1;
  margin-inline: 6px !important;
}

.swiper-pagination .swiper-pagination-bullet-active{
  background: var(--color-black);
}

.swiper-slide{
  min-height: 100%;
  display: flex;
  height: auto;
}

.swiper-slide .js-product.product {
  min-height: 100%;
}

.swiper-slide .product-miniature{
  min-height: 100%;
}

/* ----------------------- FLAGS ----------------------- */

.product-flags{
  margin-bottom: 0px;
  gap: 6px;
  z-index: 2;
}

.product-flags .product-flag{
  margin: 0px !important;
  width: fit-content !important;
  font-size: 15px !important;
  line-height: normal !important;
  font-weight: bold !important;
  padding: 4px 20px !important;
  color: var(--color-white) !important;
  text-transform: none !important;
  background-color: #06A9B7 !important;
  min-height: 0px !important;
  min-width: 0px !important;
  border-radius: 8px !important;
}

.product-flags .product-flag.discount{
  background-color: #5FB56E !important;
}

.product-flags .product-flag.out_of_stock{
  background-color: #EF8050 !important;
}

.product-flags .product-flag.category{
  background-color: var(--color-black) !important;
}

@media (max-width: 768px) {
  .product-flags .product-flag{
    font-size: 14px !important;
    padding: 4px 10px !important;
  }
}

/* ----------------------- AUTRE ----------------------- */

/* .modal-backdrop.in{
  display: none;
} */

.container > .row{
  margin-inline: 0px !important;
}

.row::after{
  display: none;
}

#cms #main #content > p,
#cms #main #content > ul{
  display: none;
}

#pagenotfound .page-not-found, 
#products .page-not-found{
    max-width: none;
}

/* ----------------------- BOUTONS DE QUANTITÉ ----------------------- */

.product-add-to-cart .product-quantity{
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.qty{
  margin: 0px !important;
}

.qty .input-group{
  position: relative !important;
}

.qty .input-group input[type="number"]{
  font-size: 16px !important;
  line-height: normal !important;
  font-weight: 600 !important;
  text-align: center !important;
  width: 64px !important;
  height: 40px !important;
  border: solid 1px var(--color-dark-grey) !important;
  border-radius: 6px !important;
  background: none !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}

.qty .input-group .input-group-btn-vertical{
  display: flex !important;
  align-items: center !important;
  flex-direction: row-reverse !important;
  gap: 84px !important;
  height: 40px !important;
}

.qty .input-group .input-group-btn-vertical .btn{
  width: 32px !important;
  height: 32px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: solid 1px var(--color-dark-grey) !important;
  padding: 0px !important;
  border-radius: 100% !important;
  background: none !important;
}

.qty .input-group .input-group-btn-vertical .btn i{
  display: none !important;
}

.qty .input-group .input-group-btn-vertical .btn::before{
  content: "";
  display: block !important;
  width: 12px !important;
  height: 12px !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}

.qty .input-group .input-group-btn-vertical .btn.bootstrap-touchspin-up::before{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 13 13'%3E%3Cg id='Groupe_82' data-name='Groupe 82' transform='translate(-4.5 -4.5)' style='isolation: isolate'%3E%3Cline id='Ligne_328' data-name='Ligne 328' y2='12' transform='translate(11 5)' fill='none' stroke='%2391959c' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3Cline id='Ligne_329' data-name='Ligne 329' x2='12' transform='translate(5 11)' fill='none' stroke='%2391959c' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.qty .input-group .input-group-btn-vertical .btn.bootstrap-touchspin-down::before{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='1' viewBox='0 0 13 1'%3E%3Cline id='Ligne_327' data-name='Ligne 327' x2='12' transform='translate(0.5 0.5)' fill='none' stroke='%23b5b8ba' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/svg%3E%0A");
}

.cart-sidebar .qty .input-group input[type="number"]{
  width: 44px !important;
  height: 30px !important;
}
.cart-sidebar .qty .input-group .input-group-btn-vertical .btn{
  width: 28px !important;
  height: 28px !important;
}
.cart-sidebar .qty .input-group .input-group-btn-vertical .btn::before{
  width: 10px !important;
  height: 10px !important;
}
.cart-sidebar .qty .input-group .input-group-btn-vertical{
  gap: 64px !important;
}

@media (max-width: 992px) {
  .qty .input-group input[type="number"]{
    width: 44px !important;
    height: 30px !important;
  }
  .qty .input-group .input-group-btn-vertical .btn{
    width: 28px !important;
    height: 28px !important;
  }
  .qty .input-group .input-group-btn-vertical .btn::before{
    width: 10px !important;
    height: 10px !important;
  }
  .qty .input-group .input-group-btn-vertical{
    gap: 64px !important;
  }
}

