.elementor-2422 .elementor-element.elementor-element-8d2f748{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:30px;--padding-bottom:30px;--padding-left:0px;--padding-right:0px;}.elementor-2422 .elementor-element.elementor-element-8d2f748:not(.elementor-motion-effects-element-type-background), .elementor-2422 .elementor-element.elementor-element-8d2f748 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-secondary );}.elementor-2422 .elementor-element.elementor-element-72731d8{--display:flex;}.elementor-2422 .elementor-element.elementor-element-e5cc07c{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + -15px) 0px;text-align:start;}.elementor-2422 .elementor-element.elementor-element-e5cc07c .elementor-heading-title{font-family:"Outfit", Sans-serif;font-size:16px;font-weight:500;text-transform:uppercase;font-style:normal;text-decoration:none;line-height:1.5em;letter-spacing:0px;word-spacing:0em;color:#FFFFFF;}.elementor-2422 .elementor-element.elementor-element-51d1c3bd{text-align:start;}.elementor-2422 .elementor-element.elementor-element-51d1c3bd .elementor-heading-title{font-family:"Outfit", Sans-serif;font-size:36px;font-weight:600;text-transform:none;font-style:normal;text-decoration:none;line-height:1.2em;letter-spacing:0px;word-spacing:0em;color:#FFFFFF;}.elementor-2422 .elementor-element.elementor-element-4eda9a7{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-2422 .elementor-element.elementor-element-2d12bb2{text-align:end;}.elementor-2422 .elementor-element.elementor-element-61d89f35{--display:flex;--min-height:300px;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:stretch;--gap:10px 10px;--row-gap:10px;--column-gap:10px;--padding-top:5%;--padding-bottom:5%;--padding-left:8%;--padding-right:8%;}.elementor-2422 .elementor-element.elementor-element-7148afd.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-2422 .elementor-element.elementor-element-e66ee7e.elementor-wc-products ul.products li.product{text-align:left;}.elementor-2422 .elementor-element.elementor-element-e66ee7e.elementor-wc-products .attachment-woocommerce_thumbnail{margin-bottom:0px;}.elementor-2422 .elementor-element.elementor-element-e66ee7e.elementor-wc-products ul.products li.product span.onsale{display:block;}@media(min-width:768px){.elementor-2422 .elementor-element.elementor-element-8d2f748{--content-width:1340px;}.elementor-2422 .elementor-element.elementor-element-72731d8{--width:50%;}.elementor-2422 .elementor-element.elementor-element-4eda9a7{--width:50%;}.elementor-2422 .elementor-element.elementor-element-61d89f35{--content-width:1350px;}}@media(max-width:1024px){.elementor-2422 .elementor-element.elementor-element-e5cc07c .elementor-heading-title{font-size:14px;}.elementor-2422 .elementor-element.elementor-element-51d1c3bd .elementor-heading-title{font-size:45px;}.elementor-2422 .elementor-element.elementor-element-61d89f35{--padding-top:10%;--padding-bottom:10%;--padding-left:5%;--padding-right:5%;}.elementor-2422 .elementor-element.elementor-element-e66ee7e.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}@media(max-width:767px){.elementor-2422 .elementor-element.elementor-element-51d1c3bd .elementor-heading-title{font-size:28px;line-height:1.1em;}.elementor-2422 .elementor-element.elementor-element-61d89f35{--min-height:0px;--padding-top:15%;--padding-bottom:15%;--padding-left:5%;--padding-right:5%;}.elementor-2422 .elementor-element.elementor-element-e66ee7e.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}/* Start custom CSS for wc-archive-products, class: .elementor-element-e66ee7e *//* ── GRILLE ── */
ul.products.elementor-grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 20px !important;
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
}

/* ── CARTE ── */
ul.products.elementor-grid li.product {
  background: #FFFFFF !important;
  border: 1px solid #DDE3EC !important;
  border-radius: 8px !important;
  overflow: hidden !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  transition: box-shadow .22s, transform .22s !important;
  position: relative !important;
}

ul.products.elementor-grid li.product:hover {
  box-shadow: 0 6px 24px rgba(13,27,42,.10) !important;
  transform: translateY(-2px) !important;
}

/* ── LIEN ── */
ul.products.elementor-grid li.product a.woocommerce-loop-product__link {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 !important;
  text-decoration: none !important;
  color: inherit !important;
}

/* ── IMAGE ── */
ul.products.elementor-grid li.product img {
  width: 100% !important;
  aspect-ratio: 4/3 !important;
  object-fit: cover !important;
  background: transparent !important;
  padding: 0 !important;
  display: block !important;
  transition: transform .3s !important;
}

ul.products.elementor-grid li.product:hover img {
  transform: scale(1.03) !important;
}

/* ── BADGE PROMO ── */
ul.products.elementor-grid li.product .onsale {
  position: absolute !important;
  top: 10px !important;
  right: 10px !important;
  left: auto !important;
  background: #F4A623 !important;
  color: #0D1B2A !important;
  font-family: 'Outfit', sans-serif !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: .07em !important;
  text-transform: uppercase !important;
  padding: 4px 9px !important;
  border-radius: 3px !important;
  min-height: unset !important;
  min-width: unset !important;
  line-height: 1.4 !important;
}

/* ── BODY ── */
ul.products.elementor-grid li.product h2.woocommerce-loop-product__title {
  font-family: 'Outfit', sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #0D1B2A !important;
  line-height: 1.4 !important;
  padding: 16px 16px 8px !important;
  margin: 0 !important;
  flex: 1 !important;
}

/* ── PRIX ── */
ul.products.elementor-grid li.product .price {
  display: block !important;
  font-family: 'Outfit', sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #0D1B2A !important;
  padding: 4px 16px 4px !important;
  margin: 0 !important;
  line-height: 1.3 !important;
}

ul.products.elementor-grid li.product .price del {
  font-size: 13px !important;
  font-weight: 400 !important;
  color: #6B7A8D !important;
  margin-right: 6px !important;
  opacity: 1 !important;
  display: inline !important;
}

ul.products.elementor-grid li.product .price ins {
  text-decoration: none !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #0D1B2A !important;
}

/* HTVA label */
ul.products.elementor-grid li.product .price::after {
  content: 'Prix HTVA' !important;
  display: block !important;
  font-family: 'Outfit', sans-serif !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  color: #6B7A8D !important;
  margin-top: 2px !important;
}

/* ── BOUTON ── */
ul.products.elementor-grid li.product a.button {
  display: block !important;
  text-align: center !important;
  background: #0D1B2A !important;
  color: #fff !important;
  border-radius: 0 0 8px 8px !important;
  padding: 13px 16px !important;
  font-family: 'Outfit', sans-serif !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  border: none !important;
  transition: background .2s !important;
  margin: 16px 0 0 0 !important;
  width: 100% !important;
}

ul.products.elementor-grid li.product a.button:hover {
  background: #1B5FC1 !important;
}

/* ── RESULT COUNT ── */
.woocommerce-result-count {
  font-family: 'Outfit', sans-serif !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  color: #6B7A8D !important;
  margin-bottom: 20px !important;
}

/* ── ORDERING ── */
.woocommerce-ordering select {
  padding: 8px 32px 8px 12px !important;
  border: 1.5px solid #DDE3EC !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #0D1B2A !important;
  font-family: 'Outfit', sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  appearance: none !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%236B7A8D' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 12px center !important;
  cursor: pointer !important;
}

/* ── PAGINATION ── */
.woocommerce-pagination ul.page-numbers {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 48px 0 0 0 !important;
}

.woocommerce-pagination ul.page-numbers li { margin: 0 !important; }

.woocommerce-pagination ul.page-numbers a,
.woocommerce-pagination ul.page-numbers span {
  width: 36px !important;
  height: 36px !important;
  border-radius: 6px !important;
  border: 1.5px solid #DDE3EC !important;
  background: #fff !important;
  color: #0D1B2A !important;
  font-family: 'Outfit', sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
  transition: border-color .2s, background .2s !important;
}

.woocommerce-pagination ul.page-numbers a:hover { border-color: #0D1B2A !important; }

.woocommerce-pagination ul.page-numbers span.current {
  background: #1B5FC1 !important;
  border-color: #1B5FC1 !important;
  color: #fff !important;
}

.woocommerce-pagination ul.page-numbers .dots {
  border: none !important;
  background: transparent !important;
  color: #6B7A8D !important;
}

/* ── RESPONSIVE ── */
@media (max-width: 1100px) {
  ul.products.elementor-grid { grid-template-columns: repeat(3, 1fr) !important; }
}

@media (max-width: 768px) {
  ul.products.elementor-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 12px !important; }
}/* End custom CSS */