.elementor-980 .elementor-element.elementor-element-a236631 img{border-radius:8px 8px 8px 8px;}.elementor-980 .elementor-element.elementor-element-a3630e2.elementor-wc-products ul.products li.product{text-align:center;--button-align-display:flex;--button-align-direction:column;--button-align-justify:space-between;}.elementor-980 .elementor-element.elementor-element-a3630e2.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-980 .elementor-element.elementor-element-a3630e2.elementor-wc-products .attachment-woocommerce_thumbnail{border-style:none;}.elementor-980 .elementor-element.elementor-element-a3630e2.elementor-wc-products ul.products li.product .button{margin-top:0px;}.elementor-980 .elementor-element.elementor-element-a3630e2.elementor-wc-products ul.products li.product span.onsale{display:block;}.elementor-980 .elementor-element.elementor-element-bcce59d.elementor-wc-products ul.products li.product{text-align:center;--button-align-display:flex;--button-align-direction:column;--button-align-justify:space-between;}.elementor-980 .elementor-element.elementor-element-bcce59d.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-980 .elementor-element.elementor-element-bcce59d.elementor-wc-products .attachment-woocommerce_thumbnail{border-style:none;}.elementor-980 .elementor-element.elementor-element-bcce59d.elementor-wc-products ul.products li.product .button{margin-top:0px;}.elementor-980 .elementor-element.elementor-element-bcce59d.elementor-wc-products ul.products li.product span.onsale{display:block;}@media(max-width:1024px){.elementor-980 .elementor-element.elementor-element-a3630e2.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-980 .elementor-element.elementor-element-bcce59d.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}@media(max-width:767px){.elementor-980 .elementor-element.elementor-element-a3630e2.elementor-wc-products ul.products li.product{text-align:center;}.elementor-980 .elementor-element.elementor-element-a3630e2.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-980 .elementor-element.elementor-element-bcce59d.elementor-wc-products ul.products li.product{text-align:center;}.elementor-980 .elementor-element.elementor-element-bcce59d.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}/* Start custom CSS for woocommerce-products, class: .elementor-element-a3630e2 */ul.products.elementor-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 18px !important;
  margin: 0 !important;
  padding: 0 !important;
}

ul.products.elementor-grid li.product {
  margin: 0 !important;
  padding: 12px !important;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(11, 38, 84, 0.07);
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

ul.products.elementor-grid li.product:hover {
  border-color: #3da6d5;
  box-shadow: 0 8px 22px rgba(11, 38, 84, 0.12);
}

/* Conserve toujours l'image originale visible */
ul.products.elementor-grid li.product figure {
  width: 100% !important;
  margin: 0 0 13px !important;
  overflow: hidden;
  background: #f7f9fc;
  border-radius: 9px;
}

ul.products.elementor-grid .ct-media-container {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  padding: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
}

ul.products.elementor-grid .ct-media-container img {
  position: static !important;
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
  object-fit: contain !important;
  transform: none !important;
}

ul.products.elementor-grid .woocommerce-loop-product__title {
  margin: 0 0 8px !important;
  color: #0b2654 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
}

ul.products.elementor-grid .woocommerce-loop-product__title a {
  color: inherit !important;
  text-decoration: none !important;
}

ul.products.elementor-grid .price {
  display: block !important;
  margin: 0 0 8px !important;
  color: #075090 !important;
  font-size: 18px !important;
  font-weight: 800 !important;
}

ul.products.elementor-grid .entry-meta {
  margin: 0 0 10px !important;
  padding: 0 !important;
  color: #6d7888;
  font-size: 12px;
  list-style: none !important;
}

ul.products.elementor-grid .entry-meta a {
  color: #6d7888 !important;
  text-decoration: none !important;
}

ul.products.elementor-grid .ct-woo-card-actions {
  position: static !important;
  display: block !important;
  width: 100% !important;
  margin-top: 10px !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

ul.products.elementor-grid .button {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 11px 8px !important;
  color: #fff !important;
  background: #0b2654 !important;
  border-radius: 8px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  text-align: center;
  text-decoration: none !important;
}

ul.products.elementor-grid .button:hover {
  background: #075090 !important;
}

@media (max-width: 1024px) {
  ul.products.elementor-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 767px) {
  ul.products.elementor-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  ul.products.elementor-grid li.product {
    padding: 9px !important;
  }

  ul.products.elementor-grid .woocommerce-loop-product__title {
    font-size: 13px !important;
  }

  ul.products.elementor-grid .price {
    font-size: 15px !important;
  }
}/* End custom CSS */
/* Start custom CSS for woocommerce-products, class: .elementor-element-bcce59d */ul.products.elementor-grid {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 18px !important;
  margin: 0 !important;
  padding: 0 !important;
}

ul.products.elementor-grid li.product {
  margin: 0 !important;
  padding: 12px !important;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(11, 38, 84, 0.07);
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

ul.products.elementor-grid li.product:hover {
  border-color: #3da6d5;
  box-shadow: 0 8px 22px rgba(11, 38, 84, 0.12);
}

/* Conserve toujours l'image originale visible */
ul.products.elementor-grid li.product figure {
  width: 100% !important;
  margin: 0 0 13px !important;
  overflow: hidden;
  background: #f7f9fc;
  border-radius: 9px;
}

ul.products.elementor-grid .ct-media-container {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  padding: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
}

ul.products.elementor-grid .ct-media-container img {
  position: static !important;
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
  object-fit: contain !important;
  transform: none !important;
}

ul.products.elementor-grid .woocommerce-loop-product__title {
  margin: 0 0 8px !important;
  color: #0b2654 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
}

ul.products.elementor-grid .woocommerce-loop-product__title a {
  color: inherit !important;
  text-decoration: none !important;
}

ul.products.elementor-grid .price {
  display: block !important;
  margin: 0 0 8px !important;
  color: #075090 !important;
  font-size: 18px !important;
  font-weight: 800 !important;
}

ul.products.elementor-grid .entry-meta {
  margin: 0 0 10px !important;
  padding: 0 !important;
  color: #6d7888;
  font-size: 12px;
  list-style: none !important;
}

ul.products.elementor-grid .entry-meta a {
  color: #6d7888 !important;
  text-decoration: none !important;
}

ul.products.elementor-grid .ct-woo-card-actions {
  position: static !important;
  display: block !important;
  width: 100% !important;
  margin-top: 10px !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

ul.products.elementor-grid .button {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 11px 8px !important;
  color: #fff !important;
  background: #0b2654 !important;
  border-radius: 8px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  text-align: center;
  text-decoration: none !important;
}

ul.products.elementor-grid .button:hover {
  background: #075090 !important;
}

@media (max-width: 1024px) {
  ul.products.elementor-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 767px) {
  ul.products.elementor-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  ul.products.elementor-grid li.product {
    padding: 9px !important;
  }

  ul.products.elementor-grid .woocommerce-loop-product__title {
    font-size: 13px !important;
  }

  ul.products.elementor-grid .price {
    font-size: 15px !important;
  }
}/* End custom CSS */