{"id":213,"date":"2024-06-24T14:35:48","date_gmt":"2024-06-24T12:35:48","guid":{"rendered":"https:\/\/toner.vps001.visible.be\/home\/"},"modified":"2024-07-05T10:26:00","modified_gmt":"2024-07-05T08:26:00","slug":"home","status":"publish","type":"page","link":"https:\/\/tonerdepresse.be\/en\/","title":{"rendered":"Home"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"213\" class=\"elementor elementor-213 elementor-2\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-39aa91f elementor-hidden-widescreen elementor-hidden-desktop elementor-hidden-laptop elementor-hidden-tablet_extra elementor-hidden-tablet e-flex e-con-boxed e-con e-parent\" data-id=\"39aa91f\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;position&quot;:&quot;fixed&quot;,&quot;sticky&quot;:&quot;top&quot;,&quot;sticky_on&quot;:[&quot;widescreen&quot;,&quot;desktop&quot;,&quot;laptop&quot;,&quot;tablet_extra&quot;,&quot;tablet&quot;,&quot;mobile_extra&quot;,&quot;mobile&quot;],&quot;sticky_offset&quot;:0,&quot;sticky_effects_offset&quot;:0}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d11f167 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"d11f167\" data-element_type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<a class=\"elementor-icon elementor-animation-grow\" href=\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6MjgwLCJ0b2dnbGUiOmZhbHNlfQ%3D%3D\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"29.444\" height=\"23.822\" viewBox=\"0 0 29.444 23.822\"><g id=\"Groupe_3935\" data-name=\"Groupe 3935\" transform=\"translate(-334.065 -29)\"><line id=\"Ligne_97\" data-name=\"Ligne 97\" x2=\"28.444\" transform=\"translate(334.565 29.5)\" fill=\"none\" stroke=\"#322e5a\" stroke-linecap=\"round\" stroke-width=\"1\"><\/line><line id=\"Ligne_98\" data-name=\"Ligne 98\" x2=\"28.444\" transform=\"translate(334.565 40.911)\" fill=\"none\" stroke=\"#322e5a\" stroke-linecap=\"round\" stroke-width=\"1\"><\/line><line id=\"Ligne_99\" data-name=\"Ligne 99\" x2=\"28.444\" transform=\"translate(334.565 52.322)\" fill=\"none\" stroke=\"#322e5a\" stroke-linecap=\"round\" stroke-width=\"1\"><\/line><\/g><\/svg>\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0f17b3e elementor-hidden-mobile_extra elementor-hidden-mobile e-flex e-con-boxed e-con e-parent\" data-id=\"0f17b3e\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;position&quot;:&quot;fixed&quot;,&quot;sticky&quot;:&quot;top&quot;,&quot;sticky_on&quot;:[&quot;widescreen&quot;,&quot;desktop&quot;,&quot;laptop&quot;,&quot;tablet_extra&quot;,&quot;tablet&quot;,&quot;mobile_extra&quot;,&quot;mobile&quot;],&quot;sticky_offset&quot;:0,&quot;sticky_effects_offset&quot;:0}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-372f183 elementor-widget__width-initial elementor-widget elementor-widget-html\" data-id=\"372f183\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<script>jQuery(document).ready(function($) {\n    var menuContainer = $('#menu-1-419281d');\n    var menuItems = menuContainer.find('li > a');\n    \n    menuItems.each(function() {\n        var $this = $(this);\n        var $li = $this.parent('li');\n        \n        \/\/ Sauvegardez les styles originaux\n        var originalAStyle = $this.attr('style') || '';\n        var originalLiStyle = $li.attr('style') || '';\n        \n        \/\/ Mesurez d'abord la largeur normale\n        var normalWidth = $this.outerWidth(true);\n        \n        \/\/ Appliquez temporairement le letter-spacing de 2px\n        $this.css('letter-spacing', '2px');\n        \n        \/\/ Mesurez la largeur avec le letter-spacing augment\u00e9\n        var expandedWidth = $this.outerWidth(true);\n        \n        \/\/ Restaurez le style original de l'\u00e9l\u00e9ment a\n        $this.attr('style', originalAStyle);\n        \n        \/\/ Calculez la diff\u00e9rence de largeur\n        var widthDifference = Math.max(0, expandedWidth - normalWidth);\n        \n        \/\/ Appliquez la largeur maximale au li\n        var newLiWidth = normalWidth + widthDifference;\n        $li.css({\n            'width': Math.ceil(newLiWidth) + 'px',\n            'max-width': Math.ceil(newLiWidth) + 'px'\n        });\n        \n        \/\/ Assurez-vous que le <a> prend toute la largeur du li\n        $this.css({\n            'display': 'block',\n            'width': '100%',\n            'text-align': 'center'\n        });\n        \n        \/\/ Ajoutez le padding n\u00e9cessaire \u00e0 l'\u00e9l\u00e9ment a pour simuler l'expansion du texte\n        \/\/ Mais uniquement \u00e0 droite cette fois-ci\n        var paddingRight = parseFloat($this.css('padding-right')) || 0;\n        $this.css('padding-right', (paddingRight + widthDifference) + 'px');\n    });\n\n    \/\/ Recalculez et ajustez la largeur du conteneur\n    var totalWidth = 0;\n    menuContainer.find('li').each(function() {\n        totalWidth += $(this).outerWidth(true);\n    });\n    menuContainer.width(Math.ceil(totalWidth) + 2); \/\/ +2 pour une petite marge de s\u00e9curit\u00e9\n});\n<\/script>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-419281d elementor-nav-menu__align-center elementor-nav-menu--dropdown-none elementor-widget elementor-widget-nav-menu\" data-id=\"419281d\" data-element_type=\"widget\" data-settings=\"{&quot;layout&quot;:&quot;horizontal&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;svg class=\\&quot;e-font-icon-svg e-fas-caret-down\\&quot; viewBox=\\&quot;0 0 320 512\\&quot; xmlns=\\&quot;http:\\\/\\\/www.w3.org\\\/2000\\\/svg\\&quot;&gt;&lt;path d=\\&quot;M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z\\&quot;&gt;&lt;\\\/path&gt;&lt;\\\/svg&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;}}\" data-widget_type=\"nav-menu.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t<nav aria-label=\"Menu\" class=\"elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-none\">\n\t\t\t\t<ul id=\"menu-1-419281d\" class=\"elementor-nav-menu\"><li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-466\"><a href=\"#print\" class=\"elementor-item elementor-item-anchor\">Print<\/a><\/li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-467\"><a href=\"#packaging\" class=\"elementor-item elementor-item-anchor\">Packaging<\/a><\/li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-468\"><a href=\"#web2print\" class=\"elementor-item elementor-item-anchor\">Web2Print<\/a><\/li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-469\"><a href=\"#rse\" class=\"elementor-item elementor-item-anchor\">CSR<\/a><\/li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-470\"><a href=\"#quisommesnous\" class=\"elementor-item elementor-item-anchor\">About us<\/a><\/li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-471\"><a href=\"#contact\" class=\"elementor-item elementor-item-anchor\">Contact<\/a><\/li>\n<\/ul>\t\t\t<\/nav>\n\t\t\t\t\t\t<nav class=\"elementor-nav-menu--dropdown elementor-nav-menu__container\" aria-hidden=\"true\">\n\t\t\t\t<ul id=\"menu-2-419281d\" class=\"elementor-nav-menu\"><li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-466\"><a href=\"#print\" class=\"elementor-item elementor-item-anchor\" tabindex=\"-1\">Print<\/a><\/li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-467\"><a href=\"#packaging\" class=\"elementor-item elementor-item-anchor\" tabindex=\"-1\">Packaging<\/a><\/li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-468\"><a href=\"#web2print\" class=\"elementor-item elementor-item-anchor\" tabindex=\"-1\">Web2Print<\/a><\/li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-469\"><a href=\"#rse\" class=\"elementor-item elementor-item-anchor\" tabindex=\"-1\">CSR<\/a><\/li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-470\"><a href=\"#quisommesnous\" class=\"elementor-item elementor-item-anchor\" tabindex=\"-1\">About us<\/a><\/li>\n<li class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-471\"><a href=\"#contact\" class=\"elementor-item elementor-item-anchor\" tabindex=\"-1\">Contact<\/a><\/li>\n<\/ul>\t\t\t<\/nav>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bfd49be elementor-widget elementor-widget-wpml-language-switcher\" data-id=\"bfd49be\" data-element_type=\"widget\" data-widget_type=\"wpml-language-switcher.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"wpml-elementor-ls\">\n<div class=\"wpml-ls-statics-shortcode_actions wpml-ls wpml-ls-legacy-list-horizontal\">\n\t<ul><li class=\"wpml-ls-slot-shortcode_actions wpml-ls-item wpml-ls-item-fr wpml-ls-first-item wpml-ls-item-legacy-list-horizontal\">\n\t\t\t\t<a href=\"https:\/\/tonerdepresse.be\/\" class=\"wpml-ls-link\">\n                    <span class=\"wpml-ls-display\">FR<\/span><\/a>\n\t\t\t<\/li><li class=\"wpml-ls-slot-shortcode_actions wpml-ls-item wpml-ls-item-en wpml-ls-current-language wpml-ls-last-item wpml-ls-item-legacy-list-horizontal\">\n\t\t\t\t<a href=\"https:\/\/tonerdepresse.be\/en\/\" class=\"wpml-ls-link\">\n                    <span class=\"wpml-ls-native\">EN<\/span><\/a>\n\t\t\t<\/li><\/ul>\n<\/div>\n<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-bac058c e-flex e-con-boxed e-con e-parent\" data-id=\"bac058c\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;position&quot;:&quot;fixed&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a1e10ca elementor-invisible elementor-widget elementor-widget-image\" data-id=\"a1e10ca\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"800\" height=\"397\" src=\"https:\/\/tonerdepresse.be\/wp-content\/uploads\/2024\/07\/toner-de-presse-rgb-1024x508.png\" class=\"attachment-large size-large wp-image-505\" alt=\"\" srcset=\"https:\/\/tonerdepresse.be\/wp-content\/uploads\/2024\/07\/toner-de-presse-rgb-1024x508.png 1024w, https:\/\/tonerdepresse.be\/wp-content\/uploads\/2024\/07\/toner-de-presse-rgb-300x149.png 300w, https:\/\/tonerdepresse.be\/wp-content\/uploads\/2024\/07\/toner-de-presse-rgb-768x381.png 768w, https:\/\/tonerdepresse.be\/wp-content\/uploads\/2024\/07\/toner-de-presse-rgb-1536x762.png 1536w, https:\/\/tonerdepresse.be\/wp-content\/uploads\/2024\/07\/toner-de-presse-rgb-2048x1016.png 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-68a7ae1 e-con-full e-flex e-con e-child\" data-id=\"68a7ae1\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:4,&quot;sizes&quot;:[]},&quot;motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;motion_fx_devices&quot;:[&quot;widescreen&quot;,&quot;desktop&quot;,&quot;laptop&quot;,&quot;tablet_extra&quot;,&quot;tablet&quot;,&quot;mobile_extra&quot;,&quot;mobile&quot;]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-13815fb elementor-widget elementor-widget-heading\" data-id=\"13815fb\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Tailor made printing solutions<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4e72674 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"4e72674\" data-element_type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<a class=\"elementor-icon\" href=\"#print\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"_\" data-name=\"+\" width=\"59.996\" height=\"60\" viewBox=\"0 0 59.996 60\"><rect id=\"Rectangle_5074\" data-name=\"Rectangle 5074\" width=\"23.53\" height=\"23.53\" transform=\"translate(18.235 18.235)\" fill=\"#322e5a\"><\/rect><rect id=\"Rectangle_5075\" data-name=\"Rectangle 5075\" width=\"2.012\" height=\"60\" transform=\"translate(28.99)\" fill=\"#322e5a\"><\/rect><rect id=\"Rectangle_5076\" data-name=\"Rectangle 5076\" width=\"59.996\" height=\"2.008\" transform=\"translate(0 28.998)\" fill=\"#322e5a\"><\/rect><rect id=\"Rectangle_5077\" data-name=\"Rectangle 5077\" width=\"2.012\" height=\"23.53\" transform=\"translate(28.99 18.235)\" fill=\"#fff\"><\/rect><rect id=\"Rectangle_5078\" data-name=\"Rectangle 5078\" width=\"23.53\" height=\"2.008\" transform=\"translate(18.235 28.998)\" fill=\"#fff\"><\/rect><\/svg>\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9e4e03f e-flex e-con-boxed e-con e-parent\" data-id=\"9e4e03f\" data-element_type=\"container\" id=\"print\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-d5ce934 e-con-full e-flex e-con e-child\" data-id=\"d5ce934\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-f24ecce e-con-full e-flex e-con e-child\" data-id=\"f24ecce\" data-element_type=\"container\" data-settings=\"{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;motion_fx_devices&quot;:[&quot;widescreen&quot;,&quot;desktop&quot;,&quot;laptop&quot;,&quot;tablet_extra&quot;,&quot;tablet&quot;],&quot;motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}}}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c9dcd67 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"c9dcd67\" data-element_type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"76.161\" height=\"76.161\" viewBox=\"0 0 76.161 76.161\"><g id=\"_\" data-name=\"+\" transform=\"translate(0 0)\"><rect id=\"Rectangle_5065\" data-name=\"Rectangle 5065\" width=\"2.854\" height=\"76.161\" transform=\"translate(36.657 0)\" fill=\"#322e5a\"><\/rect><rect id=\"Rectangle_5066\" data-name=\"Rectangle 5066\" width=\"76.161\" height=\"2.848\" transform=\"translate(0 36.657)\" fill=\"#322e5a\"><\/rect><path id=\"Trac&#xE9;_35401\" data-name=\"Trac&#xE9; 35401\" d=\"M24.748,46.727A21.985,21.985,0,1,1,46.738,24.743,22.016,22.016,0,0,1,24.748,46.727m0-41.127A19.142,19.142,0,1,0,43.884,24.743,19.156,19.156,0,0,0,24.748,5.6\" transform=\"translate(13.333 13.339)\" fill=\"#322e5a\"><\/path><\/g><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-75c8951 e-con-full e-flex e-con e-child\" data-id=\"75c8951\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5810f65 elementor-widget elementor-widget-heading\" data-id=\"5810f65\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Print On Demand<br>\n&amp; Just In Time&nbsp;!<\/h1>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-aa35e19 e-con-full e-flex e-con e-child\" data-id=\"aa35e19\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-af9a5c5 e-con-full e-flex e-con e-child\" data-id=\"af9a5c5\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4feb9fb elementor-widget elementor-widget-text-editor\" data-id=\"4feb9fb\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Toner de Presse supports you with <strong>all<\/strong> of your communication and <strong>projects<\/strong>. <br \/>Highly efficient <strong>equipment<\/strong>, an unlimited range of <strong>media<\/strong>, a team of technically creative, inventive and responsive experts and <strong>bespoke solutions<\/strong> in the <strong>shortest time possible<\/strong>.<\/p>\n<p>Toner de Presse offers the most appropriate <strong>solution<\/strong> for you, from classic printing to more specific and original alternatives, and formats of <strong>all sizes.<\/strong> We provide exactly what you need, from a single print to multiple runs \u2013 no more, no less!<\/p>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6f2c518 e-con-full e-flex e-con e-child\" data-id=\"6f2c518\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d04be1f elementor-widget elementor-widget-text-editor\" data-id=\"d04be1f\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>The expert <strong>Colour Management<\/strong> system ensures <strong>accurate colours <\/strong>that comply with your style guide. The <strong>finish<\/strong> of each project is carefully adapted to perfectly meet your specifications, ensuring an <strong>impeccable end result<\/strong>. <\/p>\n<p>Does your project have multiple versions, with different quantities and delivery addresses? Not a problem! We handle <strong>every<\/strong> stage of the process, in order to provide <strong>hassle-free support<\/strong>: <strong>printing, handling, packaging<\/strong>, identification of parcels, <strong>shipping<\/strong>, preparation, <strong>worldwide<\/strong> delivery and <strong>tracking<\/strong>.<\/p>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-83a6c99 elementor-widget elementor-widget-heading\" data-id=\"83a6c99\" data-element_type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:49}},&quot;motion_fx_opacity_effect&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_level&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:5,&quot;sizes&quot;:[]},&quot;motion_fx_devices&quot;:[&quot;widescreen&quot;,&quot;desktop&quot;,&quot;laptop&quot;,&quot;tablet_extra&quot;,&quot;tablet&quot;],&quot;motion_fx_opacity_direction&quot;:&quot;out-in&quot;,&quot;motion_fx_opacity_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Toner de Presse: a comprehensive and bespoke service.<br>\nSimple, fast and effective.<\/h3>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9faf2e0 e-flex e-con-boxed e-con e-parent\" data-id=\"9faf2e0\" data-element_type=\"container\" id=\"packaging\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-9268740 e-con-full e-flex e-con e-child\" data-id=\"9268740\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-b387937 e-con-full e-flex e-con e-child\" data-id=\"b387937\" data-element_type=\"container\" data-settings=\"{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;motion_fx_devices&quot;:[&quot;widescreen&quot;,&quot;desktop&quot;,&quot;laptop&quot;,&quot;tablet_extra&quot;,&quot;tablet&quot;],&quot;motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}}}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b366392 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"b366392\" data-element_type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"78.961\" height=\"78.961\" viewBox=\"0 0 78.961 78.961\"><g id=\"Groupe_3902\" data-name=\"Groupe 3902\" transform=\"translate(0.752 0.752)\"><path id=\"Trac&#xE9;_35402\" data-name=\"Trac&#xE9; 35402\" d=\"M20.314.648H.648V20.314\" fill=\"none\" stroke=\"#322e5a\" stroke-linejoin=\"round\" stroke-width=\"2.8\"><\/path><path id=\"Trac&#xE9;_35403\" data-name=\"Trac&#xE9; 35403\" d=\"M19.648,39.314H39.314V19.648\" transform=\"translate(37.495 37.495)\" fill=\"none\" stroke=\"#322e5a\" stroke-linejoin=\"round\" stroke-width=\"2.8\"><\/path><path id=\"Trac&#xE9;_35404\" data-name=\"Trac&#xE9; 35404\" d=\"M5.648,39.167l26.761,14.87V24.564L5.648,9.691Z\" transform=\"translate(6.336 13.912)\" fill=\"none\" stroke=\"#322e5a\" stroke-linejoin=\"round\" stroke-width=\"2.8\"><\/path><path id=\"Trac&#xE9;_35405\" data-name=\"Trac&#xE9; 35405\" d=\"M14.648,24.562V54.038L41.409,39.164V9.692Z\" transform=\"translate(24.097 13.913)\" fill=\"none\" stroke=\"#322e5a\" stroke-linejoin=\"round\" stroke-width=\"2.8\"><\/path><path id=\"Trac&#xE9;_35406\" data-name=\"Trac&#xE9; 35406\" d=\"M32.409,4.681,5.648,19.566,32.409,34.448,59.17,19.566Z\" transform=\"translate(6.336 4.025)\" fill=\"none\" stroke=\"#322e5a\" stroke-linejoin=\"round\" stroke-width=\"2.8\"><\/path><\/g><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ba96ed7 e-con-full e-flex e-con e-child\" data-id=\"ba96ed7\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8775e51 elementor-widget elementor-widget-heading\" data-id=\"8775e51\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Packaging &amp; 3D items<\/h1>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7317b69 e-con-full e-flex e-con e-child\" data-id=\"7317b69\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-3257218 e-con-full e-flex e-con e-child\" data-id=\"3257218\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2c0994d elementor-widget elementor-widget-text-editor\" data-id=\"2c0994d\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Take advantage of Toner de Presse\u2019s <strong>technical expertise<\/strong>when creating your <strong>items, packaging<\/strong> and <strong>displays, <\/strong>from the concept phase through to the finished product.<\/p>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9d06ff0 e-con-full e-flex e-con e-child\" data-id=\"9d06ff0\" data-element_type=\"container\">\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-69a495b e-con-full e-flex e-con e-child\" data-id=\"69a495b\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-9dfa9ed e-con-full e-flex e-con e-child\" data-id=\"9dfa9ed\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a96010b elementor-widget elementor-widget-text-editor\" data-id=\"a96010b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Expertise in production and mastery of a wide range of media and materials.<\/p>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3cdcba1 e-con-full e-flex e-con e-child\" data-id=\"3cdcba1\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-98d9e61 elementor-widget elementor-widget-text-editor\" data-id=\"98d9e61\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>The technical office is standing by and can support you throughout the process.<\/p>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3322d12 e-con-full e-flex e-con e-child\" data-id=\"3322d12\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d48f90f elementor-widget elementor-widget-text-editor\" data-id=\"d48f90f\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Toner de Presse can handle your challenges. Come to us with your projects and we will work together to make them a reality. <\/p>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4b8da48 e-flex e-con-boxed e-con e-parent\" data-id=\"4b8da48\" data-element_type=\"container\" id=\"web2print\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;background_motion_fx_motion_fx_mouse&quot;:&quot;yes&quot;,&quot;background_motion_fx_mouseTrack_effect&quot;:&quot;yes&quot;,&quot;background_motion_fx_mouseTrack_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.3,&quot;sizes&quot;:[]}}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-324ad80 e-con-full e-flex e-con e-child\" data-id=\"324ad80\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-83f2497 e-con-full e-flex e-con e-child\" data-id=\"83f2497\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-9f0785a e-con-full e-flex e-con e-child\" data-id=\"9f0785a\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-8b5d40e e-con-full e-flex e-con e-child\" data-id=\"8b5d40e\" data-element_type=\"container\" data-settings=\"{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;motion_fx_devices&quot;:[&quot;widescreen&quot;,&quot;desktop&quot;,&quot;laptop&quot;,&quot;tablet_extra&quot;,&quot;tablet&quot;],&quot;motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}}}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9e0b431 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"9e0b431\" data-element_type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"41.492\" height=\"70.524\" viewBox=\"0 0 41.492 70.524\"><g id=\"cursor\" transform=\"translate(-25.144 3.38)\"><path id=\"Trac&#xE9;_35408\" data-name=\"Trac&#xE9; 35408\" d=\"M12,0V53.028L25.5,38.874,36.475,65.265l5.588-2.57-11.1-25.984H48.712Z\" transform=\"translate(14.543)\" fill=\"none\" stroke=\"#fff\" stroke-width=\"2.8\"><\/path><\/g><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5f46c09 e-con-full e-flex e-con e-child\" data-id=\"5f46c09\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b96732f elementor-widget elementor-widget-heading\" data-id=\"b96732f\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Web2Print<\/h1>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-58759fe e-con-full e-flex e-con e-child\" data-id=\"58759fe\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-02d4362 e-con-full e-flex e-con e-child\" data-id=\"02d4362\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-c4c5d2d e-con-full e-flex e-con e-child\" data-id=\"c4c5d2d\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-205503b elementor-widget elementor-widget-text-editor\" data-id=\"205503b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Do you have an <strong>e-commerce<\/strong> development project involving <strong>printed items<\/strong> ?<\/p>\n<p>Are you looking for a <strong>solution to digitise<\/strong> your printed stock? <\/p>\n<p>Or a centralised <strong>logistics solution for distributing<\/strong> your printed items to your network?<\/p>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ab13830 elementor-widget elementor-widget-heading\" data-id=\"ab13830\" data-element_type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:50}},&quot;motion_fx_opacity_effect&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_level&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:5,&quot;sizes&quot;:[]},&quot;motion_fx_opacity_direction&quot;:&quot;out-in&quot;,&quot;motion_fx_opacity_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}},&quot;motion_fx_devices&quot;:[&quot;widescreen&quot;,&quot;desktop&quot;,&quot;laptop&quot;,&quot;tablet_extra&quot;,&quot;tablet&quot;,&quot;mobile_extra&quot;,&quot;mobile&quot;]}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Make your life easier. <br>\nTalk to us about it.<\/h3>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-62a9fa9 e-con-full e-flex e-con e-child\" data-id=\"62a9fa9\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-175cf35 elementor-widget elementor-widget-text-editor\" data-id=\"175cf35\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p><strong>Adhok<\/strong> <strong>(Toner de Presse\u2019s e-procurement platform)<\/strong> offers <strong>total control<\/strong> of order flows, cost forecasts and deadlines.<\/p>\n<p><strong>Ease, security and peace of mind.<\/strong> <\/p>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ef776f7 elementor-widget elementor-widget-heading\" data-id=\"ef776f7\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Want to find out more?&nbsp;? <\/h3>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-17bc126 elementor-align-justify elementor-widget elementor-widget-button\" data-id=\"17bc126\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#contact\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Contact us!<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-aee5bed e-flex e-con-boxed e-con e-parent\" data-id=\"aee5bed\" data-element_type=\"container\" id=\"rse\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-eed2d6d e-con-full e-flex e-con e-child\" data-id=\"eed2d6d\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-60ba804 e-con-full e-flex e-con e-child\" data-id=\"60ba804\" data-element_type=\"container\" data-settings=\"{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;motion_fx_devices&quot;:[&quot;widescreen&quot;,&quot;desktop&quot;,&quot;laptop&quot;,&quot;tablet_extra&quot;,&quot;tablet&quot;],&quot;motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}}}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f4d4eaf elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"f4d4eaf\" data-element_type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"55.801\" height=\"68.943\" viewBox=\"0 0 55.801 68.943\"><g id=\"Groupe_3907\" data-name=\"Groupe 3907\" transform=\"translate(-5.842 -5.865)\"><g id=\"Groupe_3909\" data-name=\"Groupe 3909\" transform=\"translate(7.257 7.267)\"><path id=\"Trac&#xE9;_35409\" data-name=\"Trac&#xE9; 35409\" d=\"M1.463,45.011S8.9,19.261,26.238,3.719\" transform=\"translate(4.427 20.796)\" fill=\"none\" stroke=\"#fff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.8\"><\/path><path id=\"Trac&#xE9;_35410\" data-name=\"Trac&#xE9; 35410\" d=\"M29.78,53.542l-1.107.107A25.551,25.551,0,0,1,.875,30.741,25.268,25.268,0,0,1,23.52,3.092l.157-.017L48.336.763a2.888,2.888,0,0,1,3.146,2.593l2.106,21.307A26.378,26.378,0,0,1,29.953,53.526Z\" transform=\"translate(-0.75 -0.75)\" fill=\"none\" stroke=\"#fff\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.8\"><\/path><\/g><\/g><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3d92215 e-con-full e-flex e-con e-child\" data-id=\"3d92215\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5cf7932 elementor-widget elementor-widget-heading\" data-id=\"5cf7932\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">CSR<\/h1>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-77893a2 e-con-full e-flex e-con e-child\" data-id=\"77893a2\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-a4421c8 e-con-full e-flex e-con e-child\" data-id=\"a4421c8\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-79eef7f elementor-widget elementor-widget-heading\" data-id=\"79eef7f\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">A sustainable commitment is our duty. <br>\nAnd we spared no time making it a reality.\n<div><br><\/div><\/h4>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-84bcdcb elementor-widget elementor-widget-text-editor\" data-id=\"84bcdcb\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Toner de Presse is always striving to improve its positive impact on society, and environmental, economic and social plans are an integral part of how we do that.<\/p>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-dbd879f e-flex e-con-boxed e-con e-parent\" data-id=\"dbd879f\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-5a2d9c5 e-con-full e-flex e-con e-child\" data-id=\"5a2d9c5\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:50}},&quot;motion_fx_devices&quot;:[&quot;widescreen&quot;,&quot;desktop&quot;,&quot;laptop&quot;,&quot;tablet_extra&quot;,&quot;tablet&quot;,&quot;mobile_extra&quot;,&quot;mobile&quot;]}\">\n\t\t<div class=\"elementor-element elementor-element-8a40183 e-con-full e-flex e-con e-child\" data-id=\"8a40183\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-07473dc elementor-widget elementor-widget-image\" data-id=\"07473dc\" data-element_type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_translateX_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateX_direction&quot;:&quot;negative&quot;,&quot;motion_fx_translateX_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;motion_fx_translateX_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:51}},&quot;motion_fx_opacity_effect&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_direction&quot;:&quot;out-in&quot;,&quot;motion_fx_opacity_level&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;motion_fx_opacity_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}},&quot;motion_fx_devices&quot;:[&quot;widescreen&quot;,&quot;desktop&quot;,&quot;laptop&quot;,&quot;tablet_extra&quot;,&quot;tablet&quot;,&quot;mobile_extra&quot;,&quot;mobile&quot;]}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"350\" height=\"350\" src=\"https:\/\/tonerdepresse.be\/wp-content\/uploads\/2024\/06\/ecovadis.png\" class=\"attachment-large size-large wp-image-193\" alt=\"Logo Ecovadis\" srcset=\"https:\/\/tonerdepresse.be\/wp-content\/uploads\/2024\/06\/ecovadis.png 350w, https:\/\/tonerdepresse.be\/wp-content\/uploads\/2024\/06\/ecovadis-300x300.png 300w, https:\/\/tonerdepresse.be\/wp-content\/uploads\/2024\/06\/ecovadis-150x150.png 150w\" sizes=\"(max-width: 350px) 100vw, 350px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d99ca52 e-con-full e-flex e-con e-child\" data-id=\"d99ca52\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-36acd62 e-con-full e-flex e-con e-child\" data-id=\"36acd62\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-c945fcf e-con-full e-flex e-con e-child\" data-id=\"c945fcf\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9bf3747 elementor-widget elementor-widget-text-editor\" data-id=\"9bf3747\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p><b>EcoVadis<\/b> is a system that assesses and rates our performance in terms of corporate social responsibility (CSR).<\/p>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a2cf8d8 e-con-full e-flex e-con e-child\" data-id=\"a2cf8d8\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-30370dd elementor-widget elementor-widget-text-editor\" data-id=\"30370dd\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>It enables us to measure the company\u2019s performance in terms of sustainable development by evaluating our policies, actions and results.<\/p>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e7b166e elementor-widget elementor-widget-heading\" data-id=\"e7b166e\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Toner de Presse is committed to improving its score even further.<\/h4>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-025c3e7 elementor-align-left elementor-widget elementor-widget-button\" data-id=\"025c3e7\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/ecovadis.com\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Learn more<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9c52ac7 e-con-full e-flex e-con e-child\" data-id=\"9c52ac7\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:3,&quot;sizes&quot;:[]},&quot;motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:50}},&quot;motion_fx_devices&quot;:[&quot;widescreen&quot;,&quot;desktop&quot;,&quot;laptop&quot;,&quot;tablet_extra&quot;,&quot;tablet&quot;,&quot;mobile_extra&quot;,&quot;mobile&quot;]}\">\n\t\t<div class=\"elementor-element elementor-element-7fe314f e-con-full e-flex e-con e-child\" data-id=\"7fe314f\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1f6ae7f elementor-widget elementor-widget-image\" data-id=\"1f6ae7f\" data-element_type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_translateX_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateX_direction&quot;:&quot;negative&quot;,&quot;motion_fx_translateX_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;motion_fx_translateX_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:51}},&quot;motion_fx_opacity_effect&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_direction&quot;:&quot;out-in&quot;,&quot;motion_fx_opacity_level&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;motion_fx_opacity_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}},&quot;motion_fx_devices&quot;:[&quot;widescreen&quot;,&quot;desktop&quot;,&quot;laptop&quot;,&quot;tablet_extra&quot;,&quot;tablet&quot;,&quot;mobile_extra&quot;,&quot;mobile&quot;]}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"687\" height=\"1024\" src=\"https:\/\/tonerdepresse.be\/wp-content\/uploads\/2024\/07\/FSC_C008551_Promotional_with_text_Portrait_GreenOnWhite_r_sKWrxO-EN-1-687x1024.png\" class=\"attachment-large size-large wp-image-513\" alt=\"\" srcset=\"https:\/\/tonerdepresse.be\/wp-content\/uploads\/2024\/07\/FSC_C008551_Promotional_with_text_Portrait_GreenOnWhite_r_sKWrxO-EN-1-687x1024.png 687w, https:\/\/tonerdepresse.be\/wp-content\/uploads\/2024\/07\/FSC_C008551_Promotional_with_text_Portrait_GreenOnWhite_r_sKWrxO-EN-1-201x300.png 201w, https:\/\/tonerdepresse.be\/wp-content\/uploads\/2024\/07\/FSC_C008551_Promotional_with_text_Portrait_GreenOnWhite_r_sKWrxO-EN-1-768x1144.png 768w, https:\/\/tonerdepresse.be\/wp-content\/uploads\/2024\/07\/FSC_C008551_Promotional_with_text_Portrait_GreenOnWhite_r_sKWrxO-EN-1-1031x1536.png 1031w, https:\/\/tonerdepresse.be\/wp-content\/uploads\/2024\/07\/FSC_C008551_Promotional_with_text_Portrait_GreenOnWhite_r_sKWrxO-EN-1.png 1289w\" sizes=\"(max-width: 687px) 100vw, 687px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-431e89d elementor-widget elementor-widget-text-editor\" data-id=\"431e89d\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>SCS-COC-005219-HU<\/p>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0e91f8d e-con-full e-flex e-con e-child\" data-id=\"0e91f8d\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-96714b0 e-con-full e-flex e-con e-child\" data-id=\"96714b0\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-9253101 e-con-full e-flex e-con e-child\" data-id=\"9253101\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c879c39 elementor-widget elementor-widget-text-editor\" data-id=\"c879c39\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\tToner de Presse also boasts an <strong>certification FSC<sup>\u00ae<\/sup><\/strong>, which guarantees that our paper ranges come from sustainably managed forests.\n<br><br>\nFind out about our FSC<sup>\u00ae<\/sup> certified products.\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c54a1aa elementor-align-left elementor-widget elementor-widget-button\" data-id=\"c54a1aa\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/fsc.org\/en\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Learn more<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4a7951b e-con-full e-flex e-con e-child\" data-id=\"4a7951b\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:50}},&quot;motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:4,&quot;sizes&quot;:[]},&quot;motion_fx_devices&quot;:[&quot;widescreen&quot;,&quot;desktop&quot;,&quot;laptop&quot;,&quot;tablet_extra&quot;,&quot;tablet&quot;,&quot;mobile_extra&quot;,&quot;mobile&quot;]}\">\n\t\t<div class=\"elementor-element elementor-element-ddb864e e-con-full e-flex e-con e-child\" data-id=\"ddb864e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-358d6f4 elementor-widget elementor-widget-image\" data-id=\"358d6f4\" data-element_type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_translateX_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateX_direction&quot;:&quot;negative&quot;,&quot;motion_fx_translateX_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;motion_fx_translateX_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:51}},&quot;motion_fx_opacity_effect&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_direction&quot;:&quot;out-in&quot;,&quot;motion_fx_opacity_level&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;motion_fx_opacity_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}},&quot;motion_fx_devices&quot;:[&quot;widescreen&quot;,&quot;desktop&quot;,&quot;laptop&quot;,&quot;tablet_extra&quot;,&quot;tablet&quot;,&quot;mobile_extra&quot;,&quot;mobile&quot;]}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"388\" height=\"446\" src=\"https:\/\/tonerdepresse.be\/wp-content\/uploads\/2024\/06\/ClimateCalc.png\" class=\"attachment-large size-large wp-image-195\" alt=\"Logo ClimateCalc\" srcset=\"https:\/\/tonerdepresse.be\/wp-content\/uploads\/2024\/06\/ClimateCalc.png 388w, https:\/\/tonerdepresse.be\/wp-content\/uploads\/2024\/06\/ClimateCalc-261x300.png 261w\" sizes=\"(max-width: 388px) 100vw, 388px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-81867cd e-con-full e-flex e-con e-child\" data-id=\"81867cd\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-b615f80 e-con-full e-flex e-con e-child\" data-id=\"b615f80\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-25e29e2 e-con-full e-flex e-con e-child\" data-id=\"25e29e2\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8e5e383 elementor-widget elementor-widget-text-editor\" data-id=\"8e5e383\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>In addition, Toner de Presse has adopted <strong>ClimateCalc<\/strong>, a European calculator that enables us to measure the carbon footprint of our printing work.<\/p>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4edc41e elementor-align-left elementor-widget elementor-widget-button\" data-id=\"4edc41e\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/www.climatecalc.eu\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Learn more<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-012e72e e-flex e-con-boxed e-con e-parent\" data-id=\"012e72e\" data-element_type=\"container\" id=\"quisommesnous\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-4a12377 e-con-full e-flex e-con e-child\" data-id=\"4a12377\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-6040d05 e-con-full e-flex e-con e-child\" data-id=\"6040d05\" data-element_type=\"container\" data-settings=\"{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;motion_fx_devices&quot;:[&quot;widescreen&quot;,&quot;desktop&quot;,&quot;laptop&quot;,&quot;tablet_extra&quot;,&quot;tablet&quot;],&quot;motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}}}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-53e9e2f elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"53e9e2f\" data-element_type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"69.254\" height=\"69.254\" viewBox=\"0 0 69.254 69.254\"><g id=\"printing-page\" transform=\"translate(-1.6 -1.6)\"><path id=\"Trac&#xE9;_35411\" data-name=\"Trac&#xE9; 35411\" d=\"M56.794,58.378H67.239a2.215,2.215,0,0,0,2.215-2.215V32.535A14.768,14.768,0,0,0,54.686,17.768H17.768A14.768,14.768,0,0,0,3,32.535V56.163a2.215,2.215,0,0,0,2.215,2.215H15.659m5.8-40.611V5.215A2.215,2.215,0,0,1,23.675,3h25.1a2.215,2.215,0,0,1,2.215,2.215V17.768\" fill=\"none\" stroke=\"#322e5a\" stroke-width=\"2.8\"><\/path><path id=\"Trac&#xE9;_35412\" data-name=\"Trac&#xE9; 35412\" d=\"M6.114,37.314l1.218-8.547L9.171,15.9A2.215,2.215,0,0,1,11.364,14H44.443a2.215,2.215,0,0,1,2.193,1.9l1.831,12.866,1.222,8.547A2.215,2.215,0,0,1,47.5,39.843H8.307a2.215,2.215,0,0,1-2.193-2.529Z\" transform=\"translate(8.323 29.611)\" fill=\"none\" stroke=\"#322e5a\" stroke-width=\"2.8\"><\/path><path id=\"Trac&#xE9;_35413\" data-name=\"Trac&#xE9; 35413\" d=\"M17,10.04,17.037,10\" transform=\"translate(37.686 18.84)\" fill=\"none\" stroke=\"#322e5a\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2.8\"><\/path><\/g><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-411aaee e-con-full e-flex e-con e-child\" data-id=\"411aaee\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0b849a3 elementor-widget elementor-widget-heading\" data-id=\"0b849a3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">About us&nbsp;?<\/h1>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0e653e8 e-con-full e-flex e-con e-child\" data-id=\"0e653e8\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-ec60a3d e-con-full e-flex e-con e-child\" data-id=\"ec60a3d\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c9920a5 elementor-widget elementor-widget-text-editor\" data-id=\"c9920a5\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Based at the heart of Europe in <b>Belgium<\/b>, Toner de Presse has been bringing projects to life for <strong>more than 20 years<\/strong> ! <br \/>Loving what we do&#8230;<\/p>\n<p>Building <strong>long-term<\/strong> working relationships with our clients based on <strong>trust<\/strong> is one of our top priorities. <\/p>\n<p>Our team of <strong>trained and experienced experts <\/strong>is always ready to tackle <strong>new challenges<\/strong> and removes as many barriers to your success as possible! <\/p>\n<p>It <strong>monitors technological performance at all times<\/strong>, in order to offer <strong>the most efficient and personalised service<\/strong> possible. <\/p>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-12244a6 e-con-full e-flex e-con e-child\" data-id=\"12244a6\" data-element_type=\"container\">\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e73d8a7 e-con-full e-flex e-con e-child\" data-id=\"e73d8a7\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-2916b5b e-con-full e-flex e-con e-child\" data-id=\"2916b5b\" data-element_type=\"container\" data-settings=\"{&quot;motion_fx_motion_fx_mouse&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_effect&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.2,&quot;sizes&quot;:[]}}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ed7c2cb elementor-widget elementor-widget-image\" data-id=\"ed7c2cb\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"232\" height=\"235\" src=\"https:\/\/tonerdepresse.be\/wp-content\/uploads\/2024\/06\/colorpoints.png\" class=\"attachment-large size-large wp-image-197\" alt=\"Icone CMJN\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9f9e471 e-con-full e-flex e-con e-child\" data-id=\"9f9e471\" data-element_type=\"container\" data-settings=\"{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;motion_fx_opacity_effect&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_level&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;motion_fx_devices&quot;:[&quot;widescreen&quot;,&quot;desktop&quot;,&quot;laptop&quot;,&quot;tablet_extra&quot;,&quot;tablet&quot;],&quot;motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;motion_fx_opacity_direction&quot;:&quot;out-in&quot;,&quot;motion_fx_opacity_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}}}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3361c9b elementor-widget elementor-widget-heading\" data-id=\"3361c9b\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Toner de Presse and you: a bespoke relationship.<\/h3>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>FR EN Tailor made printing solutions Print On Demand &amp; Just In Time&nbsp;! Toner de Presse supports you with all of your communication and projects. Highly efficient equipment, an unlimited range of media, a team of technically creative, inventive and responsive experts and bespoke solutions in the shortest time possible. Toner de Presse offers the [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":205,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"inline_featured_image":false,"footnotes":""},"class_list":["post-213","page","type-page","status-publish","has-post-thumbnail","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Home - Toner de presse<\/title>\n<meta name=\"description\" content=\"Toner de Presse supports you with all of your communication and projects.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/tonerdepresse.be\/en\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Home - Toner de presse\" \/>\n<meta property=\"og:description\" content=\"Toner de Presse supports you with all of your communication and projects.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/tonerdepresse.be\/en\/\" \/>\n<meta property=\"og:site_name\" content=\"Toner de presse\" \/>\n<meta property=\"article:modified_time\" content=\"2024-07-05T08:26:00+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/tonerdepresse.be\/wp-content\/uploads\/2024\/06\/cropped-colorpointsrht.png\" \/>\n\t<meta property=\"og:image:width\" content=\"512\" \/>\n\t<meta property=\"og:image:height\" content=\"512\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/tonerdepresse.be\/en\/\",\"url\":\"https:\/\/tonerdepresse.be\/en\/\",\"name\":\"Home - Toner de presse\",\"isPartOf\":{\"@id\":\"https:\/\/tonerdepresse.be\/en\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/tonerdepresse.be\/en\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/tonerdepresse.be\/en\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/tonerdepresse.be\/wp-content\/uploads\/2024\/06\/cropped-colorpointsrht.png\",\"datePublished\":\"2024-06-24T12:35:48+00:00\",\"dateModified\":\"2024-07-05T08:26:00+00:00\",\"description\":\"Toner de Presse supports you with all of your communication and projects.\",\"breadcrumb\":{\"@id\":\"https:\/\/tonerdepresse.be\/en\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/tonerdepresse.be\/en\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/tonerdepresse.be\/en\/#primaryimage\",\"url\":\"https:\/\/tonerdepresse.be\/wp-content\/uploads\/2024\/06\/cropped-colorpointsrht.png\",\"contentUrl\":\"https:\/\/tonerdepresse.be\/wp-content\/uploads\/2024\/06\/cropped-colorpointsrht.png\",\"width\":512,\"height\":512,\"caption\":\"Icone CMJN\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/tonerdepresse.be\/en\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\/\/tonerdepresse.be\/en\/home\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Home\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/tonerdepresse.be\/en\/#website\",\"url\":\"https:\/\/tonerdepresse.be\/en\/\",\"name\":\"Toner de presse\",\"description\":\"Tailor made printing solutions\",\"publisher\":{\"@id\":\"https:\/\/tonerdepresse.be\/en\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/tonerdepresse.be\/en\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/tonerdepresse.be\/en\/#organization\",\"name\":\"Toner de presse\",\"url\":\"https:\/\/tonerdepresse.be\/en\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/tonerdepresse.be\/en\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/tonerdepresse.be\/wp-content\/uploads\/2024\/07\/toner-de-presse-rgb.png\",\"contentUrl\":\"https:\/\/tonerdepresse.be\/wp-content\/uploads\/2024\/07\/toner-de-presse-rgb.png\",\"width\":2085,\"height\":1034,\"caption\":\"Toner de presse\"},\"image\":{\"@id\":\"https:\/\/tonerdepresse.be\/en\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Home - Toner de presse","description":"Toner de Presse supports you with all of your communication and projects.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/tonerdepresse.be\/en\/","og_locale":"en_US","og_type":"article","og_title":"Home - Toner de presse","og_description":"Toner de Presse supports you with all of your communication and projects.","og_url":"https:\/\/tonerdepresse.be\/en\/","og_site_name":"Toner de presse","article_modified_time":"2024-07-05T08:26:00+00:00","og_image":[{"width":512,"height":512,"url":"https:\/\/tonerdepresse.be\/wp-content\/uploads\/2024\/06\/cropped-colorpointsrht.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/tonerdepresse.be\/en\/","url":"https:\/\/tonerdepresse.be\/en\/","name":"Home - Toner de presse","isPartOf":{"@id":"https:\/\/tonerdepresse.be\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/tonerdepresse.be\/en\/#primaryimage"},"image":{"@id":"https:\/\/tonerdepresse.be\/en\/#primaryimage"},"thumbnailUrl":"https:\/\/tonerdepresse.be\/wp-content\/uploads\/2024\/06\/cropped-colorpointsrht.png","datePublished":"2024-06-24T12:35:48+00:00","dateModified":"2024-07-05T08:26:00+00:00","description":"Toner de Presse supports you with all of your communication and projects.","breadcrumb":{"@id":"https:\/\/tonerdepresse.be\/en\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/tonerdepresse.be\/en\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/tonerdepresse.be\/en\/#primaryimage","url":"https:\/\/tonerdepresse.be\/wp-content\/uploads\/2024\/06\/cropped-colorpointsrht.png","contentUrl":"https:\/\/tonerdepresse.be\/wp-content\/uploads\/2024\/06\/cropped-colorpointsrht.png","width":512,"height":512,"caption":"Icone CMJN"},{"@type":"BreadcrumbList","@id":"https:\/\/tonerdepresse.be\/en\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/tonerdepresse.be\/en\/home\/"},{"@type":"ListItem","position":2,"name":"Home"}]},{"@type":"WebSite","@id":"https:\/\/tonerdepresse.be\/en\/#website","url":"https:\/\/tonerdepresse.be\/en\/","name":"Toner de presse","description":"Tailor made printing solutions","publisher":{"@id":"https:\/\/tonerdepresse.be\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/tonerdepresse.be\/en\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/tonerdepresse.be\/en\/#organization","name":"Toner de presse","url":"https:\/\/tonerdepresse.be\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/tonerdepresse.be\/en\/#\/schema\/logo\/image\/","url":"https:\/\/tonerdepresse.be\/wp-content\/uploads\/2024\/07\/toner-de-presse-rgb.png","contentUrl":"https:\/\/tonerdepresse.be\/wp-content\/uploads\/2024\/07\/toner-de-presse-rgb.png","width":2085,"height":1034,"caption":"Toner de presse"},"image":{"@id":"https:\/\/tonerdepresse.be\/en\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/tonerdepresse.be\/en\/wp-json\/wp\/v2\/pages\/213","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tonerdepresse.be\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/tonerdepresse.be\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/tonerdepresse.be\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tonerdepresse.be\/en\/wp-json\/wp\/v2\/comments?post=213"}],"version-history":[{"count":60,"href":"https:\/\/tonerdepresse.be\/en\/wp-json\/wp\/v2\/pages\/213\/revisions"}],"predecessor-version":[{"id":551,"href":"https:\/\/tonerdepresse.be\/en\/wp-json\/wp\/v2\/pages\/213\/revisions\/551"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/tonerdepresse.be\/en\/wp-json\/wp\/v2\/media\/205"}],"wp:attachment":[{"href":"https:\/\/tonerdepresse.be\/en\/wp-json\/wp\/v2\/media?parent=213"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}