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

:root {
  --color-primary: #B30F2F;
  --color-secondary: #C3E0E5;

  --color-dark-grey: #707070;
  --color-light-grey: #D1D1D1;

  --color-black: #010833;
  --color-white: #fbfbfb;
}

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

body{
  font-family: "Inter", sans-serif;
  color: var(--color-black);
}

* {
  box-sizing: border-box;
}

#wrapper{
  background: #fff !important;
  position: relative;
}

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

.h1, .h2, .h3{
  font-family: "Inter";
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  text-transform: none;
  color: var(--color-black);
  font-weight: 500;
}

p, p *{
  color: var(--color-black);
  font-family: "Inter";
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}

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

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

/* ----------------------- TITRE ----------------------- */

.h1{
  font-size: 2.5rem;
  line-height: 3.75rem;
}

.h2{
  font-size: 2.25rem;
  line-height: 3rem;
}

.h3{
  font-size: 1.75rem;
  line-height: 2.25rem;
}

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

.btn,
.elementor-widget-button .elementor-button{
  display: block;
  padding: 11px 30px !important;
  border: none;
  border-radius: 0px !important;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  text-transform: none !important;
  text-align: center;
  float: none !important;
  border: solid 1px;
  height: auto !important;
  box-shadow: none;
  white-space: normal;
  outline: none !important;
  margin: 0px;
}

.btn-primary,
.elementor-widget-button.elementor-button-primary .elementor-button{
  background-color: var(--color-primary) !important;
  color: var(--color-white) !important;
  border-color: var(--color-primary) !important;
}

.btn-secondary,
.elementor-widget-button.elementor-button-secondary .elementor-button{
  background-color: transparent !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,
  .elementor-widget-button.elementor-button-primary .elementor-button:active,
  .elementor-widget-button.elementor-button-primary .elementor-button:hover,
  .elementor-widget-button.elementor-button-primary .elementor-button:focus,
  .elementor-widget-button.elementor-button-primary .elementor-button:focus-visible,
  .elementor-widget-button.elementor-button-primary .elementor-button:focus-within{
    background-color: var(--color-black) !important; 
    border-color: var(--color-black) !important;
  }
  .btn-secondary:active,
  .btn-secondary:hover,
  .btn-secondary:focus,
  .btn-secondary:focus-visible,
  .btn-secondary:focus-within,
  .elementor-widget-button.elementor-button-secondary .elementor-button:active,
  .elementor-widget-button.elementor-button-secondary .elementor-button:hover,
  .elementor-widget-button.elementor-button-secondary .elementor-button:focus,
  .elementor-widget-button.elementor-button-secondary .elementor-button:focus-visible,
  .elementor-widget-button.elementor-button-secondary .elementor-button:focus-within{
    background-color: var(--color-primary) !important;
    border-color: var(--color-primary) !important;
    color: var(--color-white) !important;
  }
}

@media (max-width: 992px) {
  .btn,
  .elementor-widget-button .elementor-button{
    font-size: .875rem;
    line-height: 1.125rem;
  }
}

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

.container{
    position: relative;
    z-index: 1;
    padding-inline: 80px;
    margin-inline: auto;
    width: 100%;
}

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

@media (min-width: 993px){
    .container{
        max-width: 1780px;
    } 
}

@media (max-width: 992px) {
    .container {
        width: 100%;
        padding-inline: 36px;
    }
}

@media (max-width: 768px) { 
    .container {
        width: 100%;
        padding-inline: 20px;
    }
}

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

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

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

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

#wrapper .breadcrumb li:last-child span{
    color: var(--color-primary);
    font-weight: 700;
}

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

@media (max-width: 768px) {
  #wrapper .breadcrumb{
    display: none;
  }
}

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

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

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

.swiper-button-prev::after{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.703' height='16.115' viewBox='0 0 8.703 16.115'%3E%3Cpath id='Tracé_19' data-name='Tracé 19' d='M8.52,7.615,1.066.182a.625.625,0,0,0-.882.885l7.01,6.991L.184,15.048a.625.625,0,0,0,.882.884L8.52,8.5a.624.624,0,0,0,0-.884Z' transform='translate(8.703 16.115) rotate(180)' fill='%23010833'/%3E%3C/svg%3E%0A");
}

.swiper-button-next::after{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.703' height='16.115' viewBox='0 0 8.703 16.115'%3E%3Cpath id='Tracé_19' data-name='Tracé 19' d='M8.52,7.615,1.066.182a.625.625,0,0,0-.882.885l7.01,6.991L.184,15.048a.625.625,0,0,0,.882.884L8.52,8.5a.624.624,0,0,0,0-.884Z' fill='%23010833'/%3E%3C/svg%3E%0A");
}

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

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

.product-flags .product-flag{
  margin: 0px !important;
  width: fit-content !important;
  font-size: 13px !important;
  line-height: 16px !important;
  font-weight: bold !important;
  padding: 5px 10px !important;
  color: var(--color-white) !important;
  text-transform: none !important;
  background-color: var(--color-primary) !important;
  min-height: 0px !important;
  min-width: 0px !important;
  text-transform: uppercase !important;
  position: initial !important;
}

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

.product-flags .product-flag.out_of_stock{
  display: none !important;
}

.product-flags .product-flag.online-only::before{
  display: none !important;
}

.product-miniature .product-flags{
  position: initial;
  padding-top: 0px;
  gap: 6px;
}

@media (max-width: 768px) {
  .product-flags{
    gap: 5px;
  }
  .product-miniature .product-flags{
    top: 5px;
  }
  .product-flags .product-flag{
    font-size: .875rem !important;
    line-height: 1.125rem !important;
    padding: 4px 8px !important;
  }
}

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

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

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

.row::after{
  display: none;
}

