CINXE.COM
Better management of production waste at Plastiques ZD | Blog | Sesotec
<!-- $Id: content-types.liquid 50245 2020-06-05 10:32:28Z blanco $ --> <!-- $Id: simple.liquid 48533 2019-03-28 17:36:25Z blanco $ --> <!-- $Id: default.liquid 50923 2023-06-15 13:14:04Z blanco $ --> <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Better management of production waste at Plastiques ZD | Blog | Sesotec</title> <meta name="description" content="Founded in 1989, Plastiques ZD is located in the heart of the Plastics Valley in Saint-Martin-du-Frêne and specializes in plastic processing through injection molding. With 35 years of experience, Plastiques ZD draws its strength from the know-how acquired over the years and the use of cutting-edge technologies to meet the specific requirements of its customers."> <meta name="keywords" content=""> <!-- $Id: localized_formats.liquid 48535 2019-04-01 12:46:16Z blanco $ --> <!-- Localized format strings loaded, no output --> <link rel="shortcut icon" href="/sites/593fc2aac25e5b0640a20ff8/theme/images/favicon.png?1724399351"> <link rel="alternate" type="application/rss+xml" title="RSS" href="https://www.sesotec.com/emea/en.xml" /> <link href="/sites/593fc2aac25e5b0640a20ff8/theme/stylesheets/bootstrap.css?1724399351" media="screen" rel="stylesheet" type="text/css" /> <link href="/sites/593fc2aac25e5b0640a20ff8/theme/stylesheets/slick-1.6.0/slick/slick.css?1724399351" media="screen" rel="stylesheet" type="text/css" /> <link href="/sites/593fc2aac25e5b0640a20ff8/theme/stylesheets/lightbox/dist/ekko-lightbox.css?1724399351" media="screen" rel="stylesheet" type="text/css" /> <link href="/sites/593fc2aac25e5b0640a20ff8/theme/stylesheets/bootstrap-select-1.12.4/css/bootstrap-select.min.css?1724399351" media="screen" rel="stylesheet" type="text/css" /> <script> var MTUserId='6c381958-ee50-4c6b-b5ab-07f01e807a1e'; var MTFontIds = new Array(); MTFontIds.push("6018010"); // Calibri W01 Bold Italic MTFontIds.push("6018022"); // Calibri W01 Italic MTFontIds.push("6018051"); // Calibri W01 Regular MTFontIds.push("6018059"); // Calibri W01 Bold (function() { var mtTracking = document.createElement('script'); mtTracking.type='text/javascript'; mtTracking.async='true'; mtTracking.src='/sites/593fc2aac25e5b0640a20ff8/theme/fonts/FS-WebFonts-255413651/mtiFontTrackingCode.js'; (document.getElementsByTagName('head')[0]||document.getElementsByTagName('body')[0]).appendChild(mtTracking); })(); </script> <link href="/sites/593fc2aac25e5b0640a20ff8/theme/stylesheets/application.css?1724399351" media="all" rel="stylesheet" type="text/css" /> <link href="/sites/593fc2aac25e5b0640a20ff8/theme/stylesheets/cookieCuttr/cookiecuttr.css?1724399351" media="screen" rel="stylesheet" type="text/css" /> <script src="/sites/593fc2aac25e5b0640a20ff8/theme/javascripts/jquery.min.js?1724399351" type="text/javascript" ></script> <script src="/sites/593fc2aac25e5b0640a20ff8/theme/javascripts/jquery.migrate.js?1724399351" type="text/javascript" ></script> <script src="/sites/593fc2aac25e5b0640a20ff8/theme/javascripts/bootstrap.min.js?1724399351" type="text/javascript" ></script> <script src="/sites/593fc2aac25e5b0640a20ff8/theme/javascripts/bootstrap/validator.js?1724399351" type="text/javascript" ></script> <script src="/sites/593fc2aac25e5b0640a20ff8/theme/javascripts/slick-1.6.0/slick/slick.js?1724399351" type="text/javascript" ></script> <script src="/sites/593fc2aac25e5b0640a20ff8/theme/javascripts/jquery.scrolltofixed.min.js?1724399351" type="text/javascript" ></script> <script src="/sites/593fc2aac25e5b0640a20ff8/theme/javascripts/jquery.masonry.js?1724399351" type="text/javascript" ></script> <script src="/sites/593fc2aac25e5b0640a20ff8/theme/javascripts/lightbox/dist/ekko-lightbox.min.js?1724399351" type="text/javascript" ></script> <script src="/sites/593fc2aac25e5b0640a20ff8/theme/javascripts/application.js?1724399351" type="text/javascript" ></script> <script src="/sites/593fc2aac25e5b0640a20ff8/theme/javascripts/jquery.cookie.js?1724399351" type="text/javascript" ></script> <script src="/sites/593fc2aac25e5b0640a20ff8/theme/javascripts/cookieCuttr/jquery.cookiecuttr.js?1724399351" type="text/javascript" ></script> <script type="module" src="https://cdn.jsdelivr.net/npm/friendly-challenge@0.9.13/widget.module.min.js" async defer ></script> <script nomodule src="https://cdn.jsdelivr.net/npm/friendly-challenge@0.9.13/widget.min.js" async defer></script> <link rel="stylesheet" type="text/css" href="/assets/locomotive/wysihtml5_editor-b4f58f3877730b43505cbeda3a6e0ea4cd726201b999e2039660fdb751bcf6f3.css"></head> <body class=" "> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MNZS6P" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <div id="loader" style="display: none;"></div> <script> $(document).ready(function () { $(document).ajaxStop(function(){ $("#loader").hide(); }); $(document).ajaxStart(function(){ $("#loader").show(); }); }); </script> <script> const cyrb53 = function (str, seed = 0) { var h1 = 0xdeadbeef ^ seed, h2 = 0x41c6ce57 ^ seed; for (var i = 0, ch; i < str.length; i++) { ch = str.charCodeAt(i); h1 = Math.imul(h1 ^ ch, 2654435761); h2 = Math.imul(h2 ^ ch, 1597334677); } h1 = Math.imul(h1 ^ h1 >>> 16, 2246822507) ^ Math.imul(h2 ^ h2 >>> 13, 3266489909); h2 = Math.imul(h2 ^ h2 >>> 16, 2246822507) ^ Math.imul(h1 ^ h1 >>> 13, 3266489909); return 4294967296 * (2097151 & h2) + (h1 >>> 0); }; function deleteAllCookies(){ cookiesToSkip = ["country", "_sesotec-engine_session", "cc_cookie_accept", "cc_cookie_decline"]; var cookies = $.cookie(); for(var cookie in cookies) { if(cookiesToSkip.includes(cookie)){ continue; } $.removeCookie(cookie); $.removeCookie(cookie, { path: '/'}) ; $.removeCookie(cookie, { path: '/', domain: jQuery(location).attr('hostname')}); $.removeCookie(cookie, { path: '/', domain: jQuery(location).attr('hostname').split('.').slice(-2).join('.')}); } } $(function() { $.cookieCuttr({ cookieAnalytics: false, cookieAcceptButton: true, cookieDeclineButton:true, cookieMessage: 'We use cookies and various analytics tools on our website to provide you with the best possible service. Some of them are essential, while others help us to improve this website and your experience with it. You can accept or decline the non-essential cookies and analytics tools here. > <a href="http://www.sesotec.com/emea/en/data-privacy#cookies">More Info.</a> ', cookieAcceptButtonText: 'Accept all cookies and analytics tools.', cookieDeclineButtonText: 'Decline non-essential cookies and analytics tools.' }); }); var cookiefulTrackingOK = jQuery.cookie('cc_cookie_accept') == 'cc_cookie_accept'; //remove all cookies if cookies declined if ($.cookie('cc_cookie_decline') == "cc_cookie_decline"){ deleteAllCookies(); $.cookie('cc_cookie_decline','cc_cookie_decline',{ path: '/' }); } var clientIP = "82.165.74.223"; // Validity period of the client ID var validityInterval = Math.round(new Date() / 1000 / 3600 / 8); var clientIDSource = clientIP + ";" + window.location.host + ";" + navigator.userAgent + ";" + navigator.language + ";" + validityInterval; var clientIDHashed = cyrb53(clientIDSource).toString(16); dataLayer = [{ 'cookiefulTrackingOK': cookiefulTrackingOK, 'clientId': clientIDHashed }]; <!-- Google Tag Manager --> (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-MNZS6P'); <!-- End Google Tag Manager --> </script> <!-- $Id: header.liquid 50633 2021-12-07 09:17:50Z blanco $ --> <header> <!-- $Id: top_nav.liquid 49170 2019-07-25 14:24:14Z blanco $ --> <div class="full-width-wrapper bg-grey-light top-nav header hidden-print"> <div class="container"> <div class="row"> <div class="col-xs-24 col-sm-24 col-md-24"> <nav class="top-nav"> <ul> <li aria-hidden="true" data-toggle="modal" data-target="#countryModal"> <a class="fa fa-globe" style="font-size:1.5em;"></a> <div class="dropdown" style="float:right"> <button id="li-countries" class="no-border btn btn-primary dropdown-toggle" type="button"> <span class="def">Select country</span> <span style="display:none" data-country="AF" class="dropdown-toggle">Afghanistan</span> <span style="display:none" data-country="AX" class="dropdown-toggle">Aland Islands</span> <span style="display:none" data-country="AL" class="dropdown-toggle">Albania</span> <span style="display:none" data-country="DZ" class="dropdown-toggle">Algeria</span> <span style="display:none" data-country="AS" class="dropdown-toggle">American Samoa</span> <span style="display:none" data-country="AD" class="dropdown-toggle">Andorra</span> <span style="display:none" data-country="AO" class="dropdown-toggle">Angola</span> <span style="display:none" data-country="AI" class="dropdown-toggle">Anguilla</span> <span style="display:none" data-country="AG" class="dropdown-toggle">Antigua & Barbuda</span> <span style="display:none" data-country="AR" class="dropdown-toggle">Argentina</span> <span style="display:none" data-country="AM" class="dropdown-toggle">Armenia</span> <span style="display:none" data-country="AW" class="dropdown-toggle">Aruba</span> <span style="display:none" data-country="AU" class="dropdown-toggle">Australia</span> <span style="display:none" data-country="AT" class="dropdown-toggle">Austria</span> <span style="display:none" data-country="AZ" class="dropdown-toggle">Aserbaidschan</span> <span style="display:none" data-country="BS" class="dropdown-toggle">Bahamas</span> <span style="display:none" data-country="BH" class="dropdown-toggle">Bahrain</span> <span style="display:none" data-country="BD" class="dropdown-toggle">Bangladesh</span> <span style="display:none" data-country="BB" class="dropdown-toggle">Barbados</span> <span style="display:none" data-country="BY" class="dropdown-toggle">Belarus</span> <span style="display:none" data-country="BE" class="dropdown-toggle">Belgium</span> <span style="display:none" data-country="BZ" class="dropdown-toggle">Belize</span> <span style="display:none" data-country="BJ" class="dropdown-toggle">Benin</span> <span style="display:none" data-country="BM" class="dropdown-toggle">Bermuda</span> <span style="display:none" data-country="BT" class="dropdown-toggle">Bhutan</span> <span style="display:none" data-country="BO" class="dropdown-toggle">Bolivia</span> <span style="display:none" data-country="BQ" class="dropdown-toggle">Bonaire, Sint Eustatius and Saba</span> <span style="display:none" data-country="BA" class="dropdown-toggle">Bosnia-Herzegovina</span> <span style="display:none" data-country="BW" class="dropdown-toggle">Botswana</span> <span style="display:none" data-country="BV" class="dropdown-toggle">Bouvet Island</span> <span style="display:none" data-country="BR" class="dropdown-toggle">Brazil</span> <span style="display:none" data-country="IO" class="dropdown-toggle">British Indian Ocean Territory</span> <span style="display:none" data-country="BN" class="dropdown-toggle">Brunei</span> <span style="display:none" data-country="BG" class="dropdown-toggle">Bulgaria</span> <span style="display:none" data-country="BF" class="dropdown-toggle">Burkina Faso</span> <span style="display:none" data-country="BI" class="dropdown-toggle">Burundi</span> <span style="display:none" data-country="KH" class="dropdown-toggle">Cambodia</span> <span style="display:none" data-country="CM" class="dropdown-toggle">Cameroon</span> <span style="display:none" data-country="CA" class="dropdown-toggle">Canada</span> <span style="display:none" data-country="CV" class="dropdown-toggle">Cape Verde</span> <span style="display:none" data-country="KY" class="dropdown-toggle">Cayman Islands</span> <span style="display:none" data-country="CF" class="dropdown-toggle">Central African Republic</span> <span style="display:none" data-country="TD" class="dropdown-toggle">Chad</span> <span style="display:none" data-country="CL" class="dropdown-toggle">Chile</span> <span style="display:none" data-country="CN" class="dropdown-toggle">China</span> <span style="display:none" data-country="TW" class="dropdown-toggle">Taiwan</span> <span style="display:none" data-country="CX" class="dropdown-toggle">Christmas Island</span> <span style="display:none" data-country="CC" class="dropdown-toggle">Cocos (Keeling) Islands</span> <span style="display:none" data-country="CO" class="dropdown-toggle">Colombia</span> <span style="display:none" data-country="KM" class="dropdown-toggle">Comoros</span> <span style="display:none" data-country="CG" class="dropdown-toggle">Republic of the Congo</span> <span style="display:none" data-country="CD" class="dropdown-toggle">Democratic Republic of the Congo</span> <span style="display:none" data-country="CK" class="dropdown-toggle">Cook Islands</span> <span style="display:none" data-country="CR" class="dropdown-toggle">Costa Rica</span> <span style="display:none" data-country="CI" class="dropdown-toggle">Ivory Coast</span> <span style="display:none" data-country="HR" class="dropdown-toggle">Croatia</span> <span style="display:none" data-country="CU" class="dropdown-toggle">Cuba</span> <span style="display:none" data-country="CW" class="dropdown-toggle">Curaçao</span> <span style="display:none" data-country="CY" class="dropdown-toggle">Cyprus</span> <span style="display:none" data-country="CZ" class="dropdown-toggle">Czech Republic</span> <span style="display:none" data-country="DK" class="dropdown-toggle">Denmark</span> <span style="display:none" data-country="DJ" class="dropdown-toggle">Djibouti</span> <span style="display:none" data-country="DM" class="dropdown-toggle">Dominica</span> <span style="display:none" data-country="DO" class="dropdown-toggle">Dominican Republic</span> <span style="display:none" data-country="EC" class="dropdown-toggle">Ecuador</span> <span style="display:none" data-country="EG" class="dropdown-toggle">Egypt</span> <span style="display:none" data-country="SV" class="dropdown-toggle">El Salvador</span> <span style="display:none" data-country="GQ" class="dropdown-toggle">Equatorial Guinea</span> <span style="display:none" data-country="ER" class="dropdown-toggle">Eritrea</span> <span style="display:none" data-country="EE" class="dropdown-toggle">Estonia</span> <span style="display:none" data-country="ET" class="dropdown-toggle">Ethiopia</span> <span style="display:none" data-country="FK" class="dropdown-toggle">Falkland Islands (Malvinas)</span> <span style="display:none" data-country="FO" class="dropdown-toggle">Faroe Islands</span> <span style="display:none" data-country="FJ" class="dropdown-toggle">Fidschi</span> <span style="display:none" data-country="FI" class="dropdown-toggle">Finland</span> <span style="display:none" data-country="FR" class="dropdown-toggle">France</span> <span style="display:none" data-country="GF" class="dropdown-toggle">French Guiana</span> <span style="display:none" data-country="PF" class="dropdown-toggle">French Polynesia</span> <span style="display:none" data-country="TF" class="dropdown-toggle">French Southern Territories</span> <span style="display:none" data-country="GA" class="dropdown-toggle">Gabon</span> <span style="display:none" data-country="GM" class="dropdown-toggle">Gambia</span> <span style="display:none" data-country="GE" class="dropdown-toggle">Georgia</span> <span style="display:none" data-country="DE" class="dropdown-toggle">Germany</span> <span style="display:none" data-country="GH" class="dropdown-toggle">Ghana</span> <span style="display:none" data-country="GI" class="dropdown-toggle">Gibraltar</span> <span style="display:none" data-country="GR" class="dropdown-toggle">Greece</span> <span style="display:none" data-country="GL" class="dropdown-toggle">Greenland</span> <span style="display:none" data-country="GD" class="dropdown-toggle">Grenada</span> <span style="display:none" data-country="GP" class="dropdown-toggle">Guadeloupe</span> <span style="display:none" data-country="GU" class="dropdown-toggle">Guam</span> <span style="display:none" data-country="GT" class="dropdown-toggle">Guatemala</span> <span style="display:none" data-country="GG" class="dropdown-toggle">Guernsey</span> <span style="display:none" data-country="GN" class="dropdown-toggle">Guinea</span> <span style="display:none" data-country="GW" class="dropdown-toggle">Guinea-Bissau</span> <span style="display:none" data-country="GY" class="dropdown-toggle">Guyana</span> <span style="display:none" data-country="HT" class="dropdown-toggle">Haiti</span> <span style="display:none" data-country="HM" class="dropdown-toggle">Heard Island and McDonald Islands</span> <span style="display:none" data-country="VA" class="dropdown-toggle">Vatican City</span> <span style="display:none" data-country="HN" class="dropdown-toggle">Honduras</span> <span style="display:none" data-country="HU" class="dropdown-toggle">Hungary</span> <span style="display:none" data-country="IS" class="dropdown-toggle">Iceland</span> <span style="display:none" data-country="IN" class="dropdown-toggle">India</span> <span style="display:none" data-country="ID" class="dropdown-toggle">Indonesia</span> <span style="display:none" data-country="IR" class="dropdown-toggle">Iran</span> <span style="display:none" data-country="IQ" class="dropdown-toggle">Iraq</span> <span style="display:none" data-country="IE" class="dropdown-toggle">Ireland</span> <span style="display:none" data-country="IM" class="dropdown-toggle">Isle of Man</span> <span style="display:none" data-country="IL" class="dropdown-toggle">Israel</span> <span style="display:none" data-country="IT" class="dropdown-toggle">Italy</span> <span style="display:none" data-country="JM" class="dropdown-toggle">Jamaica</span> <span style="display:none" data-country="JP" class="dropdown-toggle">Japan</span> <span style="display:none" data-country="JE" class="dropdown-toggle">Jersey</span> <span style="display:none" data-country="JO" class="dropdown-toggle">Jordan</span> <span style="display:none" data-country="KZ" class="dropdown-toggle">Kazakhstan</span> <span style="display:none" data-country="KE" class="dropdown-toggle">Kenya</span> <span style="display:none" data-country="KI" class="dropdown-toggle">Kiribati</span> <span style="display:none" data-country="KP" class="dropdown-toggle">North Korea</span> <span style="display:none" data-country="KR" class="dropdown-toggle">South Korea</span> <span style="display:none" data-country="XK" class="dropdown-toggle">Kosovo</span> <span style="display:none" data-country="KW" class="dropdown-toggle">Kuwait</span> <span style="display:none" data-country="KG" class="dropdown-toggle">Kyrgyzstan</span> <span style="display:none" data-country="LA" class="dropdown-toggle">Laos</span> <span style="display:none" data-country="LV" class="dropdown-toggle">Lattvia</span> <span style="display:none" data-country="LB" class="dropdown-toggle">Lebanon</span> <span style="display:none" data-country="LS" class="dropdown-toggle">Lesotho</span> <span style="display:none" data-country="LR" class="dropdown-toggle">Liberia</span> <span style="display:none" data-country="LY" class="dropdown-toggle">Libya</span> <span style="display:none" data-country="LI" class="dropdown-toggle">Liechtenstein</span> <span style="display:none" data-country="LT" class="dropdown-toggle">Lithuania</span> <span style="display:none" data-country="LU" class="dropdown-toggle">Luxembourg</span> <span style="display:none" data-country="MO" class="dropdown-toggle">Macao</span> <span style="display:none" data-country="MK" class="dropdown-toggle">Macedonia</span> <span style="display:none" data-country="MG" class="dropdown-toggle">Madagascar</span> <span style="display:none" data-country="MW" class="dropdown-toggle">Malawi</span> <span style="display:none" data-country="MY" class="dropdown-toggle">Malaysia</span> <span style="display:none" data-country="MV" class="dropdown-toggle">Maldives</span> <span style="display:none" data-country="ML" class="dropdown-toggle">Mali</span> <span style="display:none" data-country="MT" class="dropdown-toggle">Malta</span> <span style="display:none" data-country="MA" class="dropdown-toggle">Morocco</span> <span style="display:none" data-country="MH" class="dropdown-toggle">Marshall Islands</span> <span style="display:none" data-country="MQ" class="dropdown-toggle">Martinique</span> <span style="display:none" data-country="MR" class="dropdown-toggle">Mauritania</span> <span style="display:none" data-country="MU" class="dropdown-toggle">Mauritius </span> <span style="display:none" data-country="YT" class="dropdown-toggle">Mayotte</span> <span style="display:none" data-country="MX" class="dropdown-toggle">Mexico</span> <span style="display:none" data-country="FM" class="dropdown-toggle">Micronesia</span> <span style="display:none" data-country="MD" class="dropdown-toggle">Moldavia</span> <span style="display:none" data-country="MC" class="dropdown-toggle">Monaco</span> <span style="display:none" data-country="MN" class="dropdown-toggle">Mongolia</span> <span style="display:none" data-country="ME" class="dropdown-toggle">Montenegro</span> <span style="display:none" data-country="MS" class="dropdown-toggle">Montserrat</span> <span style="display:none" data-country="MZ" class="dropdown-toggle">Mozambique</span> <span style="display:none" data-country="MM" class="dropdown-toggle">Myanmar</span> <span style="display:none" data-country="NA" class="dropdown-toggle">Namibia</span> <span style="display:none" data-country="NR" class="dropdown-toggle">Nauru</span> <span style="display:none" data-country="NP" class="dropdown-toggle">Nepal</span> <span style="display:none" data-country="NL" class="dropdown-toggle">Netherlands</span> <span style="display:none" data-country="NC" class="dropdown-toggle">New Caledonia</span> <span style="display:none" data-country="NZ" class="dropdown-toggle">New Zealand</span> <span style="display:none" data-country="NI" class="dropdown-toggle">Nicaragua</span> <span style="display:none" data-country="NE" class="dropdown-toggle">Niger</span> <span style="display:none" data-country="NG" class="dropdown-toggle">Nigeria</span> <span style="display:none" data-country="NU" class="dropdown-toggle">Niue</span> <span style="display:none" data-country="NF" class="dropdown-toggle">Norfolk Island</span> <span style="display:none" data-country="NO" class="dropdown-toggle">Norway</span> <span style="display:none" data-country="OM" class="dropdown-toggle">Oman</span> <span style="display:none" data-country="PK" class="dropdown-toggle">Pakistan</span> <span style="display:none" data-country="PW" class="dropdown-toggle">Palau</span> <span style="display:none" data-country="PS" class="dropdown-toggle">Palestinian Territory, Occupied</span> <span style="display:none" data-country="PA" class="dropdown-toggle">Panamá</span> <span style="display:none" data-country="PG" class="dropdown-toggle">Papua New Guinea</span> <span style="display:none" data-country="PY" class="dropdown-toggle">Paraguay</span> <span style="display:none" data-country="PE" class="dropdown-toggle">Peru</span> <span style="display:none" data-country="PH" class="dropdown-toggle">Philippines</span> <span style="display:none" data-country="PN" class="dropdown-toggle">Pitcairn</span> <span style="display:none" data-country="PL" class="dropdown-toggle">Poland</span> <span style="display:none" data-country="PT" class="dropdown-toggle">Portugal</span> <span style="display:none" data-country="PR" class="dropdown-toggle">Puerto Rico</span> <span style="display:none" data-country="QA" class="dropdown-toggle">Qatar</span> <span style="display:none" data-country="RE" class="dropdown-toggle">Reunion</span> <span style="display:none" data-country="RO" class="dropdown-toggle">Romania</span> <span style="display:none" data-country="RU" class="dropdown-toggle">Russia</span> <span style="display:none" data-country="RW" class="dropdown-toggle">Rwanda</span> <span style="display:none" data-country="BL" class="dropdown-toggle">Saint Barthélemy</span> <span style="display:none" data-country="SH" class="dropdown-toggle">Saint Helena, Ascension and Tristan da Cunha</span> <span style="display:none" data-country="KN" class="dropdown-toggle">Saint Kitts and Nevis</span> <span style="display:none" data-country="LC" class="dropdown-toggle">Saint Lucia</span> <span style="display:none" data-country="MF" class="dropdown-toggle">Saint Martin (French part)</span> <span style="display:none" data-country="PM" class="dropdown-toggle">Saint Pierre and Miquelon</span> <span style="display:none" data-country="VC" class="dropdown-toggle">Saint Vincent and the Grenadines</span> <span style="display:none" data-country="WS" class="dropdown-toggle">Samoa</span> <span style="display:none" data-country="SM" class="dropdown-toggle">San Marino</span> <span style="display:none" data-country="ST" class="dropdown-toggle">Sao Tome and Principe</span> <span style="display:none" data-country="SA" class="dropdown-toggle">Saudi Arabia</span> <span style="display:none" data-country="SN" class="dropdown-toggle">Senegal</span> <span style="display:none" data-country="RS" class="dropdown-toggle">Serbia</span> <span style="display:none" data-country="SC" class="dropdown-toggle">Seychelles</span> <span style="display:none" data-country="SL" class="dropdown-toggle">Sierra Leone</span> <span style="display:none" data-country="SG" class="dropdown-toggle">Singapore</span> <span style="display:none" data-country="SX" class="dropdown-toggle">Sint Maarten (Dutch part)</span> <span style="display:none" data-country="SK" class="dropdown-toggle">Slovakia</span> <span style="display:none" data-country="SI" class="dropdown-toggle">Slovenia</span> <span style="display:none" data-country="SB" class="dropdown-toggle">Solomon Islands</span> <span style="display:none" data-country="SO" class="dropdown-toggle">Somalia</span> <span style="display:none" data-country="ZA" class="dropdown-toggle">South Africa</span> <span style="display:none" data-country="GS" class="dropdown-toggle">South Georgia and the South Sandwich Islands</span> <span style="display:none" data-country="SS" class="dropdown-toggle">South Sudan</span> <span style="display:none" data-country="ES" class="dropdown-toggle">Spain</span> <span style="display:none" data-country="LK" class="dropdown-toggle">Sri Lanka</span> <span style="display:none" data-country="SD" class="dropdown-toggle">Sudan</span> <span style="display:none" data-country="SR" class="dropdown-toggle">Suriname</span> <span style="display:none" data-country="SJ" class="dropdown-toggle">Svalbard and Jan Mayen</span> <span style="display:none" data-country="SZ" class="dropdown-toggle">Swaziland</span> <span style="display:none" data-country="SE" class="dropdown-toggle">Sweden</span> <span style="display:none" data-country="CH" class="dropdown-toggle">Switzerland</span> <span style="display:none" data-country="SY" class="dropdown-toggle">Syria</span> <span style="display:none" data-country="TA" class="dropdown-toggle">Taiwan</span> <span style="display:none" data-country="TJ" class="dropdown-toggle">Tajikistan</span> <span style="display:none" data-country="TZ" class="dropdown-toggle">Tanzania</span> <span style="display:none" data-country="TH" class="dropdown-toggle">Thailand </span> <span style="display:none" data-country="TL" class="dropdown-toggle">Timor-Leste</span> <span style="display:none" data-country="TG" class="dropdown-toggle">Togo</span> <span style="display:none" data-country="TK" class="dropdown-toggle">Tokelau</span> <span style="display:none" data-country="TO" class="dropdown-toggle">Tonga</span> <span style="display:none" data-country="TT" class="dropdown-toggle">Trinidad and Tobago</span> <span style="display:none" data-country="TN" class="dropdown-toggle">Tunesia</span> <span style="display:none" data-country="TR" class="dropdown-toggle">Turkey</span> <span style="display:none" data-country="TM" class="dropdown-toggle">Turkmenistan</span> <span style="display:none" data-country="TC" class="dropdown-toggle">Turks and Caicos Islands</span> <span style="display:none" data-country="TV" class="dropdown-toggle">Tuvalu</span> <span style="display:none" data-country="UG" class="dropdown-toggle">Uganda</span> <span style="display:none" data-country="UA" class="dropdown-toggle">Ukraina</span> <span style="display:none" data-country="AE" class="dropdown-toggle">United Arab Emirates</span> <span style="display:none" data-country="GB" class="dropdown-toggle">United Kingdom</span> <span style="display:none" data-country="US" class="dropdown-toggle">USA</span> <span style="display:none" data-country="VI" class="dropdown-toggle">United States Virgin Islands</span> <span style="display:none" data-country="UY" class="dropdown-toggle">Uruguay</span> <span style="display:none" data-country="UZ" class="dropdown-toggle">Uzbekistan</span> <span style="display:none" data-country="VU" class="dropdown-toggle">Vanuatu</span> <span style="display:none" data-country="VE" class="dropdown-toggle">Venezuela</span> <span style="display:none" data-country="VN" class="dropdown-toggle">Vietnam</span> <span style="display:none" data-country="VG" class="dropdown-toggle">British Virgin Islands</span> <span style="display:none" data-country="WF" class="dropdown-toggle">Wallis and Futuna</span> <span style="display:none" data-country="EH" class="dropdown-toggle">Western Sahara</span> <span style="display:none" data-country="YE" class="dropdown-toggle">Yemen</span> <span style="display:none" data-country="ZM" class="dropdown-toggle">Zambia</span> <span style="display:none" data-country="ZW" class="dropdown-toggle">Zimbabwe</span> <span style="display:none" data-country="AN" class="dropdown-toggle">Netherlands Antilles</span> <span style="display:none" data-country="NM" class="dropdown-toggle">Northern Mariana Islands</span> <span style="display:none" data-country="AQ" class="dropdown-toggle">Antarctica</span> <span style="display:none" data-country="OT" class="dropdown-toggle">Osttimor</span> <span style="display:none" data-country="HK" class="dropdown-toggle">Hongkong</span> <span class="caret"></span> </button> </div> </li> <li> <div class="dropdown"> <button class="btn btn-primary dropdown-toggle" type="button" data-toggle="dropdown"><span id="lang-switch-button"></span> <span class="caret"></span> </button> <ul id="language-switch" class="dropdown-menu"><li class="on"><a data-value="en" href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="on">English</a></li><li><a data-value="de" href="/emea/de/resources/blog/besseres-management-von-produktionsabf%C3%A4llen-bei-plastiques-zd">Deutsch</a></li><li><a data-value="es" href="/emea/es">Español</a></li><li><a data-value="it" href="/emea/it">Italiano</a></li><li><a data-value="fr" href="/emea/fr">Français</a></li></ul> </div> </li> <li><div class="btn btn-primary dropdown-toggle"> <a href="/emea/en/sesotec-sitemap_en-GB">Sitemap</a></div></li> <li class="no-border"> <button class="dropdown-toggle search-button" data-toggle="collapse" data-target="#search_container" >Search <span class="caret"></span></button> <!-- $Id: search.liquid 49313 2019-08-20 12:01:28Z blanco $ --> <div id="search_container" class="collapse hidden-print"> <input id="search_string" name="search_string" placeholder="Your search term" class="search" autofocus /> <i id="search-icon" class="fa fa-search" aria-hidden="true"></i> <div id="search_result"></div> <script> $('#search_string').keydown(function(event){ if(event.keyCode==13){ $('#search-icon').trigger('click'); } }); $('#search-icon').on('click', function() { $.ajax({ url: "/ajax/search.json", method: "GET", data: { search_terms : $('#search_string').val(), language:"en"}, dataType: "html" }).success(function(response) { $('#search_result').addClass('response').slideDown("slow"); $('#search_result').html('<button type="button" class="close" id="close" data-dismiss="modal"><span aria-hidden="true" class="modal_button">×</span><span class="sr-only">Close</span></button>'+response.replace(/(<br ?\/?>)*/g,"")); }); }); $(document).on('click', '#close', function(){ $('#search_string').val(''); $('#search_result').hide("slow"); }); </script> </div> </li> </ul> </nav> </div> </div> </div> </div> <!-- $Id: telnr_bar.liquid 49314 2019-08-20 14:08:32Z blanco $ --> <!-- $Id: nav.liquid 50925 2023-06-19 11:47:25Z blanco $ --> <nav class="navbar navbar-default nav header"> <div class="container"> <div class="row"> <div class="col-xs-24 col-sm-24 col-md-24"> <div class="navbar-header"> <a class="navbar-brand" href="/emea/en"> </a> <div class="navbar-entries float-right"> <a class="collapsed nav-button" href="javascript:void(0);" data-toggle="collapse" data-target="#industries-channel-link" aria-expanded="false" aria-controls="navbar">Industries</a> <a class="collapsed nav-button" href="javascript:void(0);" data-toggle="collapse" data-target="#products-channel-link" aria-expanded="false" aria-controls="navbar">Products</a> <button type="button" class="navbar-toggle collapsed nav-button" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"> <span></span> </button> </div> </div> </div> </div> </div> </nav> <nav class="navbar navbar-default mainbar"> <div id="industries-channel-link" class="main-nav navbar-collapse collapse full-width"> <div class="container"> <div class="row"> <div class="col-xs-24 col-sm-24 col-md-24"> <div class="overview-wrapper"> <div class="container"> <div class="row"> <div class="col-xs-24 col-sm-24 col-md-24"> <h6><i class="fa fa-th-large" aria-hidden="true"></i> Industries Overview</h6> </div> </div> </div> </div> <ul class="nav navbar-nav navbar-right"> <li class="link"> <img src="/sites/593fc2aac25e5b0640a20ff8/content_entry597af0bdc25e5b2f8c19e270/598c68c4c25e5b2c7b74b40d/files/SES_Categories--Food--green_402x_170717.png?1658920578" title="S E S Categories Food green 402x 170717" alt="S E S Categories Food green 402x 170717" class="no-scale" > <a href="/emea/en/industries/food">Food</a> <ul> <li class="link"><a href="/emea/en/industries/sub/meat-and-sausage-products">Meat and sausage products</a></li> <li class="link"><a href="/emea/en/industries/sub/bread-and-baked-goods">Bread and baked goods</a></li> <li class="link"><a href="/emea/en/industries/sub/cheese-and-dairy-products">Cheese and dairy products</a></li> <li class="link"><a href="/emea/en/industries/sub/tinned-foods-frozen-foods-ready-made-meals">Canned, frozen and convenience food</a></li> <li class="link"><a href="/emea/en/industries/sub/pasta">Pasta</a></li> <li class="link"><a href="/emea/en/industries/sub/grain-mill-products">Grain mill products</a></li> <li class="link"><a href="/emea/en/industries/sub/nuts-dried-vegetables-and-dried-fruit">Nuts, dried vegetables and dried fruit</a></li> <li class="link"><a href="/emea/en/industries/sub/staple-foodstuffs-and-seasonings">Staple foodstuffs and seasonings</a></li> <li class="link"><a href="/emea/en/industries/sub/snacks-biscuits-and-crackers">Snacks, biscuits and crackers</a></li> <li class="link"><a href="/emea/en/industries/sub/confectionery">Confectionery</a></li> <li class="link"><a href="/emea/en/industries/sub/animal-feed">Animal feed</a></li> </ul> </li> <li class="link"> <img src="/sites/593fc2aac25e5b0640a20ff8/content_entry597af0bdc25e5b2f8c19e270/598c6889c25e5b2c7874b41e/files/SES_Categories--Plastic--green_402x_170717.png?1658206309" title="S E S Categories Plastic green 402x 170717" alt="S E S Categories Plastic green 402x 170717" class="no-scale" > <a href="/emea/en/industries/plastics">Plastics</a> <ul> <li class="link"><a href="/emea/en/industries/sub/plastics-processing">Plastics processing</a></li> <li class="link"><a href="/emea/en/industries/sub/plastic-compounds">Plastic compounds</a></li> <li class="link"><a href="/emea/en/industries/sub/rubber-and-tyres">Rubber and tyres</a></li> <li class="link"><a href="/emea/en/industries/sub/chemicals">Chemicals</a></li> <li class="link"><a href="/emea/en/industries/sub/hygiene-products">Hygiene products</a></li> <li class="link"><a href="/emea/en/industries/sub/petrochemical-industry">Petrochemical industry</a></li> </ul> </li> <li class="link"> <img src="/sites/593fc2aac25e5b0640a20ff8/content_entry597af0bdc25e5b2f8c19e270/598c688ac25e5b2c7874b421/files/SES_Categories--Recycling--green@2x_170717.png?1658206358" title="S E S Categories Recycling green@2x 170717" alt="S E S Categories Recycling green@2x 170717" class="no-scale" > <a href="/emea/en/industries/recycling">Recycling</a> <ul> <li class="link"><a href="/emea/en/industries/sub/plastics">Plastics</a></li> <li class="link"><a href="/emea/en/industries/sub/electrical-waste">Electrical waste</a></li> <li class="link"><a href="/emea/en/industries/sub/glass">Glass</a></li> <li class="link"><a href="/emea/en/industries/sub/household-waste">Household waste</a></li> <li class="link"><a href="/emea/en/industries/sub/metal">Metal</a></li> </ul> </li> </ul> </div> </div> </div> </div> <div id="products-channel-link" class="main-nav navbar-collapse collapse full-width"> <div class="container"> <div class="row"> <div class="col-xs-24 col-sm-24 col-md-24"> <div class="overview-wrapper"> <div class="container"> <div class="row"> <div class="col-xs-24 col-sm-24 col-md-24"> <h6><i class="fa fa-th-large" aria-hidden="true"></i> Products Overview</h6> </div> </div> </div> </div> <ul class="nav navbar-nav navbar-right"> <li class="link"> <img src="/sites/593fc2aac25e5b0640a20ff8/content_entry597af0bec25e5b2f8c19e27b/597b3a6fc25e5b22844243ca/files/products__metal-detectors--active@2x.png?1658206408" title="products metal detectors active@2x" alt="products metal detectors active@2x" class="no-scale" > <a href="/emea/en/products/metal-detection-systems">Metal detection systems</a> <ul> <li class="link"> <a href="/emea/en/products/groups/metal-detectors-for-conveyor-belts-and-chutes">for conveyor belts and chutes</a> </li> <li class="link"> <a href="/emea/en/products/groups/metal-detection-systems-with-integrated-conveyor-belt">with integrated conveyor belt</a> </li> <li class="link"> <a href="/emea/en/products/groups/metal-detection-systems-for-free-fall-applications">for free-fall applications</a> </li> <li class="link"> <a href="/emea/en/products/groups/metal-detection-systems-for-liquids-and-pastes">for liquids and pastes</a> </li> <li class="link"> <a href="/emea/en/products/groups/metal-detection-systems-for-pneumatic-conveyance">for pneumatic conveyance</a> </li> <li class="link"> <a href="/emea/en/products/groups/metal-detection-systems-for-material-columns">for material columns</a> </li> </ul> </li> <li class="link"> <img src="/sites/593fc2aac25e5b0640a20ff8/content_entry597af0bec25e5b2f8c19e27b/59c8c119c25e5b633dbf98eb/files/products__xray--active@2x.png?1658206795" title="products xray active@2x" alt="products xray active@2x" class="no-scale" > <a href="/emea/en/products/x-ray-inspection-systems">X-ray inspection systems</a> <ul> <li class="link"> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-packaged-products">for packaged products</a> </li> <li class="link"> <a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products">for unpackaged products</a> </li> </ul> </li> <li class="link"> <img src="/sites/593fc2aac25e5b0640a20ff8/content_entry597af0bec25e5b2f8c19e27b/59c8c15ac25e5b633dbf98f2/files/products__sort--active@2x.png?1658210858" title="products sort active@2x" alt="products sort active@2x" class="no-scale" > <a href="/emea/en/products/sorting-systems">Sorting systems</a> <ul> <li class="link"> <a href="/emea/en/products/groups/recycling-sorting-systems-with-chute">Recycling sorting systems with chute</a> </li> <li class="link"> <a href="/emea/en/products/groups/recycling-sorting-systems-with-conveyor-belt">Recycling sorting systems with conveyor belt</a> </li> <li class="link"> <a href="/emea/en/products/groups/mobile-sorting-platform">Mobile Sorting Platform</a> </li> </ul> </li> <li class="link"> <img src="/sites/593fc2aac25e5b0640a20ff8/content_entry597af0bec25e5b2f8c19e27b/59c8c0a1c25e5b633abf98e9/files/products__magnets--active@2x.png?1658213940" title="products magnets active@2x" alt="products magnets active@2x" class="no-scale" > <a href="/emea/en/products/magnet-systems">Magnet systems</a> <ul> <li class="link"> <a href="/emea/en/products/groups/magnet-systems-for-free-fall-applications">for free-fall applications</a> </li> <li class="link"> <a href="/emea/en/products/groups/magnet-systems-for-liquids-and-pastes">for liquids and pastes</a> </li> <li class="link"> <a href="/emea/en/products/groups/magnet-systems-for-material-columns">for material columns</a> </li> </ul> </li> <li class="link"> <img src="/sites/593fc2aac25e5b0640a20ff8/content_entry597af0bec25e5b2f8c19e27b/5f85519e93b356bf89de2a3e/files/products__analyse--active.png?1658215312" title="products analyse active" alt="products analyse active" class="no-scale" > <a href="/emea/en/products/analysis-systems-for-plastic-flakes-and-regrind">Analysis systems</a> <ul> <li class="link"> <a href="/emea/en/products/groups/Analysesysteme"></a> </li> </ul> </li> </ul> </div> </div> </div> </div> <div id="navbar" class="navbar-collapse collapse"> <div class="container"> <div class="row"> <div class="col-xs-24 col-sm-24 col-md-24"> <ul class="nav navbar-nav navbar-right"> <li id="industry-nav" class="has-children"><a href="javascript:void(0)" class="overview-link">Industries Overview</a> <span></span> <ul> <li class="link has-children"> <a href="/emea/en/industries/food">Food</a> <span></span> <ul class="slide-right-nav"> <li class="link"><a href="/emea/en/industries/sub/meat-and-sausage-products">Meat and sausage products</a> <span></span></li> <li class="link"><a href="/emea/en/industries/sub/bread-and-baked-goods">Bread and baked goods</a> <span></span></li> <li class="link"><a href="/emea/en/industries/sub/cheese-and-dairy-products">Cheese and dairy products</a> <span></span></li> <li class="link"><a href="/emea/en/industries/sub/tinned-foods-frozen-foods-ready-made-meals">Canned, frozen and convenience food</a> <span></span></li> <li class="link"><a href="/emea/en/industries/sub/pasta">Pasta</a> <span></span></li> <li class="link"><a href="/emea/en/industries/sub/grain-mill-products">Grain mill products</a> <span></span></li> <li class="link"><a href="/emea/en/industries/sub/nuts-dried-vegetables-and-dried-fruit">Nuts, dried vegetables and dried fruit</a> <span></span></li> <li class="link"><a href="/emea/en/industries/sub/staple-foodstuffs-and-seasonings">Staple foodstuffs and seasonings</a> <span></span></li> <li class="link"><a href="/emea/en/industries/sub/snacks-biscuits-and-crackers">Snacks, biscuits and crackers</a> <span></span></li> <li class="link"><a href="/emea/en/industries/sub/confectionery">Confectionery</a> <span></span></li> <li class="link"><a href="/emea/en/industries/sub/animal-feed">Animal feed</a> <span></span></li> </ul> </li> </ul> <ul> <li class="link has-children"> <a href="/emea/en/industries/plastics">Plastics</a> <span></span> <ul class="slide-right-nav"> <li class="link"><a href="/emea/en/industries/sub/plastics-processing">Plastics processing</a> <span></span></li> <li class="link"><a href="/emea/en/industries/sub/plastic-compounds">Plastic compounds</a> <span></span></li> <li class="link"><a href="/emea/en/industries/sub/rubber-and-tyres">Rubber and tyres</a> <span></span></li> <li class="link"><a href="/emea/en/industries/sub/chemicals">Chemicals</a> <span></span></li> <li class="link"><a href="/emea/en/industries/sub/hygiene-products">Hygiene products</a> <span></span></li> <li class="link"><a href="/emea/en/industries/sub/petrochemical-industry">Petrochemical industry</a> <span></span></li> </ul> </li> </ul> <ul> <li class="link has-children"> <a href="/emea/en/industries/recycling">Recycling</a> <span></span> <ul class="slide-right-nav"> <li class="link"><a href="/emea/en/industries/sub/plastics">Plastics</a> <span></span></li> <li class="link"><a href="/emea/en/industries/sub/electrical-waste">Electrical waste</a> <span></span></li> <li class="link"><a href="/emea/en/industries/sub/glass">Glass</a> <span></span></li> <li class="link"><a href="/emea/en/industries/sub/household-waste">Household waste</a> <span></span></li> <li class="link"><a href="/emea/en/industries/sub/metal">Metal</a> <span></span></li> </ul> </li> </ul> </li> <li id="products-nav" class="has-children"><a href="javascript:void(0)" class="overview-link">Products Overview</a> <span></span> <ul> <li class="link has-children"> <a href="/emea/en/products/metal-detection-systems">Metal detection systems</a> <span></span> <ul> <li class="link"><a href="/emea/en/products/groups/metal-detectors-for-conveyor-belts-and-chutes">Metal detectors for conveyor belts and chutes</a> <span></span></li> <li class="link"><a href="/emea/en/products/groups/metal-detection-systems-with-integrated-conveyor-belt">Metal detection systems with integrated conveyor belt</a> <span></span></li> <li class="link"><a href="/emea/en/products/groups/metal-detection-systems-for-free-fall-applications">Metal detection systems for free-fall applications</a> <span></span></li> <li class="link"><a href="/emea/en/products/groups/metal-detection-systems-for-liquids-and-pastes">Metal detection systems for liquids and pastes</a> <span></span></li> <li class="link"><a href="/emea/en/products/groups/metal-detection-systems-for-pneumatic-conveyance">Metal detection systems for pneumatic conveyance</a> <span></span></li> <li class="link"><a href="/emea/en/products/groups/metal-detection-systems-for-material-columns">Metal detection systems for material columns</a> <span></span></li> </ul> </li> </ul> <ul> <li class="link has-children"> <a href="/emea/en/products/x-ray-inspection-systems">X-ray inspection systems</a> <span></span> <ul> <li class="link"><a href="/emea/en/products/groups/x-ray-inspection-systems-for-packaged-products">X-ray inspection systems for packaged products</a> <span></span></li> <li class="link"><a href="/emea/en/products/groups/x-ray-inspection-systems-for-unpackaged-products">X-ray inspection systems for unpackaged products</a> <span></span></li> </ul> </li> </ul> <ul> <li class="link has-children"> <a href="/emea/en/products/sorting-systems">Sorting systems</a> <span></span> <ul> <li class="link"><a href="/emea/en/products/groups/recycling-sorting-systems-with-chute">Recycling sorting systems with chute</a> <span></span></li> <li class="link"><a href="/emea/en/products/groups/recycling-sorting-systems-with-conveyor-belt">Recycling sorting systems with conveyor belt</a> <span></span></li> <li class="link"><a href="/emea/en/products/groups/mobile-sorting-platform">Mobile Sorting Platform</a> <span></span></li> </ul> </li> </ul> <ul> <li class="link has-children"> <a href="/emea/en/products/magnet-systems">Magnet systems</a> <span></span> <ul> <li class="link"><a href="/emea/en/products/groups/magnet-systems-for-free-fall-applications">Magnet systems for free-fall applications</a> <span></span></li> <li class="link"><a href="/emea/en/products/groups/magnet-systems-for-liquids-and-pastes">Magnet systems for liquids and pastes</a> <span></span></li> <li class="link"><a href="/emea/en/products/groups/magnet-systems-for-material-columns">Magnet systems for material columns</a> <span></span></li> </ul> </li> </ul> <ul> <li class="link has-children"> <a href="/emea/en/products/analysis-systems-for-plastic-flakes-and-regrind">Analysis systems</a> <span></span> <ul> <li class="link"><a href="/emea/en/products/groups/Analysesysteme">Analysis systems</a> <span></span></li> </ul> </li> </ul> </li> <li id="nav"> <ul> <li id="service-excellence-link" class="link link-1 first has-children"> <a class="" href="/emea/en/service-excellence">Service Excellence </a> <span></span> <ul> <li id="projekt-link" class="link link-2 "> <a href="/emea/en/service-excellence/project" title="Project">Project</a><span></span> </li> <li id="operations-link" class="link link-2 "> <a href="/emea/en/service-excellence/operations" title="Operations">Operations</a><span></span> </li> <li id="lifetime-link" class="link link-2 "> <a href="/emea/en/service-excellence/life-time-extension" title="Life-time extension">Life-time extension</a><span></span> </li> </ul> </li> <li id="resources-link" class="link link-1 has-children"> <a class="" href="/emea/en/resources">Resources </a> <span></span> <ul> <li id="food-safety-ein-ueberblick1-link" class="link link-2 "> <a href="/emea/en/resources/food-safety-an-overview" title="Food Safety - An Overview">Food Safety - An Overview</a><span></span> </li> <li id="circular-economy-ueberblick-link" class="link link-2 "> <a href="/emea/en/resources/circular-economy-overview" title="Circular Economy for Plastics - An Overview">Circular Economy for Plastics - An Overview</a><span></span> </li> <li id="wissen-link" class="link link-2 "> <a href="/emea/en/resources/expertise" title="Expertise">Expertise</a><span></span> </li> <li id="downloads-link" class="link link-2 "> <a href="/emea/en/resources/downloads" title="Downloads">Downloads</a><span></span> </li> <li id="newsletter-link" class="link link-2 "> <a href="/emea/en/resources/newsletter" title="Newsletter">Newsletter</a><span></span> </li> <li id="blog-link" class="link link-2 "> <a href="/emea/en/resources/blog" title="News/Blog">News/Blog</a><span></span> </li> <li id="sesotec-app-link" class="link link-2 "> <a href="/emea/en/resources/sesotec-app" title="Sesotec App">Sesotec App</a><span></span> </li> <li id="zertifikate-konformitaeten-link" class="link link-2 "> <a href="/emea/en/resources/certificates-conformities" title="Certificates and conformities">Certificates and conformities</a><span></span> </li> </ul> </li> <li id="kontakt-link" class="link link-1 has-children"> <a class="" href="/emea/en/contact">Contact </a> <span></span> <ul> <li id="vertrieb-link" class="link link-2 "> <a href="/emea/en/contact/sales" title="Sales">Sales</a><span></span> </li> <li id="pr-link" class="link link-2 "> <a href="/emea/en/contact/pr" title="Public Relations">Public Relations</a><span></span> </li> <li id="hr-link" class="link link-2 "> <a href="/emea/en/contact/hr" title="Human Resources">Human Resources</a><span></span> </li> <li id="hotline-link" class="link link-2 "> <a href="/emea/en/contact/hotline" title="Service-Hotline">Service-Hotline</a><span></span> </li> </ul> </li> <li id="karriere-link" class="link link-1 has-children"> <a class="" href="/emea/en/career">Career </a> <span></span> <ul> <li id="sesotec-als-arbeitgeber-link" class="link link-2 "> <a href="/emea/en/career/sesotec-as-employer" title="Sesotec as an employer">Sesotec as an employer</a><span></span> </li> <li id="aktuelle-stellenangebote-link" class="link link-2 "> <a href="/emea/en/career/job-offers" title="Job offers">Job offers</a><span></span> </li> <li id="ausbildung-link" class="link link-2 "> <a href="/emea/en/career/vocational-training" title="Vocational training">Vocational training</a><span></span> </li> <li id="studierende-link" class="link link-2 "> <a href="/emea/en/career/university-studies" title="University studies">University studies</a><span></span> </li> </ul> </li> <li id="sesoteclive-link" class="link link-1 has-children"> <a class="" href="/emea/en/sesotec-live">Sesotec Live </a> <span></span> <ul> <li id="messen-und-events-link" class="link link-2 "> <a href="/emea/en/sesotec-live/exhibitions" title="Exhibitions and events">Exhibitions and events</a><span></span> </li> <li id="training-und-schulungen-link" class="link link-2 "> <a href="/emea/en/sesotec-live/training" title="Training">Training</a><span></span> </li> <li id="showroom-dorsten-link" class="link link-2 "> <a href="/emea/en/sesotec-live/showroom-dorsten" title="Showroom Dorsten">Showroom Dorsten</a><span></span> </li> <li id="showroom-thailand-link" class="link link-2 "> <a href="/emea/en/sesotec-live/showroom-thailand" title="Showroom Thailand">Showroom Thailand</a><span></span> </li> <li id="showroom-italien-link" class="link link-2 "> <a href="/emea/en/sesotec-live/showroom-italy" title="Showroom Italy">Showroom Italy</a><span></span> </li> <li id="showroom-frankreich-link" class="link link-2 "> <a href="/emea/en/sesotec-live/showroom-france" title="Showroom France">Showroom France</a><span></span> </li> <li id="showroom-spanien-link" class="link link-2 "> <a href="/emea/en/sesotec-live/showroom-spain" title="Showroom Spain">Showroom Spain</a><span></span> </li> </ul> </li> <li id="ueber-sesotec-link" class="link link-1 has-children"> <a class="" href="/emea/en/about-sesotec">About Sesotec </a> <span></span> <ul> <li id="wer-wir-sind-link" class="link link-2 "> <a href="/emea/en/about-sesotec/who-we-are" title="Who we are">Who we are</a><span></span> </li> <li id="sesotec-group-verhaltenskodex-link" class="link link-2 "> <a href="/emea/en/about-sesotec/sesotec-group-code-of-conduct" title="Code of Conduct">Code of Conduct</a><span></span> </li> <li id="lieferanten-link" class="link link-2 "> <a href="/emea/en/about-sesotec/suppliers" title="Suppliers">Suppliers</a><span></span> </li> <li id="referenzen-link" class="link link-2 "> <a href="/emea/en/about-sesotec/references" title="References">References</a><span></span> </li> </ul> </li> </ul> </li> </ul> </div> </div> </div> </div> </nav> <script> /* fix for bug #10358 */ window.onunload = function(e){ console.log('reload'); location.reload(); }; jQuery(document).ready(function () { document.querySelector( ".navbar-toggle" ).addEventListener( "click", function() { this.classList.toggle( "active" ); }); jQuery('a.nav-button').click(function() { jQuery('.navbar-toggle').removeClass('active'); }); jQuery('.navbar-collapse').on('show.bs.collapse', function(e) { jQuery('.navbar-collapse') jQuery('.navbar-collapse').not(this).collapse('hide'); jQuery('header').css("z-index", "99999"); }); /* jQuery( window ).resize(function() { setTimeout(function(){ jQuery('.navbar-collapse').collapse('hide'); jQuery('.navbar-toggle').removeClass('active'); var headerHeight = $('header').innerHeight(); console.log(headerHeight); $('.spacer-header').css('height', headerHeight+'px'); }, 500); });*/ jQuery('.navbar-collapse').on('hidden.bs.collapse', function(e) { var headerHeight = $('header').innerHeight(); $('.spacer-header').css('height', headerHeight+'px'); }); var resizeId; $(window).resize(function() { clearTimeout(resizeId); resizeId = setTimeout(doneResizing, 1000); }); function doneResizing(){ var headerHeight = $('header').innerHeight(); $('.spacer-header').css('height', headerHeight+'px'); } jQuery('li').removeClass('on'); jQuery('a.overview-link').click(function() { jQuery(this).next('span').click(); }); jQuery('li.has-children span').click(function() { jQuery(this).nextAll('ul').toggle(); jQuery(this).toggleClass('open'); if(jQuery(this).hasClass('open')){ jQuery(this).parent('li').addClass("link on"); }else{ jQuery(this).parent('li').removeClass("link on"); } }); //set active link class to highlight nav entry jQuery('nav.top-nav li a[href$="' + window.location.pathname + '"]').addClass("on"); jQuery('footer nav a[href$="' + window.location.pathname + '"]').addClass("on"); jQuery('li a[href$="' + window.location.pathname + '"]').parent('li').addClass("on"); jQuery('li a[href$="' + window.location.pathname + '"]').parent('li').parent('ul').parent('li').addClass("on"); jQuery('li a[href$="' + window.location.pathname + '"]').parent('li').parent('ul').parent('li').parent('ul').parent('li').addClass("link on"); //for mobile burger nav set current nav tree open jQuery('#navbar li.on ul').css('display','block'); jQuery('#navbar li.on').parent('ul').css('display','block'); jQuery('#navbar li.on').parent('ul').css('display','block'); jQuery('#navbar li.on ul li').not('.on').children('ul').css('display','none'); jQuery('#navbar li.has-children.on > span').addClass('open'); }); </script> <!-- $Id: breadcrumb.liquid 50633 2021-12-07 09:17:50Z blanco $ --> <div class="full-width-wrapper breadcrumb header hidden-print "> <div class="container"> <div class="row"> <div class="col-xs-24 col-sm-24 col-md-24"> <a href="/emea/en/resources">Resources</a> <span> </span> <a href="/emea/en/resources/blog">News/Blog</a> <span> </span> <span> </span> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd">Better management of production waste at Plastiques ZD</a> </div> </div> </div> </div> </header> <!-- $Id: mod_image_slider.liquid 49313 2019-08-20 12:01:28Z blanco $ --> <!-- $Id: mod_contact_dropdown.liquid 48483 2019-03-14 14:40:18Z blanco $ --> <div class="container"> <div class="row contact-dropdown"> <div class="contact-wrapper" style="display:none"> <div class="contact-button"> <h3>Contact</h3> <div class="icon-bar-wrapper"> <i class="contact-toggle" aria-hidden="true"><span></span></i> <i class="fa fa-comments contact" aria-hidden="true"></i> </div> </div> <div class="slide-content slide-toggle"> <h3>Contact</h3> <div class="icon-bar-wrapper"> <i class="fa fa-times fa-lg" aria-hidden="true"></i> </div> <div class="link"> <p><i class="fa fa-pencil-square-o" ></i> <a href="/emea/en/contact-form" title="Contact form">Contact</a></p> </div> <div class="link"> <p><i class="fa fa-envelope-o" ></i> <a href="mailto:webcontact@sesotec.com" title="Send an email">Send an email<br></a></p> </div> <div class="link"> <p><i class="fa fa-phone" ></i> <a href="/emea/en/contact/hotline" title="Hotline"> Service-Hotline</a></p> </div> <div class="link"> <p><i class="fa fa-newspaper-o" ></i> <a href="/emea/en/resources/newsletter" title="Newsletter">Newsletter</a></p> </div> </div> </div> </div> </div> <div class="sticky-wrapper"> <div class="slide-content-sticky"> <div class="link"> <i class="fa fa-pencil-square-o" ></i> <p><a href="/emea/en/contact-form" title="Contact form">Contact</a></p> </div> <div class="link"> <i class="fa fa-envelope-o" ></i> <p><a href="mailto:webcontact@sesotec.com" title="Send an email">Send an email<br></a></p> </div> <div class="link"> <i class="fa fa-phone" ></i> <p><a href="/emea/en/contact/hotline" title="Hotline"> Service-Hotline</a></p> </div> <div class="link"> <i class="fa fa-newspaper-o" ></i> <p><a href="/emea/en/resources/newsletter" title="Newsletter">Newsletter</a></p> </div> </div> </div> <!-- $Id: mod_text.liquid 49312 2019-08-20 11:46:02Z blanco $ --> <div class="full-width-wrapper mod-text"> <div class="container"> <div class="row"> <div class="col-xs-24 col-sm-24 col-md-16 col-md-offset-4"> <div class="inner-content"> <div class="box bg-sesotec-green"> <div class="intro-image"> <h3>Case Studies</h3> </div> </div> <h4><span class="date">23/10/2024</span> | <span class="author">Sesotec</span> </h4> <h1>Better management of production waste at Plastiques ZD</h1> <div class="txt-24 intro">Founded in 1989, Plastiques ZD is located in the heart of the Plastics Valley in Saint-Martin-du-Frêne and specializes in plastic processing through injection molding. With 35 years of experience, Plastiques ZD draws its strength from the know-how acquired over the years and the use of cutting-edge technologies to meet the specific requirements of its customers.</div> <p> </p><p> <picture><source srcset="/sites/593fc2aac25e5b0640a20ff8/content_entry5996a921c25e5b2c7874b55f/67189b6193b3567521cb3f1f/files/Sesotec-img-GF-plastiques-zd-mat-technics-24-_13_.jpg 2x, /sites/593fc2aac25e5b0640a20ff8/content_entry5996a921c25e5b2c7874b55f/67189b6193b3567521cb3f1f/files/Sesotec-img-GF-plastiques-zd-mat-technics-24-_13_.jpg 1x" /> <img src="/sites/593fc2aac25e5b0640a20ff8/content_entry5996a921c25e5b2c7874b55f/67189b6193b3567521cb3f1f/files/Sesotec-img-GF-plastiques-zd-mat-technics-24-_13_.jpg" title="" alt=""></picture> <br></p><p></p> <p></p><p>The company now operates a machine park with 18 presses ranging from 100 to 2500 tons, producing plastic parts. MAT Technologic, a partner of Sesotec, based in Nantua in the Ain department, has been distributing equipment for the plastics industry and the recycling sector since 1992. MAT Technologic‘s activity goes beyond offering industrial equipment, extending from consultation by qualified experts to a complete examination of the final product to ensure turnkey installation of complete systems. The components are modified and adapted as needed to integrate them into existing systems or machines. Services also include installation and configuration, with training provided by a technical team.</p><h2>The problem: Inefficient recycling of defective parts and production waste</h2>As Plastiques ZD grew, it became necessary to find an environmentally friendly and cost-effective solution for recycling defective parts and production waste. The company turned to its long-time partner, MAT Technologic, for a solution. The MAT Technologic team analyzed the problem in detail to recommend the most suitable recycling system for the production line. Several challenges needed to be addressed:<ul><li>Available space: A room had already been allocated.</li><li>The wide range of parts to be processed: Shredding first, then grinding to the desired final size (two separate steps).</li><li>Packaging the final material into Big Bags.</li></ul><h2>The solution: Recycling plastic waste with a custom plastic recycling system<br></h2><p>MAT Technologic has a plastic recycling department that helps industrial companies improve their waste management. A team of specialists advises, sells, adapts, and installs individual components or complete systems for plastic recycling: sorting, shredding, storage, etc.</p><p>The experts at MAT worked closely with the teams at Plastiques ZD, taking the time to understand the needs, challenges, and specifics of this project. The goal was to offer an individual, tailor-made solution that met the customer’s exact specifications. Several of the previously mentioned constraints and challenges were taken into consideration for this project.</p><p>After a thorough assessment, the chosen solution was a recycling system combining a shredder and a plastic granulator into a single machine. This all-in-one solution has a small footprint while achieving the desired volume reduction. To complement the selected system, several peripheral devices were required, including metal detectors and separators from Sesotec.</p><p>The recycling system includes a conveyor belt equipped with an ELS surface metal detector, which is mounted under the belt to detect both ferrous and non-ferrous metal contaminants. The ELS surface metal detector is suitable for installation in conveyor belts and material slides. The single-layer surface detector is used for inspecting piece goods and bulk materials on a conveyor belt or material chute, preferably with low material height.</p><p>It detects all magnetic and non-magnetic metal contaminants (steel, stainless steel, aluminum...) even if they are embedded in the product. If metal is detected, a signal can trigger a separator system or send an alert to the process control.</p><p> </p><p> <picture><source srcset="/sites/593fc2aac25e5b0640a20ff8/content_entry5996a921c25e5b2c7874b55f/67189be193b356753dcb3eef/files/Sesotec-img-GF-plastiques-zd-mat-technics-24-_11_.jpg 2x, /sites/593fc2aac25e5b0640a20ff8/content_entry5996a921c25e5b2c7874b55f/67189be193b356753dcb3eef/files/Sesotec-img-GF-plastiques-zd-mat-technics-24-_11_.jpg 1x" /> <img src="/sites/593fc2aac25e5b0640a20ff8/content_entry5996a921c25e5b2c7874b55f/67189be193b356753dcb3eef/files/Sesotec-img-GF-plastiques-zd-mat-technics-24-_11_.jpg" title="" alt=""></picture> <br></p><p> <picture><source srcset="/sites/593fc2aac25e5b0640a20ff8/content_entry5996a921c25e5b2c7874b55f/67189c1993b3567521cb3f30/files/Sesotec-img-GF-plastiques-zd-mat-technics-24-_4_.jpg 2x, /sites/593fc2aac25e5b0640a20ff8/content_entry5996a921c25e5b2c7874b55f/67189c1993b3567521cb3f30/files/Sesotec-img-GF-plastiques-zd-mat-technics-24-_4_.jpg 1x" /> <img src="/sites/593fc2aac25e5b0640a20ff8/content_entry5996a921c25e5b2c7874b55f/67189c1993b3567521cb3f30/files/Sesotec-img-GF-plastiques-zd-mat-technics-24-_4_.jpg" title="" alt=""></picture> </p> <p></p><p>After the extraction fan, a Sesotec GF metal separator was installed in the pipeline to separate even the smallest metal particles before the material is filled into Big Bags. The GF metal separator is used in vacuum or pressure conveying lines to protect injection molding machines and processing equipment.</p><p>It detects all magnetic and non-magnetic metal contaminants (steel, stainless steel, aluminum, etc.), even if they are embedded in the product. Metal contaminants are ejected via the separation unit („Quick-Flap“) without interrupting the material flow and with minimal material loss. All components are pre-assembled, and the mounting frame and quick-connectors ensure fast and easy installation and integration. The compact design minimizes space requirements. As experts, the MAT team is familiar with the capabilities, reliability, and precision of Sesotec equipment, which allows them to guarantee customers that the machines meet specifications and requirements.</p><h2>Customer benefits: The system meets all customer expectations</h2><p>Thanks to MAT Technologic’s technology, Plastiques ZD can consistently pursue its goal of sustainable development: defective parts and production waste are directly reintroduced into the production cycle. The recycling system also ensures higher profitability and better control of raw material costs. The recycling solution for defective parts and production waste, developed by Plastiques ZD in collaboration with MAT Technologic, guarantees a high-quality product free of metal contamination and prevents production downtimes. This results in clear financial advantages: less material waste, the production of top-quality recycled material, and the establishment of a closed internal recycling loop.<br></p><p><br></p><p><a href="/sites/593fc2aac25e5b0640a20ff8/content_entry59e75c78ffe9ecdb05f0bdf9/67188ff493b3567521cb3ef7/files/Sesotec-cas-GF-plastiques-zd-en-24-V1.0.pdf?1729663784" title="→ Download Case Study">→ Download Case Study</a></p> </div> </div> </div> </div> </div> <!-- $Id: mod_image_collection_teaser.liquid 49997 2020-02-24 10:21:02Z blanco $ --> <div id="content-blog-collection" class="full-width-wrapper mod-image-collection-teaser mod-event-list"> <div class="container"> <h5 class="reg"></h5> <div class="row" id="blog-items"> <div class="row collection-wrapper no-wrapping"> <div class="col-xs-24 col-sm-24 col-md-16"> <div onclick="location.href='/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd'" class=" item "> <img src="/sites/593fc2aac25e5b0640a20ff8/content_entry597af0bdc25e5b2f8c19e26a/6718959093b356753dcb3ee7/files/Sesotec-img-GF-plastiques-zd-mat-technics-24-_13_.jpg?1729672968" title="Sesotec img G F plastiques zd mat technics 24 13" alt="Sesotec img G F plastiques zd mat technics 24 13" > <div> <div class="image-caption"> <h6 class="category">Case Studies</h6> <h6 class="title">Better management of production waste at Plastiques ZD</h6> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="link-decor fa fa-long-arrow-right fa-lg">Click here to read the story</a> </div> </div> </div> </div> <div class="col-xs-24 col-sm-24 col-md-8"> <div class="row collection-wrapper"> <div onclick="location.href='/emea/en/resources/blog/examining-raw-materials-for-adhesive-tapes-at-the-highest-level'" class="col-xs-24 col-sm-12 col-md-24 item "> <img src="/sites/593fc2aac25e5b0640a20ff8/content_entry597af0bdc25e5b2f8c19e26a/66c5eb9e93b356e31bce9d2c/files/Sesotec-img-tapes.jpg?1724247316" title="Sesotec img tapes" alt="Sesotec img tapes" > <div> <div class="image-caption"> <h6 class="category">Case Studies</h6> <h6 class="title">Examining raw materials for adhesive tapes at the highest level</h6> <a href="/emea/en/resources/blog/examining-raw-materials-for-adhesive-tapes-at-the-highest-level" class="link-decor fa fa-long-arrow-right fa-lg">Click here to read the story</a> </div> </div> </div> <div onclick="location.href='/emea/en/resources/blog/how-reiling-brings-valuable-dark-cullet-back-into-production'" class="col-xs-24 col-sm-12 col-md-24 item margin-top-40 "> <img src="/sites/593fc2aac25e5b0640a20ff8/content_entry597af0bdc25e5b2f8c19e26a/66864a1793b35641ce793b64/files/sesotec-reiling-spektrum-glass-24-2.jpg?1720415521" title="sesotec reiling spektrum glass 24 2" alt="sesotec reiling spektrum glass 24 2" > <div> <div class="image-caption"> <h6 class="category">Case Studies</h6> <h6 class="title">How Reiling brings valuable, dark cullet back into production</h6> <a href="/emea/en/resources/blog/how-reiling-brings-valuable-dark-cullet-back-into-production" class="link-decor fa fa-long-arrow-right fa-lg">Click here to read the story</a> </div> </div> </div> </div></div></div> <div class="row spacing-top-40 collection-wrapper no-wrapping"> <div onclick="location.href='/emea/en/resources/blog/how-one-mill-achieved-the-best-possible-metal-detection-for-all-processing-stages'" class="col-xs-24 col-sm-12 col-md-8 item "> <img src="/sites/593fc2aac25e5b0640a20ff8/content_entry597af0bdc25e5b2f8c19e26a/616e825a93b3568b925ac948/files/Rubinmuehle-produkte.jpg?1723450408" title="Rubinmuehle produkte" alt="Rubinmuehle produkte" > <div> <div class="image-caption"> <h6 class="category">Case Studies</h6> <h6 class="title">How one mill achieved the best possible metal detection for all processing stages</h6> <a href="/emea/en/resources/blog/how-one-mill-achieved-the-best-possible-metal-detection-for-all-processing-stages" class="link-decor fa fa-long-arrow-right fa-lg">Click here to read the story</a> </div> </div> </div> <div onclick="location.href='/emea/en/resources/blog/euroverde-uses-x-ray-technology-to-find-the-smallest-stones-in-soups'" class="col-xs-24 col-sm-12 col-md-8 item "> <img src="/sites/593fc2aac25e5b0640a20ff8/content_entry597af0bdc25e5b2f8c19e26a/65dc57cf93b35612cfe45d04/files/20240122_113219.jpg?1708942879" title="20240122 113219" alt="20240122 113219" > <div> <div class="image-caption"> <h6 class="category">Case Studies</h6> <h6 class="title">EUROVERDE uses X-ray technology to find the smallest stones in soups</h6> <a href="/emea/en/resources/blog/euroverde-uses-x-ray-technology-to-find-the-smallest-stones-in-soups" class="link-decor fa fa-long-arrow-right fa-lg">Click here to read the story</a> </div> </div> </div> <div onclick="location.href='/emea/en/resources/blog/mission-pet-circular-economy-needs-material-cleaning-with-state-of-the-art-technologies'" class="col-xs-24 col-sm-12 col-md-8 item "> <img src="/sites/593fc2aac25e5b0640a20ff8/content_entry597af0bdc25e5b2f8c19e26a/657ff14a93b35633fcd6d76d/files/missionPET-03.jpg?1702885244" title="mission P E T 03" alt="mission P E T 03" > <div> <div class="image-caption"> <h6 class="category">Case Studies</h6> <h6 class="title">Mission PET – Circular economy needs material cleaning with state-of-the-art technologies </h6> <a href="/emea/en/resources/blog/mission-pet-circular-economy-needs-material-cleaning-with-state-of-the-art-technologies" class="link-decor fa fa-long-arrow-right fa-lg">Click here to read the story</a> </div> </div> </div> </div> <div class="pagination filtering-tags"> <a data-page="1" href="javascript:void(0);" class="tags current">1</a> <a data-page="2" href="javascript:void(0);" class="tags ">2</a> <a data-page="3" href="javascript:void(0);" class="tags ">3</a> <a data-page="4" href="javascript:void(0);" class="tags ">4</a> <a data-page="5" href="javascript:void(0);" class="tags ">5</a> <a data-page="6" href="javascript:void(0);" class="tags ">6</a> <a data-page="7" href="javascript:void(0);" class="tags ">7</a> <a data-page="8" href="javascript:void(0);" class="tags ">8</a> <a data-page="9" href="javascript:void(0);" class="tags ">9</a> <a data-page="10" href="javascript:void(0);" class="tags ">10</a> <a data-page="11" href="javascript:void(0);" class="tags ">11</a> <a data-page="12" href="javascript:void(0);" class="tags ">12</a> <a href="javascript:void(0);" data-page="2" class="tags paginate-right"></a> </div> </div> <script> $('#carousel-item-2').slick({ slidesToShow: 1, slidesToScroll: 1, arrows: false, dots: true, autoplay: true, responsive: [ { breakpoint: 1200, settings: { arrows: false, slidesToShow: 1, slidesToScroll: 1, } }, { breakpoint: 700, settings: { arrows: false, slidesToShow: 1, slidesToScroll: 1, } } ] }); $(document).on("click", '.filtering-tags .tags', function(event) { if ($(this).data('page')) { page = $(this).data('page'); } else { page = 1; } chosen_blog_category = 'case-studies'; if ($(this).hasClass('hover')) { filter_item = ''; $(this).removeClass('hover'); $(this).parent().find("div#all").addClass('hover'); } else if (chosen_blog_category && chosen_blog_category!= '' && chosen_blog_category!= ' ') { filter_item = chosen_blog_category; } else { filter_item = $(this).data('id'); $(this).parent().find("div").removeClass('hover'); $(this).addClass('hover'); } if ($('.blog-cat-tag.hover').data('id')) { filter_item = $('.blog-cat-tag.hover').data('id'); } $.ajax({ url: "/emea/en/ajax/blog-entries.json", method: "GET", data: { filter_item_slug : filter_item,page:page, locale:"en", market:"emea", content_type_entry:"blog_entries#better-management-of-production-waste-at-plastiques-zd"}, dataType: "html" }).success(function(response) { console.log('success'); $('#blog-items').html(response); $('html, body').animate({ scrollTop: $('[id="'+$('div#content-blog-collection').attr('id')+'"]').offset().top - ($('header.fixed').height()-1) }, 1000); window.location.hash = ($('div#content-blog-collection').attr('id')); }); }) </script> </div> </div> <!-- $Id: footer.liquid 50906 2022-11-28 17:06:33Z blanco $ --> <div class="full-width-wrapper bg-grey-dark footer"> <div class="container"> <div class="row socialmedia wrapper-spacing-20" > <h5>Follow us:</h5> <span class="seperator"></span> <a href="https://www.linkedin.com/company/335170/" target="_blank"><i class="fa fa-linkedin" aria-hidden="true"></i></a> <a href="https://www.instagram.com/sesotec_gmbh/" target="_blank"><i class="fa fa-instagram" aria-hidden="true"></i></a> <a href="https://www.facebook.com/sesotec.global/" target="_blank"><i class="fa fa-facebook" aria-hidden="true"></i></a> <a href="https://www.youtube.com/user/sesotec" target="_blank"><i class="fa fa-youtube-play" aria-hidden="true"></i></a> <a href="https://www.xing.com/companies/sesotecgmbh" target="_blank"><i class="fa fa-xing" aria-hidden="true"></i></a> <a href="https://twitter.com/sesotec" target="_blank"><i class="fa fa-twitter" aria-hidden="true"></i></a> </div> </div> <div class="container"> <footer class="wrapper-spacing-20"> <div class="row"> <div class="col-xs-24 col-sm-10 col-md-10"> <p>©2008 – 2024 Sesotec GmbH</p> </div> <div class="col-xs-24 col-sm-4 col-md-4"> </div> <div class="col-xs-24 col-sm-10 col-md-10"> <div class="cookie-reset"> <a class="cc-cookie-reset" href="#" title="Revise cookie and analytics tool selection.">Revise cookie and analytics tool selection.</a> </div> <nav> <a href="/emea/en/sesotec-sitemap_en-GB">Sitemap</a> <a href="/emea/en/legal-notes">Legal notes</a> <a href="/emea/en/data-privacy">Data privacy</a> <a href="/emea/en/data-privacy-social-media">Data privacy social media</a> </nav> </div> </div> </footer> </div> </div> <section id="loading-spinner-overlay" class="loading-spinner modal hidden-print" tabindex="-1" role="dialog" aria-hidden="true"> <div class="modal-dialog modal-dialog-centered" role="document"> <div class="loading-spinner-container"></div> </div> </section> <section id="successMessageModal" class="custom-modal modal fade hidden-print" tabindex="-1" role="dialog" aria-hidden="true"> <div class="modal-dialog container" role="document"><div class="modal-content col-xs-24 col-sm-18 col-sm-offset-3 col-md-18 col-md-offset-3" style="max-width:initial !important; background:transparent !important"> <div class="modal-header"><button type="button" class="close" data-dismiss="modal"></button></div> <div class="modal-body" style="background: #FFF;"><div class="container-fluid"> <div class="row"><div class="col-xs-24 col-sm-24 col-md-24"> <div id="successfull-message" class="inner-content mod-accordeon mod-job-offers"></div> </div> </div> </div> </div> </div> </div> </section> <!-- $Id$ --> <div id="countryModal" class="custom-modal modal fade hidden-print" tabindex="-1" role="dialog" aria-hidden="true" style="z-index: 100000;"> <div class="modal-dialog container" role="document"> <div class="modal-content col-xs-24 col-sm-18 col-sm-offset-3 col-md-18 col-md-offset-3" style="max-width:initial !important; background:transparent !important"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal"></button> </div> <div class="modal-body" style="background: #FFF;"> <div class="container-fluid"> <div class="row"> <div class="col-xs-24 col-sm-24 col-md-24"> <div class="inner-content mod-accordeon mod-job-offers"> <div class="center"> <h4>Please select your country</h4> <p>The selection of your country allows us to offer the optimal content for you.</p> <p style="display: none;" id="country_modal_detected_country"> We have detected the following country based on your IP address: <span class="country_name"> </span><br>If this is not correct, please choose your country below. </p> </div> <div class="country-wrapper"> <div class="region-wrapper"> <button data-toggle="collapse" data-target="#region-europa" aria-expanded="false" aria-controls="region-europa"><span class="txt-28">Europe</span></button> <div id="region-europa" class="collapse inner-content"> <p class="countries countries-europa"> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="AX" title="Aland Islands" style="display:block; width:100%"> Aland Islands </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="AL" title="Albania" style="display:block; width:100%"> Albania </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="AD" title="Andorra" style="display:block; width:100%"> Andorra </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="AM" title="Armenia" style="display:block; width:100%"> Armenia </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="AT" title="Austria" style="display:block; width:100%"> Austria </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="AZ" title="Aserbaidschan" style="display:block; width:100%"> Aserbaidschan </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="BY" title="Belarus" style="display:block; width:100%"> Belarus </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="BE" title="Belgium" style="display:block; width:100%"> Belgium </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="BA" title="Bosnia-Herzegovina" style="display:block; width:100%"> Bosnia-Herzegovina </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="BG" title="Bulgaria" style="display:block; width:100%"> Bulgaria </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="HR" title="Croatia" style="display:block; width:100%"> Croatia </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="CY" title="Cyprus" style="display:block; width:100%"> Cyprus </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="CZ" title="Czech Republic" style="display:block; width:100%"> Czech Republic </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="DK" title="Denmark" style="display:block; width:100%"> Denmark </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="EE" title="Estonia" style="display:block; width:100%"> Estonia </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="FO" title="Faroe Islands" style="display:block; width:100%"> Faroe Islands </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="FI" title="Finland" style="display:block; width:100%"> Finland </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="FR" title="France" style="display:block; width:100%"> France </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="GE" title="Georgia" style="display:block; width:100%"> Georgia </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="DE" title="Germany" style="display:block; width:100%"> Germany </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="GI" title="Gibraltar" style="display:block; width:100%"> Gibraltar </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="GR" title="Greece" style="display:block; width:100%"> Greece </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="GG" title="Guernsey" style="display:block; width:100%"> Guernsey </a> <a href="http://www.sesotec.it" target="_blank" class="country" data-market="emea" data-country="VA" title="Vatican City" style="display:block; width:100%"> Vatican City </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="HU" title="Hungary" style="display:block; width:100%"> Hungary </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="IS" title="Iceland" style="display:block; width:100%"> Iceland </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="IE" title="Ireland" style="display:block; width:100%"> Ireland </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="IM" title="Isle of Man" style="display:block; width:100%"> Isle of Man </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="IT" title="Italy" style="display:block; width:100%"> Italy </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="JE" title="Jersey" style="display:block; width:100%"> Jersey </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="KZ" title="Kazakhstan" style="display:block; width:100%"> Kazakhstan </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="XK" title="Kosovo" style="display:block; width:100%"> Kosovo </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="KG" title="Kyrgyzstan" style="display:block; width:100%"> Kyrgyzstan </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="LV" title="Lattvia" style="display:block; width:100%"> Lattvia </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="LI" title="Liechtenstein" style="display:block; width:100%"> Liechtenstein </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="LT" title="Lithuania" style="display:block; width:100%"> Lithuania </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="LU" title="Luxembourg" style="display:block; width:100%"> Luxembourg </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="MK" title="Macedonia" style="display:block; width:100%"> Macedonia </a> <a href="http://www.sesotec.it" target="_blank" class="country" data-market="emea" data-country="MT" title="Malta" style="display:block; width:100%"> Malta </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="MD" title="Moldavia" style="display:block; width:100%"> Moldavia </a> <a href="http://www.sesotec.fr" target="_blank" class="country" data-market="emea" data-country="MC" title="Monaco" style="display:block; width:100%"> Monaco </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="ME" title="Montenegro" style="display:block; width:100%"> Montenegro </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="NL" title="Netherlands" style="display:block; width:100%"> Netherlands </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="NO" title="Norway" style="display:block; width:100%"> Norway </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="PL" title="Poland" style="display:block; width:100%"> Poland </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="PT" title="Portugal" style="display:block; width:100%"> Portugal </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="RO" title="Romania" style="display:block; width:100%"> Romania </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="RU" title="Russia" style="display:block; width:100%"> Russia </a> <a href="http://www.sesotec.it" target="_blank" class="country" data-market="emea" data-country="SM" title="San Marino" style="display:block; width:100%"> San Marino </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="RS" title="Serbia" style="display:block; width:100%"> Serbia </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="SK" title="Slovakia" style="display:block; width:100%"> Slovakia </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="SI" title="Slovenia" style="display:block; width:100%"> Slovenia </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="ES" title="Spain" style="display:block; width:100%"> Spain </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="SE" title="Sweden" style="display:block; width:100%"> Sweden </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="CH" title="Switzerland" style="display:block; width:100%"> Switzerland </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="TJ" title="Tajikistan" style="display:block; width:100%"> Tajikistan </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="TR" title="Turkey" style="display:block; width:100%"> Turkey </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="TM" title="Turkmenistan" style="display:block; width:100%"> Turkmenistan </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="UA" title="Ukraina" style="display:block; width:100%"> Ukraina </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="GB" title="United Kingdom" style="display:block; width:100%"> United Kingdom </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="UZ" title="Uzbekistan" style="display:block; width:100%"> Uzbekistan </a> </p> <p></p> <script> $(document).ready(function() { sortElmAlphabetical('p.countries-europa', 'a'); }); </script> </div> </div> <div class="region-wrapper"> <button data-toggle="collapse" data-target="#region-nord-und-mittelamerika" aria-expanded="false" aria-controls="region-nord-und-mittelamerika"><span class="txt-28">North/Central America</span></button> <div id="region-nord-und-mittelamerika" class="collapse inner-content"> <p class="countries countries-nord-und-mittelamerika"> <a href="http://www.sesotec.us/en/home-us/" target="_blank" class="country" data-market="na" data-country="AI" title="Anguilla" style="display:block; width:100%"> Anguilla </a> <a href="/na/en-US/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="na" data-country="AG" title="Antigua & Barbuda" style="display:block; width:100%"> Antigua & Barbuda </a> <a href="/na/en-US/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="na" data-country="AW" title="Aruba" style="display:block; width:100%"> Aruba </a> <a href="/na/en-US/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="na" data-country="BS" title="Bahamas" style="display:block; width:100%"> Bahamas </a> <a href="/na/en-US/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="na" data-country="BB" title="Barbados" style="display:block; width:100%"> Barbados </a> <a href="/na/en-US/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="na" data-country="BZ" title="Belize" style="display:block; width:100%"> Belize </a> <a href="/na/en-US/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="na" data-country="BM" title="Bermuda" style="display:block; width:100%"> Bermuda </a> <a href="/na/en-US/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="na" data-country="CA" title="Canada" style="display:block; width:100%"> Canada </a> <a href="/na/en-US/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="na" data-country="KY" title="Cayman Islands" style="display:block; width:100%"> Cayman Islands </a> <a href="/na/en-US/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="na" data-country="CR" title="Costa Rica" style="display:block; width:100%"> Costa Rica </a> <a href="/na/en-US/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="na" data-country="CU" title="Cuba" style="display:block; width:100%"> Cuba </a> <a href="/na/en-US/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="na" data-country="CW" title="Curaçao" style="display:block; width:100%"> Curaçao </a> <a href="/na/en-US/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="na" data-country="DM" title="Dominica" style="display:block; width:100%"> Dominica </a> <a href="/na/en-US/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="na" data-country="DO" title="Dominican Republic" style="display:block; width:100%"> Dominican Republic </a> <a href="/na/en-US/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="na" data-country="SV" title="El Salvador" style="display:block; width:100%"> El Salvador </a> <a href="/na/en-US/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="na" data-country="GL" title="Greenland" style="display:block; width:100%"> Greenland </a> <a href="/na/en-US/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="na" data-country="GD" title="Grenada" style="display:block; width:100%"> Grenada </a> <a href="/na/en-US/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="na" data-country="GP" title="Guadeloupe" style="display:block; width:100%"> Guadeloupe </a> <a href="/na/en-US/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="na" data-country="GT" title="Guatemala" style="display:block; width:100%"> Guatemala </a> <a href="/na/en-US/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="na" data-country="HT" title="Haiti" style="display:block; width:100%"> Haiti </a> <a href="/na/en-US/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="na" data-country="HN" title="Honduras" style="display:block; width:100%"> Honduras </a> <a href="/na/en-US/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="na" data-country="JM" title="Jamaica" style="display:block; width:100%"> Jamaica </a> <a href="/na/en-US/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="na" data-country="MQ" title="Martinique" style="display:block; width:100%"> Martinique </a> <a href="/na/en-US/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="na" data-country="MX" title="Mexico" style="display:block; width:100%"> Mexico </a> <a href="/na/en-US/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="na" data-country="MS" title="Montserrat" style="display:block; width:100%"> Montserrat </a> <a href="/na/en-US/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="na" data-country="NI" title="Nicaragua" style="display:block; width:100%"> Nicaragua </a> <a href="/na/en-US/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="na" data-country="PA" title="Panamá" style="display:block; width:100%"> Panamá </a> <a href="/na/en-US/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="na" data-country="PR" title="Puerto Rico" style="display:block; width:100%"> Puerto Rico </a> <a href="/na/en-US/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="na" data-country="BL" title="Saint Barthélemy" style="display:block; width:100%"> Saint Barthélemy </a> <a href="/na/en-US/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="na" data-country="KN" title="Saint Kitts and Nevis" style="display:block; width:100%"> Saint Kitts and Nevis </a> <a href="/na/en-US/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="na" data-country="LC" title="Saint Lucia" style="display:block; width:100%"> Saint Lucia </a> <a href="/na/en-US/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="na" data-country="MF" title="Saint Martin (French part)" style="display:block; width:100%"> Saint Martin (French part) </a> <a href="/na/en-US/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="na" data-country="PM" title="Saint Pierre and Miquelon" style="display:block; width:100%"> Saint Pierre and Miquelon </a> <a href="/na/en-US/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="na" data-country="VC" title="Saint Vincent and the Grenadines" style="display:block; width:100%"> Saint Vincent and the Grenadines </a> <a href="/na/en-US/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="na" data-country="SX" title="Sint Maarten (Dutch part)" style="display:block; width:100%"> Sint Maarten (Dutch part) </a> <a href="/na/en-US/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="na" data-country="TT" title="Trinidad and Tobago" style="display:block; width:100%"> Trinidad and Tobago </a> <a href="/na/en-US/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="na" data-country="TC" title="Turks and Caicos Islands" style="display:block; width:100%"> Turks and Caicos Islands </a> <a href="/na/en-US/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="na" data-country="US" title="USA" style="display:block; width:100%"> USA </a> <a href="/na/en-US/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="na" data-country="VI" title="United States Virgin Islands" style="display:block; width:100%"> United States Virgin Islands </a> <a href="/na/en-US/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="na" data-country="VG" title="British Virgin Islands" style="display:block; width:100%"> British Virgin Islands </a> <a href="/na/en-US/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="na" data-country="AN" title="Netherlands Antilles" style="display:block; width:100%"> Netherlands Antilles </a> </p> <p></p> <script> $(document).ready(function() { sortElmAlphabetical('p.countries-nord-und-mittelamerika', 'a'); }); </script> </div> </div> <div class="region-wrapper"> <button data-toggle="collapse" data-target="#region-suedamerika" aria-expanded="false" aria-controls="region-suedamerika"><span class="txt-28">South America</span></button> <div id="region-suedamerika" class="collapse inner-content"> <p class="countries countries-suedamerika"> <a href="/na/en-US/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="na" data-country="AR" title="Argentina" style="display:block; width:100%"> Argentina </a> <a href="/na/en-US/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="na" data-country="BO" title="Bolivia" style="display:block; width:100%"> Bolivia </a> <a href="/na/en-US/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="na" data-country="BQ" title="Bonaire, Sint Eustatius and Saba" style="display:block; width:100%"> Bonaire, Sint Eustatius and Saba </a> <a href="/na/en-US/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="na" data-country="BR" title="Brazil" style="display:block; width:100%"> Brazil </a> <a href="/na/en-US/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="na" data-country="CL" title="Chile" style="display:block; width:100%"> Chile </a> <a href="/na/en-US/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="na" data-country="CO" title="Colombia" style="display:block; width:100%"> Colombia </a> <a href="/na/en-US/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="na" data-country="EC" title="Ecuador" style="display:block; width:100%"> Ecuador </a> <a href="/na/en-US/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="na" data-country="FK" title="Falkland Islands (Malvinas)" style="display:block; width:100%"> Falkland Islands (Malvinas) </a> <a href="/na/en-US/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="na" data-country="GF" title="French Guiana" style="display:block; width:100%"> French Guiana </a> <a href="/na/en-US/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="na" data-country="GY" title="Guyana" style="display:block; width:100%"> Guyana </a> <a href="/na/en-US/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="na" data-country="PY" title="Paraguay" style="display:block; width:100%"> Paraguay </a> <a href="/na/en-US/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="na" data-country="PE" title="Peru" style="display:block; width:100%"> Peru </a> <a href="/na/en-US/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="na" data-country="SR" title="Suriname" style="display:block; width:100%"> Suriname </a> <a href="/na/en-US/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="na" data-country="UY" title="Uruguay" style="display:block; width:100%"> Uruguay </a> <a href="/na/en-US/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="na" data-country="VE" title="Venezuela" style="display:block; width:100%"> Venezuela </a> </p> <p></p> <script> $(document).ready(function() { sortElmAlphabetical('p.countries-suedamerika', 'a'); }); </script> </div> </div> <div class="region-wrapper"> <button data-toggle="collapse" data-target="#region-asien" aria-expanded="false" aria-controls="region-asien"><span class="txt-28">Asia</span></button> <div id="region-asien" class="collapse inner-content"> <p class="countries countries-asien"> <a href="/apac/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="apac" data-country="AF" title="Afghanistan" style="display:block; width:100%"> Afghanistan </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="BH" title="Bahrain" style="display:block; width:100%"> Bahrain </a> <a href="/apac/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="apac" data-country="BD" title="Bangladesh" style="display:block; width:100%"> Bangladesh </a> <a href="/apac/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="apac" data-country="BT" title="Bhutan" style="display:block; width:100%"> Bhutan </a> <a href="/apac/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="apac" data-country="IO" title="British Indian Ocean Territory" style="display:block; width:100%"> British Indian Ocean Territory </a> <a href="/apac/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="apac" data-country="KH" title="Cambodia" style="display:block; width:100%"> Cambodia </a> <a href="https://www.sesotec.cn/apac/zh-CN/" target="_blank" class="country" data-market="apac" data-country="CN" title="China" style="display:block; width:100%"> China </a> <a href="/apac/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="apac" data-country="TW" title="Taiwan" style="display:block; width:100%"> Taiwan </a> <a href="/apac/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="apac" data-country="IN" title="India" style="display:block; width:100%"> India </a> <a href="/apac/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="apac" data-country="ID" title="Indonesia" style="display:block; width:100%"> Indonesia </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="IR" title="Iran" style="display:block; width:100%"> Iran </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="IQ" title="Iraq" style="display:block; width:100%"> Iraq </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="IL" title="Israel" style="display:block; width:100%"> Israel </a> <a href="/apac/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="apac" data-country="JP" title="Japan" style="display:block; width:100%"> Japan </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="JO" title="Jordan" style="display:block; width:100%"> Jordan </a> <a href="/apac/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="apac" data-country="KP" title="North Korea" style="display:block; width:100%"> North Korea </a> <a href="/apac/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="apac" data-country="KR" title="South Korea" style="display:block; width:100%"> South Korea </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="KW" title="Kuwait" style="display:block; width:100%"> Kuwait </a> <a href="/apac/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="apac" data-country="LA" title="Laos" style="display:block; width:100%"> Laos </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="LB" title="Lebanon" style="display:block; width:100%"> Lebanon </a> <a href="/apac/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="apac" data-country="MO" title="Macao" style="display:block; width:100%"> Macao </a> <a href="/apac/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="apac" data-country="MY" title="Malaysia" style="display:block; width:100%"> Malaysia </a> <a href="/apac/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="apac" data-country="MV" title="Maldives" style="display:block; width:100%"> Maldives </a> <a href="/apac/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="apac" data-country="MN" title="Mongolia" style="display:block; width:100%"> Mongolia </a> <a href="/apac/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="apac" data-country="MM" title="Myanmar" style="display:block; width:100%"> Myanmar </a> <a href="/apac/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="apac" data-country="NP" title="Nepal" style="display:block; width:100%"> Nepal </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="OM" title="Oman" style="display:block; width:100%"> Oman </a> <a href="/apac/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="apac" data-country="PK" title="Pakistan" style="display:block; width:100%"> Pakistan </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="PS" title="Palestinian Territory, Occupied" style="display:block; width:100%"> Palestinian Territory, Occupied </a> <a href="/apac/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="apac" data-country="PH" title="Philippines" style="display:block; width:100%"> Philippines </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="QA" title="Qatar" style="display:block; width:100%"> Qatar </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="SA" title="Saudi Arabia" style="display:block; width:100%"> Saudi Arabia </a> <a href="/apac/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="apac" data-country="SG" title="Singapore" style="display:block; width:100%"> Singapore </a> <a href="/apac/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="apac" data-country="LK" title="Sri Lanka" style="display:block; width:100%"> Sri Lanka </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="SY" title="Syria" style="display:block; width:100%"> Syria </a> <a href="/apac/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="apac" data-country="TA" title="Taiwan" style="display:block; width:100%"> Taiwan </a> <a href="/apac/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="apac" data-country="TH" title="Thailand " style="display:block; width:100%"> Thailand </a> <a href="/apac/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="apac" data-country="TL" title="Timor-Leste" style="display:block; width:100%"> Timor-Leste </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="AE" title="United Arab Emirates" style="display:block; width:100%"> United Arab Emirates </a> <a href="/apac/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="apac" data-country="VN" title="Vietnam" style="display:block; width:100%"> Vietnam </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="YE" title="Yemen" style="display:block; width:100%"> Yemen </a> </p> <p></p> <script> $(document).ready(function() { sortElmAlphabetical('p.countries-asien', 'a'); }); </script> </div> </div> <div class="region-wrapper"> <button data-toggle="collapse" data-target="#region-afrika" aria-expanded="false" aria-controls="region-afrika"><span class="txt-28">Africa</span></button> <div id="region-afrika" class="collapse inner-content"> <p class="countries countries-afrika"> <a href="http://www.sesotec.fr" target="_blank" class="country" data-market="emea" data-country="DZ" title="Algeria" style="display:block; width:100%"> Algeria </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="AO" title="Angola" style="display:block; width:100%"> Angola </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="BJ" title="Benin" style="display:block; width:100%"> Benin </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="BW" title="Botswana" style="display:block; width:100%"> Botswana </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="BF" title="Burkina Faso" style="display:block; width:100%"> Burkina Faso </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="BI" title="Burundi" style="display:block; width:100%"> Burundi </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="CM" title="Cameroon" style="display:block; width:100%"> Cameroon </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="CV" title="Cape Verde" style="display:block; width:100%"> Cape Verde </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="CF" title="Central African Republic" style="display:block; width:100%"> Central African Republic </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="TD" title="Chad" style="display:block; width:100%"> Chad </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="KM" title="Comoros" style="display:block; width:100%"> Comoros </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="CG" title="Republic of the Congo" style="display:block; width:100%"> Republic of the Congo </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="CD" title="Democratic Republic of the Congo" style="display:block; width:100%"> Democratic Republic of the Congo </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="CI" title="Ivory Coast" style="display:block; width:100%"> Ivory Coast </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="DJ" title="Djibouti" style="display:block; width:100%"> Djibouti </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="EG" title="Egypt" style="display:block; width:100%"> Egypt </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="GQ" title="Equatorial Guinea" style="display:block; width:100%"> Equatorial Guinea </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="ER" title="Eritrea" style="display:block; width:100%"> Eritrea </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="ET" title="Ethiopia" style="display:block; width:100%"> Ethiopia </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="GA" title="Gabon" style="display:block; width:100%"> Gabon </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="GM" title="Gambia" style="display:block; width:100%"> Gambia </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="GH" title="Ghana" style="display:block; width:100%"> Ghana </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="GN" title="Guinea" style="display:block; width:100%"> Guinea </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="GW" title="Guinea-Bissau" style="display:block; width:100%"> Guinea-Bissau </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="KE" title="Kenya" style="display:block; width:100%"> Kenya </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="LS" title="Lesotho" style="display:block; width:100%"> Lesotho </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="LR" title="Liberia" style="display:block; width:100%"> Liberia </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="LY" title="Libya" style="display:block; width:100%"> Libya </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="MG" title="Madagascar" style="display:block; width:100%"> Madagascar </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="MW" title="Malawi" style="display:block; width:100%"> Malawi </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="ML" title="Mali" style="display:block; width:100%"> Mali </a> <a href="http://www.sesotec.fr" target="_blank" class="country" data-market="emea" data-country="MA" title="Morocco" style="display:block; width:100%"> Morocco </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="MR" title="Mauritania" style="display:block; width:100%"> Mauritania </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="MU" title="Mauritius " style="display:block; width:100%"> Mauritius </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="YT" title="Mayotte" style="display:block; width:100%"> Mayotte </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="MZ" title="Mozambique" style="display:block; width:100%"> Mozambique </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="NA" title="Namibia" style="display:block; width:100%"> Namibia </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="NE" title="Niger" style="display:block; width:100%"> Niger </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="NG" title="Nigeria" style="display:block; width:100%"> Nigeria </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="RE" title="Reunion" style="display:block; width:100%"> Reunion </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="RW" title="Rwanda" style="display:block; width:100%"> Rwanda </a> <a href="/na/en-US/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="na" data-country="SH" title="Saint Helena, Ascension and Tristan da Cunha" style="display:block; width:100%"> Saint Helena, Ascension and Tristan da Cunha </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="ST" title="Sao Tome and Principe" style="display:block; width:100%"> Sao Tome and Principe </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="SN" title="Senegal" style="display:block; width:100%"> Senegal </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="SC" title="Seychelles" style="display:block; width:100%"> Seychelles </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="SL" title="Sierra Leone" style="display:block; width:100%"> Sierra Leone </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="SO" title="Somalia" style="display:block; width:100%"> Somalia </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="ZA" title="South Africa" style="display:block; width:100%"> South Africa </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="SS" title="South Sudan" style="display:block; width:100%"> South Sudan </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="SD" title="Sudan" style="display:block; width:100%"> Sudan </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="SZ" title="Swaziland" style="display:block; width:100%"> Swaziland </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="TZ" title="Tanzania" style="display:block; width:100%"> Tanzania </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="TG" title="Togo" style="display:block; width:100%"> Togo </a> <a href="http://www.sesotec.fr" target="_blank" class="country" data-market="emea" data-country="TN" title="Tunesia" style="display:block; width:100%"> Tunesia </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="UG" title="Uganda" style="display:block; width:100%"> Uganda </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="EH" title="Western Sahara" style="display:block; width:100%"> Western Sahara </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="ZM" title="Zambia" style="display:block; width:100%"> Zambia </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="ZW" title="Zimbabwe" style="display:block; width:100%"> Zimbabwe </a> </p> <p></p> <script> $(document).ready(function() { sortElmAlphabetical('p.countries-afrika', 'a'); }); </script> </div> </div> <div class="region-wrapper"> <button data-toggle="collapse" data-target="#region-australien" aria-expanded="false" aria-controls="region-australien"><span class="txt-28">Australia</span></button> <div id="region-australien" class="collapse inner-content"> <p class="countries countries-australien"> <a href="/apac/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="apac" data-country="AS" title="American Samoa" style="display:block; width:100%"> American Samoa </a> <a href="/apac/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="apac" data-country="AU" title="Australia" style="display:block; width:100%"> Australia </a> <a href="/apac/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="apac" data-country="BN" title="Brunei" style="display:block; width:100%"> Brunei </a> <a href="/apac/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="apac" data-country="CX" title="Christmas Island" style="display:block; width:100%"> Christmas Island </a> <a href="/apac/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="apac" data-country="CC" title="Cocos (Keeling) Islands" style="display:block; width:100%"> Cocos (Keeling) Islands </a> <a href="/apac/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="apac" data-country="CK" title="Cook Islands" style="display:block; width:100%"> Cook Islands </a> <a href="/apac/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="apac" data-country="FJ" title="Fidschi" style="display:block; width:100%"> Fidschi </a> <a href="/apac/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="apac" data-country="PF" title="French Polynesia" style="display:block; width:100%"> French Polynesia </a> <a href="/apac/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="apac" data-country="GU" title="Guam" style="display:block; width:100%"> Guam </a> <a href="/apac/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="apac" data-country="HM" title="Heard Island and McDonald Islands" style="display:block; width:100%"> Heard Island and McDonald Islands </a> <a href="/apac/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="apac" data-country="KI" title="Kiribati" style="display:block; width:100%"> Kiribati </a> <a href="/apac/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="apac" data-country="MH" title="Marshall Islands" style="display:block; width:100%"> Marshall Islands </a> <a href="/apac/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="apac" data-country="FM" title="Micronesia" style="display:block; width:100%"> Micronesia </a> <a href="/apac/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="apac" data-country="NR" title="Nauru" style="display:block; width:100%"> Nauru </a> <a href="/apac/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="apac" data-country="NC" title="New Caledonia" style="display:block; width:100%"> New Caledonia </a> <a href="/apac/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="apac" data-country="NZ" title="New Zealand" style="display:block; width:100%"> New Zealand </a> <a href="/apac/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="apac" data-country="NU" title="Niue" style="display:block; width:100%"> Niue </a> <a href="/apac/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="apac" data-country="NF" title="Norfolk Island" style="display:block; width:100%"> Norfolk Island </a> <a href="/apac/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="apac" data-country="PW" title="Palau" style="display:block; width:100%"> Palau </a> <a href="/apac/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="apac" data-country="PG" title="Papua New Guinea" style="display:block; width:100%"> Papua New Guinea </a> <a href="/apac/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="apac" data-country="PN" title="Pitcairn" style="display:block; width:100%"> Pitcairn </a> <a href="/emea/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="emea" data-country="WS" title="Samoa" style="display:block; width:100%"> Samoa </a> <a href="/apac/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="apac" data-country="SB" title="Solomon Islands" style="display:block; width:100%"> Solomon Islands </a> <a href="/apac/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="apac" data-country="TK" title="Tokelau" style="display:block; width:100%"> Tokelau </a> <a href="/apac/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="apac" data-country="TO" title="Tonga" style="display:block; width:100%"> Tonga </a> <a href="/apac/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="apac" data-country="TV" title="Tuvalu" style="display:block; width:100%"> Tuvalu </a> <a href="/apac/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="apac" data-country="VU" title="Vanuatu" style="display:block; width:100%"> Vanuatu </a> <a href="/apac/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="apac" data-country="WF" title="Wallis and Futuna" style="display:block; width:100%"> Wallis and Futuna </a> <a href="/apac/en/resources/blog/better-management-of-production-waste-at-plastiques-zd" class="country" data-market="apac" data-country="NM" title="Northern Mariana Islands" style="display:block; width:100%"> Northern Mariana Islands </a> </p> <p></p> <script> $(document).ready(function() { sortElmAlphabetical('p.countries-australien', 'a'); }); </script> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <script> $("#countryModal a.country[data-country]").click(function() { if ($(this).data('country') != '') { $.cookie("country", $(this).data('country'), { path: '/', expires: 30 }); } }); $("div.region-wrapper").each(function(index, element) { if ($(this).find('.inner-content a.country').length < 1) { $(this).hide(); } }); $("div.region-wrapper p.countries a[href^=http]").each(function(){ if(this.href.indexOf(location.hostname) == -1) { $(this).attr({ target: "_blank" }); } }); $(function() { var detected_country = $.cookie('geoip.country.iso_code'); var selected_country = $.cookie('country'); // a country has been detected, and no (other) country has been selected // => display message to user in country modal if (typeof(detected_country) === 'string' && detected_country !== '--' && (typeof(selected_country) !== 'string' || selected_country === detected_country)) { $('#country_modal_detected_country').find('.country_name').text( $("a[data-country='" + detected_country.replace(/[^A-Z]+/g,'') + "']").text().trim() ); $('#country_modal_detected_country').show(); } }) // // Open country modal on first page load // $(document).ready(function () { // if (!$.cookie('country-modal-opened-on-first-pageload')) { // $('#country_modal_first_pageload_intro').show(); // $('#countryModal').modal('show'); // $.cookie('country-modal-opened-on-first-pageload', 'true', { path: '/', expires: 365 }); // } // }); </script> <!-- Latest compiled and minified JavaScript --> <script src="/sites/593fc2aac25e5b0640a20ff8/theme/javascripts/bootstrap-select-1.12.4/dist/js/bootstrap-select.min.js?1724399351" type="text/javascript" ></script> <script> /**lightbox event listener**/ $(document).on('click', '[data-toggle="lightbox"]', function(event) { event.preventDefault(); $(this).ekkoLightbox(); }); $(function() { $('form select').addClass('selectpicker'); $('.datepicker').addClass('form-control'); }); /*add bootstrapS validator initial to class to every element wrapper container*/ $('div.form-group').addClass('has-feedback'); /* Input event handling */ $('input').on('input focus', function() { $(this).parent().addClass('active'); }).on('input blur', function() { if( $(this).val()) { $(this).parent().addClass('active'); }else{ $(this).parent().removeClass('active'); } }); /* textareas event handling */ $('textarea').on('textarea focus', function() { $(this).parent().addClass('active'); }).on('textarea blur', function() { if( $(this).val()) { $(this).parent().addClass('active'); }else{ $(this).parent().removeClass('active'); } }); /* selectbox event handling */ $(function() { $('.selectpicker').on('change', function () { $(this).parent().parent().addClass('active'); }); $( "select option:selected:not([disabled])" ).each(function() { $(this).closest('.form-group').addClass('active'); }); /* deprectated, Bug 11373 download select box : remove all non-pre-selected options */ /* $('select[name="content[download]"] option:selected:not([disabled])').each(function() { $('select[name="content[download]"] option:not([selected])').remove(); }); */ /* Bug 11373 Sesotec: "Protected" Whitepaper Download - Dropdown incorrectly lists all downloads*/ $('select[name="content[download]"].selectpicker').on('loaded.bs.select', function () { var is_selected = $('label[for="content[download]"]').parent().find('li:not(.disabled) > a[aria-selected="true"]'); console.log(is_optgroup); // remove all non-preselected entries from dropdown list only for case that preselected one exists if ( is_selected.length) { //remove all not-preselected downloads from list $('label[for="content[download]"]').parent().find('li:not(.disabled) > a[aria-selected="false"]').remove(); //remove all not related optgroup entries from list var is_optgroup = is_selected.parent('li').attr('data-optgroup'); $('label[for="content[download]"]').parent().find('li:not([data-optgroup = '+is_optgroup+'])').remove(); } }); }); $( document ).ready(function() { $( ".inner-content iframe" ).wrap( "<div class='videocontainer-wrapper'></div>" ); //extend body with class lp21 if lp21 snippets existst if ($('.lp21').length){ $('body').addClass('lp21'); } }); $( document ).ready(function() { $('div.item.video-wrapper-lightbox[href^="https://v.qq.com"]').each(function() { $(this).attr("data-type","url"); }); }); /* Bug 11159 - Sesotec Forms - Show "Loading" Spinner During Submission Bootstrap validator is used for frontend form validation. According to the official documentation, the bellow function can be used to handle submit events. When the form is invalid .preventDefault is called So we need to show the loading spinner only when there are not frontend validation errors */ $("form").validator().on('submit', function (e) { if (!e.isDefaultPrevented()) { // everything looks good! disable submit button and show spinner $(this).find(':input[type=submit]').prop('disabled', true); $('#loading-spinner-overlay').data('bs.modal',null).modal({backdrop:'static', keyboard:false}); } }); </script> <script> $(document).ready(function () { //hide parent div of input[name="content[cloudamp__data__c] $('input[name="content[cloudamp__data__c]"]').parent('div').hide(); /* SF Campaign Tracker */ window._cloudAmp = window._cloudAmp || {}; _cloudAmp.forms = []; /* extend _cloudAmp.forms with data object {id, name} */ $('form').has('input[name="content[cloudamp__data__c]"]').each(function(n) { if($(this).prop("id").length == 0) $(this).attr("id", "Frm" + n); var data={} var frmId=$(this).attr("id"); data.id = ''+frmId+''; data.name= 'content[cloudamp__data__c]'; _cloudAmp.forms.push(data); }); (function () { var scripts = document.getElementsByTagName('script'), sLen = scripts.length, ca_script = document.createElement('script'), head = document.getElementsByTagName('head'), protocol = document.location.protocol, httpsDomain = '1d5ef9e9369608f625a8-878b10192d4a956595449977ade9187d.ssl.cf2.rackcdn.com', httpDomain = 'trk.cloudamp.net', filename = 'ctk.js', srcDomain = protocol === 'http:' ? httpDomain : httpsDomain; ca_script.type = 'text/javascript'; ca_script.async = true; ca_script.src = protocol + '//' + srcDomain + '/' + filename; head[0].appendChild(ca_script); })(); }); </script> </body> </html>