{"id":18334,"date":"2025-11-25T14:24:39","date_gmt":"2025-11-25T13:24:39","guid":{"rendered":"https:\/\/paperwise.eu\/paperwise-celebre-une-etape-cle-avec-la-certification-b-corp-la-durabilite-transparente-et-mesurable\/"},"modified":"2026-07-03T07:31:51","modified_gmt":"2026-07-03T05:31:51","slug":"paperwise-celebre-une-etape-cle-avec-la-certification-b-corp-la-durabilite-transparente-et-mesurable","status":"publish","type":"post","link":"https:\/\/paperwise.eu\/fr\/paperwise-celebre-une-etape-cle-avec-la-certification-b-corp-la-durabilite-transparente-et-mesurable\/","title":{"rendered":"PAPERWISE C\u00c9L\u00c8BRE UNE \u00c9TAPE CL\u00c9 AVEC LA CERTIFICATION B CORP\u2122 LA DURABILIT\u00c9 TRANSPARENTE ET MESURABLE"},"content":{"rendered":"\n<section class=\"section-hero-paperwise text-color-dark\" >\n    <div class=\"hero-background \" style=\"background-image: url('https:\/\/paperwise.eu\/wp-content\/uploads\/2025\/11\/gif-b-corp-header-1.gif');\">\n\n        \n        <div class=\"container-fluid h-100 pt-4 pb-4\">\n            <div class=\"row h-100\">\n                <div class=\"col-12 d-flex align-items-end\">\n                    <div class=\"hero-content\">\n                                                    <h1 class=\"hero-title\">\n                                <span class=\"hero-title-highlight\">PAPERWISE C\u00c9L\u00c8BRE UNE \u00c9TAPE CL\u00c9 AVEC LA CERTIFICATION<\/span> B CORP\u2122 LA DURABILIT\u00c9 TRANSPARENTE ET MESURABLE                            <\/h1>\n                        \n                        \n                                            <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/section>\n<script src=\"https:\/\/www.youtube.com\/iframe_api\"><\/script>\n<script src=\"https:\/\/player.vimeo.com\/api\/player.js\"><\/script>\n<script>\ndocument.addEventListener('DOMContentLoaded', function() {\n    \/\/ Vimeo can run immediately since the SDK loads synchronously enough\n    const heroVideos = document.querySelectorAll('.hero-video-wrapper iframe');\n    heroVideos.forEach(iframe => {\n        if (iframe.src.includes('vimeo.com')) {\n            const player = new Vimeo.Player(iframe);\n            player.getDuration().then(duration => {\n                player.on('timeupdate', data => {\n                    if (data.seconds >= duration - 1) {\n                        player.setCurrentTime(0).then(() => player.play());\n                    }\n                });\n            });\n        }\n    });\n\n    \/\/ Collect YouTube iframes to initialize once the API is ready\n    window._ytHeroIframes = document.querySelectorAll('.hero-video-wrapper iframe[src*=\"youtube.com\"]');\n});\n\n\/\/ This is called automatically by the YouTube API once it's fully loaded\nwindow.onYouTubeIframeAPIReady = function() {\n    if (!window._ytHeroIframes) return;\n\n    window._ytHeroIframes.forEach(iframe => {\n        const videoId = iframe.src.match(\/embed\\\/([^?&]+)\/)[1];\n        const parent = iframe.parentNode;\n        iframe.remove();\n\n        const ytDiv = document.createElement('div');\n        ytDiv.id = 'yt-hero-' + Math.floor(Math.random() * 10000);\n        ytDiv.classList.add('hero-video');\n        parent.appendChild(ytDiv);\n\n        new YT.Player(ytDiv.id, {\n            videoId: videoId,\n            playerVars: {\n                autoplay: 1,\n                controls: 0,\n                loop: 1,\n                playlist: videoId,\n                mute: 1,\n                modestbranding: 1,\n                disablekb: 1,\n                playsinline: 1\n            },\n            events: {\n                onReady: function(event) {\n                    const duration = event.target.getDuration();\n                    setInterval(() => {\n                        const current = event.target.getCurrentTime();\n                        if (current >= duration - 1) {\n                            event.target.seekTo(0);\n                            event.target.playVideo();\n                        }\n                    }, 800);\n                }\n            }\n        });\n    });\n};\n<\/script>\n<section id=\"section-text-block_50cba08c17b9c1c800bbc43ca9271fd1\" class=\"section section-text\">\n    <div class=\"container\">\n        <div class=\"section-text__wrapper text-align-left\">\n\n            \n                            <div class=\"section-text__content\">\n                    <p>Bonne nouvelle ! PaperWise est d\u00e9sormais une entreprise certifi\u00e9e B Corp\u2122 et a termin\u00e9 avec succ\u00e8s l\u2019audit approfondi ax\u00e9 sur la durabilit\u00e9. Dans un monde o\u00f9 les ressources s\u2019\u00e9puisent, o\u00f9 la biodiversit\u00e9 d\u00e9cline, o\u00f9 le climat change et o\u00f9 plus de 3 milliards de personnes vivent sous le seuil de pauvret\u00e9, une action est n\u00e9cessaire. Une action de la part d\u2019entreprises qui, en plus du profit, cr\u00e9ent \u00e9galement un impact positif pour l\u2019humain, la soci\u00e9t\u00e9 et l\u2019environnement. B Corp\u2122 rend la durabilit\u00e9 transparente et mesurable, permettant ainsi de mieux comprendre les performances durables des organisations. Quel est l\u2019impact de PaperWise en tant qu\u2019entreprise et quels sont les avantages pour vous ?     <\/p>\n                <\/div>\n            \n        <\/div>\n    <\/div>\n<\/section>\n\n<div class=\"section-full-width-image-wrapper\">\n    <section class=\"section-full-width-image section-full-width-image height-moyen parallax-enabled\" >\n                    <div class=\"image-container\">\n                <img decoding=\"async\" src=\"https:\/\/paperwise.eu\/wp-content\/uploads\/2025\/11\/b-corp-certificering-1.jpg\"\n                     alt=\"\"\n                     class=\"full-width-image\"\n                     loading=\"lazy\">\n            <\/div>\n            <\/section>\n\n    <\/div>\n\n<script>\n(function() {\n    const parallaxSection = document.querySelector('.section-full-width-image.parallax-enabled');\n    if (!parallaxSection) return;\n\n    const parallaxImage = parallaxSection.querySelector('.full-width-image');\n    if (!parallaxImage) return;\n\n    function updateParallax() {\n        const rect = parallaxSection.getBoundingClientRect();\n        const windowHeight = window.innerHeight;\n\n        \/\/ Check if section is in viewport\n        if (rect.bottom > 0 && rect.top < windowHeight) {\n            \/\/ Calculate scroll progress (0 to 1) relative to viewport\n            const scrollProgress = (windowHeight - rect.top) \/ (windowHeight + rect.height);\n\n            \/\/ Move image from -20% to +20% based on scroll progress\n            const movement = (scrollProgress - 0.5) * 40; \/\/ -20 to +20\n\n            parallaxImage.style.transform = `translate3d(0, ${movement}%, 0)`;\n        }\n    }\n\n    \/\/ Throttle scroll event for better performance\n    let ticking = false;\n    window.addEventListener('scroll', function() {\n        if (!ticking) {\n            window.requestAnimationFrame(function() {\n                updateParallax();\n                ticking = false;\n            });\n            ticking = true;\n        }\n    });\n\n    \/\/ Initial call\n    updateParallax();\n})();\n<\/script>\n\n<section id=\"section-text-block_5c7cfb905dd40eabcedcce0a810b7fcf\" class=\"section section-text\">\n    <div class=\"container\">\n        <div class=\"section-text__wrapper text-align-left\">\n\n                            <h2 class=\"section-text__heading\">\n                    ASSURANCE QUALIT\u00c9                 <\/h2>\n            \n                            <div class=\"section-text__content\">\n                    <h2>CONTEXTE<\/h2>\n<p>L\u2019histoire commence en 2015 lorsque nous lan\u00e7ons un nouveau type de papier sur le march\u00e9 europ\u00e9en sous la marque PaperWise. Chez PaperWise, nous pensons que l\u2019industrie du papier peut et doit devenir encore plus durable. Pour atteindre cet objectif, un changement radical de cap a \u00e9t\u00e9 op\u00e9r\u00e9 et PaperWise a pr\u00e9sent\u00e9 du papier fabriqu\u00e9 \u00e0 partir de d\u00e9chets agricoles pour les emballages, les imprim\u00e9s et les articles de bureau. Les d\u00e9chets agricoles sont des r\u00e9sidus v\u00e9g\u00e9taux tels que les tiges et les feuilles qui restent apr\u00e8s la r\u00e9colte de cultures alimentaires comme le bl\u00e9, l\u2019orge, le seigle, le riz, le chanvre et la canne \u00e0 sucre. Ces mati\u00e8res premi\u00e8res secondaires g\u00e9n\u00e8rent un gain environnemental important tout en offrant un revenu suppl\u00e9mentaire aux agriculteurs des pays en d\u00e9veloppement o\u00f9 PaperWise est produit. L\u2019impact environnemental de PaperWise est 47 % inf\u00e9rieur \u00e0 celui du papier issu des arbres et 29 % inf\u00e9rieur \u00e0 celui du papier recycl\u00e9.     <\/p>\n<h2>ASSURANCE QUALIT\u00c9<\/h2>\n<p>En 2015, PaperWise ne disposait pas encore de labels ou de certifications. L\u2019int\u00e9r\u00eat pour le papier \u00e9cologique PaperWise est immense depuis son introduction, mais les clients exigent des labels, des certifications et des preuves. Une \u00e9tude environnementale comparative ind\u00e9pendante sous la forme d\u2019une analyse du cycle de vie (ACV) a d\u00e9montr\u00e9 les gains environnementaux consid\u00e9rables de 47 % et 29 % entre PaperWise, le papier issu des arbres et le papier recycl\u00e9. Peu apr\u00e8s ont suivi les certifications pour le compostage industriel EN 13432, le compostage domestique DIN CERTCO, la s\u00e9curit\u00e9 alimentaire EC 1935\/2004, le recyclage et maintenant la certification de durabilit\u00e9 en tant qu\u2019<br \/>\nentreprise certifi\u00e9e B Corp\u2122.   <\/p>\n                <\/div>\n            \n        <\/div>\n    <\/div>\n<\/section>\n\n<div class=\"section-full-width-image-wrapper\">\n    <section class=\"section-full-width-image section-full-width-image height-moyen parallax-enabled\" >\n                    <div class=\"image-container\">\n                <img decoding=\"async\" src=\"https:\/\/paperwise.eu\/wp-content\/uploads\/2025\/11\/b-corp-certificering-2.jpg\"\n                     alt=\"\"\n                     class=\"full-width-image\"\n                     loading=\"lazy\">\n            <\/div>\n            <\/section>\n\n    <\/div>\n\n<script>\n(function() {\n    const parallaxSection = document.querySelector('.section-full-width-image.parallax-enabled');\n    if (!parallaxSection) return;\n\n    const parallaxImage = parallaxSection.querySelector('.full-width-image');\n    if (!parallaxImage) return;\n\n    function updateParallax() {\n        const rect = parallaxSection.getBoundingClientRect();\n        const windowHeight = window.innerHeight;\n\n        \/\/ Check if section is in viewport\n        if (rect.bottom > 0 && rect.top < windowHeight) {\n            \/\/ Calculate scroll progress (0 to 1) relative to viewport\n            const scrollProgress = (windowHeight - rect.top) \/ (windowHeight + rect.height);\n\n            \/\/ Move image from -20% to +20% based on scroll progress\n            const movement = (scrollProgress - 0.5) * 40; \/\/ -20 to +20\n\n            parallaxImage.style.transform = `translate3d(0, ${movement}%, 0)`;\n        }\n    }\n\n    \/\/ Throttle scroll event for better performance\n    let ticking = false;\n    window.addEventListener('scroll', function() {\n        if (!ticking) {\n            window.requestAnimationFrame(function() {\n                updateParallax();\n                ticking = false;\n            });\n            ticking = true;\n        }\n    });\n\n    \/\/ Initial call\n    updateParallax();\n})();\n<\/script>\n\n<section id=\"section-text-block_8e1455ff06a61ba70754d072519babf7\" class=\"section section-text\">\n    <div class=\"container\">\n        <div class=\"section-text__wrapper text-align-left\">\n\n            \n                            <div class=\"section-text__content\">\n                    <h2> QU\u2019EST-CE QUE B CORP\u2122 ? <\/h2>\n<p>En plus d\u2019un produit durable, les clients veulent \u00e9galement savoir \u00e0 quel point l\u2019organisation derri\u00e8re le produit est durable. B Corp\u2122 rend la durabilit\u00e9 de PaperWise transparente et mesurable. Tous les processus, politiques, gouvernance, certifications et revendications de PaperWise ont \u00e9t\u00e9 contr\u00f4l\u00e9s au moyen d\u2019un audit intensif. La certification B Corp\u2122 est une garantie suppl\u00e9mentaire pour les clients que les revendications et affirmations durables sont vraies et que les processus au sein de PaperWise sont durables. Elle n\u2019est accord\u00e9e qu\u2019aux entreprises \u00e0 but lucratif qui ont prouv\u00e9 avoir un impact positif majeur sur l\u2019humain et l\u2019environnement. Toutes les entreprises r\u00e9unies sous la banni\u00e8re B Corp\u2122 sont anim\u00e9es par une mission commune : am\u00e9liorer le monde.     <\/p>\n<h2> OBJECTIF DE B CORP\u2122 <\/h2>\n<p>B Corp\u2122 signifie \u00ab Benefit Corporation \u00bb. Construire ensemble une soci\u00e9t\u00e9 o\u00f9 tout le monde et tout profite. Depuis sa cr\u00e9ation en 2006, le B Global Network est devenu un mouvement mondial puissant comptant plus de 8 500 entreprises certifi\u00e9es B Corp\u2122, r\u00e9parties dans 162 industries et 98 pays. B Lab\u2122 est l\u2019organisation derri\u00e8re la certification B Corp\u2122. Pour \u00eatre certifi\u00e9 B Corp\u2122, vous devez r\u00e9ussir le B Impact Assessment. En plus du B Impact Assessment, B Lab\u2122 d\u00e9veloppe \u00e9galement des normes, des politiques, des outils et des programmes dans le domaine de la durabilit\u00e9. B Lab\u2122 encourage un mouvement mondial d\u2019entreprises qui ne recherchent pas seulement le profit, mais g\u00e9n\u00e8rent \u00e9galement un impact positif pour l\u2019humain, la soci\u00e9t\u00e9 et l\u2019environnement.      <\/p>\n<h2> B IMPACT ASSESSMENT <\/h2>\n<p>Le c\u0153ur du mouvement B Corp\u2122 est le B Impact Assessment, une \u00e9tude tr\u00e8s compl\u00e8te et approfondie qui \u00e9value les entreprises sur leurs performances sociales et environnementales, leur transparence et leur responsabilit\u00e9. Dans le B Impact Assessment, l\u2019impact de PaperWise a \u00e9t\u00e9 mesur\u00e9 \u00e0 travers plus de 300 questions approfondies dans les domaines de la gouvernance, de l\u2019environnement, de la communaut\u00e9, des employ\u00e9s et des clients. Une transparence totale sur les processus et les politiques de l\u2019entreprise est d\u2019une importance capitale dans ce processus.  <\/p>\n                <\/div>\n            \n        <\/div>\n    <\/div>\n<\/section>\n\n<div class=\"section-full-width-image-wrapper\">\n    <section class=\"section-full-width-image section-full-width-image height-moyen parallax-enabled\" >\n                    <div class=\"image-container\">\n                <img decoding=\"async\" src=\"https:\/\/paperwise.eu\/wp-content\/uploads\/2025\/11\/b-corp-certificering-3.jpg\"\n                     alt=\"\"\n                     class=\"full-width-image\"\n                     loading=\"lazy\">\n            <\/div>\n            <\/section>\n\n    <\/div>\n\n<script>\n(function() {\n    const parallaxSection = document.querySelector('.section-full-width-image.parallax-enabled');\n    if (!parallaxSection) return;\n\n    const parallaxImage = parallaxSection.querySelector('.full-width-image');\n    if (!parallaxImage) return;\n\n    function updateParallax() {\n        const rect = parallaxSection.getBoundingClientRect();\n        const windowHeight = window.innerHeight;\n\n        \/\/ Check if section is in viewport\n        if (rect.bottom > 0 && rect.top < windowHeight) {\n            \/\/ Calculate scroll progress (0 to 1) relative to viewport\n            const scrollProgress = (windowHeight - rect.top) \/ (windowHeight + rect.height);\n\n            \/\/ Move image from -20% to +20% based on scroll progress\n            const movement = (scrollProgress - 0.5) * 40; \/\/ -20 to +20\n\n            parallaxImage.style.transform = `translate3d(0, ${movement}%, 0)`;\n        }\n    }\n\n    \/\/ Throttle scroll event for better performance\n    let ticking = false;\n    window.addEventListener('scroll', function() {\n        if (!ticking) {\n            window.requestAnimationFrame(function() {\n                updateParallax();\n                ticking = false;\n            });\n            ticking = true;\n        }\n    });\n\n    \/\/ Initial call\n    updateParallax();\n})();\n<\/script>\n\n<section id=\"section-text-block_8615fd66519a8b8319e6da85338f981d\" class=\"section section-text\">\n    <div class=\"container\">\n        <div class=\"section-text__wrapper text-align-left\">\n\n            \n                            <div class=\"section-text__content\">\n                    <h2>TRANSPARENT ET MESURABLE<\/h2>\n<p>PaperWise a pass\u00e9 avec succ\u00e8s le B Impact Assessment et a obtenu un excellent score de 100,3 points. \u00c0 partir de ce score, un profil de durabilit\u00e9 a \u00e9t\u00e9 \u00e9tabli et est pr\u00e9sent\u00e9 publiquement sur le site web de B Corp\u2122. Vous pouvez trouver le profil de PaperWise via le lien suivant : <a href=\"https:\/\/www.bcorporation.net\/en-us\/find-a-b-corp\/company\/paperwise\/\">page PaperWise B Corp\u2122<\/a>. La dur\u00e9e de validit\u00e9 de la certification B Corp\u2122 de PaperWise est de 3 ans, une belle p\u00e9riode pour rendre notre organisation encore plus durable afin que le score puisse \u00eatre plus \u00e9lev\u00e9 la prochaine fois.   <\/p>\n<h2>LE R\u00c9SULTAT<\/h2>\n<p>Pour PaperWise, la certification B Corp\u2122 signifie plus qu\u2019une simple reconnaissance. C\u2019est une confirmation de sa contribution \u00e0 un monde meilleur pour tous. Un monde dans lequel les entreprises ne mesurent pas seulement le succ\u00e8s par le profit, mais aussi par leur impact sur l\u2019avenir. En tant que B Corp\u2122, vous montrez en tant qu\u2019organisation que vous prenez les devants dans la transformation de l\u2019\u00e9conomie mondiale au profit des personnes et de la plan\u00e8te. En tant que B Corp\u2122, PaperWise entame un nouveau chapitre de croissance, de responsabilit\u00e9 et d\u2019inspiration.    <\/p>\n<p><em>\u00ab En tant qu\u2019entreprise certifi\u00e9e B Corp\u2122, nous ne nous contentons pas de renforcer notre devise \u201cWise With Waste\u201d, mais nous d\u00e9montrons \u00e9galement notre impact positif global sur le monde et la soci\u00e9t\u00e9. Wise With Waste, together. \u00bb<\/em><\/p>\n<p>\u2014 Peter van Rosmalen, PDG de PaperWise \u2014<\/p>\n                <\/div>\n            \n        <\/div>\n    <\/div>\n<\/section>\n\n<div class=\"section-full-width-image-wrapper\">\n    <section class=\"section-full-width-image section-full-width-image height-moyen parallax-enabled\" >\n                                <\/section>\n\n    <\/div>\n\n","protected":false},"excerpt":{"rendered":"<p>PaperWise est du papier et du carton sans arbre fabriqu\u00e9s \u00e0 partir de r\u00e9sidus v\u00e9g\u00e9taux. Votre papier durable pour les emballages <\/p>\n","protected":false},"author":2,"featured_media":18338,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[405],"tags":[407],"class_list":["post-18334","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-actualites","tag-certifications"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Certification B Corp : La durabilit\u00e9 transparente et mesurable<\/title>\n<meta name=\"description\" content=\"PaperWise confirme son engagement envers la plan\u00e8te avec une certification B Corp\u2122. Comment B Corp\u2122 rend la durabilit\u00e9 transparente et mesurable.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/paperwise.eu\/fr\/paperwise-celebre-une-etape-cle-avec-la-certification-b-corp-la-durabilite-transparente-et-mesurable\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Certification B Corp : La durabilit\u00e9 transparente et mesurable\" \/>\n<meta property=\"og:description\" content=\"PaperWise confirme son engagement envers la plan\u00e8te avec une certification B Corp\u2122. Comment B Corp\u2122 rend la durabilit\u00e9 transparente et mesurable.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/paperwise.eu\/fr\/paperwise-celebre-une-etape-cle-avec-la-certification-b-corp-la-durabilite-transparente-et-mesurable\/\" \/>\n<meta property=\"og:site_name\" content=\"Paperwise\" \/>\n<meta property=\"article:published_time\" content=\"2025-11-25T13:24:39+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-03T05:31:51+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/paperwise.eu\/wp-content\/uploads\/2025\/11\/b-corp-certificering-2.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1920\" \/>\n\t<meta property=\"og:image:height\" content=\"960\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"romano\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u00c9crit par\" \/>\n\t<meta name=\"twitter:data1\" content=\"romano\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/paperwise.eu\\\/fr\\\/paperwise-celebre-une-etape-cle-avec-la-certification-b-corp-la-durabilite-transparente-et-mesurable\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/paperwise.eu\\\/fr\\\/paperwise-celebre-une-etape-cle-avec-la-certification-b-corp-la-durabilite-transparente-et-mesurable\\\/\"},\"author\":{\"name\":\"romano\",\"@id\":\"https:\\\/\\\/paperwise.eu\\\/fr\\\/#\\\/schema\\\/person\\\/8795b3f325bbd0bd99ae85bbea26ad2e\"},\"headline\":\"PAPERWISE C\u00c9L\u00c8BRE UNE \u00c9TAPE CL\u00c9 AVEC LA CERTIFICATION B CORP\u2122 LA DURABILIT\u00c9 TRANSPARENTE ET MESURABLE\",\"datePublished\":\"2025-11-25T13:24:39+00:00\",\"dateModified\":\"2026-07-03T05:31:51+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/paperwise.eu\\\/fr\\\/paperwise-celebre-une-etape-cle-avec-la-certification-b-corp-la-durabilite-transparente-et-mesurable\\\/\"},\"wordCount\":17,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/paperwise.eu\\\/fr\\\/paperwise-celebre-une-etape-cle-avec-la-certification-b-corp-la-durabilite-transparente-et-mesurable\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/paperwise.eu\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/b-corp-certificering-2.jpg\",\"keywords\":[\"Certifications\"],\"articleSection\":[\"Actualit\u00e9s\"],\"inLanguage\":\"fr-FR\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/paperwise.eu\\\/fr\\\/paperwise-celebre-une-etape-cle-avec-la-certification-b-corp-la-durabilite-transparente-et-mesurable\\\/\",\"url\":\"https:\\\/\\\/paperwise.eu\\\/fr\\\/paperwise-celebre-une-etape-cle-avec-la-certification-b-corp-la-durabilite-transparente-et-mesurable\\\/\",\"name\":\"Certification B Corp : La durabilit\u00e9 transparente et mesurable\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/paperwise.eu\\\/fr\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/paperwise.eu\\\/fr\\\/paperwise-celebre-une-etape-cle-avec-la-certification-b-corp-la-durabilite-transparente-et-mesurable\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/paperwise.eu\\\/fr\\\/paperwise-celebre-une-etape-cle-avec-la-certification-b-corp-la-durabilite-transparente-et-mesurable\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/paperwise.eu\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/b-corp-certificering-2.jpg\",\"datePublished\":\"2025-11-25T13:24:39+00:00\",\"dateModified\":\"2026-07-03T05:31:51+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/paperwise.eu\\\/fr\\\/#\\\/schema\\\/person\\\/8795b3f325bbd0bd99ae85bbea26ad2e\"},\"description\":\"PaperWise confirme son engagement envers la plan\u00e8te avec une certification B Corp\u2122. Comment B Corp\u2122 rend la durabilit\u00e9 transparente et mesurable.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/paperwise.eu\\\/fr\\\/paperwise-celebre-une-etape-cle-avec-la-certification-b-corp-la-durabilite-transparente-et-mesurable\\\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/paperwise.eu\\\/fr\\\/paperwise-celebre-une-etape-cle-avec-la-certification-b-corp-la-durabilite-transparente-et-mesurable\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\\\/\\\/paperwise.eu\\\/fr\\\/paperwise-celebre-une-etape-cle-avec-la-certification-b-corp-la-durabilite-transparente-et-mesurable\\\/#primaryimage\",\"url\":\"https:\\\/\\\/paperwise.eu\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/b-corp-certificering-2.jpg\",\"contentUrl\":\"https:\\\/\\\/paperwise.eu\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/b-corp-certificering-2.jpg\",\"width\":1920,\"height\":960},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/paperwise.eu\\\/fr\\\/paperwise-celebre-une-etape-cle-avec-la-certification-b-corp-la-durabilite-transparente-et-mesurable\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\\\/\\\/paperwise.eu\\\/fr\\\/page-daccueil\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"PAPERWISE C\u00c9L\u00c8BRE UNE \u00c9TAPE CL\u00c9 AVEC LA CERTIFICATION B CORP\u2122 LA DURABILIT\u00c9 TRANSPARENTE ET MESURABLE\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/paperwise.eu\\\/fr\\\/#website\",\"url\":\"https:\\\/\\\/paperwise.eu\\\/fr\\\/\",\"name\":\"Paperwise\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/paperwise.eu\\\/fr\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-FR\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/paperwise.eu\\\/fr\\\/#\\\/schema\\\/person\\\/8795b3f325bbd0bd99ae85bbea26ad2e\",\"name\":\"romano\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/1088d66ec0cbb86d1f51d63deb3022acd3d470c3fa7de3b2bf2b7898ed286a14?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/1088d66ec0cbb86d1f51d63deb3022acd3d470c3fa7de3b2bf2b7898ed286a14?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/1088d66ec0cbb86d1f51d63deb3022acd3d470c3fa7de3b2bf2b7898ed286a14?s=96&d=mm&r=g\",\"caption\":\"romano\"},\"url\":\"https:\\\/\\\/paperwise.eu\\\/fr\\\/author\\\/romano\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Certification B Corp : La durabilit\u00e9 transparente et mesurable","description":"PaperWise confirme son engagement envers la plan\u00e8te avec une certification B Corp\u2122. Comment B Corp\u2122 rend la durabilit\u00e9 transparente et mesurable.","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:\/\/paperwise.eu\/fr\/paperwise-celebre-une-etape-cle-avec-la-certification-b-corp-la-durabilite-transparente-et-mesurable\/","og_locale":"fr_FR","og_type":"article","og_title":"Certification B Corp : La durabilit\u00e9 transparente et mesurable","og_description":"PaperWise confirme son engagement envers la plan\u00e8te avec une certification B Corp\u2122. Comment B Corp\u2122 rend la durabilit\u00e9 transparente et mesurable.","og_url":"https:\/\/paperwise.eu\/fr\/paperwise-celebre-une-etape-cle-avec-la-certification-b-corp-la-durabilite-transparente-et-mesurable\/","og_site_name":"Paperwise","article_published_time":"2025-11-25T13:24:39+00:00","article_modified_time":"2026-07-03T05:31:51+00:00","og_image":[{"width":1920,"height":960,"url":"https:\/\/paperwise.eu\/wp-content\/uploads\/2025\/11\/b-corp-certificering-2.jpg","type":"image\/jpeg"}],"author":"romano","twitter_card":"summary_large_image","twitter_misc":{"\u00c9crit par":"romano"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/paperwise.eu\/fr\/paperwise-celebre-une-etape-cle-avec-la-certification-b-corp-la-durabilite-transparente-et-mesurable\/#article","isPartOf":{"@id":"https:\/\/paperwise.eu\/fr\/paperwise-celebre-une-etape-cle-avec-la-certification-b-corp-la-durabilite-transparente-et-mesurable\/"},"author":{"name":"romano","@id":"https:\/\/paperwise.eu\/fr\/#\/schema\/person\/8795b3f325bbd0bd99ae85bbea26ad2e"},"headline":"PAPERWISE C\u00c9L\u00c8BRE UNE \u00c9TAPE CL\u00c9 AVEC LA CERTIFICATION B CORP\u2122 LA DURABILIT\u00c9 TRANSPARENTE ET MESURABLE","datePublished":"2025-11-25T13:24:39+00:00","dateModified":"2026-07-03T05:31:51+00:00","mainEntityOfPage":{"@id":"https:\/\/paperwise.eu\/fr\/paperwise-celebre-une-etape-cle-avec-la-certification-b-corp-la-durabilite-transparente-et-mesurable\/"},"wordCount":17,"commentCount":0,"image":{"@id":"https:\/\/paperwise.eu\/fr\/paperwise-celebre-une-etape-cle-avec-la-certification-b-corp-la-durabilite-transparente-et-mesurable\/#primaryimage"},"thumbnailUrl":"https:\/\/paperwise.eu\/wp-content\/uploads\/2025\/11\/b-corp-certificering-2.jpg","keywords":["Certifications"],"articleSection":["Actualit\u00e9s"],"inLanguage":"fr-FR"},{"@type":"WebPage","@id":"https:\/\/paperwise.eu\/fr\/paperwise-celebre-une-etape-cle-avec-la-certification-b-corp-la-durabilite-transparente-et-mesurable\/","url":"https:\/\/paperwise.eu\/fr\/paperwise-celebre-une-etape-cle-avec-la-certification-b-corp-la-durabilite-transparente-et-mesurable\/","name":"Certification B Corp : La durabilit\u00e9 transparente et mesurable","isPartOf":{"@id":"https:\/\/paperwise.eu\/fr\/#website"},"primaryImageOfPage":{"@id":"https:\/\/paperwise.eu\/fr\/paperwise-celebre-une-etape-cle-avec-la-certification-b-corp-la-durabilite-transparente-et-mesurable\/#primaryimage"},"image":{"@id":"https:\/\/paperwise.eu\/fr\/paperwise-celebre-une-etape-cle-avec-la-certification-b-corp-la-durabilite-transparente-et-mesurable\/#primaryimage"},"thumbnailUrl":"https:\/\/paperwise.eu\/wp-content\/uploads\/2025\/11\/b-corp-certificering-2.jpg","datePublished":"2025-11-25T13:24:39+00:00","dateModified":"2026-07-03T05:31:51+00:00","author":{"@id":"https:\/\/paperwise.eu\/fr\/#\/schema\/person\/8795b3f325bbd0bd99ae85bbea26ad2e"},"description":"PaperWise confirme son engagement envers la plan\u00e8te avec une certification B Corp\u2122. Comment B Corp\u2122 rend la durabilit\u00e9 transparente et mesurable.","breadcrumb":{"@id":"https:\/\/paperwise.eu\/fr\/paperwise-celebre-une-etape-cle-avec-la-certification-b-corp-la-durabilite-transparente-et-mesurable\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/paperwise.eu\/fr\/paperwise-celebre-une-etape-cle-avec-la-certification-b-corp-la-durabilite-transparente-et-mesurable\/"]}]},{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/paperwise.eu\/fr\/paperwise-celebre-une-etape-cle-avec-la-certification-b-corp-la-durabilite-transparente-et-mesurable\/#primaryimage","url":"https:\/\/paperwise.eu\/wp-content\/uploads\/2025\/11\/b-corp-certificering-2.jpg","contentUrl":"https:\/\/paperwise.eu\/wp-content\/uploads\/2025\/11\/b-corp-certificering-2.jpg","width":1920,"height":960},{"@type":"BreadcrumbList","@id":"https:\/\/paperwise.eu\/fr\/paperwise-celebre-une-etape-cle-avec-la-certification-b-corp-la-durabilite-transparente-et-mesurable\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/paperwise.eu\/fr\/page-daccueil\/"},{"@type":"ListItem","position":2,"name":"PAPERWISE C\u00c9L\u00c8BRE UNE \u00c9TAPE CL\u00c9 AVEC LA CERTIFICATION B CORP\u2122 LA DURABILIT\u00c9 TRANSPARENTE ET MESURABLE"}]},{"@type":"WebSite","@id":"https:\/\/paperwise.eu\/fr\/#website","url":"https:\/\/paperwise.eu\/fr\/","name":"Paperwise","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/paperwise.eu\/fr\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"},{"@type":"Person","@id":"https:\/\/paperwise.eu\/fr\/#\/schema\/person\/8795b3f325bbd0bd99ae85bbea26ad2e","name":"romano","image":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/secure.gravatar.com\/avatar\/1088d66ec0cbb86d1f51d63deb3022acd3d470c3fa7de3b2bf2b7898ed286a14?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/1088d66ec0cbb86d1f51d63deb3022acd3d470c3fa7de3b2bf2b7898ed286a14?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/1088d66ec0cbb86d1f51d63deb3022acd3d470c3fa7de3b2bf2b7898ed286a14?s=96&d=mm&r=g","caption":"romano"},"url":"https:\/\/paperwise.eu\/fr\/author\/romano\/"}]}},"_links":{"self":[{"href":"https:\/\/paperwise.eu\/fr\/wp-json\/wp\/v2\/posts\/18334","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/paperwise.eu\/fr\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/paperwise.eu\/fr\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/paperwise.eu\/fr\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/paperwise.eu\/fr\/wp-json\/wp\/v2\/comments?post=18334"}],"version-history":[{"count":1,"href":"https:\/\/paperwise.eu\/fr\/wp-json\/wp\/v2\/posts\/18334\/revisions"}],"predecessor-version":[{"id":18340,"href":"https:\/\/paperwise.eu\/fr\/wp-json\/wp\/v2\/posts\/18334\/revisions\/18340"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/paperwise.eu\/fr\/wp-json\/wp\/v2\/media\/18338"}],"wp:attachment":[{"href":"https:\/\/paperwise.eu\/fr\/wp-json\/wp\/v2\/media?parent=18334"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/paperwise.eu\/fr\/wp-json\/wp\/v2\/categories?post=18334"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/paperwise.eu\/fr\/wp-json\/wp\/v2\/tags?post=18334"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}