{"id":19256,"date":"2022-12-09T22:41:40","date_gmt":"2022-12-09T22:41:40","guid":{"rendered":"https:\/\/www.polywater.com\/?page_id=19256"},"modified":"2025-01-20T10:35:33","modified_gmt":"2025-01-20T16:35:33","slug":"produits-de-specialite","status":"publish","type":"page","link":"https:\/\/www.polywater.com\/fr\/produits-bk\/produits-de-specialite\/","title":{"rendered":"Produits de sp\u00e9cialit\u00e9"},"content":{"rendered":"<div id=\"vyLightbox\"><\/div>\n<div id=\"acf\/banner-block_f323edc645ad1a689acca94ce0574fc5\" class=\"pxblock pxblock--banner disable_overlay full_width text--light\">\n\t\n\t<img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"316\" src=\"https:\/\/www.polywater.com\/wp-content\/uploads\/2020\/11\/Product-Page-banner.jpg.png\" class=\"background-image\" alt=\"Un homme met un bouchon sur une cartouche Polywater FST\" srcset=\"https:\/\/www.polywater.com\/wp-content\/uploads\/2020\/11\/Product-Page-banner.jpg.png 1200w, https:\/\/www.polywater.com\/wp-content\/uploads\/2020\/11\/Product-Page-banner.jpg-300x79.png 300w, https:\/\/www.polywater.com\/wp-content\/uploads\/2020\/11\/Product-Page-banner.jpg-1024x270.png 1024w, https:\/\/www.polywater.com\/wp-content\/uploads\/2020\/11\/Product-Page-banner.jpg-768x202.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\n\t\n\t<div class=\"container\">\n\t\t\t\t\t\t\t<div class=\"pxblock--banner__content wysiwyg\"><h1 style=\"text-align: center;\">Recherchez nos produits de sp\u00e9cialit\u00e9 industriels<\/h1>\n<p style=\"text-align: center;\">Nos clients comptent sur le soutien total de Polywater\u00a0\u2013\u00a0des produits au service client\u00a0\u2013\u00a0pour choisir la bonne solution d\u00e8s le d\u00e9part.<\/p>\n<\/div>\n\t\t\t<\/div>\n<\/div>\n\n<script type=\"text\/x-template\" id=\"pst-product-card\">\n    <div class=\"product\">\n\t\t<div v-if=\"(thumbnail)\" class=\"product__image\" :class=\"{ 'play-icon': vidyard_id }\" :data-vidyard-modal=\"vidyard_id ? vidyard_id : undefined\" @click=\"handleClick\" @keyup.enter=\"handleClick\" :tabindex=\"vidyard_id ? '0' : undefined\" :aria-label=\"vidyard_id ? 'Play Video' : undefined\">\t\t\t\n\t\t\t<img alt=\"\" :src=\"thumbnail\">\n\t\t<\/div>        \n\t\t<div class=\"product__content\">\n\t\t\t<a :href=\"link\" class=\"product__link\">\n\t\t\t\t<h3 v-html=\"title\"><\/h3>\n\t\t\t\t<!-- <p v-html=\"date\"><\/p> -->\n\t\t\t\t<p class=\"excerpt\" v-html=\"excerpt\"><\/p>\n\t\t\t\t<p class='hidden identifier' v-html=\"identifier\"><\/p>\n\t\t\t\t<div class=\"product__cta\">\n\t\t\t\t\t<div class=\"button button--primary\">En savoir plus<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/a>\n\t\t<\/div>\n\t<\/div>\n<\/script>\n\n<script type=\"text\/x-template\" id=\"pst-pagination\">\n\t<div class=\"pagination\">\n\t\t<button class=\"pagination__button pagination__button--back button--primary\" @click=\"navigate(true)\" :disabled=\"currentPage === 1\">Retour<\/button>\n\t\t<p class=\"pagination__index\">Page {{ currentPage }} de {{ totalPages }}<\/p>\n\t\t<button class=\"pagination__button pagination__button--next button--primary\" @click=\"navigate()\" :disabled=\"currentPage >= totalPages\">Suivant<\/button>\n\t<\/div>\n<\/script>\n\n<script type=\"text\/x-template\" id=\"pst-filters\">\n\t<div>\n\t\t<div class=\"pst-filter-sidebar__header\">\n\t\t\t<div class=\"pst-filter-sidebar__header_wrap\">\n\t\t\t\t<h2>Filtrer les r\u00e9sultats<\/h2> <button class=\"button--link\" @click=\"resetFilters()\">Effacer tout<\/button>\n\t\t\t<\/div>\n\t\t\t<small>{{ totalResults }} r\u00e9sultats<\/small>\n\t\t<\/div>\n\t\t<ul class=\"pst-filters\">\n\t\t\t<li :class=\"{'pst-filters__filter': true, open: filter.open, pst_filters__active: isProductActive(filter.slug), hidden: hideFilterGroup(filter) }\" v-for=\"filter in availableFilters\">\n\t\t\t\t<fieldset>\n\t\t\t\t\t<legend :aria-expanded=\"filter.open ? 'true' : 'false'\"\n\t\t\t\t\tclass=\"pst-filters__title\" @click=\"filter.open = !filter.open\"\n\t\t\t\t\t:aria-controls=\"'pst-filter-' + filter.slug + '-sliding-content'\">\n\n\t\t\t\t\t\t<button>\n\t\t\t\t\t\t\t<span class=\"arrow\"><svg pointer-events=\"all\" width=\"15\" height=\"15\" class=\"\" x=\"0px\" y=\"0px\" viewBox=\"0 0 240.823 240.823\" style=\"enable-background:new 0 0 240.823 240.823;\" aria-label=\"\" aria-hidden=\"true\"><path fill=\"#273980\" d=\"M57.633,129.007L165.93,237.268c4.752,4.74,12.451,4.74,17.215,0c4.752-4.74,4.752-12.439,0-17.179l-99.707-99.671l99.695-99.671c4.752-4.74,4.752-12.439,0-17.191c-4.752-4.74-12.463-4.74-17.215,0L57.621,111.816C52.942,116.507,52.942,124.327,57.633,129.007z\"\/><\/svg><\/span>\n\t\t\t\t\t\t\t<span class=\"filter_name\">{{ filter.name }}<\/span>\n\t\t\t\t\t\t<\/button>\n\n\t\t\t\t\t<\/legend>\n\t\t\t\t<\/fieldset>\n\n\t\t\t\t<!-- was :aria-expanded=\"filter.open\" on the top div before -->\n\t\t\t\t<ul class=\"sliding-content\" :id=\"'pst-filter-' + filter.slug + '-sliding-content'\">\n\t\t\t\t\t<li v-for=\"term in filter.terms\">\n\t\t\t\t\t\t<label :for=\"'pst-filter-' + filter.slug + '-' + term.slug\">\n\t\t\t\t\t\t\t<input :id=\"'pst-filter-' + filter.slug + '-' + term.slug\" type=\"checkbox\" :data-filter=\"filter.slug\" :value=\"term.slug\" v-model=\"term.value\" @change=\"$emit('filters-updated', availableFilters)\">\n\t\t\t\t\t\t\t<span class=\"term_name\">{{ term.name }}<\/span>\n\t\t\t\t\t\t<\/label>\n\t\t\t\t\t<\/li>\n\t\t\t\t<\/ul>\n\t\t\t<\/li>\n\t\t<\/ul>\n\t<\/div>\n<\/script>\n\n<script type=\"text\/x-template\" id=\"pst-product-category-options\">\n\t<div class=\"pst-category-options\" v-if=\"categories\">\n\t\t<h2 class=\"pst-category-options__divider\">\n\n\t\t\t<em>Options de cat\u00e9gorie<\/em>\n\t\t\t<span class=\"the_divider\">&nbsp;<\/span>\n\n\t\t<\/h2>\n\n\t\t\t<\/div>\n<\/script>\n<section class=\"pxblock pxblock--product-search padding--default\">\n\n\t<svg class=\"pxblock--post-search__bolt\" width=\"205px\" height=\"336px\" viewBox=\"0 0 205 336\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g id=\"Group-3\"><path d=\"M0.00124538926,143.559214 C10.2883583,145.897591 18,155.292886 18,166.49229 C18,176.353346 12.023622,184.764928 3.6023622,188.257546 C2.44355903,188.737181 1.24048492,189.129268 0.000595078267,189.419206 Z\" id=\"Combined-Shape\" fill=\"#F2F2F2\"><\/path><path d=\"M187.024013,165.92219 C187.024013,226.703984 157.395815,283.762579 107.763288,318.542891 C103.692815,321.398105 102.686546,327.032394 105.531337,331.136288 C107.271502,333.664104 110.063332,335.011765 112.915689,335.011765 C114.678552,335.011765 116.471678,334.478791 118.037826,333.390003 C172.49742,295.221504 205.000673,232.619987 205.000673,165.92219 C205.000673,100.846155 175.228722,41.1912193 123.303716,2.26132941 C119.331601,-0.723320856 113.69498,0.106594652 110.729134,4.11150802 C107.755722,8.11642139 108.580409,13.7811658 112.56009,16.765816 C159.885008,52.2542214 187.024013,106.617494 187.024013,165.92219\" id=\"Fill-14\" fill=\"#F2F2F2\"><\/path><path d=\"M30.5497297,115.864765 C48.6662749,126.223907 59.9063004,145.589346 59.9063004,166.383632 C59.9063004,183.157386 52.6566362,199.110312 39.9925695,210.183878 C36.2382792,213.459586 35.8575195,219.159774 39.1548983,222.921898 C40.9368535,224.958766 43.4498674,226 45.9628812,226 C48.079905,226 50.2045439,225.262776 51.9255777,223.757926 C68.4962386,209.271848 78,188.363558 78,166.383632 C78,139.129133 63.2646007,113.767096 39.5432731,100.200648 C35.2178432,97.7153658 29.6815976,99.2126152 27.2066597,103.544758 C24.7088763,107.876901 26.2166846,113.387083 30.5497297,115.864765\" id=\"Fill-10\" fill=\"#F2F2F2\"><\/path><path d=\"M123.810246,165.816514 C123.810246,204.12758 106.232942,239.464136 75.5874933,262.788546 C71.5912594,265.823915 70.8410086,271.48385 73.8879456,275.454933 C75.6870163,277.78281 78.3817947,279 81.1225068,279 C83.0517231,279 84.9962507,278.391405 86.6422091,277.136177 C121.819785,250.380812 142,209.802729 142,165.816514 C142,119.882793 119.301086,76.8246854 81.2832748,50.617056 C77.1568955,47.7566587 71.4764251,48.7988779 68.6285344,52.8916804 C65.7576767,56.9920904 66.7835298,62.6292031 70.9099092,65.4667781 C104.035779,88.2967043 123.810246,125.824204 123.810246,165.816514\" id=\"Fill-12\" fill=\"#F2F2F2\"><\/path><path d=\"M12.5497297,115.864765 C30.6662749,126.223907 41.9063004,145.589346 41.9063004,166.383632 C41.9063004,183.157386 34.6566362,199.110312 21.9925695,210.183878 C18.2382792,213.459586 17.8575195,219.159774 21.1548983,222.921898 C22.9368535,224.958766 25.4498674,226 27.9628812,226 C30.079905,226 32.2045439,225.262776 33.9255777,223.757926 C50.4962386,209.271848 60,188.363558 60,166.383632 C60,139.129133 45.2646007,113.767096 21.5432731,100.200648 C17.2178432,97.7153658 11.6815976,99.2126152 9.20665974,103.544758 C6.70887629,107.876901 8.2166846,113.387083 12.5497297,115.864765\" id=\"Fill-10\" fill=\"#FFFFFF\"><\/path><path d=\"M105.810246,165.816514 C105.810246,204.12758 88.2329416,239.464136 57.5874933,262.788546 C53.5912594,265.823915 52.8410086,271.48385 55.8879456,275.454933 C57.6870163,277.78281 60.3817947,279 63.1225068,279 C65.0517231,279 66.9962507,278.391405 68.6422091,277.136177 C103.819785,250.380812 124,209.802729 124,165.816514 C124,119.882793 101.301086,76.8246854 63.2832748,50.617056 C59.1568955,47.7566587 53.4764251,48.7988779 50.6285344,52.8916804 C47.7576767,56.9920904 48.7835298,62.6292031 52.9099092,65.4667781 C86.0357786,88.2967043 105.810246,125.824204 105.810246,165.816514\" id=\"Fill-12\" fill=\"#FFFFFF\"><\/path><path d=\"M169.024013,165.92219 C169.024013,226.703984 139.395815,283.762579 89.7632879,318.542891 C85.6928154,321.398105 84.6865462,327.032394 87.5313374,331.136288 C89.2715022,333.664104 92.0633319,335.011765 94.915689,335.011765 C96.6785516,335.011765 98.471678,334.478791 100.037826,333.390003 C154.49742,295.221504 187.000673,232.619987 187.000673,165.92219 C187.000673,100.846155 157.228722,41.1912193 105.303716,2.26132941 C101.331601,-0.723320856 95.6949802,0.106594652 92.7291341,4.11150802 C89.755722,8.11642139 90.5804088,13.7811658 94.5600901,16.765816 C141.885008,52.2542214 169.024013,106.617494 169.024013,165.92219\" id=\"Fill-14\" fill=\"#FFFFFF\"><\/path><\/g><\/g><\/svg>\n\t<div class=\"container\">\n\t\t<div id=\"poly-product-search\" v-cloak>\n\t\t\t<div class=\"product-search-form pxblock--product-search__results\">\n\t\t\t\t<div class=\"sds-search-form-main\">\n\t\t\t\t\t<div class=\"sds-search-form-left\"><\/div>\n\t\t\t\t\t<div class=\"sds-search-form-right\">\n\t\t\t\t\t\t<form @submit=\"filterUpdateHandler($event)\" class=\"search_input_wrap\">\n\t\t\t\t\t\t\t<label for=\"prodSearchFromTop\">Recherche de produits<\/label>\n\t\t\t\t\t\t\t<input id=\"prodSearchFromTop\" class=\"search-input\" type=\"text\" v-model=\"query\"\n\t\t\t\t\t\t\t\ttitle=\"Recherche de produits\">\n\t\t\t\t\t\t\t<button type=\"submit\"\n\t\t\t\t\t\t\t\taria-label=\"Recherche de produits\"><svg class=\"\" x=\"0px\" y=\"0px\" viewBox=\"0 0 511.999 511.999\" style=\"enable-background:new 0 0 511.999 511.999; \"role=\"img\" aria-label=\"\"><path fill=\"#273980\" d=\"M508.874,478.708L360.142,329.976c28.21-34.827,45.191-79.103,45.191-127.309c0-111.75-90.917-202.667-202.667-202.667S0,90.917,0,202.667s90.917,202.667,202.667,202.667c48.206,0,92.482-16.982,127.309-45.191l148.732,148.732c4.167,4.165,10.919,4.165,15.086,0l15.081-15.082C513.04,489.627,513.04,482.873,508.874,478.708z M202.667,362.667c-88.229,0-160-71.771-160-160s71.771-160,160-160s160,71.771,160,160S290.896,362.667,202.667,362.667z\"\/><\/svg><\/button>\n\t\t\t\t\t\t<\/form>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t<div class=\"poly-product-search-content\">\n\t\t\t\t\n\t\t\t\t<aside class=\"pst-filter-sidebar pxblock--product-search__sidebar\" role=\"region\" aria-label=\"Filtres\">\n\t\t\t\t\t<filters-ui :filters=\"taxonomies\" @filters-updated=\"filterUpdateHandler($event)\" industry=\"specialty-products-fr\"\t\t\t\t\t\t:total-results=\"totalRecords\"><\/filters-ui>\n\t\t\t\t\t\t\t\t\t\t<div class=\"bottom-actions\">\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"bottom-action\"><h3>Vous avez des questions\u00a0?<\/h3>\n<p><a class=\"button button--primary\" href=\"https:\/\/www.polywater.com\/en\/connect-with-us\/\">Nous contacter<\/a><\/p>\n<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"bottom-action\"><h3>T\u00e9l\u00e9charger notre catalogue<\/h3>\n<p><a class=\"button button--primary\" href=\"#polywater-modal-catalog-download-form\">T\u00e9l\u00e9charger<\/a><\/p>\n<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/aside>\n\t\t\t\t<main class=\"pxblock--product-search__results\">\n\t\t\t\t\t<!-- <product-category-options :categories=\"industries\" @category-updated=\"categoryUpdated($event)\"><\/product-category-options> -->\n\t\t\t\t\t<template v-if=\"isFetching\">\n\t\t\t\t\t\t<div class=\"products\">\n\t\t\t\t\t\t\t<div class=\"product product--fake\" v-for=\"i in 9\">\n\t\t\t\t\t\t\t\t<div class=\"product__image placeholder\"><\/div>\n\t\t\t\t\t\t\t\t<div class=\"product__content\">\n\t\t\t\t\t\t\t\t\t<h3><span class=\"placeholder\">Some Title Here<\/span><\/h3>\n\t\t\t\t\t\t\t\t\t<p class=\"excerpt\"><span class=\"placeholder\">Lorem ipsum dolor sit amet consectetur adipisicing elit. Expedita dolorem laborum officia.<\/span><\/p>\n\t\t\t\t\t\t\t\t\t<div class=\"product__cta\">\n\t\t\t\t\t\t\t\t\t\t<button class=\"button--primary\" href=\"#\"><span class=\"placeholder\">Learn more<\/span><\/button>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/template>\n\t\t\t\t\t<template v-else-if=\"displayedProducts.length === 0\">\n\t\t\t\t\t\t<p style=\"text-align: center\">No matching products found<\/p>\n\t\t\t\t\t<\/template>\n\t\t\t\t\t<template v-else>\n\t\t\t\t\t\t<div class=\"products\">\n\t\t\t\t\t\t\t<product-card v-for=\"product in displayedProducts\" \n\t\t\t\t\t\t\t\t:key=\"'product-'+product.ID\" \n\t\t\t\t\t\t\t\t:title=\"product.post_title\" \n\t\t\t\t\t\t\t\t:identifier=\"product.ID\" \n\t\t\t\t\t\t\t\t:excerpt=\"product.the_excerpt\" \n\t\t\t\t\t\t\t\t:thumbnail=\"product.thumbnail\"\n\t\t\t\t\t\t\t\t:link=\"product.link\"\n\t\t\t\t\t\t\t\t:vidyard_id=\"product.vidyard_id\"\n\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t<\/product-card>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<pagination :current-page=\"currentPage\" :total-pages=\"totalPages\" @previous-page=\"navigate(true)\" @next-page=\"navigate()\"><\/pagination>\n\t\t\t\t\t<\/template>\n\t\t\t\t<\/main>\n\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n<\/section>\n\n\n<div id=\"acf\/modal-block_80dab9b8e47ef967889e1a19779408a1\" class=\"pxblock pxblock--modal\" role=\"dialog\" aria-modal=\"true\" aria-labelledby=\"polywater-modal-catalog-download-form-title\">\n\t\n\t<div class=\"modal micromodal-slide\" id=\"polywater-modal-catalog-download-form\" aria-hidden=\"true\">\n\t\t<div class=\"modal__overlay\" tabindex=\"-1\" data-micromodal-close>\n\t\t\t<div class=\"modal__container\">\n\t\t\t\t<header class=\"modal__header\">\n\t\t\t\t\t<h2><\/h2>\n\t\t\t\t\t<button class=\"button--secondary modal__close\" aria-label=\"Close modal\" data-micromodal-close><\/button>\n\t\t\t\t<\/header>\n\n\t\t\t\t<div id=\"polywater-modal-catalog-download-form-content\" class=\"wysiwyg\"> <h2 style= \"text-align: center;\"> Formulaire de demande de catalogue<\/h2><p>Veuillez remplir le formulaire ci-dessous, puis s\u00e9lectionnez le catalogue correspondant \u00e0 votre march\u00e9 et \u00e0 votre situation g\u00e9ographique.<\/p> <!-- [if lte IE 8]> <script charset=\"utf-8\" type=\"text\/javascript\" src=\"\/\/js.hsforms.net\/forms\/v2-legacy.js\"><\/script> <![endif]--> <script charset=\"utf-8\" type=\"text\/javascript\" src=\"\/\/js.hsforms.net\/forms\/v2.js\"><\/script> <script>   hbspt.forms.create({ \tportalId: \"6060295\", \tformId: \"098a8b37-fa68-4c99-bb3a-9ae7394ef15f\" }); <\/script><\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n<\/div>\n\n\n\n<div id=\"acf\/divider-block_aaf8d29dbc48ca0b4c9f3fb1d7981556\" class=\"pxblock pxblock--divider\">\n\t\n\t<div class=\"container\">\n\t\t<div class=\"el\"><\/div>\n\t<\/div>\n<\/div>\n\n\n\n<div id=\"acf\/wysiwyg-block_3245b1189171561d1303bd477f40fda9\" class=\"pxblock pxblock--wysiwyg\" style=\"background-image: url()\">\n\t\n\t<div class=\"container wysiwyg\">\n\t\t<h2 style=\"text-align: center;\">Nos produits de sp\u00e9cialit\u00e9 industriels<\/h2>\n<p style=\"text-align: center;\"><span style=\"font-weight: 400;\">Les produits de sp\u00e9cialit\u00e9 sont tous le r\u00e9sultat de clients venant chez Polywater avec de vrais d\u00e9fis sur le terrain n\u00e9cessitant des solutions sur mesure. La collaboration avec ces clients afin de r\u00e9soudre leurs probl\u00e8mes a men\u00e9 \u00e0 la cr\u00e9ation des produits que vous trouverez ci-dessous, notamment\u00a0:<\/span><\/p>\n<ul style=\"text-align: left;\">\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Fluide d\u00e9tecteur de fuites pour applications au gaz et c\u00e2ble sous pression<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Huile p\u00e9n\u00e9trante pour le d\u00e9placement de l&rsquo;eau et la pr\u00e9vention de la rouille<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Produit de galvanisation \u00e0 froid en a\u00e9rosol pour inhiber la corrosion et pr\u00e9venir la rouille<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Syst\u00e8me de gel antigel pour emp\u00eacher la p\u00e9n\u00e9tration d&rsquo;eau d&rsquo;endommager le c\u00e2ble \u00e0 fibre optique<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Lubrifiant d&rsquo;installation de garnitures pour joints toriques sur les arbres de pompe<\/span><\/li>\n<\/ul>\n<p style=\"text-align: center;\"><span style=\"font-weight: 400;\">\u00c0 la recherche d&rsquo;un <\/span><span style=\"font-weight: 400;\">produit de sp\u00e9cialit\u00e9 industriel<\/span><span style=\"font-weight: 400;\"> pour r\u00e9soudre les probl\u00e8mes que vous rencontrez sur le terrain\u00a0?&nbsp;<\/span><\/p>\n<p style=\"text-align: center;\"><a class=\"button button--primary\" href=\"https:\/\/www.polywater.com\/en\/connect-with-us\/\">Parlons-en<\/a><\/p>\n\t<\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"","protected":false},"author":7,"featured_media":0,"parent":9976,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":true,"content-type":"","_relevanssi_hide_post":"","_relevanssi_hide_content":"","_relevanssi_pin_for_all":"","_relevanssi_pin_keywords":"","_relevanssi_unpin_keywords":"","_relevanssi_related_keywords":"","_relevanssi_related_include_ids":"","_relevanssi_related_exclude_ids":"","_relevanssi_related_no_append":"","_relevanssi_related_not_related":"","_relevanssi_related_posts":"8824,8426,8262,8257,8528,8269","_relevanssi_noindex_reason":"","footnotes":""},"class_list":["post-19256","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Acheter les solutions chimiques de sp\u00e9cialit\u00e9 | Polywater<\/title>\n<meta name=\"description\" content=\"Vous recherchez des solutions chimiques de sp\u00e9cialit\u00e9 industrielles pour vous aider \u00e0 relever des d\u00e9fis sur le terrain\u00a0? Polywater propose des produits de haute qualit\u00e9 pour r\u00e9pondre \u00e0 vos besoins d&#039;efficacit\u00e9 uniques.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.polywater.com\/fr\/produits-bk\/produits-de-specialite\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Acheter les solutions chimiques de sp\u00e9cialit\u00e9 | Polywater\" \/>\n<meta property=\"og:description\" content=\"Vous recherchez des solutions chimiques de sp\u00e9cialit\u00e9 industrielles pour vous aider \u00e0 relever des d\u00e9fis sur le terrain\u00a0? Polywater propose des produits de haute qualit\u00e9 pour r\u00e9pondre \u00e0 vos besoins d&#039;efficacit\u00e9 uniques.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.polywater.com\/fr\/produits-bk\/produits-de-specialite\/\" \/>\n<meta property=\"og:site_name\" content=\"Polywater\" \/>\n<meta property=\"article:modified_time\" content=\"2025-01-20T16:35:33+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.polywater.com\\\/fr\\\/produits-bk\\\/produits-de-specialite\\\/\",\"url\":\"https:\\\/\\\/www.polywater.com\\\/fr\\\/produits-bk\\\/produits-de-specialite\\\/\",\"name\":\"Acheter les solutions chimiques de sp\u00e9cialit\u00e9 | Polywater\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.polywater.com\\\/fr\\\/#website\"},\"datePublished\":\"2022-12-09T22:41:40+00:00\",\"dateModified\":\"2025-01-20T16:35:33+00:00\",\"description\":\"Vous recherchez des solutions chimiques de sp\u00e9cialit\u00e9 industrielles pour vous aider \u00e0 relever des d\u00e9fis sur le terrain\u00a0? Polywater propose des produits de haute qualit\u00e9 pour r\u00e9pondre \u00e0 vos besoins d'efficacit\u00e9 uniques.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.polywater.com\\\/fr\\\/produits-bk\\\/produits-de-specialite\\\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.polywater.com\\\/fr\\\/produits-bk\\\/produits-de-specialite\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.polywater.com\\\/fr\\\/produits-bk\\\/produits-de-specialite\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.polywater.com\\\/fr\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Produits\",\"item\":\"https:\\\/\\\/www.polywater.com\\\/fr\\\/?page_id=9976\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Produits de sp\u00e9cialit\u00e9\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.polywater.com\\\/fr\\\/#website\",\"url\":\"https:\\\/\\\/www.polywater.com\\\/fr\\\/\",\"name\":\"Polywater\",\"description\":\"Solutions at work.\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.polywater.com\\\/fr\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-FR\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Acheter les solutions chimiques de sp\u00e9cialit\u00e9 | Polywater","description":"Vous recherchez des solutions chimiques de sp\u00e9cialit\u00e9 industrielles pour vous aider \u00e0 relever des d\u00e9fis sur le terrain\u00a0? Polywater propose des produits de haute qualit\u00e9 pour r\u00e9pondre \u00e0 vos besoins d'efficacit\u00e9 uniques.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.polywater.com\/fr\/produits-bk\/produits-de-specialite\/","og_locale":"fr_FR","og_type":"article","og_title":"Acheter les solutions chimiques de sp\u00e9cialit\u00e9 | Polywater","og_description":"Vous recherchez des solutions chimiques de sp\u00e9cialit\u00e9 industrielles pour vous aider \u00e0 relever des d\u00e9fis sur le terrain\u00a0? Polywater propose des produits de haute qualit\u00e9 pour r\u00e9pondre \u00e0 vos besoins d'efficacit\u00e9 uniques.","og_url":"https:\/\/www.polywater.com\/fr\/produits-bk\/produits-de-specialite\/","og_site_name":"Polywater","article_modified_time":"2025-01-20T16:35:33+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.polywater.com\/fr\/produits-bk\/produits-de-specialite\/","url":"https:\/\/www.polywater.com\/fr\/produits-bk\/produits-de-specialite\/","name":"Acheter les solutions chimiques de sp\u00e9cialit\u00e9 | Polywater","isPartOf":{"@id":"https:\/\/www.polywater.com\/fr\/#website"},"datePublished":"2022-12-09T22:41:40+00:00","dateModified":"2025-01-20T16:35:33+00:00","description":"Vous recherchez des solutions chimiques de sp\u00e9cialit\u00e9 industrielles pour vous aider \u00e0 relever des d\u00e9fis sur le terrain\u00a0? Polywater propose des produits de haute qualit\u00e9 pour r\u00e9pondre \u00e0 vos besoins d'efficacit\u00e9 uniques.","breadcrumb":{"@id":"https:\/\/www.polywater.com\/fr\/produits-bk\/produits-de-specialite\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.polywater.com\/fr\/produits-bk\/produits-de-specialite\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.polywater.com\/fr\/produits-bk\/produits-de-specialite\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.polywater.com\/fr\/"},{"@type":"ListItem","position":2,"name":"Produits","item":"https:\/\/www.polywater.com\/fr\/?page_id=9976"},{"@type":"ListItem","position":3,"name":"Produits de sp\u00e9cialit\u00e9"}]},{"@type":"WebSite","@id":"https:\/\/www.polywater.com\/fr\/#website","url":"https:\/\/www.polywater.com\/fr\/","name":"Polywater","description":"Solutions at work.","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.polywater.com\/fr\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"}]}},"_links":{"self":[{"href":"https:\/\/www.polywater.com\/fr\/wp-json\/wp\/v2\/pages\/19256","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.polywater.com\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.polywater.com\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.polywater.com\/fr\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/www.polywater.com\/fr\/wp-json\/wp\/v2\/comments?post=19256"}],"version-history":[{"count":0,"href":"https:\/\/www.polywater.com\/fr\/wp-json\/wp\/v2\/pages\/19256\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/www.polywater.com\/fr\/wp-json\/wp\/v2\/pages\/9976"}],"wp:attachment":[{"href":"https:\/\/www.polywater.com\/fr\/wp-json\/wp\/v2\/media?parent=19256"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}