/*!
 * wynstor-product-view.css
 *
 * CSS des pages fiche produit — extraction automatique selon 2 critères :
 *   1) Sélecteurs scopés body.catalog-product-view
 *   2) Sélecteurs utilisant des classes exclusives validées (grep phtml) :
 *      - .product-info-*, .product-tabs, .product-anchors, .product-header
 *      - .product-image-carousel/grid/list, .gallery-placeholder
 *      - .gamme-grid, .sticky-detail, .sticky-product
 *      - .fullwidth-custom-block, .short-custom-block
 *      - .ws-expandable-content, .ws-expandable-hidden, .ws-fade-overlay, .toggle-expand-height
 *      - .w03-tab-detail, .w03-column-block-secondary
 *      - .offermessage, .product-add-form
 *
 * Exclusions body : catalog-category-view, cms-*, checkout-*, category-design-*
 *
 * Extrait automatiquement de wynstor.css le 2026-04-10.
 * Règle d'or : seules les règles strictement scopées à la fiche produit sont migrées.
 * Les règles partagées avec d'autres templates restent dans wynstor.css.
 *
 * Chargement : head.phtml conditionnel sur catalog_product_view uniquement.
 * Snapshot de référence : ./_snapshots/wynstor.css.2026-04-10
 */

/* src line 266 */
body.catalog-product-view .gallery-placeholder {
  min-height: 400px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

/* src line 272 */
body.catalog-product-view .gallery-placeholder__image {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

@media (min-width: 992px) {
  /* src line 279 */
  body.catalog-product-view .gallery-placeholder {
    min-height: 600px;
    aspect-ratio: auto;
  }

  /* src line 283 */
  body.catalog-product-view .gallery-placeholder__image {
    aspect-ratio: auto;
    max-height: 600px;
  }

}

/* src line 288 */
body.catalog-product-view .fotorama__stage__frame .fotorama__caption {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

@media (min-width: 992px) {
  /* src line 300 */
  body.catalog-product-view .fotorama__wrap.fotorama__wrap--css3.fotorama__wrap--slide.fotorama__wrap--toggle-arrows div.fotorama__stage {
  height: 600px !important;
}

}

/* src line 304 */
body.catalog-product-view main h4,
body.catalog-product-view main h3,
body.catalog-product-view main h2 {font-family: var(--bs-font-sans-serif);color: var(--bs-body-color);}

/* src line 308 */
body.catalog-product-view main h2 {color: var(--bs-primary-text-emphasis);font-size: 2.6rem;font-weight: 600;letter-spacing: 0;margin-bottom: 3rem;margin-top: 5rem;}

/* src line 310 */
body.catalog-product-view main .product-info-video {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
}

/* src line 319 */
body.catalog-product-view main .product-info-video iframe {
  display: block;
  width: 100%;
  height: 220px;
  border-radius: var(--bs-border-radius-xxl);
  border: none;
  margin: 1.5rem auto;
  max-width: 100%;
}

@media (min-width: 769px) {
  /* src line 331 */
  body.catalog-product-view main .product-info-video iframe {
    height: 540px;
    max-width: 960px;
  }

  /* src line 335 */
  body.catalog-product-view main .product-info-video {
    margin: 0 auto;
  }

}

/* src line 1080 */
body.catalog-product-view {
  background-color: rgba(var(--bs-secondary-bg-rgb)) !important;

}

/* src line 1085 */
body.catalog-product-view nav.breadcrumbs {
  background-color: rgba(var(--bs-secondary-bg-rgb)) !important;
}

/* src line 1199 */
body.catalog-product-view .page-main {min-height: 90vh;}

/* src line 2268 */
body.catalog-product-view div.columns div.column.main div.product-info-main  fieldset.addtocart div.actions #instant-purchase {
 display:none;
}

/* src line 2274 */
body.catalog-product-view div.columns div.column.main div.product-info-main fieldset.addtocart div.actions #paypal-smart-button {
 display:none;
}

/* src line 3110 */
body.catalog-product-view div.column.main {padding-bottom: 0;}

/* src line 4148 */
body.catalog-product-view div.product-info-custom-attributes section > * {
  width: 100%;
}

/* src line 4152 */
body.catalog-product-view div.block.gamme .w03-tag-price-difference,
body.catalog-product-view div.block.upsell .w03-tag-price-difference,
body.catalog-product-view div.block.crosssell .w03-tag-price-difference,
body.catalog-product-view div.block.related .w03-tag-price-difference,
body.catalog-product-view div.block.equipement .w03-tag-price-difference {
  display: none !important;
}

/* src line 4159 */
body.catalog-product-view div.product-info-key-features,
body.catalog-product-view div.product-info-detail-functionality,
body.catalog-product-view div.product-info-video,
body.catalog-product-view div.product-info-custom-attributes,
body.catalog-product-view section.block-related-posts,
body.catalog-product-view div.product-tag-category,
body.catalog-product-view div.column.main section.faq-fiche-produit,
body.catalog-product-view div.block.gamme,
body.catalog-product-view div.block.upsell,
body.catalog-product-view div.block.crosssell,
body.catalog-product-view div.block.related,
body.catalog-product-view div.block.equipement {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  position: relative;
}

/* src line 4175 */
body.catalog-product-view div.product-info-custom-attributes {
  background-color: var(--ws-blue-020);
  min-height: 500px;
}

/* src line 4179 */
body.catalog-product-view div.product-info-key-features,
body.catalog-product-view div.product-info-detail-functionality,
body.catalog-product-view div.product-info-video,
body.catalog-product-view section.block-related-posts,
body.catalog-product-view div.product-tag-category,
body.catalog-product-view div.column.main section.faq-fiche-produit,
body.catalog-product-view div.block.gamme,
body.catalog-product-view div.block.upsell,
body.catalog-product-view div.block.crosssell,
body.catalog-product-view div.block.related,
body.catalog-product-view div.block.equipement {
  background-color: var(--ws-blue-000);
}

/* src line 4215 */
body.catalog-product-view div.block.gamme div.products div.owl-carousel div.owl-stage-outer,
body.catalog-product-view div.block.parts div.products div.owl-carousel div.owl-stage-outer,
body.catalog-product-view div.block.upsell div.products div.owl-carousel div.owl-stage-outer {
  padding: 1rem 1rem 2rem 1rem !important;
}

/* src line 4221 */
body.catalog-product-view div.block.equipement div.products-grid div.owl-carousel.owl-grab {
  cursor:default
}

/* src line 4263 */
body.catalog-product-view div.block.equipement div.products-grid div.owl-carousel div.owl-stage {
  grid-template-columns: repeat(auto-fill,370px);
  grid-auto-flow: column;
}

@media (max-width: 575px) {
  /* src line 4270 */
  body.catalog-product-view div.block.equipement div.products-grid div.owl-carousel div.owl-stage {
    grid-template-columns: repeat(auto-fill,100%);
    grid-auto-flow: row;
  }

}

/* src line 4275 */
body.catalog-product-view div.block.gamme div.products-grid div.owl-carousel div.owl-stage,
body.catalog-product-view div.block.parts div.products-grid div.owl-carousel div.owl-stage,
body.catalog-product-view div.block.upsell div.products-grid div.owl-carousel div.owl-stage {
  grid-template-columns: repeat(auto-fill,220px);
  grid-auto-flow: column;
}

/* src line 4352 */
body.catalog-product-view div.block.equipement div.products-grid div.owl-carousel div.owl-stage div.owl-item {
  min-width: 370px !important;
  max-width: 370px !important;
}

/* src line 4357 */
body.catalog-product-view div.block.gamme div.products-grid div.owl-carousel div.owl-stage div.product-item,
body.catalog-product-view div.block.parts div.products-grid div.owl-carousel div.owl-stage div.product-item,
body.catalog-product-view div.block.upsell div.products-grid div.owl-carousel div.owl-stage div.product-item {
  min-width: 220px !important;
  max-width: 220px !important;
  height: 100%;
}

/* src line 4420 */
body.catalog-product-view .sticky-product {
  position: fixed;
  top: unset;
  bottom: 0;
  z-index: 11;
  padding: 0;
  max-width: 100%;
  overflow-x: hidden;
  transition: visibility 0.3s ease, opacity 0.3s ease;
  transform: translateY(100%);
}

@media (min-width: 992px) {
  /* src line 4434 */
  body.catalog-product-view .sticky-product {
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
  }

}

/* src line 4439 */
body.catalog-product-view .sticky-product .sticky-detail,
body.catalog-product-view .sticky-product .sticky-image {
  margin-right: 0;
}

/* src line 4467 */
body.catalog-product-view .sticky-show {
  animation: slideInUp 0.4s ease forwards;
  visibility: visible !important;
}

/* src line 4472 */
body.catalog-product-view .sticky-hide {
  animation: slideOutDown 0.4s ease forwards;
  visibility: hidden !important;
}

/* src line 5093 */
body.catalog-product-view  div.block.related div.products-grid div.product-item div.product-item-info div.product-item-details div.w03-related.product-info-attribut {
  grid-area:w03relatedproductinfoattribut;
}

/* src line 5164 */
body.catalog-product-view div.product-info-bloc1-tag div.w03-tag.primary {
  font-size: var(--ws-x);
}

/* src line 5168 */
body.catalog-product-view div.product-info-bloc1-tag div.w03-tag.primary  h2 {
  font-family: Poppins, 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin:0;
  letter-spacing : 0;
}

/* src line 5238 */
body.catalog-product-view div.product-info-bloc1-tag span.w03-designation-complementaire {
  display: none;
}

/* src line 5744 */
body.catalog-product-view .w03-separator-onepagecheckout {
  display: none !important;
}

/* src line 5748 */
body.catalog-product-view .footer-checkout-payment-content-1 {
  margin-top: 1rem !important;
}

/* src line 5812 */
body.catalog-product-view div.product-info-price div.price-box span.price-container span.price-including-tax {
  font-size: 2.4rem;
}

/* src line 5859 */
body.catalog-product-view div.product-info-price div.price-box span.price-container span.price-including-tax span.price {
  font-size: 2.4rem;
}

/* src line 5896 */
body.catalog-product-view div.product-info-price div.price-box span.price-container span.price-excluding-tax {
  display: flex;
  
  column-gap: 0.2rem;
  font-size: var(--ws-x);
  margin: 0;
}

/* src line 5948 */
body.catalog-product-view div.product-info-price div.price-box span.price-container span.price-excluding-tax span.price {
font-size: var(--ws-2xl);
}

/* src line 5967 */
body.catalog-product-view div.product-info-price div.price-box span.old-price {
  font-size: var(--ws-x);
}

/* src line 6185 */
body.catalog-product-view div.columns {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}

/* src line 6193 */
body.catalog-product-view div.columns div.column.main {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 1.5rem;
  margin-top: 1rem;
}

@media (min-width: 992px) {
  /* src line 6202 */
  body.catalog-product-view div.columns div.column.main {
    margin-top: 2rem;
  }

}

/* src line 6206 */
.catalog-product-view div.column.main > * {
  grid-column: span 12;
}

/* src line 6209 */
body.catalog-product-view div.column.main div.product-header {
  grid-column: span 12;
  grid-row: 1 / span 1;
  order: 1;
}

/* src line 6214 */
body.catalog-product-view div.column.main div.product.media {
  grid-column: span 12;
  grid-row: 2 / span 1;
  order: 2;

}

/* src line 6221 */
body.catalog-product-view div.column.main div.product-info-parts {
  grid-column: span 12;
  grid-row: 3 / span 1;
  order: 3;
}

/* src line 6227 */
body.catalog-product-view div.column.main div.product-info-custom-attributes {
  grid-column: span 12;
  order: 5;
}

/* src line 6232 */
body.catalog-product-view div.column.main div.product-info-main {
  grid-column: span 12;
  order: 4;
}

@media (min-width: 992px) {
  /* src line 6239 */
  body.catalog-product-view div.column.main div.product.media {
    grid-column: span 6;
    order: 1;
    grid-row: 1 / span 4;
  }

  /* src line 6247 */
  body.catalog-product-view div.column.main div.product-header {
    grid-column: 7 / span 6;
    order: 2;
    grid-row: 1;
  }

  /* src line 6254 */
  body.catalog-product-view div.column.main div.product-info-custom-attributes {
    order: 5;
  }

  /* src line 6259 */
  body.catalog-product-view div.column.main div.product-info-parts {
    grid-column: 7 / span 6;
    order: 3;
    grid-row: 2;
  }

}

/* src line 6265 */
body.catalog-product-view #pay-later {
min-height: 2.72rem;
}

@media (min-width: 992px) {
  /* src line 6269 */
  body.catalog-product-view div.column.main div.product-info-main {
    grid-column: 7 / span 6;
    order: 4;
    grid-row: 3 / span 2;
  }

}

/* src line 6275 */
body.catalog-product-view div.column.main div.equipement {
  order: 6;
}

/* src line 6278 */
body.catalog-product-view div.column.main div.block.related {
  order: 7;
}

/* src line 6281 */
body.catalog-product-view main .product-info-video {
  order: 8;
}

/* src line 6285 */
body.catalog-product-view div.column.main div.product-info-key-features {
  order: 9;
}

/* src line 6289 */
body.catalog-product-view div.column.main div.product-info-detail-functionality {
  order: 10;
}

/* src line 6292 */
body.catalog-product-view div.column.main div.block.upsell {
  order: 11;
}

/* src line 6296 */
body.catalog-product-view div.column.main section.faq-fiche-produit {
  order: 12;
}

/* src line 6299 */
body.catalog-product-view div.column.main div.block.gamme {
  order: 13;
}

/* src line 6302 */
body.catalog-product-view div.column.main div.product-tag-category {
  order: 14;
}

/* src line 6305 */
body.catalog-product-view div.column.main section.block-related-posts {
  order: 15;
}

/* src line 6308 */
body.catalog-product-view div.column.main div.product-info-parts {
min-height: 9.16rem;
}

/* src line 6312 */
body.catalog-product-view div.column.main div.product-info-price {
  flex: 0 0 auto;
  width: 50%;
  order: 1 !important;
}

/* src line 6318 */
body.catalog-product-view div.column.main form.product-add-form {
  flex: 0 0 auto;
  width: 100%;
  order: 4 !important;
  margin-top: 1.5rem;
}

/* src line 6324 */
body.catalog-product-view div.column.main .short-descr-text p {
  line-height: 1.6;
  }

/* src line 6327 */
body.catalog-product-view .products-labels {left:0;}

/* src line 6329 */
.product-tabs-container.has-sticky-header.has-mobile-sticky-header {display: none;}

@media (min-width: 768px) {
  /* src line 6381 */
  body.catalog-product-view div.columns div.column.main div.product-header {
  
    justify-content: space-between;
    align-items: start;
    
  }

}

/* src line 6388 */
body.catalog-product-view .product-info-brand {
  text-align: right;
}

/* src line 6394 */
body.catalog-product-view a.product-info-brand img {
  max-height: 5.5rem;
  max-width: 8.5rem;
}

@media (min-width: 992px) {
  /* src line 6400 */
  body.catalog-product-view a.product-info-brand img {
  max-height: 5.5rem;
  max-width: 12rem;
}

}

/* src line 6436 */
body.catalog-product-view div.block.related div.products-grid div.product-item div.product-item-info div.product-item-details div.w03-related.product-info-code {
  grid-area:w03relatedproductinfocode;
}

/* src line 6440 */
body.catalog-product-view div.block.equipement div.products-grid div.product-item div.product-item-info div.product-item-details div.w03-equipement.product-info-code {
  grid-area:w03equipementproductinfocode;
}

/* src line 6452 */
body.catalog-product-view div.product.media {
   
   width:100%;
   margin:0;
   position: relative;
   padding-right: 3rem;
   margin-bottom : 3rem;
}

/* src line 6462 */
body.catalog-product-view  div.product.media .fotorama__nav-wrap .fotorama_vertical_ratio.fotorama__thumb {
    background-color: var(--ws-white);
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}

/* src line 6472 */
body.catalog-product-view div.product.media .fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
  border-radius: 8px;
  border: 1px solid var(--ws-gray-400) !important;
  box-sizing: border-box;
}

/* src line 6478 */
body.catalog-product-view div.product.media .fotorama__thumb-border {
  border: none;
  border-radius: 8px;
}

/* src line 6483 */
body.catalog-product-view div.product-info-main {
  display:flex;
  flex-direction: column;
  row-gap: 3rem;
  width:100%;
  margin:0;
  font-family: Poppins, 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: var(--ws-gray-900);
}

/* src line 6493 */
body.catalog-product-view  div.product.info.detailed div.product.data.items div.data.item.content ul.w03-tab-detruit_aussi {
    border-radius: 8px;
    background: var(--ws-gray-150);
    padding: 1rem;
  }

/* src line 6500 */
body.catalog-product-view div.product-info-bloc1-tag {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: center;
  gap: 2rem;
  padding: 0;
  font-size: var(--ws-x);
  font-style: normal;
  font-weight: 400;
  color: var(--ws-gray-700);
}

/* src line 6535 */
body.catalog-product-view div.product-info-price {
  
  
 
  margin-bottom: 0;
  
  font-size: var(--ws-x);
  line-height: 1;
  font-weight: 600;
  position: relative;
}

/* src line 6682 */
body.catalog-product-view fieldset.addtocart div.field.qty div.control {
width: 104px;
}

/* src line 6863 */
body.catalog-product-view div.block.equipement {
 
  
  position: relative;
}

/* src line 7010 */
body.catalog-product-view div.block.gamme .block-content.content .products div.owl-nav button.owl-prev,
body.catalog-product-view div.block.parts .block-content.content .products div.owl-nav button.owl-prev,
body.catalog-product-view div.block.upsell .block-content.content .products div.owl-nav button.owl-prev {
  left: -1rem;
}

/* src line 7022 */
body.catalog-product-view div.block.gamme .block-content.content .products div.owl-nav  button.owl-next,
body.catalog-product-view div.block.parts .block-content.content .products div.owl-nav  button.owl-next,
body.catalog-product-view div.block.upsell .block-content.content .products div.owl-nav  button.owl-next {
  right: -2rem;
}

/* src line 7051 */
body.catalog-product-view div.block.related div.products-grid div.product-item div.product-item-info div.product-item-details {
  display: grid;
  grid-template-areas:
   "w03relatedheader w03relatedheader"
    "w03relatedproductinfocode w03relatedproductinfocode"
    "w03relatedproductinfoattribut w03relatedproductinfoattribut"
    "w03relatedproductinfolivraison w03relatedproductinfolivraison"
    "pricebox actions"; 
  grid-column-gap: 0.5rem;
  grid-template-columns: auto min-content min-content;
}

@media (min-width: 576px) {
  /* src line 7075 */
  body.catalog-product-view div.block.related div.products-grid div.product-item div.product-item-info div.product-item-details {
    display: grid;
    grid-template-areas:
    "w03relatedheader w03relatedheader w03relatedheader"
      "w03relatedproductinfocode w03relatedproductinfocode w03relatedproductinfocode"
      "w03relatedproductinfoattribut w03relatedproductinfoattribut w03relatedproductinfoattribut"
      "w03relatedproductinfolivraison pricebox actions"; 
    grid-column-gap: 0.5rem;
    grid-template-columns: auto min-content min-content;
  }

}

@media (min-width: 992px) {
  /* src line 7099 */
  body.catalog-product-view div.block.related div.products-grid div.product-item div.product-item-info div.product-item-details {
    grid-template-areas:
      "w03relatedheader w03relatedheader . ."
      "w03relatedproductinfocode w03relatedproductinfolivraison pricebox actions"
      "w03relatedproductinfoattribut w03relatedproductinfolivraison pricebox actions"; 
    grid-column-gap: 0.8rem;
    grid-template-columns: auto 195px 130px min-content;
  }

}

/* src line 7109 */
body.catalog-product-view div.block.equipement div.products-grid div.product-item div.product-item-info div.product-item-details {
  display: grid;
  grid-template-areas:
  "w03equipementheader w03equipementheader w03equipementheader"
  "w03equipementproductinfocode w03equipementproductinfocode w03equipementproductinfocode"
  "productitemphoto w03equipementstock w03equipementstock"
  "productitemphoto pricebox actions";
  grid-column-gap: 1rem;;
  grid-template-columns: 12rem auto 8.5rem;
  grid-template-rows: auto auto minmax(70px,max-content) 4.9rem;
}

/* src line 7121 */
body.catalog-product-view div.block.equipement div.product-item-info div.product-item-photo {
 grid-area: productitemphoto;
}

/* src line 7131 */
body.catalog-product-view div.block.related div.products-grid div.product-item div.product-item-info div.product-item-details div.w03-related.header {
  grid-area: w03relatedheader;
  text-align: left;
}

/* src line 7136 */
body.catalog-product-view div.block.equipement div.products-grid div.product-item div.product-item-info div.product-item-details div.w03-equipement._header {
  grid-area: w03equipementheader;
  text-align: left;
}

/* src line 7156 */
body.catalog-product-view  div.block.related div.products-grid div.product-item div.product-item-info div.product-item-details div.w03-related.product-info-livraison {
  grid-area: w03relatedproductinfolivraison;
  display: flex;
  flex-direction: column;
  gap: 0;
 }

/* src line 7171 */
body.catalog-product-view div.columns div.column.main div.block.equipement div.products-grid div.product-item div.product-item-info div.product-item-details .w03-equipement.product-info-livraison {
  grid-area: w03equipementstock;
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* src line 7180 */
body.catalog-product-view div.columns div.column.main .product-tabs-container {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0.5rem 0.5rem;
  z-index: 3;
  background-color: var(--ws-gray-150);
}

/* src line 7204 */
body.catalog-product-view div.columns div.column.main .product-tabs-container.has-sticky-header {
    top: 60px;
}

/* src line 7208 */
body.catalog-product-view div.columns div.column.main .product-tabs-container.has-sticky-header .container {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  padding: 0.5rem 0.5rem;
}

/* src line 7216 */
body.catalog-product-view div.columns div.column.main .product-tabs-container .container > .data.item.title {
  display: inline-block;
  line-height: 1;
  padding: 1rem;
  font-size: var(--ws-x);
  border: 1px solid var(--ws-gray-600);
  background-color: var(--ws-white);
  border-radius:8px;
}

/* src line 7226 */
body.catalog-product-view div.columns div.column.main .product-tabs-container .container > .data.item.title {
  color: var(--ws-white);
  }

/* src line 7230 */
body.catalog-product-view div.columns div.column.main .product-tabs-container .container .data.item.title > a.switch {
  font-family: Poppins, 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: var(--ws-x);
  line-height: 1;
  color: var(--ws-gray-900);
  padding: 0;
  font-weight: 500;
}

/* src line 7239 */
body.catalog-product-view div.columns div.column.main .product-tabs-container .container .data.item.title:hover a.switch {
  color: var(--ws-white);
}

@media all and (min-width: 992px), print {
  /* src line 7245 */
  body.catalog-product-view div.columns div.column.main .product-tabs-container.has-sticky-header {
    top: 40px;
  }

  /* src line 7248 */
  body.catalog-product-view div.columns div.column.main .product-tabs-container.has-sticky-header .container {
    gap: 2.5rem;
    padding: 1.5rem 0;
  }

  /* src line 7253 */
  body.catalog-product-view div.columns div.column.main .product-tabs-container .container > .data.item.title {
   padding: 1rem;
  }

}

/* src line 7258 */
body.catalog-product-view div.columns div.column.main .product.info.detailed .product.data.items .product-tabs .data.item.title:hover a.switch {
  color: var(--ws-white);
}

/* src line 7263 */
body.catalog-product-view div.columns div.column.main .product.info.detailed .product.data.items .product-tabs {
  display: none;
}

@media all and (min-width: 768px), print {
  /* src line 7273 */
  body.catalog-product-view div.columns div.column.main .product.info.detailed .product.data.items {
  margin: 0;
  padding: 0;
  z-index: 1;
  border:0;
}

  /* src line 7279 */
  body.catalog-product-view div.columns div.column.main .product.info.detailed .product.data.items::before,
  body.catalog-product-view div.columns div.column.main .product.info.detailed .product.data.items::after {
  content: '';
  display: table;
}

  /* src line 7285 */
  body.catalog-product-view div.columns div.column.main .product.info.detailed .product.data.items .product-tabs {
  display: flex;
  align-items: center;
  column-gap: 2rem;
  row-gap: 1.5rem;
  flex-wrap: wrap;
}

  /* src line 7293 */
  body.catalog-product-view div.columns div.column.main .product.info.detailed .product.data.items .product-tabs > .data.item.title {
  display: inline-block;
  line-height: 1;
  padding: 1rem;
  border: 1px solid var(--ws-gray-600);
  background-color: var(--ws-white);
  border-radius:8px;
  margin: 0 ;
  color: var(--ws-gray-900);
  font-weight: 500;
  text-transform: initial;
}

  /* src line 7306 */
  body.catalog-product-view div.columns div.column.main .product.info.detailed .product.data.items .product-tabs .data.item.title:first-child {
padding-left: 1rem;
}

  /* src line 7310 */
  body.catalog-product-view div.columns div.column.main .product.info.detailed .product.data.items .product-tabs  .data.item.title > a.switch {
  font-family: Poppins, 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: var(--ws-x);
  line-height: 1;
  color: var(--ws-gray-900);
  padding: 0;
  font-weight: 500;
}

}

/* src line 7320 */
body.catalog-product-view div.columns div.column.main .product.info.detailed .product.data.items > .data.item.content {
  border: none;
  padding: 0;
  background-color: transparent;
}

/* src line 7326 */
body.catalog-product-view div.columns div.column.main .product.info.detailed .product.data.items > .data.item.content iframe {
  height: 325px;
  width: 580px;
}

/* src line 7331 */
body.catalog-product-view div.columns div.column.main .product.info.detailed .product.data.items .data.item.content > ul {
  margin:0 0 0 3rem;
  padding: 0;
  font-size: var(--ws-x);
  font-family: Poppins, 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: var(--ws-gray-900);
}

/* src line 7339 */
body.catalog-product-view div.columns div.column.main .product.info.detailed .product.data.items .data.item.content > ul:not(.w03-tab-detruit_aussi) {
  display: grid;
  grid-template-columns: repeat(1,minmax(282px,1fr));
  grid-column-gap: 2rem;

  align-items: center;
  font-size: var(--ws-xs);
}

@media (min-width: 768px) {
  /* src line 7351 */
  body.catalog-product-view div.columns div.column.main .product.info.detailed .product.data.items .data.item.content > ul:not(.w03-tab-detruit_aussi) {
   grid-template-columns: repeat(2,minmax(282px,1fr));
   grid-auto-flow: column;
   font-size: var(--ws-x);
  }

}

/* src line 7358 */
.w03-tab-detail > .w03-tab-detail-ligne {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
  margin-bottom: 0;
}

/* src line 7369 */
.w03-tab-detail > .w03-tab-detail-ligne > * {
  flex: 0 0 auto;
  width: 50%;
}

/* src line 7373 */
.w03-tab-detail-ligne > .w03-tab-detail-ligne {
  font-size: var(--ws-x);
  padding: 0.75rem;

}

/* src line 7378 */
.w03-tab-detail > li:nth-child(odd) {
  background-color: var(--ws-white);
  border-radius: 0.375rem;
}

/* src line 7382 */
ul.w03-tab-detail {
  padding-left: 0;
}

/* src line 7385 */
.w03-tab-detail-ligne > .w03-tab-detail-ligne.label {
  font-weight: 500;
  padding-left: 2rem;
}

/* src line 7389 */
body.catalog-product-view div.columns div.column.main .product.info.detailed  .product.data.items .data.item.content ul.w03-tab-detruit_aussi {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0;
  list-style: none;
}

/* src line 7400 */
body.catalog-product-view div.columns div.column.main .product.info.detailed  .product.data.items .data.item.content ul.w03-tab-detruit_aussi.el1,
body.catalog-product-view div.columns div.column.main .product.info.detailed  .product.data.items .data.item.content ul.w03-tab-detruit_aussi.el2,
body.catalog-product-view div.columns div.column.main .product.info.detailed  .product.data.items .data.item.content ul.w03-tab-detruit_aussi.el3,
body.catalog-product-view div.columns div.column.main .product.info.detailed  .product.data.items .data.item.content ul.w03-tab-detruit_aussi.el4 {
    justify-content: flex-start;
}

/* src line 7407 */
body.catalog-product-view div.columns div.column.main .product.info.detailed  .product.data.items .data.item.content ul.w03-tab-detruit_aussi li {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 2rem;
  font-weight: 500;
  flex-basis: 100px;
  text-align: center;
}

@media (min-width: 1200px) {
  /* src line 7419 */
  body.catalog-product-view div.columns div.column.main .product.info.detailed  .product.data.items .data.item.content ul.w03-tab-detruit_aussi li {
  flex-basis: 155px;
}

}

/* src line 7424 */
body.catalog-product-view div.columns div.column.main .product.info.detailed  .product.data.items .data.item.content ul.w03-tab-detruit_aussi i.w03-icon-detruit_aussi::before {
  content: "";
  display: table;
  height: 8rem;
  width: 8rem;
  margin: 0;
}

/* src line 7432 */
body.catalog-product-view div.columns div.column.main .product.info.detailed  .product.data.items .data.item.content ul.w03-tab-detruit_aussi i.w03-icon-detruit_aussi.cartes-de-credit::before {
  background:url('data:image/svg+xml,<svg width="80" height="80" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_1747_2210)"><path d="M40 80C62.0914 80 80 62.0914 80 40C80 17.9086 62.0914 0 40 0C17.9086 0 0 17.9086 0 40C0 62.0914 17.9086 80 40 80Z" fill="%2395CEB4"/><g opacity="0.2"><path d="M65 56.25C65 59 62.75 61.25 60 61.25H20C17.25 61.25 15 59 15 56.25V31.25C15 28.5 17.25 26.25 20 26.25H60C62.75 26.25 65 28.5 65 31.25V56.25Z" fill="%23231F20"/></g><path d="M65 53.75C65 56.5 62.75 58.75 60 58.75H20C17.25 58.75 15 56.5 15 53.75V28.75C15 26 17.25 23.75 20 23.75H60C62.75 23.75 65 26 65 28.75V53.75Z" fill="white"/><path d="M65 31.25H15V38.75H65V31.25Z" fill="%234F5D73"/><path d="M47.5 53.75C48.8807 53.75 50 52.6307 50 51.25C50 49.8693 48.8807 48.75 47.5 48.75C46.1193 48.75 45 49.8693 45 51.25C45 52.6307 46.1193 53.75 47.5 53.75Z" fill="%23E0995E"/><path d="M57.5 53.75C58.8807 53.75 60 52.6307 60 51.25C60 49.8693 58.8807 48.75 57.5 48.75C56.1193 48.75 55 49.8693 55 51.25C55 52.6307 56.1193 53.75 57.5 53.75Z" fill="%23E0995E"/><path d="M37.5 53.75C38.8807 53.75 40 52.6307 40 51.25C40 49.8693 38.8807 48.75 37.5 48.75C36.1193 48.75 35 49.8693 35 51.25C35 52.6307 36.1193 53.75 37.5 53.75Z" fill="%23E0995E"/></g><defs><clipPath id="clip0_1747_2210"><rect width="80" height="80" fill="white"/></clipPath></defs></svg>');
}

/* src line 7436 */
body.catalog-product-view div.columns div.column.main .product.info.detailed  .product.data.items .data.item.content ul.w03-tab-detruit_aussi i.w03-icon-detruit_aussi.cd-dvd::before {
  background:url('data:image/svg+xml,<svg width="80" height="80" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_1747_2295)"><path d="M40 80C62.0914 80 80 62.0914 80 40C80 17.9086 62.0914 0 40 0C17.9086 0 0 17.9086 0 40C0 62.0914 17.9086 80 40 80Z" fill="%2395CEB4"/><path opacity="0.2" d="M40.0001 21C28.4021 21 19 30.6258 19 42.5C19 54.3741 28.402 64 40 64C51.5979 64 61 54.3741 61 42.5C61.0001 30.6258 51.598 21 40.0001 21ZM40.0001 49.4355C36.2589 49.4355 33.2259 46.3304 33.2259 42.5C33.2259 38.6696 36.2588 35.5645 40.0001 35.5645C43.7415 35.5645 46.7743 38.6695 46.7743 42.5C46.7743 46.3304 43.7413 49.4355 40.0001 49.4355Z" fill="%23231F20"/><path d="M40.0001 33.1288C36.2053 33.1288 33.1289 36.205 33.1289 40C33.1289 43.7947 36.2052 46.8711 40.0001 46.8711C43.7949 46.8711 46.8712 43.7948 46.8712 40C46.8712 36.205 43.7948 33.1288 40.0001 33.1288ZM40.0001 43.4354C38.1026 43.4354 36.5645 41.8973 36.5645 39.9999C36.5645 38.1024 38.1027 36.5643 40.0001 36.5643C41.8974 36.5643 43.4356 38.1024 43.4356 39.9999C43.4356 41.8973 41.8975 43.4354 40.0001 43.4354Z" fill="%23CBBBA0"/><path d="M36.5645 40C36.5645 38.1025 38.1027 36.5644 40.0001 36.5644V33.1288C36.2053 33.1288 33.1289 36.205 33.1289 40C33.1289 43.7947 36.2052 46.8711 40.0001 46.8711V43.4355C38.1027 43.4355 36.5645 41.8975 36.5645 40Z" fill="%23D5C9B3"/><path d="M40 43.4356C41.8975 43.4356 43.4356 41.8975 43.4356 40C43.4356 38.1026 41.8975 36.5645 40 36.5645C38.1026 36.5645 36.5645 38.1026 36.5645 40C36.5645 41.8975 38.1026 43.4356 40 43.4356Z" fill="white"/><path d="M39.8601 19.1411C28.3394 19.1411 19 28.4799 19 40C19 51.5201 28.3393 60.8589 39.86 60.8589C51.3806 60.8589 60.72 51.5201 60.72 40C60.7201 28.4799 51.3807 19.1411 39.8601 19.1411ZM39.8601 46.7287C36.1438 46.7287 33.1311 43.7162 33.1311 40C33.1311 36.2838 36.1437 33.2713 39.8601 33.2713C43.5765 33.2713 46.5892 36.2837 46.5892 40C46.5892 43.7162 43.5763 46.7287 39.8601 46.7287Z" fill="%23D9D9D9"/><path d="M40 19.1411V33.2713C43.7161 33.2713 46.7287 36.2837 46.7287 40C46.7287 43.7161 43.7162 46.7287 40 46.7287V60.8589C51.5201 60.8589 60.8589 51.5201 60.8589 40.0001C60.8589 28.4798 51.52 19.1411 40 19.1411Z" fill="%23B6B6B6"/><path d="M40.0002 47.4118C35.913 47.4118 32.5879 44.0868 32.5879 39.9995C32.5879 35.9123 35.9129 32.5873 40.0002 32.5873C44.0874 32.5873 47.4124 35.9123 47.4124 39.9995C47.4124 44.0868 44.0872 47.4118 40.0002 47.4118ZM40.0002 33.9042C36.6392 33.9042 33.9048 36.6386 33.9048 39.9996C33.9048 43.3607 36.6391 46.095 40.0002 46.095C43.3612 46.095 46.0955 43.3607 46.0955 39.9996C46.0955 36.6386 43.3611 33.9042 40.0002 33.9042Z" fill="%231D1D1B"/><path d="M40.0002 44.0349C37.7751 44.0349 35.9648 42.2246 35.9648 39.9996C35.9648 37.7745 37.7751 35.9642 40.0002 35.9642C42.2252 35.9642 44.0355 37.7745 44.0355 39.9996C44.0355 42.2246 42.2251 44.0349 40.0002 44.0349ZM40.0002 37.2812C38.5013 37.2812 37.2817 38.5007 37.2817 39.9996C37.2817 41.4986 38.5013 42.7181 40.0002 42.7181C41.4991 42.7181 42.7186 41.4986 42.7186 39.9996C42.7186 38.5007 41.4991 37.2812 40.0002 37.2812Z" fill="%231D1D1B"/><path d="M58.2183 39.9996H56.9015C56.9015 30.6802 49.3195 23.0982 40 23.0982V21.7814C50.0458 21.7815 58.2183 29.9541 58.2183 39.9996Z" fill="white"/><path d="M34.1496 24.138L33.6938 22.9026C34.8252 22.4852 36.0041 22.1801 37.198 21.9957L37.3989 23.2972C36.2918 23.4681 35.1986 23.7509 34.1496 24.138Z" fill="white"/></g><defs><clipPath id="clip0_1747_2295"><rect width="80" height="80" fill="white"/></clipPath></defs></svg>');
}

/* src line 7440 */
body.catalog-product-view div.columns div.column.main .product.info.detailed  .product.data.items .data.item.content ul.w03-tab-detruit_aussi i.w03-icon-detruit_aussi.disquettes::before {
  background:url('data:image/svg+xml,<svg width="80" height="80" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_1747_2326)"><path d="M40.0002 79.9965C62.0906 79.9965 79.9984 62.0886 79.9984 39.9982C79.9984 17.9078 62.0906 0 40.0002 0C17.9098 0 0.00195312 17.9078 0.00195312 39.9982C0.00195312 62.0886 17.9098 79.9965 40.0002 79.9965Z" fill="%2395CEB4"/><path opacity="0.2" d="M62.2409 27.7516L55.2387 20.7494C54.8124 20.3232 54.2345 20.0837 53.6316 20.0837H19.344C18.0888 20.0837 17.0713 21.1013 17.0713 22.3565V63.6461C17.0713 64.9015 18.0888 65.919 19.344 65.919H60.6338C61.8891 65.919 62.9066 64.9015 62.9066 63.6461V29.3587C62.9066 28.7558 62.6671 28.1778 62.2409 27.7516Z" fill="%23231F20"/><path d="M62.2522 24.7487L55.2499 17.7464C54.8236 17.3203 54.2457 17.0808 53.6428 17.0808H19.3553C18.1 17.0808 17.0825 18.0983 17.0825 19.3536V60.6432C17.0825 61.8986 18.1 62.9161 19.3553 62.9161H60.6451C61.9003 62.9161 62.9178 61.8986 62.9178 60.6432V26.3558C62.9178 25.7529 62.6783 25.1748 62.2522 24.7487Z" fill="%2364798A"/><path d="M54.9644 37.6639H25.0357C23.9492 37.6639 23.0684 38.5448 23.0684 39.6313V55.3437C23.0684 56.4302 23.9492 57.311 25.0357 57.311H54.9642C56.0507 57.311 56.9315 56.4302 56.9315 55.3437V39.6313C56.9315 38.5448 56.0509 37.6639 54.9644 37.6639Z" fill="white"/><path d="M53.4892 41.4142H26.5132V43.0805H53.4892V41.4142Z" fill="%23EBF0F3"/><path d="M53.4892 46.651H26.5132V48.3173H53.4892V46.651Z" fill="%23EBF0F3"/><path d="M53.4892 51.8971H26.5132V53.5634H53.4892V51.8971Z" fill="%23EBF0F3"/><path d="M27.7803 17.0806V27.3725C27.7803 28.3374 28.5626 29.1197 29.5274 29.1197H50.4726C51.4375 29.1197 52.2198 28.3374 52.2198 27.3725V17.0806H27.7803Z" fill="%23EBF0F3"/><path d="M48.7818 19.0779H45.999V26.8815H48.7818V19.0779Z" fill="%233A556A"/></g><defs><clipPath id="clip0_1747_2326"><rect width="80" height="80" fill="white"/></clipPath></defs></svg>');
}

/* src line 7444 */
body.catalog-product-view div.columns div.column.main .product.info.detailed  .product.data.items .data.item.content ul.w03-tab-detruit_aussi i.w03-icon-detruit_aussi.bandes-magnetiques::before {
  background:url('data:image/svg+xml,<svg width="80" height="80" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_1747_2262)"><path d="M39.75 80C61.8414 80 79.75 62.0914 79.75 40C79.75 17.9086 61.8414 0 39.75 0C17.6586 0 -0.25 17.9086 -0.25 40C-0.25 62.0914 17.6586 80 39.75 80Z" fill="%2395CEB4"/><path d="M25 37.5H20V42.5H25V37.5Z" fill="%234F5D73"/><path d="M25 46.25H20V51.25H25V46.25Z" fill="%234F5D73"/><path d="M25 55H20V60H25V55Z" fill="%234F5D73"/><path d="M25 28.75H20V33.75H25V28.75Z" fill="%234F5D73"/><path d="M25 20H20V25H25V20Z" fill="%234F5D73"/><path d="M60 37.5H55V42.5H60V37.5Z" fill="%234F5D73"/><path d="M60 46.25H55V51.25H60V46.25Z" fill="%234F5D73"/><path d="M60 55H55V60H60V55Z" fill="%234F5D73"/><path d="M60 28.75H55V33.75H60V28.75Z" fill="%234F5D73"/><path d="M60 20H55V25H60V20Z" fill="%234F5D73"/><path d="M50 20H30V37.5H50V20Z" fill="%234F5D73"/><path d="M50 42.5H30V60H50V42.5Z" fill="%234F5D73"/><g opacity="0.2"><path d="M60 17.5H20C17.25 17.5 15 19.75 15 22.5V62.5C15 65.25 17.25 67.5 20 67.5H60C62.75 67.5 65 65.25 65 62.5V22.5C65 19.75 62.75 17.5 60 17.5ZM25 62.5H20V57.5H25V62.5ZM25 53.75H20V48.75H25V53.75ZM25 45H20V40H25V45ZM25 36.25H20V31.25H25V36.25ZM25 27.5H20V22.5H25V27.5ZM50 62.5H30V45H50V62.5ZM50 40H30V22.5H50V40ZM60 62.5H55V57.5H60V62.5ZM60 53.75H55V48.75H60V53.75ZM60 45H55V40H60V45ZM60 36.25H55V31.25H60V36.25ZM60 27.5H55V22.5H60V27.5Z" fill="%23231F20"/></g><path d="M60 15H20C17.25 15 15 17.25 15 20V60C15 62.75 17.25 65 20 65H60C62.75 65 65 62.75 65 60V20C65 17.25 62.75 15 60 15ZM25 60H20V55H25V60ZM25 51.25H20V46.25H25V51.25ZM25 42.5H20V37.5H25V42.5ZM25 33.75H20V28.75H25V33.75ZM25 25H20V20H25V25ZM50 60H30V42.5H50V60ZM50 37.5H30V20H50V37.5ZM60 60H55V55H60V60ZM60 51.25H55V46.25H60V51.25ZM60 42.5H55V37.5H60V42.5ZM60 33.75H55V28.75H60V33.75ZM60 25H55V20H60V25Z" fill="%23E0E0D1"/></g><defs><clipPath id="clip0_1747_2262"><rect width="80" height="80" fill="white"/></clipPath></defs></svg>');
}

/* src line 7448 */
body.catalog-product-view div.columns div.column.main .product.info.detailed  .product.data.items .data.item.content ul.w03-tab-detruit_aussi i.w03-icon-detruit_aussi.papiers::before {
  background:url('data:image/svg+xml,<svg width="80" height="80" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_1747_2226)"><path d="M40 80C62.0914 80 80 62.0914 80 40C80 17.9086 62.0914 0 40 0C17.9086 0 0 17.9086 0 40C0 62.0914 17.9086 80 40 80Z" fill="%2395CEB4"/><g opacity="0.2"><path d="M60 22.5H20V62.5H60V22.5Z" fill="%23231F20"/></g><path d="M60 20H20V60H60V20Z" fill="white"/><path d="M52.5 30H27.5V32.5H52.5V30Z" fill="%23E0E0D1"/><path d="M52.5 35H27.5V37.5H52.5V35Z" fill="%23E0E0D1"/><path d="M52.5 40H27.5V42.5H52.5V40Z" fill="%23E0E0D1"/><path d="M52.5 45H27.5V47.5H52.5V45Z" fill="%23E0E0D1"/><path d="M52.5 50H27.5V52.5H52.5V50Z" fill="%23E0E0D1"/></g><defs><clipPath id="clip0_1747_2226"><rect width="80" height="80" fill="white"/></clipPath></defs></svg>')
}

/* src line 7452 */
body.catalog-product-view div.columns div.column.main .product.info.detailed  .product.data.items .data.item.content ul.w03-tab-detruit_aussi i.w03-icon-detruit_aussi.blu-ray::before {
  background:url('data:image/svg+xml,<svg width="80" height="80" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_1751_2686)"><path d="M40 80C62.0914 80 80 62.0914 80 40C80 17.9086 62.0914 0 40 0C17.9086 0 0 17.9086 0 40C0 62.0914 17.9086 80 40 80Z" fill="%2395CEB4"/><path opacity="0.2" d="M39.5001 21C28.1782 21 19 30.4019 19 42C19 53.598 28.1781 63 39.5 63C50.8218 63 60 53.598 60 42C60.0001 30.4019 50.8219 21 39.5001 21ZM39.5001 48.7742C35.848 48.7742 32.8872 45.7413 32.8872 42C32.8872 38.2587 35.8479 35.2258 39.5001 35.2258C43.1524 35.2258 46.113 38.2586 46.113 42C46.113 45.7413 43.1522 48.7742 39.5001 48.7742Z" fill="%23231F20"/><g clip-path="url(%23clip1_1751_2686)"><path d="M39.86 33.3362C36.257 33.3362 33.3362 36.2569 33.3362 39.8601C33.3362 43.463 36.257 46.3839 39.86 46.3839C43.4631 46.3839 46.3839 43.4631 46.3839 39.8601C46.3839 36.2569 43.4629 33.3362 39.86 33.3362ZM39.86 43.1219C38.0585 43.1219 36.5981 41.6615 36.5981 39.86C36.5981 38.0584 38.0586 36.5981 39.86 36.5981C41.6615 36.5981 43.1219 38.0584 43.1219 39.86C43.1219 41.6615 41.6616 43.1219 39.86 43.1219Z" fill="%23CBBBA0"/><path d="M36.5981 39.86C36.5981 38.0584 38.0585 36.5981 39.86 36.5981V33.3361C36.257 33.3361 33.3361 36.2568 33.3361 39.86C33.3361 43.4629 36.2569 46.3838 39.86 46.3838V43.1219C38.0585 43.1219 36.5981 41.6616 36.5981 39.86Z" fill="%23D5C9B3"/><path d="M39.8605 43.1215C41.6619 43.1215 43.1223 41.6611 43.1223 39.8596C43.1223 38.0581 41.6619 36.5977 39.8605 36.5977C38.059 36.5977 36.5986 38.0581 36.5986 39.8596C36.5986 41.6611 38.059 43.1215 39.8605 43.1215Z" fill="white"/><path d="M39.86 19.6361C28.6906 19.6361 19.636 28.6905 19.636 39.86C19.636 51.0293 28.6905 60.0839 39.8599 60.0839C51.0292 60.0839 60.0839 51.0293 60.0839 39.86C60.0839 28.6905 51.0293 19.6361 39.86 19.6361ZM39.86 46.3838C36.2571 46.3838 33.3362 43.463 33.3362 39.86C33.3362 36.2569 36.257 33.3361 39.86 33.3361C43.4631 33.3361 46.3839 36.2568 46.3839 39.86C46.3839 43.463 43.4629 46.3838 39.86 46.3838Z" fill="%235EBAE7"/><path d="M39.86 19.6361V33.3362C43.463 33.3362 46.3839 36.2569 46.3839 39.8601C46.3839 43.463 43.4631 46.3839 39.86 46.3839V60.084C51.0294 60.084 60.0839 51.0295 60.0839 39.8601C60.0839 28.6905 51.0293 19.6361 39.86 19.6361Z" fill="%2336A9E1"/><path d="M39.86 47.0199C35.912 47.0199 32.7001 43.808 32.7001 39.8599C32.7001 35.9119 35.912 32.7 39.86 32.7C43.8081 32.7 47.02 35.9119 47.02 39.8599C47.02 43.808 43.808 47.0199 39.86 47.0199ZM39.86 33.9721C36.6135 33.9721 33.9722 36.6134 33.9722 39.86C33.9722 43.1067 36.6134 45.7479 39.86 45.7479C43.1067 45.7479 45.7479 43.1067 45.7479 39.86C45.7479 36.6134 43.1065 33.9721 39.86 33.9721Z" fill="%231D1D1B"/><path d="M39.86 43.7579C37.7107 43.7579 35.9621 42.0092 35.9621 39.8599C35.9621 37.7106 37.7107 35.962 39.86 35.962C42.0094 35.962 43.758 37.7106 43.758 39.8599C43.758 42.0092 42.0093 43.7579 39.86 43.7579ZM39.86 37.2341C38.4121 37.2341 37.2341 38.4121 37.2341 39.86C37.2341 41.3079 38.4121 42.4859 39.86 42.4859C41.3079 42.4859 42.486 41.3079 42.486 39.86C42.486 38.4121 41.3079 37.2341 39.86 37.2341Z" fill="%231D1D1B"/><path d="M57.458 39.86H56.186C56.186 30.8578 48.8622 23.5339 39.8599 23.5339V22.2619C49.5637 22.262 57.458 30.1564 57.458 39.86Z" fill="white"/><path d="M34.2089 24.5383L33.7686 23.345C34.8615 22.9417 36.0002 22.6471 37.1535 22.469L37.3476 23.7261C36.2782 23.8912 35.2221 24.1644 34.2089 24.5383Z" fill="white"/></g></g><defs><clipPath id="clip0_1751_2686"><rect width="80" height="80" fill="white"/></clipPath><clipPath id="clip1_1751_2686"><rect width="41.72" height="41.72" fill="white" transform="translate(19 19)"/></clipPath></defs></svg>')
}

/* src line 7456 */
body.catalog-product-view div.columns div.column.main .product.info.detailed  .product.data.items .data.item.content ul.w03-tab-detruit_aussi i.w03-icon-detruit_aussi.smartphone::before {
  background:url('data:image/svg+xml,<svg width="80" height="80" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_1751_2620)"><path d="M40 80C62.0914 80 80 62.0914 80 40C80 17.9086 62.0914 0 40 0C17.9086 0 0 17.9086 0 40C0 62.0914 17.9086 80 40 80Z" fill="%2395CEB4"/><g opacity="0.2"><path d="M55 60C55 62.75 52.75 65 50 65H30C27.25 65 25 62.75 25 60V20C25 17.25 27.25 15 30 15H50C52.75 15 55 17.25 55 20V60Z" fill="%23231F20"/></g><path d="M30 60.625C28.25 60.625 26.875 59.25 26.875 57.5V17.5C26.875 15.75 28.25 14.375 30 14.375H50C51.75 14.375 53.125 15.75 53.125 17.5V57.5C53.125 59.25 51.75 60.625 50 60.625H30Z" fill="%234F5D73"/><path d="M50 16.25C50.75 16.25 51.25 16.75 51.25 17.5V57.5C51.25 58.25 50.75 58.75 50 58.75H30C29.25 58.75 28.75 58.25 28.75 57.5V17.5C28.75 16.75 29.25 16.25 30 16.25H50ZM50 12.5H30C27.25 12.5 25 14.75 25 17.5V57.5C25 60.25 27.25 62.5 30 62.5H50C52.75 62.5 55 60.25 55 57.5V17.5C55 14.75 52.75 12.5 50 12.5Z" fill="white"/><g opacity="0.2"><path d="M32.75 14.375L52.5 62V14.375H32.75Z" fill="white"/></g><path d="M50 62.5H30L25 52.5H55L50 62.5Z" fill="white"/><path d="M40 60C41.3807 60 42.5 58.8807 42.5 57.5C42.5 56.1193 41.3807 55 40 55C38.6193 55 37.5 56.1193 37.5 57.5C37.5 58.8807 38.6193 60 40 60Z" fill="%23E0E0D1"/></g><defs><clipPath id="clip0_1751_2620"><rect width="80" height="80" fill="white"/></clipPath></defs></svg>')
}

/* src line 7460 */
body.catalog-product-view div.columns div.column.main .product.info.detailed  .product.data.items .data.item.content ul.w03-tab-detruit_aussi i.w03-icon-detruit_aussi.icon-usb::before {
  background:url('data:image/svg+xml,<svg width="80" height="80" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_1751_2530)"><path d="M40 80C62.0914 80 80 62.0914 80 40C80 17.9086 62.0914 0 40 0C17.9086 0 0 17.9086 0 40C0 62.0914 17.9086 80 40 80Z" fill="%2395CEB4"/><path opacity="0.2" d="M47.0478 24.0814L53.6765 17.4521C54.1621 16.9658 54.9584 16.9658 55.444 17.4521L65.1671 27.1752C65.6528 27.6614 65.6528 28.4564 65.1671 28.9427L58.539 35.5721L47.0478 24.0814Z" fill="%23231F20"/><path opacity="0.2" d="M30.254 67.392C29.2815 68.3645 27.6909 68.3645 26.7184 67.392L15.2278 55.9008C14.2553 54.9283 14.2553 53.3376 15.2278 52.3658L43.5121 24.0814C44.4853 23.1089 46.0759 23.1089 47.0478 24.0814L58.539 35.572C59.5109 36.5445 59.5109 38.1351 58.539 39.1076L30.254 67.392Z" fill="%23231F20"/><g opacity="0.2"><path opacity="0.2" d="M56.767 22.32L54.9993 20.5522L51.0218 24.5297L52.7896 26.2974L56.767 22.32Z" fill="%23231F20"/><path opacity="0.2" d="M62.0678 27.612L60.2998 25.8445L56.3234 29.822L58.0914 31.5895L62.0678 27.612Z" fill="%23231F20"/><path opacity="0.2" d="M58.978 35.1348L47.4877 23.6446L47.0458 24.0865L58.536 35.5768L58.978 35.1348Z" fill="%23231F20"/></g><path d="M45.7831 21.1638L52.4119 14.5344C52.8975 14.0481 53.6938 14.0481 54.1794 14.5344L63.9025 24.2575C64.3881 24.7438 64.3881 25.5388 63.9025 26.025L57.2744 32.6544L45.7831 21.1638Z" fill="%23E6E6E6"/><path d="M63.9025 24.2575L63.0188 23.3737C63.5044 23.86 63.5044 24.655 63.0188 25.1413L56.3906 31.77L57.2744 32.6544L63.9025 26.025C64.3881 25.5387 64.3881 24.7437 63.9025 24.2575Z" fill="%23CCCCCC"/><path d="M28.9894 64.4744C28.0169 65.4469 26.4263 65.4469 25.4538 64.4744L13.9631 52.9831C12.9906 52.0106 12.9906 50.42 13.9631 49.4481L42.2475 21.1638C43.2206 20.1913 44.8113 20.1913 45.7831 21.1638L57.2744 32.6544C58.2463 33.6269 58.2463 35.2175 57.2744 36.19L28.9894 64.4744Z" fill="%23263740"/><path d="M57.2744 32.6544L55.5057 30.8862C56.4788 31.8587 56.4788 33.4494 55.5057 34.4219L27.2219 62.7062C26.2494 63.6787 24.6582 63.6787 23.6863 62.7062L25.4544 64.4744C26.4269 65.4469 28.0175 65.4469 28.99 64.4744L57.2744 36.19C58.2457 35.2175 58.2457 33.6269 57.2744 32.6544Z" fill="%231E2C33"/><path d="M55.5024 19.4023L53.7346 17.6346L49.7572 21.612L51.525 23.3798L55.5024 19.4023Z" fill="%23B3B3B3"/><path d="M60.8032 24.6943L59.0352 22.9268L55.0588 26.9043L56.8268 28.6718L60.8032 24.6943Z" fill="%23B3B3B3"/><path d="M57.7134 32.2172L46.2231 20.7269L45.7811 21.1688L57.2714 32.6591L57.7134 32.2172Z" fill="%23B3B3B3"/><path d="M40.48 45.9125C40.9681 45.425 40.9681 44.6331 40.48 44.145C39.9919 43.6575 39.2012 43.6575 38.7125 44.145C38.3862 44.4713 38.2831 44.9319 38.3931 45.3481L37.6431 46.0981L34.1706 45.1506L39.5962 39.725L40.48 40.6094L40.9219 37.5156L37.8281 37.9581L38.7125 38.8419L32.4025 45.1512L31.4556 41.6781L32.525 40.6087L32.9675 41.0506L34.735 39.2825L32.9675 37.5144L31.1994 39.2825L31.6412 39.7244L30.0594 41.3069L31.385 46.1681L31.1181 46.435C30.4212 46.1044 29.5662 46.2194 28.9894 46.7962C28.2575 47.5281 28.2575 48.715 28.9894 49.4481C29.7212 50.18 30.9087 50.18 31.6412 49.4481C32.2175 48.8712 32.3331 48.0156 32.0019 47.3194L33.1525 46.1688L38.0137 47.495L39.2769 46.2319C39.6925 46.3412 40.1537 46.2387 40.48 45.9125Z" fill="%23C2E2F2"/></g><defs><clipPath id="clip0_1751_2530"><rect width="80" height="80" fill="white"/></clipPath></defs></svg>')
}

/* src line 7464 */
body.catalog-product-view div.columns div.column.main .product.info.detailed  .product.data.items .data.item.content ul.w03-tab-detruit_aussi i.w03-icon-detruit_aussi.tablette::before {
  background:url('data:image/svg+xml,<svg width="80" height="80" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_1751_2574)"><path d="M40 80C62.0914 80 80 62.0914 80 40C80 17.9086 62.0914 0 40 0C17.9086 0 0 17.9086 0 40C0 62.0914 17.9086 80 40 80Z" fill="%2395CEB4"/><g opacity="0.2"><path d="M58.75 61.25C58.75 64 56.5 66.25 53.75 66.25H26.25C23.5 66.25 21.25 64 21.25 61.25V21.25C21.25 18.5 23.5 16.25 26.25 16.25H53.75C56.5 16.25 58.75 18.5 58.75 21.25V61.25Z" fill="%23231F20"/></g><path d="M26.25 61.875C24.5 61.875 23.125 60.5 23.125 58.75V18.75C23.125 17 24.5 15.625 26.25 15.625H53.75C55.5 15.625 56.875 17 56.875 18.75V58.75C56.875 60.5 55.5 61.875 53.75 61.875H26.25Z" fill="%234F5D73"/><path d="M53.75 17.5C54.5 17.5 55 18 55 18.75V58.75C55 59.5 54.5 60 53.75 60H26.25C25.5 60 25 59.5 25 58.75V18.75C25 18 25.5 17.5 26.25 17.5H53.75ZM53.75 13.75H26.25C23.5 13.75 21.25 16 21.25 18.75V58.75C21.25 61.5 23.5 63.75 26.25 63.75H53.75C56.5 63.75 58.75 61.5 58.75 58.75V18.75C58.75 16 56.5 13.75 53.75 13.75Z" fill="white"/><path opacity="0.2" d="M56.25 60.625V15.625H30.875L50 61.875C52 61.375 54.125 61 56.25 60.625Z" fill="white"/><path d="M56.25 62.5H25L23.75 53.75H56.25V62.5Z" fill="white"/><path d="M40 61.25C41.3807 61.25 42.5 60.1307 42.5 58.75C42.5 57.3693 41.3807 56.25 40 56.25C38.6193 56.25 37.5 57.3693 37.5 58.75C37.5 60.1307 38.6193 61.25 40 61.25Z" fill="%23E0E0D1"/></g><defs><clipPath id="clip0_1751_2574"><rect width="80" height="80" fill="white"/></clipPath></defs></svg>')
}

/* src line 7468 */
body.catalog-product-view div.columns div.column.main .product.info.detailed  .product.data.items .data.item.content ul.w03-tab-detruit_aussi i.w03-icon-detruit_aussi.disque-dur::before {
  background:url('data:image/svg+xml,<svg width="80" height="80" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_1751_2549)"><path d="M40 80C62.0914 80 80 62.0914 80 40C80 17.9086 62.0914 0 40 0C17.9086 0 0 17.9086 0 40C0 62.0914 17.9086 80 40 80Z" fill="%2395CEB4"/><path opacity="0.2" d="M57.3913 64.2319C57.3913 66.0869 57.3913 66.6667 55.0725 66.6667H24.9275C22.8986 66.6667 22.6087 66.3768 22.6087 64.2319V20.4058C22.6087 19.0667 23.6522 17.971 24.9275 17.971H55.0725C56.3478 17.971 57.3913 19.0667 57.3913 20.4058V64.2319Z" fill="%23231F20"/><path d="M23.75 64.375C23.06 64.375 22.5 63.815 22.5 63.125V18.125C22.5 17.4356 23.06 16.875 23.75 16.875H56.25C56.94 16.875 57.5 17.4356 57.5 18.125V63.125C57.5 63.815 56.94 64.375 56.25 64.375H23.75Z" fill="%23CCCCCC"/><path d="M55.625 19.5831C55.9702 19.5831 56.25 19.3033 56.25 18.9581C56.25 18.613 55.9702 18.3331 55.625 18.3331C55.2798 18.3331 55 18.613 55 18.9581C55 19.3033 55.2798 19.5831 55.625 19.5831Z" fill="%23F5F5F5"/><path d="M24.375 19.5831C24.7202 19.5831 25 19.3033 25 18.9581C25 18.613 24.7202 18.3331 24.375 18.3331C24.0298 18.3331 23.75 18.613 23.75 18.9581C23.75 19.3033 24.0298 19.5831 24.375 19.5831Z" fill="%23F5F5F5"/><path d="M55.625 63.3313C55.9702 63.3313 56.25 63.0514 56.25 62.7063C56.25 62.3611 55.9702 62.0813 55.625 62.0813C55.2798 62.0813 55 62.3611 55 62.7063C55 63.0514 55.2798 63.3313 55.625 63.3313Z" fill="%23F5F5F5"/><path d="M24.375 63.3313C24.7202 63.3313 25 63.0514 25 62.7063C25 62.3611 24.7202 62.0813 24.375 62.0813C24.0298 62.0813 23.75 62.3611 23.75 62.7063C23.75 63.0514 24.0298 63.3313 24.375 63.3313Z" fill="%23F5F5F5"/><path d="M40 50.9375C47.9391 50.9375 54.375 44.5016 54.375 36.5625C54.375 28.6234 47.9391 22.1875 40 22.1875C32.0609 22.1875 25.625 28.6234 25.625 36.5625C25.625 44.5016 32.0609 50.9375 40 50.9375Z" fill="%23F5F5F5"/><path d="M40 42.8125C43.4518 42.8125 46.25 40.0143 46.25 36.5625C46.25 33.1107 43.4518 30.3125 40 30.3125C36.5482 30.3125 33.75 33.1107 33.75 36.5625C33.75 40.0143 36.5482 42.8125 40 42.8125Z" fill="%23263740"/><path d="M40 42.1875C36.8981 42.1875 34.375 39.6637 34.375 36.5625C34.375 33.4613 36.8981 30.9375 40 30.9375C43.1019 30.9375 45.625 33.4613 45.625 36.5625C45.625 39.6637 43.1019 42.1875 40 42.1875Z" fill="%23E6E6E6"/><path d="M40 38.4375C41.0355 38.4375 41.875 37.598 41.875 36.5625C41.875 35.527 41.0355 34.6875 40 34.6875C38.9645 34.6875 38.125 35.527 38.125 36.5625C38.125 37.598 38.9645 38.4375 40 38.4375Z" fill="%23263740"/><path d="M40 33.4375C40.3452 33.4375 40.625 33.1577 40.625 32.8125C40.625 32.4673 40.3452 32.1875 40 32.1875C39.6548 32.1875 39.375 32.4673 39.375 32.8125C39.375 33.1577 39.6548 33.4375 40 33.4375Z" fill="%23263740"/><path d="M40 41.5625C40.3452 41.5625 40.625 41.2827 40.625 40.9375C40.625 40.5923 40.3452 40.3125 40 40.3125C39.6548 40.3125 39.375 40.5923 39.375 40.9375C39.375 41.2827 39.6548 41.5625 40 41.5625Z" fill="%23263740"/><path d="M35.9375 37.5C36.2827 37.5 36.5625 37.2202 36.5625 36.875C36.5625 36.5298 36.2827 36.25 35.9375 36.25C35.5923 36.25 35.3125 36.5298 35.3125 36.875C35.3125 37.2202 35.5923 37.5 35.9375 37.5Z" fill="%23263740"/><path d="M44.0625 37.5C44.4077 37.5 44.6875 37.2202 44.6875 36.875C44.6875 36.5298 44.4077 36.25 44.0625 36.25C43.7173 36.25 43.4375 36.5298 43.4375 36.875C43.4375 37.2202 43.7173 37.5 44.0625 37.5Z" fill="%23263740"/><path d="M37.125 34.625C37.4702 34.625 37.75 34.3452 37.75 34C37.75 33.6548 37.4702 33.375 37.125 33.375C36.7798 33.375 36.5 33.6548 36.5 34C36.5 34.3452 36.7798 34.625 37.125 34.625Z" fill="%23263740"/><path d="M42.875 40.375C43.2202 40.375 43.5 40.0952 43.5 39.75C43.5 39.4048 43.2202 39.125 42.875 39.125C42.5298 39.125 42.25 39.4048 42.25 39.75C42.25 40.0952 42.5298 40.375 42.875 40.375Z" fill="%23263740"/><path d="M37.125 40.375C37.4702 40.375 37.75 40.0952 37.75 39.75C37.75 39.4048 37.4702 39.125 37.125 39.125C36.7798 39.125 36.5 39.4048 36.5 39.75C36.5 40.0952 36.7798 40.375 37.125 40.375Z" fill="%23263740"/><path d="M42.875 34.625C43.2202 34.625 43.5 34.3452 43.5 34C43.5 33.6548 43.2202 33.375 42.875 33.375C42.5298 33.375 42.25 33.6548 42.25 34C42.25 34.3452 42.5298 34.625 42.875 34.625Z" fill="%23263740"/><path d="M40 55.3125C34.5712 55.3125 29.6762 52.9912 26.25 49.2925V58.125C26.25 59.5 27.375 60.625 28.75 60.625H40V55.3125Z" fill="%23F5F5F5"/><path d="M32.115 58.8356C31.1063 59.7769 29.5238 59.7219 28.5819 58.7125C27.6406 57.7025 27.6956 56.1206 28.7063 55.1794C29.715 54.2381 41.3819 46.7794 41.3819 46.7794C41.3819 46.7794 33.125 57.8937 32.115 58.8356Z" fill="%23406A80"/><path d="M42.4844 45.6406C42.8494 46.0044 42.7506 46.7012 42.2631 47.1875L40.9375 48.5131C40.4519 48.9987 39.7544 49.0994 39.3906 48.7344C39.0256 48.3706 39.1256 47.6737 39.6119 47.1875L40.9375 45.8612C41.4231 45.3762 42.1206 45.2756 42.4844 45.6406Z" fill="%23263740"/></g><defs><clipPath id="clip0_1751_2549"><rect width="80" height="80" fill="white"/></clipPath></defs></svg>')
}

/* src line 7472 */
body.catalog-product-view div.columns div.column.main .product.info.detailed  .product.data.items .data.item.content ul.w03-tab-detruit_aussi i.w03-icon-detruit_aussi.disque-ssd::before {
  background:url('data:image/svg+xml,<svg width="80" height="80" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_1751_2713)"><path d="M40 79.8502C62.0914 79.8502 80 62.0086 80 40C80 17.9913 62.0914 0.149811 40 0.149811C17.9086 0.149811 0 17.9913 0 40C0 62.0086 17.9086 79.8502 40 79.8502Z" fill="%2395CEB4"/><path opacity="0.2" fill-rule="evenodd" clip-rule="evenodd" d="M24.3109 46.9091H55.1798C58.5148 46.9091 60.1822 46.9091 61.3799 47.7531C61.8985 48.1185 62.3437 48.5879 62.6902 49.1347C62.8816 49.4367 63.0274 49.7673 63.138 50.1431C63.4906 51.339 63.4906 52.9961 63.4906 55.671C63.4906 59.1876 63.4906 60.9483 62.6902 62.2113C62.3437 62.7581 61.8985 63.2278 61.3799 63.5931C60.1822 64.4372 58.5148 64.4372 55.1798 64.4372H24.3109C20.9759 64.4372 19.3085 64.4372 18.1106 63.5931C17.5921 63.2278 17.1469 62.7581 16.8004 62.2113C16 60.9483 16 59.19 16 55.6731C16 53.0744 16 51.4357 16.3229 50.2478C16.339 50.1885 16.3559 50.1303 16.3737 50.0733C16.4817 49.7261 16.6209 49.418 16.8004 49.1347C17.1469 48.5879 17.5921 48.1185 18.1106 47.7531C19.3085 46.9091 20.9759 46.9091 24.3109 46.9091ZM56.3671 53.2047C57.3506 53.2047 58.1479 53.9988 58.1479 54.9783V57.3432C58.1479 58.3228 57.3506 59.1169 56.3671 59.1169C55.3835 59.1169 54.5861 58.3228 54.5861 57.3432V54.9783C54.5861 53.9988 55.3835 53.2047 56.3671 53.2047ZM52.2116 54.9783C52.2116 53.9988 51.4142 53.2047 50.4307 53.2047C49.4472 53.2047 48.6498 53.9988 48.6498 54.9783V57.3432C48.6498 58.3228 49.4472 59.1169 50.4307 59.1169C51.4142 59.1169 52.2116 58.3228 52.2116 57.3432V54.9783ZM44.4944 53.2047C45.4779 53.2047 46.2753 53.9988 46.2753 54.9783V57.3432C46.2753 58.3228 45.4779 59.1169 44.4944 59.1169C43.5109 59.1169 42.7135 58.3228 42.7135 57.3432V54.9783C42.7135 53.9988 43.5109 53.2047 44.4944 53.2047ZM40.339 54.9783C40.339 53.9988 39.5416 53.2047 38.5581 53.2047C37.5745 53.2047 36.7772 53.9988 36.7772 54.9783V57.3432C36.7772 58.3228 37.5745 59.1169 38.5581 59.1169C39.5416 59.1169 40.339 58.3228 40.339 57.3432V54.9783Z" fill="%23231F20"/><path d="M50.6289 18.5768H29.2001C26.5701 18.5768 24.4381 19.8372 23.2476 23.6185L16.4794 46.9712C16.5877 46.6215 16.7273 46.3112 16.9072 46.0263C17.2546 45.4758 17.7011 45.003 18.221 44.6351C19.4221 43.7854 21.0941 43.7854 24.4381 43.7854H55.3909C58.735 43.7854 60.4069 43.7854 61.6079 44.6351C62.1279 45.003 62.5743 45.4758 62.9217 46.0263C63.1136 46.3303 63.2598 46.6629 63.3708 47.0412L56.5814 23.6185C55.3909 19.8372 53.259 18.5768 50.6289 18.5768Z" fill="%23CCCCCC"/><path fill-rule="evenodd" clip-rule="evenodd" d="M24.4906 43.7453H55.3595C58.6946 43.7453 60.362 43.7453 61.5597 44.5893C62.0783 44.9547 62.5235 45.4241 62.8699 45.9709C63.0613 46.2729 63.2071 46.6035 63.3178 46.9793C63.6704 48.1752 63.6704 49.8323 63.6704 52.5072C63.6704 56.0238 63.6704 57.7845 62.8699 59.0476C62.5235 59.5943 62.0783 60.064 61.5597 60.4294C60.362 61.2734 58.6946 61.2734 55.3595 61.2734H24.4906C21.1557 61.2734 19.4882 61.2734 18.2904 60.4294C17.7718 60.064 17.3266 59.5943 16.9801 59.0476C16.1797 57.7845 16.1797 56.0262 16.1797 52.5093C16.1797 49.9106 16.1797 48.2719 16.5027 47.084C16.5188 47.0247 16.5357 46.9665 16.5534 46.9095C16.6614 46.5624 16.8006 46.2542 16.9801 45.9709C17.3266 45.4241 17.7718 44.9547 18.2904 44.5893C19.4882 43.7453 21.1557 43.7453 24.4906 43.7453ZM56.5468 50.0409C57.5303 50.0409 58.3277 50.835 58.3277 51.8145V54.1794C58.3277 55.159 57.5303 55.9531 56.5468 55.9531C55.5633 55.9531 54.7659 55.159 54.7659 54.1794V51.8145C54.7659 50.835 55.5633 50.0409 56.5468 50.0409ZM52.3914 51.8145C52.3914 50.835 51.594 50.0409 50.6105 50.0409C49.6269 50.0409 48.8296 50.835 48.8296 51.8145V54.1794C48.8296 55.159 49.6269 55.9531 50.6105 55.9531C51.594 55.9531 52.3914 55.159 52.3914 54.1794V51.8145ZM44.6741 50.0409C45.6577 50.0409 46.455 50.835 46.455 51.8145V54.1794C46.455 55.159 45.6577 55.9531 44.6741 55.9531C43.6906 55.9531 42.8932 55.159 42.8932 54.1794V51.8145C42.8932 50.835 43.6906 50.0409 44.6741 50.0409ZM40.5187 51.8145C40.5187 50.835 39.7213 50.0409 38.7378 50.0409C37.7543 50.0409 36.9569 50.835 36.9569 51.8145V54.1794C36.9569 55.159 37.7543 55.9531 38.7378 55.9531C39.7213 55.9531 40.5187 55.159 40.5187 54.1794V51.8145Z" fill="%234F5D73"/><path d="M40.5187 51.8146C40.5187 50.835 39.7213 50.0409 38.7378 50.0409C37.7543 50.0409 36.9569 50.835 36.9569 51.8146V54.1795C36.9569 55.159 37.7543 55.9531 38.7378 55.9531C39.7213 55.9531 40.5187 55.159 40.5187 54.1795V51.8146Z" fill="white"/><path d="M44.6741 50.0409C45.6577 50.0409 46.455 50.835 46.455 51.8146V54.1795C46.455 55.159 45.6577 55.9531 44.6741 55.9531C43.6906 55.9531 42.8932 55.159 42.8932 54.1795V51.8146C42.8932 50.835 43.6906 50.0409 44.6741 50.0409Z" fill="white"/><path d="M52.3914 51.8146C52.3914 50.835 51.594 50.0409 50.6105 50.0409C49.6269 50.0409 48.8296 50.835 48.8296 51.8146V54.1795C48.8296 55.159 49.6269 55.9531 50.6105 55.9531C51.594 55.9531 52.3914 55.159 52.3914 54.1795V51.8146Z" fill="white"/><path d="M56.5468 50.0409C57.5303 50.0409 58.3277 50.835 58.3277 51.8146V54.1795C58.3277 55.159 57.5303 55.9531 56.5468 55.9531C55.5633 55.9531 54.7659 55.159 54.7659 54.1795V51.8146C54.7659 50.835 55.5633 50.0409 56.5468 50.0409Z" fill="white"/></g><defs><clipPath id="clip0_1751_2713"><rect width="80" height="80" fill="white"/></clipPath></defs></svg>')
}

/* src line 7476 */
body.catalog-product-view .product.info.detailed .product.data.items .data.item.content ul.w03-tab-livre_avec li,
body.catalog-product-view .product.info.detailed .product.data.items .data.item.content ul.w03-tab-normes li {
  grid-column: 1/span 2;
}

/* src line 7481 */
body.catalog-product-view div.block.gamme {
  
  padding-top: 0;
  margin-bottom:0;
}

/* src line 7487 */
body.catalog-product-view div.block.parts {
 
  padding-top: 0;
  margin-bottom:0;
}

/* src line 7493 */
body.catalog-product-view div.block.upsell {
  
  padding-top: 0;
  margin-bottom:0;
}

/* src line 9620 */
body.catalog-product-view main .ws-expandable-hidden {
    visibility: hidden;
    height: 0;
    overflow: hidden;
  }

/* src line 9626 */
body.catalog-product-view main .ws-expandable-content {
    overflow: hidden;
    transition: max-height 0.5s ease;
    position: relative;
  }

/* src line 9631 */
body.catalog-product-view main .ws-expandable-content p {
    margin-bottom: 1rem;
    text-align: justify;
  }

/* src line 9635 */
.ws-expandable-content.expanded {
    max-height: none;
  }

/* src line 9638 */
.ws-fade-overlay {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10rem;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, var(--ws-blue-020) 100%);
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 1;
    opacity: 1;
    visibility: visible;
  }

/* src line 9653 */
.ws-expandable-content.expanded .ws-fade-overlay {
    opacity: 0;
    visibility: hidden;
  }

/* src line 9658 */
.w03-tab-detail-ligne.data:not(:has(.ws-highlight)) {
    padding-left: 1.5rem;
  }

/* src line 9664 */
.w03-tab-detail-ligne.data .ws-highlight {
    color: var(--bs-purple);
    font-weight: 500;
    display: inline;
    background: linear-gradient(to top, rgba(242, 229, 252, 0.8) 60%, transparent 60%);
    padding: 0px 1rem;
}

/* src line 9671 */
dl.w03-tab-detail {
  display: flex;
  flex-wrap: wrap;
}

/* src line 9678 */
dl.w03-tab-detail > * {
  flex: 0 0 auto;
  width: 50%;
}

/* src line 9682 */
dl.w03-tab-detail > dt {
  font-weight: 500;
}

/* src line 9685 */
dl.w03-tab-detail > dt,
dl.w03-tab-detail > dd {
  font-size: var(--ws-x);
  padding: 0.75rem;
  margin: 0;
}

/* src line 9691 */
dl.w03-tab-detail > dt:nth-of-type(odd),
dl.w03-tab-detail > dd:nth-of-type(odd) {
  background-color: var(--ws-white);
}

/* src line 9696 */
dl.w03-tab-detail > dt:nth-of-type(odd) {
  border-bottom-left-radius: var(--bs-border-radius-lg); 
  border-top-left-radius: var(--bs-border-radius-lg);
}

/* src line 9700 */
dl.w03-tab-detail > dd:nth-of-type(odd) {
  border-top-right-radius: var(--bs-border-radius-lg); 
  border-bottom-right-radius: var(--bs-border-radius-lg);
}

/* src line 9704 */
dl.w03-tab-detail-ligne > dd.label {
  font-weight: 500;
}

/* src line 9708 */
dl.w03-tab-detail > dd:not(:has(.ws-highlight)) {
  padding-left: 1.5rem;
}

/* src line 9712 */
dl.w03-tab-detail > dd .ws-highlight {
  color: var(--bs-purple);
  font-weight: 500;
  display: inline;
  background: linear-gradient(to top, rgba(242, 229, 252, 0.8) 60%, transparent 60%);
  padding: 0px 0.75rem;
}

