www.catalogue-pro.fr Open in urlscan Pro
188.114.96.3  Public Scan

Submitted URL: https://etools.ods2.net/p/p.aspx?key=2-ngkzdqK0DivjJFzLjJ44Js%2fjq85yqz%2bBpDCu6iedhuk%3d-4055
Effective URL: https://www.catalogue-pro.fr/vivier-mcp/vestiaire_monobloc_sur_socle-DDDE0844-P.html
Submission Tags: urlscan
Submission: On June 13 via api from US — Scanned from FR

Form analysis 4 forms found in the DOM

GET https://www.catalogue-pro.fr/vivier-mcp/catalogsearch/result/

<form class="form minisearch" id="search_mini_form" action="https://www.catalogue-pro.fr/vivier-mcp/catalogsearch/result/" method="get" role="search">
  <div class="relative">
    <label class="sr-only" for="search"> Rechercher un article, une référence </label>
    <input id="search" x-on:input.debounce="getSearchResults()" x-ref="searchInput" type="search" class="w-full p-2 text-lg leading-normal transition appearance-none text-grey-800
                        focus:outline-none focus:border-transparent lg:text-xl" autocapitalize="off" autocomplete="off" autocorrect="off" name="q" value="" placeholder="Rechercher un article, une référence" maxlength="128"
      @search-open.window.debounce.10="
                            $el.focus();
                            $el.select();
                       ">
  </div>
  <div id="search_autocomplete" class="search-autocomplete relative w-full" x-show="show" style="display:none;">
    <div class="absolute bg-white border border-solid border-black z-50 w-full">
      <template x-for="searchResultByType in Object.values(searchResultsByType)">
        <div class="">
          <template x-if="searchResultByType.hasOwnProperty(0) &amp;&amp; templates[searchResultByType[0].type].title &amp;&amp; templates[searchResultByType[0].type].titleRenderer === undefined">
            <div class="font-bold pt-2 pl-2 text-center" x-text="templates[searchResultByType[0].type].title"></div>
          </template>
          <template x-if="searchResultByType.hasOwnProperty(0) &amp;&amp; templates[searchResultByType[0].type].titleRenderer !== undefined">
            <div class="font-bold pt-2 pl-2 text-center" x-text="window[templates[searchResultByType[0].type].titleRenderer](searchResultByType)"></div>
          </template>
          <template x-for="searchResult in searchResultByType">
            <div class="hover:bg-gray-100">
              <template x-if="searchResult.type == 'term'">
                <a class="w-full block p-2" x-bind:href="'https://www.catalogue-pro.fr/vivier-mcp/catalogsearch/result/?q=' + searchResult.title" :title="searchResult.title">
        <span class="text-sm" x-text="searchResult.title"></span>
        <span class="text-sm" x-text="'(' + searchResult.num_results + ')'"></span>
    </a>
              </template>
              <template x-if="searchResult.type == 'product'">
                <a class="w-full block" :href="searchResult.url" :title="searchResult.title">
        <div class="grid grid-cols-4 gap-4 p-3">
            <div>
                <img :src="searchResult.image" class="inline-block">
            </div>
            <div class="col-span-3">
                <span class="text-sm" x-text="searchResult.title"></span>
                <span class="text-sm font-bold" x-html="searchResult.price"></span>
            </div>
        </div>
    </a>
              </template>
              <template x-if="searchResult.type == 'category'">
                <a class="w-full block p-2" :href="searchResult.url" :title="searchResult.title">
        <span class="text-sm italic block text-gray-500" x-text="searchResult.breadcrumb.join(' > ').concat(' > ')"></span>
        <span class="text-sm" x-text="searchResult.title"></span>
    </a>
              </template>
              <template x-if="searchResult.type == 'product_attribute'">
                <a class="w-full block p-2" :href="searchResult.url" :title="searchResult.title">
        <span class="text-sm" x-text="searchResult.title"></span>
        <span class="text-xs uppercase text-gray-500" x-text="searchResult.attribute_label" style="vertical-align: super;"></span>
    </a>
              </template>
              <script>
                function renderEsAutocompleteTitleAttribute(data) {
                  data = data.filter(function(item) {
                    return item.type === 'product_attribute';
                  }).map(function(item) {
                    return item['attribute_label']
                  }).reduce(function(prev, item) {
                    if (item in prev) {
                      prev[item]++;
                    } else {
                      prev[item] = 1;
                    }
                    return prev;
                  }, {});
                  data = Object.entries(data).sort(function(item1, item2) {
                    return item2[1] - item1[1]
                  }).map(function(item) {
                    return item[0]
                  });
                  if (data.length > 2) {
                    data = data.slice(0, 2);
                    data.push('...');
                  }
                  return data.join(', ');
                }
              </script>
              <template x-if="searchResult.type == 'cms_page'">
                <a class="w-full block p-2" :href="searchResult.url" :title="searchResult.title">
        <span class="text-sm" x-text="searchResult.title"></span>
    </a>
              </template>
            </div>
          </template>
        </div>
      </template>
    </div>
  </div>
</form>

POST

<form class="form form-login" method="post" @submit.prevent="submitForm();" id="login-form">
  <div class="fieldset login">
    <div class="field email required">
      <label class="label" for="form-login-username" form="login-form">
        <span>Adresse mail</span>
      </label>
      <div class="control">
        <input name="username" id="form-login-username" x-ref="customer-email" @change="errors = 0" type="email" required="" class="form-input input-text">
      </div>
    </div>
    <div class="field password required">
      <label for="form-login-password" class="label" form="login-form">
        <span>Mot de passe</span>
      </label>
      <div class="control">
        <input name="password" id="form-login-password" type="password" class="form-input input-text" required="" x-ref="customer-password" @change="errors = 0">
      </div>
    </div>
    <input name="context" type="hidden" value="checkout">
    <div class="actions-toolbar flex justify-between pt-6 pb-2 items-center">
      <button type="submit" class="inline-flex btn btn-primary disabled:opacity-75"> Se connecter </button>
      <a href="https://www.catalogue-pro.fr/vivier-mcp/customer/account/forgotpassword/">
                                        Mot de passe oublié ?                                    </a>
    </div>
  </div>
</form>

POST https://www.catalogue-pro.fr/vivier-mcp/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuY2F0YWxvZ3VlLXByby5mci92aXZpZXItbWNwL3Zlc3RpYWlyZV9tb25vYmxvY19zdXJfc29jbGUtRERERTA4NDQtUC5odG1s/product/23773/

<form method="post" action="https://www.catalogue-pro.fr/vivier-mcp/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuY2F0YWxvZ3VlLXByby5mci92aXZpZXItbWNwL3Zlc3RpYWlyZV9tb25vYmxvY19zdXJfc29jbGUtRERERTA4NDQtUC5odG1s/product/23773/" class="mb-6"
  id="product_addtocart_form">
  <input type="hidden" name="product" value="23773">
  <input type="hidden" name="selected_configurable_option" value="">
  <input type="hidden" name="related_product" id="related-products-field" value="">
  <input type="hidden" name="item" value="23773">
  <input name="form_key" type="hidden" value="5KaqWVVbDrsFPAjx">
  <script>
    function initGroupedOptions() {
      return {
        open: false,
        isValid: true,
        qtyInputNameTemplate: 'input[name="super_group[%id%]"]',
        addToCartButtonSelector: 'button[form=product_addtocart_form]',
        addToCartButtonTextTemplate: 'Ajouter\u0020\u0025qty\u0025\u0020produit\u0028s\u0029\u0020\u002D\u0020\u0025price\u0025',
        validateForm() {
          const validateInputs = Array.from(document.querySelectorAll('input[name^=super_group]'));
          // at least one of the inputs has to have a qty > 0
          this.isValid = validateInputs.filter(input => input.value > 0).length;
          // we set or unset validity for all fields at once
          // and empty string un-sets invalidity
          validateInputs.map(input => input.setCustomValidity(this.isValid ? "" : "Sp\u00E9cifiez\u0020la\u0020quantit\u00E9\u0020de\u0020produit\u0028s\u0029."))
          if (!this.isValid) {
            // this triggers an immediate display of the form errors
            document.querySelector("#product_addtocart_form").reportValidity();
            return false;
          }
          return true;
        },
        setMobileTitleTable() {
          document.querySelectorAll('.grouped-table tbody tr').forEach(function(v, k, p) {
            Array.from(p[k].children).forEach(function(v, k) {
              v.insertAdjacentHTML('beforeend', '' + '<span class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">' + document.querySelectorAll('.grouped-table thead th')[k].innerText.trim() +
                '</span>')
            });
          });
        },
        init() {
          document.querySelector("#product_addtocart_form").addEventListener("submit", (e) => {
            if (e.submitter.getAttribute('data-source') === 'quote') {
              e.target.action = 'https://www.catalogue-pro.fr/vivier-mcp/ctq/quoteList/add/'
              e.target.getElementsByName('product').value = e.target.submit();
            }
            // don't submit on errors
            if (!this.validateForm()) {
              e.preventDefault();
            }
          });
          document.querySelectorAll(".btn-quote").forEach(function(btn) {
            btn.addEventListener('click', function(e) {
              let form = document.querySelector("#product_addtocart_form");
              form.action = 'https://www.catalogue-pro.fr/vivier-mcp/ctq/quoteList/add/'
              document.getElementsByName('product')[0].value = e.target.getAttribute('data-product-id');
              form.submit()
            });
          });
          this.setMobileTitleTable();
        },
        increaseQty(event) {
          let qtySpan = event.target.parentElement.querySelector('.item-qty-value'),
            hiddenInputSelector = this.template(this.qtyInputNameTemplate, {
              id: event.target.parentElement.dataset.itemId
            });
          hiddenInput = document.querySelector(hiddenInputSelector);
          hiddenInput.stepUp();
          qtySpan.textContent = hiddenInput.value
          this.updateAddToCartButton();
          return this
        },
        decreaseQty(event) {
          let qtySpan = event.target.parentElement.querySelector('.item-qty-value'),
            hiddenInputSelector = this.template(this.qtyInputNameTemplate, {
              id: event.target.parentElement.dataset.itemId
            });
          hiddenInput = document.querySelector(hiddenInputSelector);
          if (hiddenInput.value <= 0) {
            return this
          }
          hiddenInput.stepDown();
          qtySpan.textContent = hiddenInput.value
          this.updateAddToCartButton();
          return this;
        },
        updateAddToCartButton() {
          let addToCartButton = document.querySelector(this.addToCartButtonSelector),
            qtyInputs = document.querySelectorAll('input[name^=super_group]'),
            totalPrice = 0,
            totalQty = 0;
          qtyInputs.forEach((element) => {
            let value = parseInt(element.value, 10);
            if (value > 0) {
              let productId = element.dataset.productId;
              let productPrice = parseFloat(document.querySelector(`#product-price-${productId}`).dataset.priceAmount);
              totalPrice += value * productPrice;
              totalQty += value;
            }
          });
          if (totalPrice <= 0 && totalQty <= 0 && addToCartButton.classList.contains('hidden') === false) {
            addToCartButton.classList.add('hidden')
            return this
          }
          let currency = addToCartButton.dataset.currency;
          addToCartButton.querySelector('.mobile-add-to-cart-text').innerText = this.template(this.addToCartButtonTextTemplate, {
            qty: totalQty,
            price: totalPrice + ' ' + currency
          })
          if (addToCartButton.classList.contains('hidden') === true) {
            addToCartButton.classList.remove('hidden')
          }
        },
        collapse(event) {
          let id = event.target.parentElement.dataset.attributeButtonId,
            list = document.querySelector('div[data-attribute-list-id="' + id + '"]');
          if (list.classList.contains('collapsed')) {
            list.style.maxHeight = list.scrollHeight + 'px';
            list.classList.remove('collapsed');
            event.target.classList.remove('collapsed');
            event.target.classList.add('expanded');
          } else {
            list.style.maxHeight = '';
            list.classList.add('collapsed');
            event.target.classList.remove('expanded');
            event.target.classList.add('collapsed');
          }
        },
        template(template, data) {
          return template.replace(/%(\w*)%/g, // or /{(\w*)}/g for "{this} instead of %this%"
            function(m, key) {
              return data.hasOwnProperty(key) ? data[key] : "";
            });
        }
      }
    }
  </script>
  <div class="container grouped-item-wrapper" x-data="initGroupedOptions()" x-init="init();">
    <div class="container-mobile sm:block md:block lg:hidden">
      <div class="product-wrapper grouped-item">
        <div class="sku">
          <span class="label">Ref</span>
          <span class="value">DDDE0844</span>
        </div>
        <div class="grouped-item-name">
          <span>Vestiaire monobloc industrie propre 1 case - dimensions : L 300 x P 500 x H 1800 mm - Fermeture moraillon</span>
        </div>
        <div class="price-wrapper">
          <span class="label">Prix HT</span>
          <div class="price-box price-final_price" data-role="priceBox" data-product-id="23774" data-price-box="product-id-23774">
            <span x-data="" x-id="['product\u002Dprice\u002D23774']" class="price-container price-final_price tax weee">
              <span :id="$id('product\u002Dprice\u002D23774')" data-price-amount="259" data-price-type="finalPrice" class="price-wrapper " id="product-price-23774-1"><span class="price">259&nbsp;€</span></span>
            </span>
          </div>
          <div class="attribute-list-action collapsed" data-attribute-button-id="23774" x-on:click="collapse">
            <span>Plus de détails</span>
          </div>
        </div>
        <div class="collapsible attributes overflow-hidden transition-all max-h-0  duration-500 collapsed" data-attribute-list-id="23774">
          <div class="attribute">
            <span class="label"> Industrie </span>
            <span class="value">Propre</span>
          </div>
          <div class="attribute">
            <span class="label"> Nbre cases </span>
            <span class="value">1</span>
          </div>
          <div class="attribute">
            <span class="label"> Dim. hors tout L x P x H (mm) </span>
            <span class="value">300 x 500 x 1800</span>
          </div>
        </div>
        <div class="grouped-item-qty">
          <div class="qty-field" data-item-id="23774">
            <span class="decrease" @click="decreaseQty">-</span>
            <span class="item-qty-value"> 0 </span>
            <span class="increase" @click="increaseQty">+</span>
          </div>
        </div>
      </div>
      <div class="product-wrapper grouped-item">
        <div class="sku">
          <span class="label">Ref</span>
          <span class="value">DDDE0845</span>
        </div>
        <div class="grouped-item-name">
          <span>Vestiaire monobloc industrie propre 2 cases - dimensions : L 600 x P 500 x H 1800 mm - Fermeture moraillon</span>
        </div>
        <div class="price-wrapper">
          <span class="label">Prix HT</span>
          <div class="price-box price-final_price" data-role="priceBox" data-product-id="23775" data-price-box="product-id-23775">
            <div class="percent text-white bg-crimson m-auto w-1/2"> - 20 % </div>
            <span class="special-price">
              <span x-data="" x-id="['product\u002Dprice\u002D23775']" class="price-container price-final_price tax weee">
                <span :id="$id('product\u002Dprice\u002D23775')" data-price-amount="312.8" data-price-type="finalPrice" class="price-wrapper " id="product-price-23775-1"><span class="price">312,80&nbsp;€</span></span>
              </span>
            </span>
            <span class="old-price line-through text-black">
              <span x-data="" x-id="['old\u002Dprice\u002D23775']" class="price-container price-final_price tax weee">
                <span :id="$id('old\u002Dprice\u002D23775')" data-price-amount="391" data-price-type="oldPrice" class="price-wrapper " id="old-price-23775-1"><span class="price">391&nbsp;€</span></span>
              </span>
            </span>
          </div>
          <div class="attribute-list-action collapsed" data-attribute-button-id="23775" x-on:click="collapse">
            <span>Plus de détails</span>
          </div>
        </div>
        <div class="collapsible attributes overflow-hidden transition-all max-h-0  duration-500 collapsed" data-attribute-list-id="23775">
          <div class="attribute">
            <span class="label"> Industrie </span>
            <span class="value">Propre</span>
          </div>
          <div class="attribute">
            <span class="label"> Nbre cases </span>
            <span class="value">2</span>
          </div>
          <div class="attribute">
            <span class="label"> Dim. hors tout L x P x H (mm) </span>
            <span class="value">600 x 500 x 1800</span>
          </div>
        </div>
        <div class="grouped-item-qty">
          <div class="qty-field" data-item-id="23775">
            <span class="decrease" @click="decreaseQty">-</span>
            <span class="item-qty-value"> 0 </span>
            <span class="increase" @click="increaseQty">+</span>
          </div>
        </div>
      </div>
      <div class="product-wrapper grouped-item">
        <div class="sku">
          <span class="label">Ref</span>
          <span class="value">DDDE0846</span>
        </div>
        <div class="grouped-item-name">
          <span>Vestiaire monobloc industrie propre 3 cases - dimensions : L 900 x P 500 x H 1800 mm - Fermeture moraillon</span>
        </div>
        <div class="price-wrapper">
          <span class="label">Prix HT</span>
          <div class="price-box price-final_price" data-role="priceBox" data-product-id="23776" data-price-box="product-id-23776">
            <span x-data="" x-id="['product\u002Dprice\u002D23776']" class="price-container price-final_price tax weee">
              <span :id="$id('product\u002Dprice\u002D23776')" data-price-amount="548" data-price-type="finalPrice" class="price-wrapper " id="product-price-23776-1"><span class="price">548&nbsp;€</span></span>
            </span>
          </div>
          <div class="attribute-list-action collapsed" data-attribute-button-id="23776" x-on:click="collapse">
            <span>Plus de détails</span>
          </div>
        </div>
        <div class="collapsible attributes overflow-hidden transition-all max-h-0  duration-500 collapsed" data-attribute-list-id="23776">
          <div class="attribute">
            <span class="label"> Industrie </span>
            <span class="value">Propre</span>
          </div>
          <div class="attribute">
            <span class="label"> Nbre cases </span>
            <span class="value">3</span>
          </div>
          <div class="attribute">
            <span class="label"> Dim. hors tout L x P x H (mm) </span>
            <span class="value">900 x 500 x 1800</span>
          </div>
        </div>
        <div class="grouped-item-qty">
          <div class="qty-field" data-item-id="23776">
            <span class="decrease" @click="decreaseQty">-</span>
            <span class="item-qty-value"> 0 </span>
            <span class="increase" @click="increaseQty">+</span>
          </div>
        </div>
      </div>
      <div class="product-wrapper grouped-item">
        <div class="sku">
          <span class="label">Ref</span>
          <span class="value">DDDE0847</span>
        </div>
        <div class="grouped-item-name">
          <span>Vestiaire monobloc industrie propre 4 cases - dimensions : L 1200 x P 500 x H 1800 mm - Fermeture moraillon</span>
        </div>
        <div class="price-wrapper">
          <span class="label">Prix HT</span>
          <div class="price-box price-final_price" data-role="priceBox" data-product-id="23777" data-price-box="product-id-23777">
            <span x-data="" x-id="['product\u002Dprice\u002D23777']" class="price-container price-final_price tax weee">
              <span :id="$id('product\u002Dprice\u002D23777')" data-price-amount="699" data-price-type="finalPrice" class="price-wrapper " id="product-price-23777-1"><span class="price">699&nbsp;€</span></span>
            </span>
          </div>
          <div class="attribute-list-action collapsed" data-attribute-button-id="23777" x-on:click="collapse">
            <span>Plus de détails</span>
          </div>
        </div>
        <div class="collapsible attributes overflow-hidden transition-all max-h-0  duration-500 collapsed" data-attribute-list-id="23777">
          <div class="attribute">
            <span class="label"> Industrie </span>
            <span class="value">Propre</span>
          </div>
          <div class="attribute">
            <span class="label"> Nbre cases </span>
            <span class="value">4</span>
          </div>
          <div class="attribute">
            <span class="label"> Dim. hors tout L x P x H (mm) </span>
            <span class="value">1200 x 500 x 1800</span>
          </div>
        </div>
        <div class="grouped-item-qty">
          <div class="qty-field" data-item-id="23777">
            <span class="decrease" @click="decreaseQty">-</span>
            <span class="item-qty-value"> 0 </span>
            <span class="increase" @click="increaseQty">+</span>
          </div>
        </div>
      </div>
      <div class="product-wrapper grouped-item">
        <div class="sku">
          <span class="label">Ref</span>
          <span class="value">DDDE0848</span>
        </div>
        <div class="grouped-item-name">
          <span>Vestiaire monobloc industrie salissante 1 case - dimensions : L 400 x P 500 x H 1800 mm - Fermeture moraillon</span>
        </div>
        <div class="price-wrapper">
          <span class="label">Prix HT</span>
          <div class="price-box price-final_price" data-role="priceBox" data-product-id="23778" data-price-box="product-id-23778">
            <span x-data="" x-id="['product\u002Dprice\u002D23778']" class="price-container price-final_price tax weee">
              <span :id="$id('product\u002Dprice\u002D23778')" data-price-amount="296" data-price-type="finalPrice" class="price-wrapper " id="product-price-23778-1"><span class="price">296&nbsp;€</span></span>
            </span>
          </div>
          <div class="attribute-list-action collapsed" data-attribute-button-id="23778" x-on:click="collapse">
            <span>Plus de détails</span>
          </div>
        </div>
        <div class="collapsible attributes overflow-hidden transition-all max-h-0  duration-500 collapsed" data-attribute-list-id="23778">
          <div class="attribute">
            <span class="label"> Industrie </span>
            <span class="value">Salissante</span>
          </div>
          <div class="attribute">
            <span class="label"> Nbre cases </span>
            <span class="value">1</span>
          </div>
          <div class="attribute">
            <span class="label"> Dim. hors tout L x P x H (mm) </span>
            <span class="value">400 x 500 x 1800</span>
          </div>
        </div>
        <div class="grouped-item-qty">
          <div class="qty-field" data-item-id="23778">
            <span class="decrease" @click="decreaseQty">-</span>
            <span class="item-qty-value"> 0 </span>
            <span class="increase" @click="increaseQty">+</span>
          </div>
        </div>
      </div>
      <div class="product-wrapper grouped-item">
        <div class="sku">
          <span class="label">Ref</span>
          <span class="value">DDDE0849</span>
        </div>
        <div class="grouped-item-name">
          <span>Vestiaire monobloc industrie salissante 2 cases - dimensions : L 800 x P 500 x H 1800 mm - Fermeture moraillon</span>
        </div>
        <div class="price-wrapper">
          <span class="label">Prix HT</span>
          <div class="price-box price-final_price" data-role="priceBox" data-product-id="23779" data-price-box="product-id-23779">
            <div class="percent text-white bg-crimson m-auto w-1/2"> - 20 % </div>
            <span class="special-price">
              <span x-data="" x-id="['product\u002Dprice\u002D23779']" class="price-container price-final_price tax weee">
                <span :id="$id('product\u002Dprice\u002D23779')" data-price-amount="363.2" data-price-type="finalPrice" class="price-wrapper " id="product-price-23779-1"><span class="price">363,20&nbsp;€</span></span>
              </span>
            </span>
            <span class="old-price line-through text-black">
              <span x-data="" x-id="['old\u002Dprice\u002D23779']" class="price-container price-final_price tax weee">
                <span :id="$id('old\u002Dprice\u002D23779')" data-price-amount="454" data-price-type="oldPrice" class="price-wrapper " id="old-price-23779-1"><span class="price">454&nbsp;€</span></span>
              </span>
            </span>
          </div>
          <div class="attribute-list-action collapsed" data-attribute-button-id="23779" x-on:click="collapse">
            <span>Plus de détails</span>
          </div>
        </div>
        <div class="collapsible attributes overflow-hidden transition-all max-h-0  duration-500 collapsed" data-attribute-list-id="23779">
          <div class="attribute">
            <span class="label"> Industrie </span>
            <span class="value">Salissante</span>
          </div>
          <div class="attribute">
            <span class="label"> Nbre cases </span>
            <span class="value">2</span>
          </div>
          <div class="attribute">
            <span class="label"> Dim. hors tout L x P x H (mm) </span>
            <span class="value">800 x 500 x 1800</span>
          </div>
        </div>
        <div class="grouped-item-qty">
          <div class="qty-field" data-item-id="23779">
            <span class="decrease" @click="decreaseQty">-</span>
            <span class="item-qty-value"> 0 </span>
            <span class="increase" @click="increaseQty">+</span>
          </div>
        </div>
      </div>
      <div class="product-wrapper grouped-item">
        <div class="sku">
          <span class="label">Ref</span>
          <span class="value">DDDE0850</span>
        </div>
        <div class="grouped-item-name">
          <span>Vestiaire monobloc industrie salissante 3 cases - dimensions : L 1200 x P 500 x H 1800 mm - Fermeture moraillon</span>
        </div>
        <div class="price-wrapper">
          <span class="label">Prix HT</span>
          <div class="price-box price-final_price" data-role="priceBox" data-product-id="23780" data-price-box="product-id-23780">
            <span x-data="" x-id="['product\u002Dprice\u002D23780']" class="price-container price-final_price tax weee">
              <span :id="$id('product\u002Dprice\u002D23780')" data-price-amount="699" data-price-type="finalPrice" class="price-wrapper " id="product-price-23780-1"><span class="price">699&nbsp;€</span></span>
            </span>
          </div>
          <div class="attribute-list-action collapsed" data-attribute-button-id="23780" x-on:click="collapse">
            <span>Plus de détails</span>
          </div>
        </div>
        <div class="collapsible attributes overflow-hidden transition-all max-h-0  duration-500 collapsed" data-attribute-list-id="23780">
          <div class="attribute">
            <span class="label"> Industrie </span>
            <span class="value">Salissante</span>
          </div>
          <div class="attribute">
            <span class="label"> Nbre cases </span>
            <span class="value">3</span>
          </div>
          <div class="attribute">
            <span class="label"> Dim. hors tout L x P x H (mm) </span>
            <span class="value">1200 x 500 x 1800</span>
          </div>
        </div>
        <div class="grouped-item-qty">
          <div class="qty-field" data-item-id="23780">
            <span class="decrease" @click="decreaseQty">-</span>
            <span class="item-qty-value"> 0 </span>
            <span class="increase" @click="increaseQty">+</span>
          </div>
        </div>
      </div>
      <div class="product-wrapper grouped-item">
        <div class="sku">
          <span class="label">Ref</span>
          <span class="value">DDDE0410</span>
        </div>
        <div class="grouped-item-name">
          <span>Socle banc pour vestiaire 2 cases monobloc industrie propre L 600 mm</span>
        </div>
        <div class="price-wrapper">
          <span class="label">Prix HT</span>
          <div class="price-box price-final_price" data-role="priceBox" data-product-id="3792" data-price-box="product-id-3792">
            <span x-data="" x-id="['product\u002Dprice\u002D3792']" class="price-container price-final_price tax weee">
              <span :id="$id('product\u002Dprice\u002D3792')" data-price-amount="186" data-price-type="finalPrice" class="price-wrapper " id="product-price-3792-1"><span class="price">186&nbsp;€</span></span>
            </span>
          </div>
          <div class="attribute-list-action collapsed" data-attribute-button-id="3792" x-on:click="collapse">
            <span>Plus de détails</span>
          </div>
        </div>
        <div class="collapsible attributes overflow-hidden transition-all max-h-0  duration-500 collapsed" data-attribute-list-id="3792">
          <div class="attribute">
            <span class="label"> Industrie </span>
            <span class="value">Socle banc 2 cases L 600 mm</span>
          </div>
          <div class="attribute">
            <span class="label"> Nbre cases </span>
            <span class="value"></span>
          </div>
          <div class="attribute">
            <span class="label"> Dim. hors tout L x P x H (mm) </span>
            <span class="value"></span>
          </div>
        </div>
        <div class="grouped-item-qty">
          <div class="qty-field" data-item-id="3792">
            <span class="decrease" @click="decreaseQty">-</span>
            <span class="item-qty-value"> 0 </span>
            <span class="increase" @click="increaseQty">+</span>
          </div>
        </div>
      </div>
      <div class="product-wrapper grouped-item">
        <div class="sku">
          <span class="label">Ref</span>
          <span class="value">DDDE0415</span>
        </div>
        <div class="grouped-item-name">
          <span>Socle banc pour vestiaire 2 cases monobloc industrie salissante L 800 mm</span>
        </div>
        <div class="price-wrapper">
          <span class="label">Prix HT</span>
          <div class="price-box price-final_price" data-role="priceBox" data-product-id="3799" data-price-box="product-id-3799">
            <span x-data="" x-id="['product\u002Dprice\u002D3799']" class="price-container price-final_price tax weee">
              <span :id="$id('product\u002Dprice\u002D3799')" data-price-amount="196" data-price-type="finalPrice" class="price-wrapper " id="product-price-3799-1"><span class="price">196&nbsp;€</span></span>
            </span>
          </div>
          <div class="attribute-list-action collapsed" data-attribute-button-id="3799" x-on:click="collapse">
            <span>Plus de détails</span>
          </div>
        </div>
        <div class="collapsible attributes overflow-hidden transition-all max-h-0  duration-500 collapsed" data-attribute-list-id="3799">
          <div class="attribute">
            <span class="label"> Industrie </span>
            <span class="value">Socle banc 2 cases L 800 mm</span>
          </div>
          <div class="attribute">
            <span class="label"> Nbre cases </span>
            <span class="value"></span>
          </div>
          <div class="attribute">
            <span class="label"> Dim. hors tout L x P x H (mm) </span>
            <span class="value"></span>
          </div>
        </div>
        <div class="grouped-item-qty">
          <div class="qty-field" data-item-id="3799">
            <span class="decrease" @click="decreaseQty">-</span>
            <span class="item-qty-value"> 0 </span>
            <span class="increase" @click="increaseQty">+</span>
          </div>
        </div>
      </div>
      <div class="product-wrapper grouped-item">
        <div class="sku">
          <span class="label">Ref</span>
          <span class="value">DDDE0600</span>
        </div>
        <div class="grouped-item-name">
          <span>Socle banc pour vestiaire 3 cases monobloc industrie propre L 900 mm</span>
        </div>
        <div class="price-wrapper">
          <span class="label">Prix HT</span>
          <div class="price-box price-final_price" data-role="priceBox" data-product-id="3793" data-price-box="product-id-3793">
            <span x-data="" x-id="['product\u002Dprice\u002D3793']" class="price-container price-final_price tax weee">
              <span :id="$id('product\u002Dprice\u002D3793')" data-price-amount="229" data-price-type="finalPrice" class="price-wrapper " id="product-price-3793-1"><span class="price">229&nbsp;€</span></span>
            </span>
          </div>
          <div class="attribute-list-action collapsed" data-attribute-button-id="3793" x-on:click="collapse">
            <span>Plus de détails</span>
          </div>
        </div>
        <div class="collapsible attributes overflow-hidden transition-all max-h-0  duration-500 collapsed" data-attribute-list-id="3793">
          <div class="attribute">
            <span class="label"> Industrie </span>
            <span class="value">Socle banc 3 cases L 900 mm</span>
          </div>
          <div class="attribute">
            <span class="label"> Nbre cases </span>
            <span class="value"></span>
          </div>
          <div class="attribute">
            <span class="label"> Dim. hors tout L x P x H (mm) </span>
            <span class="value"></span>
          </div>
        </div>
        <div class="grouped-item-qty">
          <div class="qty-field" data-item-id="3793">
            <span class="decrease" @click="decreaseQty">-</span>
            <span class="item-qty-value"> 0 </span>
            <span class="increase" @click="increaseQty">+</span>
          </div>
        </div>
      </div>
      <div class="product-wrapper grouped-item">
        <div class="sku">
          <span class="label">Ref</span>
          <span class="value">DDDE0601</span>
        </div>
        <div class="grouped-item-name">
          <span>Socle banc pour vestiaire 3 cases (industrie salissante) ou 4 cases (industrie propre) L 1200 mm</span>
        </div>
        <div class="price-wrapper">
          <span class="label">Prix HT</span>
          <div class="price-box price-final_price" data-role="priceBox" data-product-id="3794" data-price-box="product-id-3794">
            <span x-data="" x-id="['product\u002Dprice\u002D3794']" class="price-container price-final_price tax weee">
              <span :id="$id('product\u002Dprice\u002D3794')" data-price-amount="238" data-price-type="finalPrice" class="price-wrapper " id="product-price-3794-1"><span class="price">238&nbsp;€</span></span>
            </span>
          </div>
          <div class="attribute-list-action collapsed" data-attribute-button-id="3794" x-on:click="collapse">
            <span>Plus de détails</span>
          </div>
        </div>
        <div class="collapsible attributes overflow-hidden transition-all max-h-0  duration-500 collapsed" data-attribute-list-id="3794">
          <div class="attribute">
            <span class="label"> Industrie </span>
            <span class="value">Socle banc 3 ou 4 cases L 1200 mm</span>
          </div>
          <div class="attribute">
            <span class="label"> Nbre cases </span>
            <span class="value"></span>
          </div>
          <div class="attribute">
            <span class="label"> Dim. hors tout L x P x H (mm) </span>
            <span class="value"></span>
          </div>
        </div>
        <div class="grouped-item-qty">
          <div class="qty-field" data-item-id="3794">
            <span class="decrease" @click="decreaseQty">-</span>
            <span class="item-qty-value"> 0 </span>
            <span class="increase" @click="increaseQty">+</span>
          </div>
        </div>
      </div>
    </div>
    <div class="container-desktop my-12 hidden sm:hidden md:hidden lg:block">
      <h2 class="text-gray-900 text-xl title-font font-medium mb-2"> Caractéristiques Techniques - Vestiaire monobloc sur socle </h2>
      <table class="grouped-table border-collapse w-full print:w-1/4">
        <thead>
          <tr>
            <th class="p-3 font-bold bg-gray-200 text-gray-600 border border-gray-300 hidden lg:table-cell print:table-cell print:p-1"> Ref </th>
            <th class="p-3 font-bold bg-gray-200 text-gray-600 border border-gray-300 hidden lg:table-cell print:table-cell print:p-1"> Industrie </th>
            <th class="p-3 font-bold bg-gray-200 text-gray-600 border border-gray-300 hidden lg:table-cell print:table-cell print:p-1"> Nbre cases </th>
            <th class="p-3 font-bold bg-gray-200 text-gray-600 border border-gray-300 hidden lg:table-cell print:table-cell print:p-1"> Dim. hors tout L x P x H (mm) </th>
            <th class="p-3 font-bold bg-gray-200 text-crimson border border-gray-300 hidden lg:table-cell print:table-cell print:p-1"> Prix HT </th>
            <th class="p-3 font-bold bg-gray-200 text-gray-600 border border-gray-300 hidden lg:table-cell print:table-cell print:p-1"> Libellé de conditionnement de vente </th>
            <th class="p-3 font-bold bg-gray-200 text-gray-600 border border-gray-300 hidden lg:table-cell print:hidden"> Qté </th>
          </tr>
        </thead>
        <tbody>
          <tr class="bg-white lg:hover:bg-gray-100 flex lg:table-row flex-row lg:flex-row
                flex-wrap lg:flex-no-wrap mb-10 lg:mb-0 print:table-row">
            <td class="w-full lg:w-auto p-8 lg:p-5 text-gray-800 text-center font-bold
                    border border-b text-center block lg:table-cell relative lg:static print:table-cell print:p-1">
              <span>DDDE0844</span>
              <span class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Ref</span><span
                class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Ref</span>
            </td>
            <td class="w-full lg:w-auto p-8 lg:p-5 text-gray-800
                        text-center border border-b text-center block lg:table-cell relative lg:static print:table-cell print:p-1">
              <span>Propre</span>
              <span class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Industrie</span><span
                class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Industrie</span>
            </td>
            <td class="w-full lg:w-auto p-8 lg:p-5 text-gray-800
                        text-center border border-b text-center block lg:table-cell relative lg:static print:table-cell print:p-1">
              <span>1</span>
              <span class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Nbre cases</span><span
                class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Nbre cases</span>
            </td>
            <td class="w-full lg:w-auto p-8 lg:p-5 text-gray-800
                        text-center border border-b text-center block lg:table-cell relative lg:static print:table-cell print:p-1">
              <span>300 x 500 x 1800</span>
              <span class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Dim. hors tout L x P x H (mm)</span><span
                class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Dim. hors tout L x P x H (mm)</span>
            </td>
            <td class="w-full lg:w-auto p-8 lg:p-5 text-crimson text-center border border-b
                    text-center block lg:table-cell relative lg:static print:table-cell print:p-1 print:table-cell print:p-1">
              <div class="price-box price-final_price" data-role="priceBox" data-product-id="23774" data-price-box="product-id-23774">
                <span x-data="" x-id="['product\u002Dprice\u002D23774']" class="price-container price-final_price tax weee">
                  <span :id="$id('product\u002Dprice\u002D23774')" data-price-amount="259" data-price-type="finalPrice" class="price-wrapper " id="product-price-23774-2"><span class="price">259&nbsp;€</span></span>
                </span>
              </div>
              <div class="text-forestgreen text-sm"> Dont E.C : <span class="price">1,04&nbsp;€</span> </div>
              <span class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Prix HT</span><span class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Prix
                HT</span>
            </td>
            <td class="w-full lg:w-auto p-8 lg:p-5 text-gray-800 text-center border border-b text-center block
                     lg:table-cell relative lg:static print:table-cell print:p-1">
              <span>l'unité</span>
              <span class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Libellé de conditionnement de vente</span><span
                class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Libellé de conditionnement de vente</span>
            </td>
            <td class="w-full lg:w-52 p-8 lg:p-5 text-gray-800 text-center border border-b
                    text-center block lg:table-cell relative lg:static print:hidden">
              <div class="control qty">
                <input type="number" min="0" data-product-id="23774" name="super_group[23774]" placeholder="1" value="0" title="Qté" class="qty form-input px-2 py-2 w-20 text-center" step="1"
                  :class=" { 'border-red-500 focus:border-red-500 focus:ring-red-500': !isValid }" @input.debounce="validateForm()">
              </div>
              <span class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Qté</span><span
                class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Qté</span>
            </td>
          </tr>
          <tr class="bg-white lg:hover:bg-gray-100 flex lg:table-row flex-row lg:flex-row
                flex-wrap lg:flex-no-wrap mb-10 lg:mb-0 print:table-row">
            <td class="w-full lg:w-auto p-8 lg:p-5 text-gray-800 text-center font-bold
                    border border-b text-center block lg:table-cell relative lg:static print:table-cell print:p-1">
              <span>DDDE0845</span>
              <span class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Ref</span><span
                class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Ref</span>
            </td>
            <td class="w-full lg:w-auto p-8 lg:p-5 text-gray-800
                        text-center border border-b text-center block lg:table-cell relative lg:static print:table-cell print:p-1">
              <span>Propre</span>
              <span class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Industrie</span><span
                class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Industrie</span>
            </td>
            <td class="w-full lg:w-auto p-8 lg:p-5 text-gray-800
                        text-center border border-b text-center block lg:table-cell relative lg:static print:table-cell print:p-1">
              <span>2</span>
              <span class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Nbre cases</span><span
                class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Nbre cases</span>
            </td>
            <td class="w-full lg:w-auto p-8 lg:p-5 text-gray-800
                        text-center border border-b text-center block lg:table-cell relative lg:static print:table-cell print:p-1">
              <span>600 x 500 x 1800</span>
              <span class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Dim. hors tout L x P x H (mm)</span><span
                class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Dim. hors tout L x P x H (mm)</span>
            </td>
            <td class="w-full lg:w-auto p-8 lg:p-5 text-crimson text-center border border-b
                    text-center block lg:table-cell relative lg:static print:table-cell print:p-1 print:table-cell print:p-1">
              <div class="price-box price-final_price" data-role="priceBox" data-product-id="23775" data-price-box="product-id-23775">
                <div class="percent text-white bg-crimson m-auto w-1/2"> - 20 % </div>
                <span class="special-price">
                  <span x-data="" x-id="['product\u002Dprice\u002D23775']" class="price-container price-final_price tax weee">
                    <span :id="$id('product\u002Dprice\u002D23775')" data-price-amount="312.8" data-price-type="finalPrice" class="price-wrapper " id="product-price-23775-2"><span class="price">312,80&nbsp;€</span></span>
                  </span>
                </span>
                <span class="old-price line-through text-black">
                  <span x-data="" x-id="['old\u002Dprice\u002D23775']" class="price-container price-final_price tax weee">
                    <span :id="$id('old\u002Dprice\u002D23775')" data-price-amount="391" data-price-type="oldPrice" class="price-wrapper " id="old-price-23775-2"><span class="price">391&nbsp;€</span></span>
                  </span>
                </span>
              </div>
              <div class="text-forestgreen text-sm"> Dont E.C : <span class="price">1,88&nbsp;€</span> </div>
              <span class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Prix HT</span><span class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Prix
                HT</span>
            </td>
            <td class="w-full lg:w-auto p-8 lg:p-5 text-gray-800 text-center border border-b text-center block
                     lg:table-cell relative lg:static print:table-cell print:p-1">
              <span>l'unité</span>
              <span class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Libellé de conditionnement de vente</span><span
                class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Libellé de conditionnement de vente</span>
            </td>
            <td class="w-full lg:w-52 p-8 lg:p-5 text-gray-800 text-center border border-b
                    text-center block lg:table-cell relative lg:static print:hidden">
              <div class="control qty">
                <input type="number" min="0" data-product-id="23775" name="super_group[23775]" placeholder="1" value="0" title="Qté" class="qty form-input px-2 py-2 w-20 text-center" step="1"
                  :class=" { 'border-red-500 focus:border-red-500 focus:ring-red-500': !isValid }" @input.debounce="validateForm()">
              </div>
              <span class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Qté</span><span
                class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Qté</span>
            </td>
          </tr>
          <tr class="bg-white lg:hover:bg-gray-100 flex lg:table-row flex-row lg:flex-row
                flex-wrap lg:flex-no-wrap mb-10 lg:mb-0 print:table-row">
            <td class="w-full lg:w-auto p-8 lg:p-5 text-gray-800 text-center font-bold
                    border border-b text-center block lg:table-cell relative lg:static print:table-cell print:p-1">
              <span>DDDE0846</span>
              <span class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Ref</span><span
                class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Ref</span>
            </td>
            <td class="w-full lg:w-auto p-8 lg:p-5 text-gray-800
                        text-center border border-b text-center block lg:table-cell relative lg:static print:table-cell print:p-1">
              <span>Propre</span>
              <span class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Industrie</span><span
                class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Industrie</span>
            </td>
            <td class="w-full lg:w-auto p-8 lg:p-5 text-gray-800
                        text-center border border-b text-center block lg:table-cell relative lg:static print:table-cell print:p-1">
              <span>3</span>
              <span class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Nbre cases</span><span
                class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Nbre cases</span>
            </td>
            <td class="w-full lg:w-auto p-8 lg:p-5 text-gray-800
                        text-center border border-b text-center block lg:table-cell relative lg:static print:table-cell print:p-1">
              <span>900 x 500 x 1800</span>
              <span class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Dim. hors tout L x P x H (mm)</span><span
                class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Dim. hors tout L x P x H (mm)</span>
            </td>
            <td class="w-full lg:w-auto p-8 lg:p-5 text-crimson text-center border border-b
                    text-center block lg:table-cell relative lg:static print:table-cell print:p-1 print:table-cell print:p-1">
              <div class="price-box price-final_price" data-role="priceBox" data-product-id="23776" data-price-box="product-id-23776">
                <span x-data="" x-id="['product\u002Dprice\u002D23776']" class="price-container price-final_price tax weee">
                  <span :id="$id('product\u002Dprice\u002D23776')" data-price-amount="548" data-price-type="finalPrice" class="price-wrapper " id="product-price-23776-2"><span class="price">548&nbsp;€</span></span>
                </span>
              </div>
              <div class="text-forestgreen text-sm"> Dont E.C : <span class="price">2,64&nbsp;€</span> </div>
              <span class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Prix HT</span><span class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Prix
                HT</span>
            </td>
            <td class="w-full lg:w-auto p-8 lg:p-5 text-gray-800 text-center border border-b text-center block
                     lg:table-cell relative lg:static print:table-cell print:p-1">
              <span>l'unité</span>
              <span class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Libellé de conditionnement de vente</span><span
                class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Libellé de conditionnement de vente</span>
            </td>
            <td class="w-full lg:w-52 p-8 lg:p-5 text-gray-800 text-center border border-b
                    text-center block lg:table-cell relative lg:static print:hidden">
              <div class="control qty">
                <input type="number" min="0" data-product-id="23776" name="super_group[23776]" placeholder="1" value="0" title="Qté" class="qty form-input px-2 py-2 w-20 text-center" step="1"
                  :class=" { 'border-red-500 focus:border-red-500 focus:ring-red-500': !isValid }" @input.debounce="validateForm()">
              </div>
              <span class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Qté</span><span
                class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Qté</span>
            </td>
          </tr>
          <tr class="bg-white lg:hover:bg-gray-100 flex lg:table-row flex-row lg:flex-row
                flex-wrap lg:flex-no-wrap mb-10 lg:mb-0 print:table-row">
            <td class="w-full lg:w-auto p-8 lg:p-5 text-gray-800 text-center font-bold
                    border border-b text-center block lg:table-cell relative lg:static print:table-cell print:p-1">
              <span>DDDE0847</span>
              <span class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Ref</span><span
                class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Ref</span>
            </td>
            <td class="w-full lg:w-auto p-8 lg:p-5 text-gray-800
                        text-center border border-b text-center block lg:table-cell relative lg:static print:table-cell print:p-1">
              <span>Propre</span>
              <span class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Industrie</span><span
                class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Industrie</span>
            </td>
            <td class="w-full lg:w-auto p-8 lg:p-5 text-gray-800
                        text-center border border-b text-center block lg:table-cell relative lg:static print:table-cell print:p-1">
              <span>4</span>
              <span class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Nbre cases</span><span
                class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Nbre cases</span>
            </td>
            <td class="w-full lg:w-auto p-8 lg:p-5 text-gray-800
                        text-center border border-b text-center block lg:table-cell relative lg:static print:table-cell print:p-1">
              <span>1200 x 500 x 1800</span>
              <span class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Dim. hors tout L x P x H (mm)</span><span
                class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Dim. hors tout L x P x H (mm)</span>
            </td>
            <td class="w-full lg:w-auto p-8 lg:p-5 text-crimson text-center border border-b
                    text-center block lg:table-cell relative lg:static print:table-cell print:p-1 print:table-cell print:p-1">
              <div class="price-box price-final_price" data-role="priceBox" data-product-id="23777" data-price-box="product-id-23777">
                <span x-data="" x-id="['product\u002Dprice\u002D23777']" class="price-container price-final_price tax weee">
                  <span :id="$id('product\u002Dprice\u002D23777')" data-price-amount="699" data-price-type="finalPrice" class="price-wrapper " id="product-price-23777-2"><span class="price">699&nbsp;€</span></span>
                </span>
              </div>
              <div class="text-forestgreen text-sm"> Dont E.C : <span class="price">3,42&nbsp;€</span> </div>
              <span class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Prix HT</span><span class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Prix
                HT</span>
            </td>
            <td class="w-full lg:w-auto p-8 lg:p-5 text-gray-800 text-center border border-b text-center block
                     lg:table-cell relative lg:static print:table-cell print:p-1">
              <span>l'unité</span>
              <span class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Libellé de conditionnement de vente</span><span
                class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Libellé de conditionnement de vente</span>
            </td>
            <td class="w-full lg:w-52 p-8 lg:p-5 text-gray-800 text-center border border-b
                    text-center block lg:table-cell relative lg:static print:hidden">
              <div class="control qty">
                <input type="number" min="0" data-product-id="23777" name="super_group[23777]" placeholder="1" value="0" title="Qté" class="qty form-input px-2 py-2 w-20 text-center" step="1"
                  :class=" { 'border-red-500 focus:border-red-500 focus:ring-red-500': !isValid }" @input.debounce="validateForm()">
              </div>
              <span class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Qté</span><span
                class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Qté</span>
            </td>
          </tr>
          <tr class="bg-white lg:hover:bg-gray-100 flex lg:table-row flex-row lg:flex-row
                flex-wrap lg:flex-no-wrap mb-10 lg:mb-0 print:table-row">
            <td class="w-full lg:w-auto p-8 lg:p-5 text-gray-800 text-center font-bold
                    border border-b text-center block lg:table-cell relative lg:static print:table-cell print:p-1">
              <span>DDDE0848</span>
              <span class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Ref</span><span
                class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Ref</span>
            </td>
            <td class="w-full lg:w-auto p-8 lg:p-5 text-gray-800
                        text-center border border-b text-center block lg:table-cell relative lg:static print:table-cell print:p-1">
              <span>Salissante</span>
              <span class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Industrie</span><span
                class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Industrie</span>
            </td>
            <td class="w-full lg:w-auto p-8 lg:p-5 text-gray-800
                        text-center border border-b text-center block lg:table-cell relative lg:static print:table-cell print:p-1">
              <span>1</span>
              <span class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Nbre cases</span><span
                class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Nbre cases</span>
            </td>
            <td class="w-full lg:w-auto p-8 lg:p-5 text-gray-800
                        text-center border border-b text-center block lg:table-cell relative lg:static print:table-cell print:p-1">
              <span>400 x 500 x 1800</span>
              <span class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Dim. hors tout L x P x H (mm)</span><span
                class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Dim. hors tout L x P x H (mm)</span>
            </td>
            <td class="w-full lg:w-auto p-8 lg:p-5 text-crimson text-center border border-b
                    text-center block lg:table-cell relative lg:static print:table-cell print:p-1 print:table-cell print:p-1">
              <div class="price-box price-final_price" data-role="priceBox" data-product-id="23778" data-price-box="product-id-23778">
                <span x-data="" x-id="['product\u002Dprice\u002D23778']" class="price-container price-final_price tax weee">
                  <span :id="$id('product\u002Dprice\u002D23778')" data-price-amount="296" data-price-type="finalPrice" class="price-wrapper " id="product-price-23778-2"><span class="price">296&nbsp;€</span></span>
                </span>
              </div>
              <div class="text-forestgreen text-sm"> Dont E.C : <span class="price">1,28&nbsp;€</span> </div>
              <span class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Prix HT</span><span class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Prix
                HT</span>
            </td>
            <td class="w-full lg:w-auto p-8 lg:p-5 text-gray-800 text-center border border-b text-center block
                     lg:table-cell relative lg:static print:table-cell print:p-1">
              <span>l'unité</span>
              <span class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Libellé de conditionnement de vente</span><span
                class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Libellé de conditionnement de vente</span>
            </td>
            <td class="w-full lg:w-52 p-8 lg:p-5 text-gray-800 text-center border border-b
                    text-center block lg:table-cell relative lg:static print:hidden">
              <div class="control qty">
                <input type="number" min="0" data-product-id="23778" name="super_group[23778]" placeholder="1" value="0" title="Qté" class="qty form-input px-2 py-2 w-20 text-center" step="1"
                  :class=" { 'border-red-500 focus:border-red-500 focus:ring-red-500': !isValid }" @input.debounce="validateForm()">
              </div>
              <span class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Qté</span><span
                class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Qté</span>
            </td>
          </tr>
          <tr class="bg-white lg:hover:bg-gray-100 flex lg:table-row flex-row lg:flex-row
                flex-wrap lg:flex-no-wrap mb-10 lg:mb-0 print:table-row">
            <td class="w-full lg:w-auto p-8 lg:p-5 text-gray-800 text-center font-bold
                    border border-b text-center block lg:table-cell relative lg:static print:table-cell print:p-1">
              <span>DDDE0849</span>
              <span class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Ref</span><span
                class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Ref</span>
            </td>
            <td class="w-full lg:w-auto p-8 lg:p-5 text-gray-800
                        text-center border border-b text-center block lg:table-cell relative lg:static print:table-cell print:p-1">
              <span>Salissante</span>
              <span class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Industrie</span><span
                class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Industrie</span>
            </td>
            <td class="w-full lg:w-auto p-8 lg:p-5 text-gray-800
                        text-center border border-b text-center block lg:table-cell relative lg:static print:table-cell print:p-1">
              <span>2</span>
              <span class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Nbre cases</span><span
                class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Nbre cases</span>
            </td>
            <td class="w-full lg:w-auto p-8 lg:p-5 text-gray-800
                        text-center border border-b text-center block lg:table-cell relative lg:static print:table-cell print:p-1">
              <span>800 x 500 x 1800</span>
              <span class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Dim. hors tout L x P x H (mm)</span><span
                class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Dim. hors tout L x P x H (mm)</span>
            </td>
            <td class="w-full lg:w-auto p-8 lg:p-5 text-crimson text-center border border-b
                    text-center block lg:table-cell relative lg:static print:table-cell print:p-1 print:table-cell print:p-1">
              <div class="price-box price-final_price" data-role="priceBox" data-product-id="23779" data-price-box="product-id-23779">
                <div class="percent text-white bg-crimson m-auto w-1/2"> - 20 % </div>
                <span class="special-price">
                  <span x-data="" x-id="['product\u002Dprice\u002D23779']" class="price-container price-final_price tax weee">
                    <span :id="$id('product\u002Dprice\u002D23779')" data-price-amount="363.2" data-price-type="finalPrice" class="price-wrapper " id="product-price-23779-2"><span class="price">363,20&nbsp;€</span></span>
                  </span>
                </span>
                <span class="old-price line-through text-black">
                  <span x-data="" x-id="['old\u002Dprice\u002D23779']" class="price-container price-final_price tax weee">
                    <span :id="$id('old\u002Dprice\u002D23779')" data-price-amount="454" data-price-type="oldPrice" class="price-wrapper " id="old-price-23779-2"><span class="price">454&nbsp;€</span></span>
                  </span>
                </span>
              </div>
              <div class="text-forestgreen text-sm"> Dont E.C : <span class="price">2,30&nbsp;€</span> </div>
              <span class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Prix HT</span><span class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Prix
                HT</span>
            </td>
            <td class="w-full lg:w-auto p-8 lg:p-5 text-gray-800 text-center border border-b text-center block
                     lg:table-cell relative lg:static print:table-cell print:p-1">
              <span>l'unité</span>
              <span class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Libellé de conditionnement de vente</span><span
                class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Libellé de conditionnement de vente</span>
            </td>
            <td class="w-full lg:w-52 p-8 lg:p-5 text-gray-800 text-center border border-b
                    text-center block lg:table-cell relative lg:static print:hidden">
              <div class="control qty">
                <input type="number" min="0" data-product-id="23779" name="super_group[23779]" placeholder="1" value="0" title="Qté" class="qty form-input px-2 py-2 w-20 text-center" step="1"
                  :class=" { 'border-red-500 focus:border-red-500 focus:ring-red-500': !isValid }" @input.debounce="validateForm()">
              </div>
              <span class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Qté</span><span
                class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Qté</span>
            </td>
          </tr>
          <tr class="bg-white lg:hover:bg-gray-100 flex lg:table-row flex-row lg:flex-row
                flex-wrap lg:flex-no-wrap mb-10 lg:mb-0 print:table-row">
            <td class="w-full lg:w-auto p-8 lg:p-5 text-gray-800 text-center font-bold
                    border border-b text-center block lg:table-cell relative lg:static print:table-cell print:p-1">
              <span>DDDE0850</span>
              <span class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Ref</span><span
                class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Ref</span>
            </td>
            <td class="w-full lg:w-auto p-8 lg:p-5 text-gray-800
                        text-center border border-b text-center block lg:table-cell relative lg:static print:table-cell print:p-1">
              <span>Salissante</span>
              <span class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Industrie</span><span
                class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Industrie</span>
            </td>
            <td class="w-full lg:w-auto p-8 lg:p-5 text-gray-800
                        text-center border border-b text-center block lg:table-cell relative lg:static print:table-cell print:p-1">
              <span>3</span>
              <span class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Nbre cases</span><span
                class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Nbre cases</span>
            </td>
            <td class="w-full lg:w-auto p-8 lg:p-5 text-gray-800
                        text-center border border-b text-center block lg:table-cell relative lg:static print:table-cell print:p-1">
              <span>1200 x 500 x 1800</span>
              <span class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Dim. hors tout L x P x H (mm)</span><span
                class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Dim. hors tout L x P x H (mm)</span>
            </td>
            <td class="w-full lg:w-auto p-8 lg:p-5 text-crimson text-center border border-b
                    text-center block lg:table-cell relative lg:static print:table-cell print:p-1 print:table-cell print:p-1">
              <div class="price-box price-final_price" data-role="priceBox" data-product-id="23780" data-price-box="product-id-23780">
                <span x-data="" x-id="['product\u002Dprice\u002D23780']" class="price-container price-final_price tax weee">
                  <span :id="$id('product\u002Dprice\u002D23780')" data-price-amount="699" data-price-type="finalPrice" class="price-wrapper " id="product-price-23780-2"><span class="price">699&nbsp;€</span></span>
                </span>
              </div>
              <div class="text-forestgreen text-sm"> Dont E.C : <span class="price">3,44&nbsp;€</span> </div>
              <span class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Prix HT</span><span class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Prix
                HT</span>
            </td>
            <td class="w-full lg:w-auto p-8 lg:p-5 text-gray-800 text-center border border-b text-center block
                     lg:table-cell relative lg:static print:table-cell print:p-1">
              <span>l'unité</span>
              <span class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Libellé de conditionnement de vente</span><span
                class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Libellé de conditionnement de vente</span>
            </td>
            <td class="w-full lg:w-52 p-8 lg:p-5 text-gray-800 text-center border border-b
                    text-center block lg:table-cell relative lg:static print:hidden">
              <div class="control qty">
                <input type="number" min="0" data-product-id="23780" name="super_group[23780]" placeholder="1" value="0" title="Qté" class="qty form-input px-2 py-2 w-20 text-center" step="1"
                  :class=" { 'border-red-500 focus:border-red-500 focus:ring-red-500': !isValid }" @input.debounce="validateForm()">
              </div>
              <span class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Qté</span><span
                class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Qté</span>
            </td>
          </tr>
          <tr class="bg-white lg:hover:bg-gray-100 flex lg:table-row flex-row lg:flex-row
                flex-wrap lg:flex-no-wrap mb-10 lg:mb-0 print:table-row">
            <td class="w-full lg:w-auto p-8 lg:p-5 text-gray-800 text-center font-bold
                    border border-b text-center block lg:table-cell relative lg:static print:table-cell print:p-1">
              <span>DDDE0410</span>
              <span class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Ref</span><span
                class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Ref</span>
            </td>
            <td class="w-full lg:w-auto p-8 lg:p-5 text-gray-800
                        text-center border border-b text-center block lg:table-cell relative lg:static print:table-cell print:p-1">
              <span>Socle banc 2 cases L 600 mm</span>
              <span class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Industrie</span><span
                class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Industrie</span>
            </td>
            <td class="w-full lg:w-auto p-8 lg:p-5 text-gray-800
                        text-center border border-b text-center block lg:table-cell relative lg:static print:table-cell print:p-1">
              <span></span>
              <span class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Nbre cases</span><span
                class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Nbre cases</span>
            </td>
            <td class="w-full lg:w-auto p-8 lg:p-5 text-gray-800
                        text-center border border-b text-center block lg:table-cell relative lg:static print:table-cell print:p-1">
              <span></span>
              <span class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Dim. hors tout L x P x H (mm)</span><span
                class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Dim. hors tout L x P x H (mm)</span>
            </td>
            <td class="w-full lg:w-auto p-8 lg:p-5 text-crimson text-center border border-b
                    text-center block lg:table-cell relative lg:static print:table-cell print:p-1 print:table-cell print:p-1">
              <div class="price-box price-final_price" data-role="priceBox" data-product-id="3792" data-price-box="product-id-3792">
                <span x-data="" x-id="['product\u002Dprice\u002D3792']" class="price-container price-final_price tax weee">
                  <span :id="$id('product\u002Dprice\u002D3792')" data-price-amount="186" data-price-type="finalPrice" class="price-wrapper " id="product-price-3792-2"><span class="price">186&nbsp;€</span></span>
                </span>
              </div>
              <div class="text-forestgreen text-sm"> Dont E.C : <span class="price">0,98&nbsp;€</span> </div>
              <span class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Prix HT</span><span class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Prix
                HT</span>
            </td>
            <td class="w-full lg:w-auto p-8 lg:p-5 text-gray-800 text-center border border-b text-center block
                     lg:table-cell relative lg:static print:table-cell print:p-1">
              <span>l'unité</span>
              <span class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Libellé de conditionnement de vente</span><span
                class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Libellé de conditionnement de vente</span>
            </td>
            <td class="w-full lg:w-52 p-8 lg:p-5 text-gray-800 text-center border border-b
                    text-center block lg:table-cell relative lg:static print:hidden">
              <div class="control qty">
                <input type="number" min="0" data-product-id="3792" name="super_group[3792]" placeholder="1" value="0" title="Qté" class="qty form-input px-2 py-2 w-20 text-center" step="1"
                  :class=" { 'border-red-500 focus:border-red-500 focus:ring-red-500': !isValid }" @input.debounce="validateForm()">
              </div>
              <span class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Qté</span><span
                class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Qté</span>
            </td>
          </tr>
          <tr class="bg-white lg:hover:bg-gray-100 flex lg:table-row flex-row lg:flex-row
                flex-wrap lg:flex-no-wrap mb-10 lg:mb-0 print:table-row">
            <td class="w-full lg:w-auto p-8 lg:p-5 text-gray-800 text-center font-bold
                    border border-b text-center block lg:table-cell relative lg:static print:table-cell print:p-1">
              <span>DDDE0415</span>
              <span class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Ref</span><span
                class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Ref</span>
            </td>
            <td class="w-full lg:w-auto p-8 lg:p-5 text-gray-800
                        text-center border border-b text-center block lg:table-cell relative lg:static print:table-cell print:p-1">
              <span>Socle banc 2 cases L 800 mm</span>
              <span class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Industrie</span><span
                class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Industrie</span>
            </td>
            <td class="w-full lg:w-auto p-8 lg:p-5 text-gray-800
                        text-center border border-b text-center block lg:table-cell relative lg:static print:table-cell print:p-1">
              <span></span>
              <span class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Nbre cases</span><span
                class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Nbre cases</span>
            </td>
            <td class="w-full lg:w-auto p-8 lg:p-5 text-gray-800
                        text-center border border-b text-center block lg:table-cell relative lg:static print:table-cell print:p-1">
              <span></span>
              <span class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Dim. hors tout L x P x H (mm)</span><span
                class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Dim. hors tout L x P x H (mm)</span>
            </td>
            <td class="w-full lg:w-auto p-8 lg:p-5 text-crimson text-center border border-b
                    text-center block lg:table-cell relative lg:static print:table-cell print:p-1 print:table-cell print:p-1">
              <div class="price-box price-final_price" data-role="priceBox" data-product-id="3799" data-price-box="product-id-3799">
                <span x-data="" x-id="['product\u002Dprice\u002D3799']" class="price-container price-final_price tax weee">
                  <span :id="$id('product\u002Dprice\u002D3799')" data-price-amount="196" data-price-type="finalPrice" class="price-wrapper " id="product-price-3799-2"><span class="price">196&nbsp;€</span></span>
                </span>
              </div>
              <div class="text-forestgreen text-sm"> Dont E.C : <span class="price">1,26&nbsp;€</span> </div>
              <span class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Prix HT</span><span class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Prix
                HT</span>
            </td>
            <td class="w-full lg:w-auto p-8 lg:p-5 text-gray-800 text-center border border-b text-center block
                     lg:table-cell relative lg:static print:table-cell print:p-1">
              <span>l'unité</span>
              <span class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Libellé de conditionnement de vente</span><span
                class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Libellé de conditionnement de vente</span>
            </td>
            <td class="w-full lg:w-52 p-8 lg:p-5 text-gray-800 text-center border border-b
                    text-center block lg:table-cell relative lg:static print:hidden">
              <div class="control qty">
                <input type="number" min="0" data-product-id="3799" name="super_group[3799]" placeholder="1" value="0" title="Qté" class="qty form-input px-2 py-2 w-20 text-center" step="1"
                  :class=" { 'border-red-500 focus:border-red-500 focus:ring-red-500': !isValid }" @input.debounce="validateForm()">
              </div>
              <span class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Qté</span><span
                class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Qté</span>
            </td>
          </tr>
          <tr class="bg-white lg:hover:bg-gray-100 flex lg:table-row flex-row lg:flex-row
                flex-wrap lg:flex-no-wrap mb-10 lg:mb-0 print:table-row">
            <td class="w-full lg:w-auto p-8 lg:p-5 text-gray-800 text-center font-bold
                    border border-b text-center block lg:table-cell relative lg:static print:table-cell print:p-1">
              <span>DDDE0600</span>
              <span class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Ref</span><span
                class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Ref</span>
            </td>
            <td class="w-full lg:w-auto p-8 lg:p-5 text-gray-800
                        text-center border border-b text-center block lg:table-cell relative lg:static print:table-cell print:p-1">
              <span>Socle banc 3 cases L 900 mm</span>
              <span class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Industrie</span><span
                class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Industrie</span>
            </td>
            <td class="w-full lg:w-auto p-8 lg:p-5 text-gray-800
                        text-center border border-b text-center block lg:table-cell relative lg:static print:table-cell print:p-1">
              <span></span>
              <span class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Nbre cases</span><span
                class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Nbre cases</span>
            </td>
            <td class="w-full lg:w-auto p-8 lg:p-5 text-gray-800
                        text-center border border-b text-center block lg:table-cell relative lg:static print:table-cell print:p-1">
              <span></span>
              <span class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Dim. hors tout L x P x H (mm)</span><span
                class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Dim. hors tout L x P x H (mm)</span>
            </td>
            <td class="w-full lg:w-auto p-8 lg:p-5 text-crimson text-center border border-b
                    text-center block lg:table-cell relative lg:static print:table-cell print:p-1 print:table-cell print:p-1">
              <div class="price-box price-final_price" data-role="priceBox" data-product-id="3793" data-price-box="product-id-3793">
                <span x-data="" x-id="['product\u002Dprice\u002D3793']" class="price-container price-final_price tax weee">
                  <span :id="$id('product\u002Dprice\u002D3793')" data-price-amount="229" data-price-type="finalPrice" class="price-wrapper " id="product-price-3793-2"><span class="price">229&nbsp;€</span></span>
                </span>
              </div>
              <div class="text-forestgreen text-sm"> Dont E.C : <span class="price">1,54&nbsp;€</span> </div>
              <span class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Prix HT</span><span class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Prix
                HT</span>
            </td>
            <td class="w-full lg:w-auto p-8 lg:p-5 text-gray-800 text-center border border-b text-center block
                     lg:table-cell relative lg:static print:table-cell print:p-1">
              <span>l'unité</span>
              <span class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Libellé de conditionnement de vente</span><span
                class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Libellé de conditionnement de vente</span>
            </td>
            <td class="w-full lg:w-52 p-8 lg:p-5 text-gray-800 text-center border border-b
                    text-center block lg:table-cell relative lg:static print:hidden">
              <div class="control qty">
                <input type="number" min="0" data-product-id="3793" name="super_group[3793]" placeholder="1" value="0" title="Qté" class="qty form-input px-2 py-2 w-20 text-center" step="1"
                  :class=" { 'border-red-500 focus:border-red-500 focus:ring-red-500': !isValid }" @input.debounce="validateForm()">
              </div>
              <span class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Qté</span><span
                class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Qté</span>
            </td>
          </tr>
          <tr class="bg-white lg:hover:bg-gray-100 flex lg:table-row flex-row lg:flex-row
                flex-wrap lg:flex-no-wrap mb-10 lg:mb-0 print:table-row">
            <td class="w-full lg:w-auto p-8 lg:p-5 text-gray-800 text-center font-bold
                    border border-b text-center block lg:table-cell relative lg:static print:table-cell print:p-1">
              <span>DDDE0601</span>
              <span class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Ref</span><span
                class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Ref</span>
            </td>
            <td class="w-full lg:w-auto p-8 lg:p-5 text-gray-800
                        text-center border border-b text-center block lg:table-cell relative lg:static print:table-cell print:p-1">
              <span>Socle banc 3 ou 4 cases L 1200 mm</span>
              <span class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Industrie</span><span
                class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Industrie</span>
            </td>
            <td class="w-full lg:w-auto p-8 lg:p-5 text-gray-800
                        text-center border border-b text-center block lg:table-cell relative lg:static print:table-cell print:p-1">
              <span></span>
              <span class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Nbre cases</span><span
                class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Nbre cases</span>
            </td>
            <td class="w-full lg:w-auto p-8 lg:p-5 text-gray-800
                        text-center border border-b text-center block lg:table-cell relative lg:static print:table-cell print:p-1">
              <span></span>
              <span class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Dim. hors tout L x P x H (mm)</span><span
                class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Dim. hors tout L x P x H (mm)</span>
            </td>
            <td class="w-full lg:w-auto p-8 lg:p-5 text-crimson text-center border border-b
                    text-center block lg:table-cell relative lg:static print:table-cell print:p-1 print:table-cell print:p-1">
              <div class="price-box price-final_price" data-role="priceBox" data-product-id="3794" data-price-box="product-id-3794">
                <span x-data="" x-id="['product\u002Dprice\u002D3794']" class="price-container price-final_price tax weee">
                  <span :id="$id('product\u002Dprice\u002D3794')" data-price-amount="238" data-price-type="finalPrice" class="price-wrapper " id="product-price-3794-2"><span class="price">238&nbsp;€</span></span>
                </span>
              </div>
              <div class="text-forestgreen text-sm"> Dont E.C : <span class="price">1,82&nbsp;€</span> </div>
              <span class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Prix HT</span><span class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Prix
                HT</span>
            </td>
            <td class="w-full lg:w-auto p-8 lg:p-5 text-gray-800 text-center border border-b text-center block
                     lg:table-cell relative lg:static print:table-cell print:p-1">
              <span>l'unité</span>
              <span class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Libellé de conditionnement de vente</span><span
                class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Libellé de conditionnement de vente</span>
            </td>
            <td class="w-full lg:w-52 p-8 lg:p-5 text-gray-800 text-center border border-b
                    text-center block lg:table-cell relative lg:static print:hidden">
              <div class="control qty">
                <input type="number" min="0" data-product-id="3794" name="super_group[3794]" placeholder="1" value="0" title="Qté" class="qty form-input px-2 py-2 w-20 text-center" step="1"
                  :class=" { 'border-red-500 focus:border-red-500 focus:ring-red-500': !isValid }" @input.debounce="validateForm()">
              </div>
              <span class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Qté</span><span
                class="lg:hidden absolute top-0 left-0 bg-blue-200 px-2 py-1 text-xs font-bold uppercase print:hidden">Qté</span>
            </td>
          </tr>
        </tbody>
      </table>
    </div>
  </div>
</form>

POST https://www.catalogue-pro.fr/vivier-mcp/newsletter/subscriber/new/

<form class="form subscribe text-center lg:text-left" action="https://www.catalogue-pro.fr/vivier-mcp/newsletter/subscriber/new/" method="post" x-data="initNewsletterForm()" @submit.prevent="submitForm()" id="newsletter-validate-detail">
  <p class="text-lg font-bold py-6 pt-0 mt-8 md:mt-0"> Campagne Mail </p>
  <p class="py-5 pt-0"> Recevez nos promotions et actualités tous les mois </p>
  <div class="flex xl:flex-nowrap md:flex-nowrap lg:flex-wrap flex-wrap justify-center lg:justify-start input-wrapper">
    <label for="newsletter-subscribe" class="sr-only"> Adresse mail </label>
    <input name="email" type="email" required="" id="newsletter-subscribe" class="input input-light rounded-lg border-container text-gray-700 focus:divide-blue-ddirect" placeholder="Saisissez votre email">
    <input name="form_key" type="hidden" value="5KaqWVVbDrsFPAjx">
    <button class="mt-2 xl:mt-0 flex-shrink-0 inline-flex btn bg-ddirect_blue border-color_news font-bold hover:bg-ddirect_blue"> S'inscrire </button>
  </div>
  <div class="mb-8 md:mb-0">
    <template x-if="displayErrorMessage">
      <p class="text-red flex items-center">
        <span class="inline-block w-8 h-8 mr-3">
          <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor">
            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4m0 4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"></path>
          </svg>
        </span>
        <template x-for="errorMessage in errorMessages">
          <span x-html="errorMessage"></span>
        </template>
      </p>
    </template>
  </div>
</form>

Text Content

Nous utilisons des cookies pour personnaliser le contenu et améliorer votre
expérience. Vous pouvez accepter tous les cookies ou gérer vos préférences et en
savoir plus en cliquant sur "Personnaliser", et à tout moment dans notre
Politique de confidentialité.

Tout accepter Paramètres personnalisés
Skip to Content

03.21.24.11.50
13, Rue Willy Brandt
62000 ARRAS


Recherche search
Manutention
Manutention Diables aluminium Diables Diables spécifiques Diables
porte-bouteilles Diables escaliers Rouleurs Plateaux roulants Chariots de
manutention Chariots spécifiques Rolls Transpalettes manuels Transpalettes haute
levée Transpalettes peseurs Transpalettes inox Transpalettes spécifiques
Transpalettes électriques Gerbeurs manuels Gerbeurs semi-électriques Gerbeurs
électriques Manipulateurs de fûts Tracteur électrique Remorques industrielles
Roues et roulettes Billes de manutention Convoyeurs Accessoires chariots
élévateurs Gerbeurs manuels - Gerbeurs embarqués Diables spécifiques - Coins
roulants Véhicules électriques X- Exclusivités WEB - Manutention
Levage
Levage Palans manuels Palans électriques Treuils Manuels Treuils électriques
Treuils Manipulation par aspiration Potences Palonniers Portiques Lève-palettes
- Potences Potences pour chariot Elingues Crochets de levage Dynamomètres
Crochets peseurs Pinces de levage Crics Grues d'atelier Chariots de visite -
Chandelles Treuils de véhicules X- Exclusivités WEB - Levage
Mise à niveau
Mise à niveau Marchepieds Echelles Echelles télescopiques Plateformes
Echafaudages Echelles à crinoline - Accès camions Passerelles Rampes d'accès
Equipement et sécurité de quai Butoirs de quai Accessoires de quai Tables
élévatrices Nacelles élévatrices X - Exclusivités WEB - Mise à niveau
Atelier
Atelier Vestiaires Etablis Affichage et pupitres Postes de travail ergonomiques
Tables de travail Sièges d'atelier Servantes d'atelier Armoires à tiroirs
Armoires d'atelier Pupitres d'atelier Armoires informatiques Rayonnages avec
bacs Armoires à bacs Armoires de classement Tapis anti-fatigue Chauffages
industriels Portes souples Lanières PVC et toiles de protection Rideaux et
écrans de soudage Eclairage Cloisons industrielles Cabines d'atelier Graissage
Lubrifiants et graisses X - Exclusivités WEB - Atelier
Outillage
Outillage Outillage - Bâtiment Sacoches et mallettes cuir Brouettes Matériels de
chantier Bâches de protection Filets de protection Coffres de chantier Matériels
de sciage Outillage électro-portatif Clés de serrage Outillage à main Coffrets
d'outillage Servantes d'outillage Outillage pneumatique Compresseurs Machines
outils Eclairage professionnel Soudure Chargeurs - Soudure Groupes électrogènes
Sac à outils Presses hydrauliques X - Exclusivités WEB - Outillage
Stockage
Stockage Gondoles de magasin Rayonnage d'archives Rayonnage de bureaux Rayonnage
à tablettes grillagées - Rayonnage mobile Rayonnage léger Rayonnage à tablettes
Rayonnage mi-lourd Rayonnage à palettes Rayonnage Cantilever Mezzanines
industrielles Rayonnage - Planchers métal Protection industrielle Rayonnage
alimentaire Rayonnage Manurack Rayonnage à bacs Rayonnage spécifique Bacs
plastiques Bacs à bec Chariots pour bacs Bacs Norme Europe Palettes Réhausses
pour palettes Caisses palettes Caisses Conteneurs Conteneurs fil Coffres de
rangement Bacs industriels Cuves de stockage Pompes Fût et accessoires pour fûts
Ceintures chauffantes pour fûts Récupérateurs d'huile Cuves carburant
Pulvérisateurs et Jerrycans Fûts Ensemble de rayonnages Bacs alimentaires X -
Exclusivités WEB - Stockage
Emballage
Emballage Tables d'emballage Dérouleurs - Coupeurs Calage et protection Caisses
carton Rubans Adhésifs Collage - Agrafage Déménagement Cerclage - Feuillard
Films étirables - Housses rétractables Soudeuses Scotcheuses pour cartons
Banderoleuses Pesage Valises et mallettes X- Exclusivités WEB - Emballage
Environnement
Environnement Poubelles - Supports sacs Bacs de rétention Plateformes de
rétention Bacs de rétention souples Absorbants Rayonnage avec rétention Armoires
de sûreté avec rétention Box de stockage Armoires bouteilles de gaz Presses à
balles Bennes Chariots de voirie Conteneurs à déchets X- Exclusivités WEB -
Environnement
Sécurité
Sécurité Chaussures de sécurité Vêtements et chaussures de travail Vêtements de
travail Vêtements de signalisation Protection de la tête Protection de la vue
Protection auditive Protection des mains Protection soudeur Protection
individuelle Vêtements à usage court Antichute Eclairage de sécurité Douches et
laveurs d'yeux de sécurité Récipients de sécurité Matériel de secours Armoires
de sécurité Cadenas de sécurité Armoires fortes de sécurité Coffres de sécurité
X- Exclusivités WEB - Sécurité
Hygiène
Hygiène Aspirateurs professionnels Aspirateurs industriels - Monobrosses
Autolaveuses Nettoyeurs Haute Pression Balayeuses professionnelles Essuyage -
Chiffons Chariots de ménage Chariots de ménage - Accessoires Poubelles
Distributeurs papier, savon - Sèche-mains Fontaines d'eau - Sèche-mains
Cendriers et Corbeilles Armoires d'entretien Equipements Inox X- Exclusivités
WEB - Hygiène
Collectivités
Collectivités Mobilier pour collectivités Vestiaires collectivités Mobilier de
bureau Horloges - Pointeuses Vitrines et tableaux d'affichage Destructeurs de
documents Mobilier électoral Tapis d'accueil et de propreté Chauffage et
Climatisation Marquage industriel Aménagement de véhicules Ralentisseurs -
Protège câbles Barrières de sécurité Equipement PMR Panneaux de Signalisation
Miroirs de sécurité Balises de signalisation Poteaux de balisage Supports cycles
Barrières de parking Mobilier Urbain Abris extérieurs Matériel de déneigement
Balisage - Barrières de parking Protection COVID X- Exclusivités WEB -
Collectivités Espace détente

scale Comparer des produits 0 article articles
Rechercher un article, une référence


Se connecter Créer un compte
Cart shopping-cart 0


Mon panier 10 of 0 products in cart displayed

Cart is empty
Cart is empty

x









Sous-total:

Commander ou Afficher et modifier le panier
loader
En cours de chargement...
x

Valider votre panier en utilisant votre compte

Adresse mail

Mot de passe

Se connecter Mot de passe oublié ?


Valider votre panier en tant que nouveau client

Créer un compte a de nombreux avantages:

 * Voir la commande et l'état d'expédition
 * Suivre l'historique des commandes
 * Découvrez plus vite

Créer un compte
Accessoires chariots élévateurs Billes de manutention Chariots de manutention
Chariots spécifiques Convoyeurs Diables Diables aluminium Diables escaliers
Diables porte-bouteilles Diables spécifiques Diables spécifiques - Coins
roulants Gerbeurs manuels Gerbeurs manuels - Gerbeurs embarqués Gerbeurs
semi-électriques Gerbeurs électriques Manipulateurs de fûts Plateaux roulants
Remorques industrielles Rolls Roues et roulettes Rouleurs Tracteur électrique
Transpalettes haute levée Transpalettes inox Transpalettes manuels Transpalettes
peseurs Transpalettes spécifiques Transpalettes électriques Véhicules
électriques X- Exclusivités WEB - Manutention
Chariots de visite - Chandelles Crics Crochets de levage Crochets peseurs
Dynamomètres Elingues Grues d'atelier Lève-palettes - Potences Manipulation par
aspiration Palans manuels Palans électriques Palonniers Pinces de levage
Portiques Potences Potences pour chariot Treuils Treuils Manuels Treuils de
véhicules Treuils électriques X- Exclusivités WEB - Levage
Accessoires de quai Butoirs de quai Echafaudages Echelles Echelles télescopiques
Echelles à crinoline - Accès camions Equipement et sécurité de quai Marchepieds
Nacelles élévatrices Passerelles Plateformes Rampes d'accès Tables élévatrices X
- Exclusivités WEB - Mise à niveau
Affichage et pupitres Armoires d'atelier Armoires de classement Armoires
informatiques Armoires à bacs Armoires à tiroirs Cabines d'atelier Chauffages
industriels Cloisons industrielles Eclairage Etablis Graissage Lanières PVC et
toiles de protection Lubrifiants et graisses Portes souples Postes de travail
ergonomiques Pupitres d'atelier Rayonnages avec bacs Rideaux et écrans de
soudage Servantes d'atelier Sièges d'atelier Tables de travail Tapis
anti-fatigue Vestiaires X - Exclusivités WEB - Atelier
Brouettes Bâches de protection Chargeurs - Soudure Clés de serrage Coffres de
chantier Coffrets d'outillage Compresseurs Eclairage professionnel Filets de
protection Groupes électrogènes Machines outils Matériels de chantier Matériels
de sciage Outillage - Bâtiment Outillage pneumatique Outillage à main Outillage
électro-portatif Presses hydrauliques Sac à outils Sacoches et mallettes cuir
Servantes d'outillage Soudure X - Exclusivités WEB - Outillage
Bacs Norme Europe Bacs alimentaires Bacs industriels Bacs plastiques Bacs à bec
Caisses Conteneurs Caisses palettes Ceintures chauffantes pour fûts Chariots
pour bacs Coffres de rangement Conteneurs fil Cuves carburant Cuves de stockage
Ensemble de rayonnages Fût et accessoires pour fûts Fûts Gondoles de magasin
Mezzanines industrielles Palettes Pompes Protection industrielle Pulvérisateurs
et Jerrycans Rayonnage - Planchers métal Rayonnage Cantilever Rayonnage Manurack
Rayonnage alimentaire Rayonnage d'archives Rayonnage de bureaux Rayonnage léger
Rayonnage mi-lourd Rayonnage spécifique Rayonnage à bacs Rayonnage à palettes
Rayonnage à tablettes Rayonnage à tablettes grillagées - Rayonnage mobile
Récupérateurs d'huile Réhausses pour palettes X - Exclusivités WEB - Stockage
Banderoleuses Caisses carton Calage et protection Cerclage - Feuillard Collage -
Agrafage Déménagement Dérouleurs - Coupeurs Films étirables - Housses
rétractables Pesage Rubans Adhésifs Scotcheuses pour cartons Soudeuses Tables
d'emballage Valises et mallettes X- Exclusivités WEB - Emballage
Absorbants Armoires bouteilles de gaz Armoires de sûreté avec rétention Bacs de
rétention Bacs de rétention souples Bennes Box de stockage Chariots de voirie
Conteneurs à déchets Plateformes de rétention Poubelles - Supports sacs Presses
à balles Rayonnage avec rétention X- Exclusivités WEB - Environnement
Antichute Armoires de sécurité Armoires fortes de sécurité Cadenas de sécurité
Chaussures de sécurité Coffres de sécurité Douches et laveurs d'yeux de sécurité
Eclairage de sécurité Matériel de secours Protection auditive Protection de la
tête Protection de la vue Protection des mains Protection individuelle
Protection soudeur Récipients de sécurité Vêtements de signalisation Vêtements
de travail Vêtements et chaussures de travail Vêtements à usage court X-
Exclusivités WEB - Sécurité
Armoires d'entretien Aspirateurs industriels - Monobrosses Aspirateurs
professionnels Autolaveuses Balayeuses professionnelles Cendriers et Corbeilles
Chariots de ménage Chariots de ménage - Accessoires Distributeurs papier, savon
- Sèche-mains Equipements Inox Essuyage - Chiffons Fontaines d'eau - Sèche-mains
Nettoyeurs Haute Pression Poubelles X- Exclusivités WEB - Hygiène
Abris extérieurs Aménagement de véhicules Balisage - Barrières de parking
Balises de signalisation Barrières de parking Barrières de sécurité Chauffage et
Climatisation Destructeurs de documents Equipement PMR Espace détente Horloges -
Pointeuses Marquage industriel Matériel de déneigement Miroirs de sécurité
Mobilier Urbain Mobilier de bureau Mobilier pour collectivités Mobilier
électoral Panneaux de Signalisation Poteaux de balisage Protection COVID
Ralentisseurs - Protège câbles Supports cycles Tapis d'accueil et de propreté
Vestiaires collectivités Vitrines et tableaux d'affichage X- Exclusivités WEB -
Collectivités
 1. Accueil
 2. / Vestiaire monobloc sur socle

Promotions


VESTIAIRE MONOBLOC SUR SOCLE



• Conforme NF D65-760.
• Version industrie propre et industrie salissante : 2 cases sur socle.
• Corps et portes en tôle d'acier Ep. 8/10ème.
• Double renfort vertical toute hauteur.
• 1 patère et 1 miroir de courtoisie.
• Aération en partie haute et basse de chaque porte.
• 1 tablette soudée et 1 tringle en PVC munie de 2 crochets.
• Fermeture par moraillon.
• Cloison séparant les vêtements propres et sales sur version industrie
salissante.
Coloris : 
• Corps : Gris RAL 7035.
• Portes : Bleu RAL 5012.
Options :
• Socle banc.
• Coiffe.
• Réhausse.
• Pieds soudés avec vérins de réglage.
• Fermeture 3 points ou serrure à clé.

Imprimer la fiche produit
Détails et frais de port : consultez-nous !

heart


< >




Ref DDDE0844
Vestiaire monobloc industrie propre 1 case - dimensions : L 300 x P 500 x H 1800
mm - Fermeture moraillon
Prix HT
259 €
Plus de détails
Industrie Propre
Nbre cases 1
Dim. hors tout L x P x H (mm) 300 x 500 x 1800
- 0 +
Ref DDDE0845
Vestiaire monobloc industrie propre 2 cases - dimensions : L 600 x P 500 x H
1800 mm - Fermeture moraillon
Prix HT
- 20 %
312,80 € 391 €
Plus de détails
Industrie Propre
Nbre cases 2
Dim. hors tout L x P x H (mm) 600 x 500 x 1800
- 0 +
Ref DDDE0846
Vestiaire monobloc industrie propre 3 cases - dimensions : L 900 x P 500 x H
1800 mm - Fermeture moraillon
Prix HT
548 €
Plus de détails
Industrie Propre
Nbre cases 3
Dim. hors tout L x P x H (mm) 900 x 500 x 1800
- 0 +
Ref DDDE0847
Vestiaire monobloc industrie propre 4 cases - dimensions : L 1200 x P 500 x H
1800 mm - Fermeture moraillon
Prix HT
699 €
Plus de détails
Industrie Propre
Nbre cases 4
Dim. hors tout L x P x H (mm) 1200 x 500 x 1800
- 0 +
Ref DDDE0848
Vestiaire monobloc industrie salissante 1 case - dimensions : L 400 x P 500 x H
1800 mm - Fermeture moraillon
Prix HT
296 €
Plus de détails
Industrie Salissante
Nbre cases 1
Dim. hors tout L x P x H (mm) 400 x 500 x 1800
- 0 +
Ref DDDE0849
Vestiaire monobloc industrie salissante 2 cases - dimensions : L 800 x P 500 x H
1800 mm - Fermeture moraillon
Prix HT
- 20 %
363,20 € 454 €
Plus de détails
Industrie Salissante
Nbre cases 2
Dim. hors tout L x P x H (mm) 800 x 500 x 1800
- 0 +
Ref DDDE0850
Vestiaire monobloc industrie salissante 3 cases - dimensions : L 1200 x P 500 x
H 1800 mm - Fermeture moraillon
Prix HT
699 €
Plus de détails
Industrie Salissante
Nbre cases 3
Dim. hors tout L x P x H (mm) 1200 x 500 x 1800
- 0 +
Ref DDDE0410
Socle banc pour vestiaire 2 cases monobloc industrie propre L 600 mm
Prix HT
186 €
Plus de détails
Industrie Socle banc 2 cases L 600 mm
Nbre cases
Dim. hors tout L x P x H (mm)
- 0 +
Ref DDDE0415
Socle banc pour vestiaire 2 cases monobloc industrie salissante L 800 mm
Prix HT
196 €
Plus de détails
Industrie Socle banc 2 cases L 800 mm
Nbre cases
Dim. hors tout L x P x H (mm)
- 0 +
Ref DDDE0600
Socle banc pour vestiaire 3 cases monobloc industrie propre L 900 mm
Prix HT
229 €
Plus de détails
Industrie Socle banc 3 cases L 900 mm
Nbre cases
Dim. hors tout L x P x H (mm)
- 0 +
Ref DDDE0601
Socle banc pour vestiaire 3 cases (industrie salissante) ou 4 cases (industrie
propre) L 1200 mm
Prix HT
238 €
Plus de détails
Industrie Socle banc 3 ou 4 cases L 1200 mm
Nbre cases
Dim. hors tout L x P x H (mm)
- 0 +


CARACTÉRISTIQUES TECHNIQUES - VESTIAIRE MONOBLOC SUR SOCLE

Ref Industrie Nbre cases Dim. hors tout L x P x H (mm) Prix HT Libellé de
conditionnement de vente Qté DDDE0844 RefRef Propre IndustrieIndustrie 1 Nbre
casesNbre cases 300 x 500 x 1800 Dim. hors tout L x P x H (mm)Dim. hors tout L x
P x H (mm)
259 €
Dont E.C : 1,04 €
Prix HTPrix HT l'unité Libellé de conditionnement de venteLibellé de
conditionnement de vente

QtéQté DDDE0845 RefRef Propre IndustrieIndustrie 2 Nbre casesNbre cases 600 x
500 x 1800 Dim. hors tout L x P x H (mm)Dim. hors tout L x P x H (mm)
- 20 %
312,80 € 391 €
Dont E.C : 1,88 €
Prix HTPrix HT l'unité Libellé de conditionnement de venteLibellé de
conditionnement de vente

QtéQté DDDE0846 RefRef Propre IndustrieIndustrie 3 Nbre casesNbre cases 900 x
500 x 1800 Dim. hors tout L x P x H (mm)Dim. hors tout L x P x H (mm)
548 €
Dont E.C : 2,64 €
Prix HTPrix HT l'unité Libellé de conditionnement de venteLibellé de
conditionnement de vente

QtéQté DDDE0847 RefRef Propre IndustrieIndustrie 4 Nbre casesNbre cases 1200 x
500 x 1800 Dim. hors tout L x P x H (mm)Dim. hors tout L x P x H (mm)
699 €
Dont E.C : 3,42 €
Prix HTPrix HT l'unité Libellé de conditionnement de venteLibellé de
conditionnement de vente

QtéQté DDDE0848 RefRef Salissante IndustrieIndustrie 1 Nbre casesNbre cases 400
x 500 x 1800 Dim. hors tout L x P x H (mm)Dim. hors tout L x P x H (mm)
296 €
Dont E.C : 1,28 €
Prix HTPrix HT l'unité Libellé de conditionnement de venteLibellé de
conditionnement de vente

QtéQté DDDE0849 RefRef Salissante IndustrieIndustrie 2 Nbre casesNbre cases 800
x 500 x 1800 Dim. hors tout L x P x H (mm)Dim. hors tout L x P x H (mm)
- 20 %
363,20 € 454 €
Dont E.C : 2,30 €
Prix HTPrix HT l'unité Libellé de conditionnement de venteLibellé de
conditionnement de vente

QtéQté DDDE0850 RefRef Salissante IndustrieIndustrie 3 Nbre casesNbre cases 1200
x 500 x 1800 Dim. hors tout L x P x H (mm)Dim. hors tout L x P x H (mm)
699 €
Dont E.C : 3,44 €
Prix HTPrix HT l'unité Libellé de conditionnement de venteLibellé de
conditionnement de vente

QtéQté DDDE0410 RefRef Socle banc 2 cases L 600 mm IndustrieIndustrie Nbre
casesNbre cases Dim. hors tout L x P x H (mm)Dim. hors tout L x P x H (mm)
186 €
Dont E.C : 0,98 €
Prix HTPrix HT l'unité Libellé de conditionnement de venteLibellé de
conditionnement de vente

QtéQté DDDE0415 RefRef Socle banc 2 cases L 800 mm IndustrieIndustrie Nbre
casesNbre cases Dim. hors tout L x P x H (mm)Dim. hors tout L x P x H (mm)
196 €
Dont E.C : 1,26 €
Prix HTPrix HT l'unité Libellé de conditionnement de venteLibellé de
conditionnement de vente

QtéQté DDDE0600 RefRef Socle banc 3 cases L 900 mm IndustrieIndustrie Nbre
casesNbre cases Dim. hors tout L x P x H (mm)Dim. hors tout L x P x H (mm)
229 €
Dont E.C : 1,54 €
Prix HTPrix HT l'unité Libellé de conditionnement de venteLibellé de
conditionnement de vente

QtéQté DDDE0601 RefRef Socle banc 3 ou 4 cases L 1200 mm IndustrieIndustrie Nbre
casesNbre cases Dim. hors tout L x P x H (mm)Dim. hors tout L x P x H (mm)
238 €
Dont E.C : 1,82 €
Prix HTPrix HT l'unité Libellé de conditionnement de venteLibellé de
conditionnement de vente

QtéQté

Ajouter Ajouter
Ajouter au panier

Veuillez choisir le partenaire D-Direct qui traitera votre demande de devis dans
la liste suivante

Partenaire Sélectionnez votre partenaire Dept: 01 - A P I E LOGISTIC -
BOURG-EN-BRESSE (01000) Dept: 01 - AFRELEC - CHARNAY LES MACON (71850) Dept: 02
- CENTRALE D-DIRECT - ARRAS (62000) Dept: 03 - MANUTENTION SERVICE - Montlucon -
MONTLUCON (03100) Dept: 03 - MANUTENTION SERVICE - YZEURE (03400) Dept: 03 -
SOLOMAT Location - BOURGES (18000) Dept: 04 - GAP Materiels - GAP (05000) Dept:
05 - GAP Materiels - GAP (05000) Dept: 06 - VIVIER MCP - ARRAS (62000) Dept: 07
- APPRO Services - VIENNE (38200) Dept: 07 - TECHNI MAT - L'ARDOISE (30290)
Dept: 08 - ARDENN DIESEL - CHARLEVILLE MEZIERES (08000) Dept: 09 - DELAGNES
MANUTENTION - Toulouse - TOULOUSE (31200) Dept: 10 - RICHARD MANUTENTION - Lavau
- LAVAU (10150) Dept: 11 - CENTRALE D-DIRECT - ARRAS (62000) Dept: 12 - AVS
Diffusion - OLEMPS (12510) Dept: 13 - B2M - LE PONTET (84130) Dept: 14 - CODILOC
- CAEN (14000) Dept: 14 - ManuCal - DEMOUVILLE (14840 ) Dept: 14 - SIMA - Groupe
ODIS - GRANVILLE Cedex (50403) Dept: 15 - AVS Diffusion - OLEMPS (12510) Dept:
15 - MANUTENTION SERVICE - COURNON d'AUVERGNE (63800) Dept: 16 - BEAUBELIQUE
Industrie - LIMOGES Cedex 9 (87020) Dept: 16 - RD Manutention - GREZAC (17120)
Dept: 17 - RD Manutention - GREZAC (17120) Dept: 18 - SOLOMAT Location - BOURGES
(18000) Dept: 18 - VALLET DISTRIBUTION - VIERZON (18100) Dept: 19 - BEAUBELIQUE
Industrie - LIMOGES Cedex 9 (87020) Dept: 20 - CENTRALE D-DIRECT - ARRAS (62000)
Dept: 21 - RICHARD MANUTENTION - Dijon - DIJON (21000) Dept: 22 - ALLRAY -
GUIPAVAS (29490) Dept: 23 - BEAUBELIQUE Industrie - LIMOGES Cedex 9 (87020)
Dept: 24 - BEAUBELIQUE Industrie - LIMOGES Cedex 9 (87020) Dept: 25 - Z
MANUTENTION - SAINT VIT (25410) Dept: 26 - APPRO Services - VIENNE (38200) Dept:
26 - TECHNI MAT - LA GARDE ADHEMAR - PIERRELATTE (26700) Dept: 26 - VDM
Technologies - SAINT-MARCEL-LES-VALENCE (26320) Dept: 27 - RPA - VIVIER
MANUTENTION - STE CATHERINE lez ARRAS (62223) Dept: 28 - APROLIS Vendome -
VENDOME (41100) Dept: 28 - NEMO SARL - AMBOISE (37400) Dept: 29 - ALLRAY -
GUIPAVAS (29490) Dept: 2A - D-Direct Dept: 2B - D-Direct Dept: 30 - TECHNI MAT -
L'ARDOISE (30290) Dept: 31 - COMMINGES DIESEL - SAINT-GAUDENS CEDEX (31800)
Dept: 31 - DELAGNES MANUTENTION - Toulouse - TOULOUSE (31200) Dept: 32 -
MANUSTOCK - Bayonne - BAYONNE (64100) Dept: 33 - FABRE Manutention - BRUGES
cedex (33521) Dept: 33 - ONE INDUSTRY - ARSAC (33460) Dept: 34 - Amenagement
Solutions - GLIOZZO - FABREGUES (34690) Dept: 35 - CAPR - Groupe ODIS - SAINT
GREGOIRE (35760) Dept: 35 - OMAN - BSM MANUTENTION RPA - LE RHEU CEDEX (35652)
Dept: 36 - SOLOMAT Location - BOURGES (18000) Dept: 37 - APROLIS Vendome -
VENDOME (41100) Dept: 37 - LM MANUTENTION - St Pierre des Corps - ST PIERRE DES
CORPS (37700) Dept: 38 - APPRO Services - VIENNE (38200) Dept: 38 - TRAVEL
LOGISTIQUE - VARCES (38760) Dept: 39 - GREBERT MANUTENTION - BRANGES (71500)
Dept: 39 - Z MANUTENTION - SAINT VIT (25410) Dept: 40 - MANUSTOCK - Mont de
Marsan - ST AVIT - MONT DE MARSAN (40090) Dept: 41 - APROLIS Vendome - VENDOME
(41100) Dept: 42 - SODAM - FIRMINY (42700) Dept: 43 - SODAM - FIRMINY (42700)
Dept: 44 - TECHNIDIS - NANTES CARQUEFOU - NANTES CARQUEFOU (44470) Dept: 44 -
TECHNIDIS - ST HERBLAIN - SAINT HERBLAIN (44800) Dept: 44 - TECHNIDIS - ST
NAZAIRE - SAINT NAZAIRE Cedex (44601) Dept: 45 - APROLIS Vendome - VENDOME
(41100) Dept: 45 - MGAA - GIEN (45500) Dept: 46 - DELAGNES MANUTENTION - Agen -
ESTILLAC (47310) Dept: 47 - DELAGNES MANUTENTION - Agen - ESTILLAC (47310) Dept:
48 - AVS Diffusion - OLEMPS (12510) Dept: 49 - OUEST INJECTION - DUBLE AED 49 -
ANGERS (49000) Dept: 49 - PROFIL INDUSTRIE - CHATEAU L'HERMITAGE (72510) Dept:
50 - SIMA - Groupe ODIS - GRANVILLE Cedex (50403) Dept: 51 - FCE Manutention -
Chalons - LA VEUVE (51520) Dept: 51 - FCE TP - Reims - SAINT MEMMIE (51470)
Dept: 52 - RICHARD MANUTENTION - Chaumont - CHAUMONT (52000) Dept: 53 - INDUS &
Co EQUIPEMENT - CHATEAU L'HERMITAGE (72510) Dept: 53 - LM MANUTENTION - LE MANS
(72100) Dept: 54 - LS MANUTENTION - Ludres - LUDRES (54710) Dept: 55 - LS
MANUTENTION - St Privat - ST PRIVAT LA MONTAGNE (57855) Dept: 56 - TECHNIDIS -
LORIENT - LORIENT (56100) Dept: 57 - LS MANUTENTION - Ludres - LUDRES (54710)
Dept: 58 - SOLOMAT Location - BOURGES (18000) Dept: 59 - RPA - VIVIER
MANUTENTION - STE CATHERINE lez ARRAS (62223) Dept: 60 - FBE CONCEPT - BRETEUIL
(60120) Dept: 60 - PICARDIE MANUTENTION SERVICE - CAMON (80450) Dept: 61 -
ManuCal - DEMOUVILLE (14840 ) Dept: 62 - RPA - VIVIER MANUTENTION - STE
CATHERINE lez ARRAS (62223) Dept: 63 - MANUTENTION SERVICE - COURNON d'AUVERGNE
(63800) Dept: 64 - MANUSTOCK - Bayonne - BAYONNE (64100) Dept: 65 - MANUSTOCK -
Lons - LONS (64140) Dept: 66 - JC FRANCE - PERPIGNAN (66000) Dept: 67 - ADEQUIP
- SUNDHOUSE (67920) Dept: 68 - ALTODIS - RIXHEIM (68170) Dept: 69 - AURAMA -
GENAS Cedex (69747) Dept: 69 - OUTILACIER - VAULX EN VELIN - LYON (69120) Dept:
70 - Z MANUTENTION - SAINT VIT (25410) Dept: 71 - AFRELEC - CHARNAY LES MACON
(71850) Dept: 71 - GREBERT MANUTENTION - BRANGES (71500) Dept: 71 - OUTILACIER -
VAULX EN VELIN - LYON (69120) Dept: 72 - HYDRO MANUTENTION - CHATEAU DU LOIR
(72500) Dept: 72 - LM MANUTENTION - SABLE SUR SARTHE (72300) Dept: 72 - PROFIL
INDUSTRIE - CHATEAU L'HERMITAGE (72510) Dept: 73 - CENTRALE D-DIRECT - ARRAS
(62000) Dept: 74 - VACHOUX - Pers Jussy - PERS-JUSSY (74930) Dept: 75 - AUX
FORGES DE L'EST - PARIS (75020) Dept: 76 - BOULEY SEDIN - LA VAUPALIERE (76150)
Dept: 76 - MANUHAVRE - LE HAVRE (76600) Dept: 77 - CHARLES SERVICE - CHELLES
(77500) Dept: 78 - E-ONE RD - BUC Cedex (78538) Dept: 79 - EGM - BRESSUIRE
(79300) Dept: 79 - RECHANGE AUTO INDUSTRIE - CHAURAY (79180) Dept: 80 - RPA -
VIVIER MANUTENTION - STE CATHERINE lez ARRAS (62223) Dept: 81 - JOUCLA MURGIER
Manutention - LACROUZETTE - Agences : ALBI - CASTRES (SAIX) (81210) Dept: 82 -
CENTRALE D-DIRECT - ARRAS (62000) Dept: 83 - CENTRALE D-DIRECT - ARRAS (62000)
Dept: 84 - ORANGEQUIP - AVIGNON (84000) Dept: 85 - RONDEAU VACQUIER - Challans -
CHALLANS (85300) Dept: 85 - RONDEAU VACQUIER - Les Herbiers - LES HERBIERS Cedex
(85505) Dept: 85 - RONDEAU VACQUIER - Mouilleron le Captif - MOUILLERON LE
CAPTIF (85000) Dept: 85 - RONDEAU VACQUIER - Olonne sur Mer - OLONNE SUR MER
(85340) Dept: 86 - BEAUBELIQUE Industrie - LIMOGES Cedex 9 (87020) Dept: 87 -
BEAUBELIQUE Industrie - LIMOGES Cedex 9 (87020) Dept: 88 - LS MANUTENTION - St
Privat - ST PRIVAT LA MONTAGNE (57855) Dept: 89 - ALGAN SIREC - CHAMPIGNY SUR
YONNE (89340) Dept: 90 - Z MANUTENTION - SAINT VIT (25410) Dept: 91 - AT
SOURCING - LISSES (91090) Dept: 91 - CHARLES SERVICE - CHELLES (77500) Dept: 91
- E-ONE RD - BUC Cedex (78538) Dept: 92 - E-ONE RD - BUC Cedex (78538) Dept: 92
- OUTILACIER - VAULX EN VELIN - LYON (69120) Dept: 93 - SM RENTAL - ROISSY CH de
GAULLE Cedex (95708) Dept: 94 - COLBER - Groupe SOLOMAT - THIAIS (94320) Dept:
94 - POISSON ST ELOI - SAINT MAUR Cedex (94107) Dept: 95 - FBE CONCEPT -
BRETEUIL (60120) Dept: 95 - LOGISNEXT - SAINT OUEN L’AUMÔNE (95310) Dept: 96 -
CENTRALE D-DIRECT - ARRAS (62000) Dept: 97 - CENTRALE D-DIRECT - ARRAS (62000)
Dept: 971 - ADI 97 - BAIE MAHAULT - GUADELOUPE (97122) Dept: 972 - ADI 97 - BAIE
MAHAULT - GUADELOUPE (97122) Dept: 973 - ADI 97 - BAIE MAHAULT - GUADELOUPE
(97122) Dept: 98 - VIVIER MCP - ARRAS (62000) Dept: 99 - CENTRALE D-DIRECT -
ARRAS (62000) Dept: BE - AUTOS PIECES INDUSTRIES - ATHUS (Belgique) (6791) Dept:
BE - COCKAERTS - WATERLOO (Belgique) (1410) Dept: BE - MOTOR SERVICE - HUY
(B-4500) Dept: LU - Logi'Systems S.A.R.L - SOLEUVRE (Luxembourg) (L-4410)
Veuillez choisir un partenaire
Enregistrer

À propos

 * Qui sommes-nous ?
 * Les services D-Direct
 * Nous contacter

Informations

 * Demande de catalogue
 * Mentions légales et CGV
 * Conditions générales d'utilisation (CGU)
   
   
 * Politique de confidentialité

Campagne Mail

Recevez nos promotions et actualités tous les mois

Adresse mail S'inscrire





© 2023 D-Direct . All rights reserved by Wetrust.es

Recherche propulsée par ElasticSuite
Vos choix concernant les cookies
Les cookies sont importants pour le bon fonctionnement de notre site. Nous les
utilisons pour optimiser votre expérience d'achat, personnaliser les offres et
cibler les publicités selon vos centres d'intérêt.

Sélectionnez votre choix pour chaque catégorie de cookies puis cliquez sur
"Enregistrer la sélection" pour confirmer. Vous pouvez modifier votre choix à
tout moment depuis la page Politique de confidentialité.
Tout accepter


COOKIES FONCTIONNELS





Les cookies nécessaires activent les fonctionnalités de base du site Web. Sans
ces cookies, le site Web ne peut pas fonctionner correctement. Ils contribuent à
rendre un site Web utilisable en activant les fonctionnalités de base.




COOKIES PUBLICITAIRES



Marketing cookies are used to track and collect visitors actions on the website.
Cookies store user data and behaviour information, which allows advertising
services to target more audience groups. Also more customized user experience
can be provided according to collected information.


COOKIES GOOGLE ANALYTICS



A set of cookies to collect information and report about website usage
statistics without personally identifying individual visitors to Google.


COOKIES STRICTEMENT NÉCESSAIRES



These cookies are necessary for the website to function and cannot be
deactivated. They are usually set to provide a service you have requested, such
as personalising your privacy preferences, logging in or filling in forms.


COOKIES DE PERSONNALISATION



These cookies allow the website to offer increased functionality and
personalization. They may be defined by {{CLIENT}} or by service providers who
enrich the services offered by the website.


COOKIES CIBLÉS



These cookies allow {{CLIENT}} to count visits and traffic sources so the
performance of the site can be measured and improved.


COOKIES DE PERFORMANCE



These cookies may be set by advertising partners. They are used by these
companies to allow {{CLIENT}} to gather some personal information in order to
display targeted advertisements based on topics that seem to be of interest to
you.

Tout refuser Enregistrer la sélection