{"id":31064,"date":"2022-02-18T17:35:20","date_gmt":"2022-02-18T22:35:20","guid":{"rendered":"https:\/\/www.assent.com\/events-webinars\/"},"modified":"2026-05-06T16:48:19","modified_gmt":"2026-05-06T20:48:19","slug":"evenements-webinaires","status":"publish","type":"page","link":"https:\/\/www.assent.com\/fr\/evenements-webinaires\/","title":{"rendered":"\u00c9v\u00e9nements et webinaires"},"content":{"rendered":"<!-- banner area part -->\n        <section class=\"generic-hero with-media purple   \" ><div class=\"row hero-wrap\">\n                <div class=\"cell-7 hero-left\"><div class=\"hero-left-bg\"><\/div><div class=\"hero-left-inner d-flex align-items-center\"><div class=\"gh-content\"><h1 class=\"h1\">\u00c9v\u00e9nements et webinaires en direct<\/h1><div class=\"btn-wrap\"><a href=\"\/fr\/evenements-webinaires\/#allevents\" target=\"\" class=\"btn-link -white\">Explorer tous les \u00e9v\u00e9nements<\/a><\/div><\/div><\/div>\n                <\/div><div class=\"cell-5 hero-right\"><div class=\"hero-image\">\n                                <img decoding=\"async\" src=\"https:\/\/www.assent.com\/wp-content\/uploads\/2022\/04\/evolve-50-50.jpg\" alt=\"\">\n                            <\/div><\/div><\/div>\n        <\/section>\n\n\n<style>\n.limited-label {\n    position: absolute;\n    top: 0px;\n    left: 0px;\n    background-color: #00A398;\n    color: white;\n    padding: 3px 10px;\n    font-size: 16px;\n    z-index: 10;\n    pointer-events: none;\n}\n.limited-label:before { content: ''; position: absolute; top: 0; left: 153px; height: 30px; width: 20px; background: #00A398; display: inline-block; z-index: 5; transform: skewX(-25deg); }\n\n.event-webinars-grid .row .resource.in-person figure:before, .event-webinars-grid .row .resource.sponsored-event figure:before { content: ''; position: absolute; top: 0; left: 127px; height: 30px; width: 20px; background: #813679; display: inline-block; z-index: 5; transform: skewX(-25deg); }\n.event-webinars-grid .row .resource.sponsored-event figure:before, .event-webinars-grid .row .resource.sponsored-event figure:before {left: 130px;}\n.event-webinars-grid .row .resource.in-person figure:after,.event-webinars-grid .row .resource.sponsored-event figure:after { content: ''; position: absolute; top: 0; left: 0; height: 30px; font-size: 16px; width: 130px; color: #fff; background: #813679; background: rgba(129, 54, 121, 0.85); background: #813679;  display: inline-block; padding: 3px 0px 3px 10px; z-index: 10; }\n.event-webinars-grid .row .resource.in-person figure:after,.event-webinars-grid .row .resource.sponsored-event figure:after { width: 140px;  }\n.event-webinars-grid .row .resource.in-person figure:after { content: 'In-Person Event'; }\n.event-webinars-grid .row .resource.sponsored-event figure:after { content: 'Sponsored Event'; }\n<\/style>\n<script>\njQuery(document).ready(function($) {\n    $('.resource').each(function() {\n        const catText = $(this).find('.cat').text();\n        if (catText.includes(\"Limited-time Replay\")) {\n            const figure = $(this).find('figure');\n\n            \/\/ Only add label if it doesn't already exist\n            if (figure.find('.limited-label').length === 0) {\n                figure.css('position', 'relative'); \/\/ ensure positioning\n                figure.append('<div class=\"limited-label\">Limited-time Replay<\/div>');\n            }\n        } else if ( catText.includes(\"In-Person\")) {\n            $(this).addClass(\"in-person\");\n        }  else if ( catText.includes(\"Sponsored Event\")) {\n            $(this).addClass(\"sponsored-event\");\n        }\n    });\n\n$()\n});\n<\/script>\n\n\n\n<style>\n\t\n\t.main-container { overflow: hidden }\n\t\n\t.table-of-contents-container {\n\t\tposition: relative;\n\t}\n\t\n    .table-of-contents {\n\t\tmin-height: 240px;\n        position: absolute;\n\t\ttop: 85px;\n        right: 0;\n        transform: translateX(230px);\n        z-index: 995;\n        width: 230px;\n        border-radius: 0 0 0 4px;\n        background: #FFF;\n        box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.10), 0 0 40px 0 rgba(0, 0, 0, 0.10);\n        box-sizing: border-box;\n        transition: .2s transform ease-out;\n    }\n\t\n\t.table-of-contents.fixed {\n\t\ttop: 25vh;\n\t\tposition: fixed;\n\t}\n\n    .table-of-contents:is(:hover, .default) {\n        transform: translateX(0);\n    }\n\n    .table-of-contents ul.table-of-contents-list {\n        list-style-type: none;\n        padding: 0 0 12px 0;\n        margin: 0;\n    }\n\n    .table-of-contents ul.table-of-contents-list li {\n        width: 100%;\n        margin: 0;\n        padding: 0;\n    }\n\n    .table-of-contents ul.table-of-contents-list li a {\n\t\tposition: relative;\n\t\tdisplay: block;\n\t\tcolor: #7A97AB;\n\t\tfont-size: 20px;\n\t\tfont-weight: 400;\n\t\tline-height: 150%;\n\t\tletter-spacing: 0;\n\t\ttext-decoration: none;\n\t\tbox-sizing: content-box;\n\t\tpadding: 10px 18px;\n\t\ttransition: .2s ease;\n\t\toverflow: hidden;\n\t\ttext-overflow: ellipsis;\n\t\twhite-space: nowrap;\n\t\tmax-width: 100%;\n    }\n\n    .table-of-contents ul.table-of-contents-list li a:hover {\n        background-color: #F5F5F7;\n        color: #4D758F;\n    }\n\n    .table-of-contents ul.table-of-contents-list li a svg {\n        position: absolute;\n        top: 50%;\n        left: 18px;\n        transform: translateY(-50%);\n        opacity: 0;\n        transition: .2s opacity ease;\n    }\n\n    .table-of-contents ul.table-of-contents-list li a.active svg {\n        opacity: 1;\n    }\n\n    .table-of-contents .table-of-contents-bookmark {\n\/*         writing-mode: sideways-lr; *\/\n\t\twriting-mode: vertical-rl;\n  \t\ttransform: scale(-1);\n        position: absolute;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        gap: 8px;\n        top: 0;\n        left: -50px;\n        width: 30px;\n        text-orientation: mixed;\n        padding: 20px 10px;\n        background-color: #215273;\n        border-radius: 0 8px 8px 0;\n        box-shadow: 0 0 40px rgba(0, 0, 0, 0.10);\n        user-select: none;\n        color: #FFF;\n        font-family: Roboto, sans-serif;\n        font-size: 18px;\n        font-style: normal;\n        font-weight: 600;\n        line-height: 150%;\n        box-sizing: content-box;\n    }\n\t\n\t.table-of-contents ul.table-of-contents-list li a.active {\n\t\tcolor: #215273;\n\t\tfont-weight: 700;\n\t}\n\n    @media (min-width: 768px) {\n        .table-of-contents .table-of-contents-mobile-header {\n            display: none;\n        }\n\n        .table-of-contents ul.table-of-contents-list li a.active {\n            font-size: 24px;\n            padding-left: 36px;\n        }\n    }\n\n    @media(max-width: 767px) {\n\t\t\n\t\tbody {\n\t\t\t--adminMenuHeight: 0px;\n\t\t}\n\t\t\n\t\tbody.logged-in {\n\t\t\t--adminMenuHeight: 46px;\n\t\t}\n\t\t\n        .table-of-contents-container {\n            height: 50px;\n            min-height: 50px;\n        }\n\n        .table-of-contents {\n\t\t\tmin-height: 0;\n\t\t\tposition: relative;\n\t\t\twidth: 100%;\n\t\t\ttransform: none;\n\t\t\tborder-top: 1px #E5E5E9 solid;\n\t\t\tz-index: 100;\n\t\t\ttop: 0;\n        }\n\n        .table-of-contents.fixed {\n            position: fixed;\n            top: calc(var(--primaryMenuHeight) + var(--adminMenuHeight));\n            left: 0;\n        }\n\n        .table-of-contents.fixed.offset-nav {\n            margin-top: 0;\n            transition: .4s margin-top;\n        }\n\n        .table-of-contents ul.table-of-contents-list li a svg {\n            display: none;\n        }\n\n        .table-of-contents .table-of-contents-bookmark {\n            display: none;\n        }\n\n        .table-of-contents ul.table-of-contents-list {\n            max-height: 0;\n            overflow: hidden;\n            transition: max-height 1s cubic-bezier(0, 1, 0, 1);\n            padding: 0;\n        }\n\n        .table-of-contents ul.table-of-contents-list.mobile-open {\n            max-height: 2000px;\n            transition: max-height 1s ease-out;\n            padding: 0 0 12px 0;\n        }\n\n        .table-of-contents .table-of-contents-mobile-header {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            padding: 10px 18px;\n            color: #215273;\n            font-family: Roboto, sans-serif;\n            font-size: 20px;\n            font-style: normal;\n            font-weight: 700;\n            line-height: 150%;\n            border: none;\n            background-color: white;\n            width: 100%;\n        }\n\t\t\n\t\t.main-container:has(.table-of-contents.fixed) .main-header {\n\t\t\tbox-shadow: none;\n\t\t}\n\t\t\n    }\n<\/style>\n\n\n<section class=\"table-of-contents-container\">\n    <div class=\"table-of-contents default\">\n        <div class=\"table-of-contents-bookmark\">\n            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\" height=\"19\" viewBox=\"0 0 18 19\" fill=\"none\">\n                <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.33329 3.00016L2.33329 16.3335C2.33329 16.5545 2.42109 16.7665 2.57737 16.9228C2.73365 17.079 2.94561 17.1668 3.16663 17.1668L14.8333 17.1668C15.0543 17.1668 15.2663 17.079 15.4225 16.9228C15.5788 16.7665 15.6666 16.5545 15.6666 16.3335L15.6666 3.00016C15.6666 2.77915 15.5788 2.56719 15.4225 2.41091C15.2663 2.25463 15.0543 2.16683 14.8333 2.16683L3.16663 2.16683C2.94561 2.16683 2.73365 2.25463 2.57737 2.41091C2.42109 2.56719 2.33329 2.77915 2.33329 3.00016ZM0.666626 16.3335C0.666626 16.9965 0.930018 17.6324 1.39886 18.1013C1.8677 18.5701 2.50358 18.8335 3.16663 18.8335L14.8333 18.8335C15.4963 18.8335 16.1322 18.5701 16.6011 18.1013C17.0699 17.6324 17.3333 16.9965 17.3333 16.3335L17.3333 3.00016C17.3333 2.33712 17.0699 1.70124 16.6011 1.2324C16.1322 0.763555 15.4963 0.500163 14.8333 0.500163L3.16663 0.500164C2.50358 0.500164 1.8677 0.763555 1.39886 1.2324C0.930017 1.70124 0.666625 2.33712 0.666625 3.00016L0.666626 16.3335ZM4.83329 14.6668L4.83329 13.0002L6.49996 13.0002L6.49996 14.6668L4.83329 14.6668ZM4.83329 10.5002C4.83329 10.7212 4.92109 10.9331 5.07737 11.0894C5.23365 11.2457 5.44561 11.3335 5.66663 11.3335C5.88764 11.3335 6.0996 11.2457 6.25588 11.0894C6.41216 10.9331 6.49996 10.7212 6.49996 10.5002L6.49996 5.50016C6.49996 5.27915 6.41216 5.06719 6.25588 4.91091C6.0996 4.75463 5.88764 4.66683 5.66663 4.66683C5.44561 4.66683 5.23365 4.75463 5.07737 4.91091C4.92109 5.06719 4.83329 5.27915 4.83329 5.50016L4.83329 10.5002ZM8.16663 13.0002L8.16663 14.6668L9.83329 14.6668L9.83329 13.0002L8.16663 13.0002ZM8.99996 11.3335C8.77894 11.3335 8.56698 11.2457 8.4107 11.0894C8.25442 10.9331 8.16663 10.7212 8.16663 10.5002L8.16663 5.50016C8.16663 5.27915 8.25442 5.06719 8.4107 4.91091C8.56698 4.75463 8.77894 4.66683 8.99996 4.66683C9.22097 4.66683 9.43293 4.75463 9.58921 4.91091C9.74549 5.06719 9.83329 5.27915 9.83329 5.50016L9.83329 10.5002C9.83329 10.7212 9.74549 10.9331 9.58921 11.0894C9.43293 11.2457 9.22097 11.3335 8.99996 11.3335ZM11.5 13.0002L11.5 14.6668L13.1666 14.6668L13.1666 13.0002L11.5 13.0002ZM12.3333 11.3335C12.1123 11.3335 11.9003 11.2457 11.744 11.0894C11.5878 10.9331 11.5 10.7212 11.5 10.5002L11.5 5.50016C11.5 5.27915 11.5878 5.06719 11.744 4.91091C11.9003 4.75463 12.1123 4.66683 12.3333 4.66683C12.5543 4.66683 12.7663 4.75463 12.9225 4.91091C13.0788 5.06719 13.1666 5.27915 13.1666 5.50016L13.1666 10.5002C13.1666 10.7212 13.0788 10.9331 12.9225 11.0894C12.7663 11.2457 12.5543 11.3335 12.3333 11.3335Z\" fill=\"white\"\/>\n            <\/svg>\n\n            <span>Voir section<\/span>\n        <\/div>\n\n        <button class=\"table-of-contents-mobile-header\">\n            <span>Voir section<\/span>\n\n            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"10\" viewBox=\"0 0 16 10\" fill=\"none\">\n                <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.54772 9.44286L15.3568 2.63374L13.6549 0.931763L7.69673 6.88989L1.7386 0.931763L0.036621 2.63374L6.84574 9.44286C7.07146 9.66851 7.37756 9.79528 7.69673 9.79528C8.01589 9.79528 8.322 9.66851 8.54772 9.44286Z\" fill=\"#00A398\"\/>\n            <\/svg>\n        <\/button>\n\n        <ul class=\"table-of-contents-list\">\n                            <li>\n                    <a href=\"#allevents\">\n                        <svg class=\"table-of-contents-icon\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"9\" height=\"17\" viewBox=\"0 0 9 17\" fill=\"none\">\n                            <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.5111 7.64901L1.70198 0.839898L0 2.54188L5.95813 8.5L0 14.4581L1.70198 16.1601L8.5111 9.35099C8.73675 9.12527 8.86351 8.81917 8.86351 8.5C8.86351 8.18084 8.73675 7.87473 8.5111 7.64901Z\" fill=\"#00A398\"\/>\n                        <\/svg>\n\n                        \u00c9v\u00e9nements \u00e0 venir                    <\/a>\n                <\/li>\n                    <\/ul>\n    <\/div>\n<\/section>\n\n<script type=\"text\/javascript\">\ndocument.addEventListener(\"DOMContentLoaded\", () => {\n    \n    const toc = document.querySelector('.table-of-contents');\n    const mobileHeader = toc.querySelector('.table-of-contents-mobile-header');\n    const tableOfContentList = toc.querySelector('ul');\n    const hashMatch = document.querySelector('.table-of-contents-list a[href=\"' + window.location.hash + '\"]');\n    \n    let firstVisit = false;\n\tlet originalTocPos = toc.getBoundingClientRect().top;\n    let active;\n\t\n    function removeActiveLink() {\n        active.classList.remove('active');\n        active = null;\n    }\n\n    function setActiveLink(link) {\n        if (active) removeActiveLink();\n\n        link.classList.add('active');\n        active = link;\n    }\n\n    function updateTableOfContents() {\n        const sections = document.querySelectorAll(\"section[id]\");\n\n        const observer = new IntersectionObserver((entries) => {\n            entries.forEach(entry => {\n                if (entry.isIntersecting) {\n                    const targetId = entry.target.getAttribute(\"id\");\n                    let tableOfContentsMatch = document.querySelector('.table-of-contents-list a[href=\"#' + targetId + '\"]');\n\n                    if (tableOfContentsMatch) {\n                        setActiveLink(tableOfContentsMatch);\n                    }\n                }\n            });\n        }, {\n            root: null, \/\/ Observe relative to viewport\n            rootMargin: \"0px 0px -10% 0px\", \/\/ Adjust for earlier highlighting, reduced from -30% on aug 12\n            threshold: 0.1 \/\/ Trigger when at least 50% of section is visible, reduced from 0.3 on aug 12\n        });\n\n        sections.forEach(section => observer.observe(section));\n    }\n\n   function checkPosition() {\n\t   \n\t   const wpadminbar = document.getElementById('wpadminbar');\n\t   \n\t   let scrollTop = document.documentElement.scrollTop;\n\t   \n\t   let scrollDistance = scrollTop + document.querySelector('.main-header').offsetHeight + 33;\n\t   \n\t   if (window.matchMedia(\"(min-width: 767px)\").matches) {\n\t\t   scrollDistance = scrollTop + (window.innerHeight \/ 4);  \n\t   } \n\t   \n\t   \/\/if (wpadminbar) { scrollDistance += wpadminbar.offsetHeight; }\n        \n\t   if (originalTocPos <= scrollDistance) {\n\t\t   toc.classList.add('fixed');\n\t\t   if (!firstVisit) {\n\t\t\t   firstVisit = true;\n\t\t\t   setTimeout(function () {\n\t\t\t\t   toc.classList.remove('default');\n\t\t\t   }, 250); \/\/wayne requested, aug 12\n\t\t   }\n\t   } else {\n\t\t   toc.classList.remove('fixed');\n\t   }\n        \n       updateTableOfContents();\n    }\n\n    if (hashMatch) { setActiveLink(hashMatch); }\n\n    mobileHeader.addEventListener('click', (e) => {\n        e.preventDefault();\n        tableOfContentList.classList.toggle('mobile-open');\n    });\n\n    tableOfContentList.querySelectorAll('a').forEach((tableOfContentItem) => {\n        tableOfContentItem.addEventListener('click', () => {\n            if (tableOfContentList.classList.contains('mobile-open')) {\n                tableOfContentList.classList.remove('mobile-open');\n            }\n        });\n    });\n\n    window.addEventListener('scroll', checkPosition );\n\t\n\twindow.addEventListener('load', checkPosition() );\n\t\t\t\t\t\t\t\n});;\n<\/script>\n\n\n<form method=\"get\" id=\"filter_form\"><input type=\"hidden\" name=\"pager\" id=\"pager\" value=\"1\"><input type=\"hidden\" name=\"filter\" id=\"filter\" value=\"1\"><input type=\"hidden\" name=\"category\" id=\"category\" value=\"\"><section class=\"event-webinar-filter filter-by\"  id=\"allevents\">\n    <div class=\"container filter-by-inner\">\n        <h5 class=\"h5\">Filtrer par:<\/h5>\n        <div class=\"filter-form d-flex align-items-center justify-content-between\"><div class=\"ewf-field ewf-tab d-flex align-items-center\"><div class=\"ewf-tab-title\">Cat\u00e9gorie d&rsquo;\u00e9v\u00e9nement:<\/div>\n\t\t\t\t\t\t<ul class=\"quick-eventtype-filter\"><li data-eventid=\"evenement\" class=\"\">\u00c9v\u00e9nement<\/li><li data-eventid=\"webinaire\" class=\"\">Webinaire<\/li><\/ul><\/div><div class=\"ewf-right d-flex\" style=\"width: 100%; flex: 1 0 0;\">\n\t\t\t\t<div class=\"ewf-field ewf-search\">\n\t\t\t\t\t<input type=\"text\" placeholder=\"Rechercher\" name=\"search_text\" id=\"search_text\" value=\"\">\n\t\t\t\t\t<button class=\"icon-search\" type=\"submit\" aria-label=\"Search\"><\/button>\n\t\t\t\t<\/div><div class=\"ewf-reset-recent d-flex align-items-center justify-content-between\"><div class=\"ewf-recent\"><select name=\"filter_order\" id=\"filter_order\">\n\t\t\t\t\t\t\t<option value=\"\">Plus r\u00e9cent<\/option><option value=\"ASC\" >A-Z<\/option><option value=\"DESC\" >Z-A<\/option><\/select>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div><\/div>\n        <\/div>\n    <\/div>\n<\/section><section class=\"event-webinars-grid\">\n    <div class=\"container\">\n        <div class=\"title-wrap\">\n            <h3>\u00c9v\u00e9nements \u00e0 venir<\/h3>\n\n\t\t\t<div class=\"event-schedule\">\n                <div class=\"form-group\">\n                    <div class=\"rbtn-group\"><label for=\"rd2\">\n                            <input type=\"radio\" id=\"rd2\" name=\"eventtype\" value=\"upcoming\" class=\"eventtype_filter\"  checked=\"checked\" ><span>\u00c0 venir<\/span>\n                        <\/label><label for=\"rd1\">\n                            <input type=\"radio\" id=\"rd1\" name=\"eventtype\" value=\"past\" class=\"eventtype_filter\" ><span>Pass\u00e9<\/span>\n                        <\/label><\/div>\n                <\/div>\n            <\/div>\n        <\/div><h5 class=\"event-webinar-subtitle\">Sous-titres disponibles en fran\u00e7ais<\/h5><div class=\"row pt-30\"><div class=\"cell-lg-4 cell-sm-6 resource\">\n\t\t\t\t\t\t<a class=\"resource-inner\" href=\"https:\/\/www.assent.com\/resources\/webinar\/prepare-for-the-packaging-and-packaging-waste-regulation-ppwr-key-requirements-deadlines-and-next-steps\/\"><figure><img decoding=\"async\" src=\"https:\/\/www.assent.com\/wp-content\/uploads\/2026\/01\/Web_Card_Image-two-people-delivery-boxes-products-business-owner-trade-compliance-1177117400-1.webp\" alt=\"\"><\/figure><div class=\"desc\">\n\t\t\t\t\t\t\t\t<div class=\"desc-inner\">\n\t\t\t\t\t\t\t\t\t<div class=\"cat-and-name\"><span class=\"cat\">Limited-time Replay<\/span><\/div><h6 class=\"h6\">Prepare for the Packaging &amp; Packaging Waste Regulation (PPWR): Key Requirements, Deadlines &amp; Next Steps<\/h6><p>By August 2026, companies must ensure their packaging and supplier data com &#8230;<\/p><\/div>\n\t\t\t\t\t\t\t\t<div class=\"desc-bottom\"><div class=\"resource-date\">7 AM ET \/ 4 AM PT \/ 1 PM CET<\/div><div class=\"resource-date\">Mai 20, 2026<\/div><div class=\"tag-wrap\">PPWR<\/div><span class=\"btn-link\">Register for this Event<\/span>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/div><div class=\"cell-lg-4 cell-sm-6 resource\">\n\t\t\t\t\t\t<a class=\"resource-inner\" href=\"https:\/\/www.assent.com\/resources\/webinar\/product-update-q2-2026\/\"><figure><img decoding=\"async\" src=\"https:\/\/www.assent.com\/wp-content\/uploads\/2026\/03\/Web_Card_Image-group-meeting-office-professionals-resize-609072850.jpg\" alt=\"\"><\/figure><div class=\"desc\">\n\t\t\t\t\t\t\t\t<div class=\"desc-inner\">\n\t\t\t\t\t\t\t\t\t<div class=\"cat-and-name\"><span class=\"cat\">Webinar<\/span><\/div><h6 class=\"h6\">Assent Innovation in Action<\/h6><p>Join Assent for a look at our new Product Carbon Footprint (PCF), Extended  &#8230;<\/p><\/div>\n\t\t\t\t\t\t\t\t<div class=\"desc-bottom\"><div class=\"resource-date\">10 AM ET \/ 7 AM PT \/ 4 PM CET<\/div><div class=\"resource-date\">Juin 2, 2026<\/div><div class=\"tag-wrap\">EPR, PCF, PPWR<\/div><span class=\"btn-link\">Register for this Event<\/span>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/div><div class=\"cell-lg-4 cell-sm-6 resource\">\n\t\t\t\t\t\t<a class=\"resource-inner\" href=\"https:\/\/www.assent.com\/resources\/webinar\/evolving-pfas-rules-in-minnesota-and-new-mexico\/\"><figure><img decoding=\"async\" src=\"https:\/\/www.assent.com\/wp-content\/uploads\/2026\/05\/Web_50_50-male-factory-worker-industrial-equipment-resize-1273168124.webp\" alt=\"\"><\/figure><div class=\"desc\">\n\t\t\t\t\t\t\t\t<div class=\"desc-inner\">\n\t\t\t\t\t\t\t\t\t<div class=\"cat-and-name\"><span class=\"cat\">Webinar<\/span><\/div><h6 class=\"h6\">Evolving PFAS Rules in Minnesota &amp; New Mexico: What Manufacturers Need to Know Now<\/h6><p>Join our experts to explore the latest developments in New Mexico and Minne &#8230;<\/p><\/div>\n\t\t\t\t\t\t\t\t<div class=\"desc-bottom\"><div class=\"resource-date\">10 AM ET \/ 7 AM PT \/ 4 PM CET<\/div><div class=\"resource-date\">Juin 9, 2026<\/div><div class=\"tag-wrap\">PFAS<\/div><span class=\"btn-link\">Register for this Event<\/span>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/div><div class=\"cell-lg-4 cell-sm-6 resource\">\n\t\t\t\t\t\t<a class=\"resource-inner\" href=\"https:\/\/www.assent.com\/resources\/webinar\/epr-in-north-america-packaging\/\"><figure><img decoding=\"async\" src=\"https:\/\/www.assent.com\/wp-content\/uploads\/2026\/05\/Web_Hero_Image-GettyImages-922777332.webp\" alt=\"\"><\/figure><div class=\"desc\">\n\t\t\t\t\t\t\t\t<div class=\"desc-inner\">\n\t\t\t\t\t\t\t\t\t<div class=\"cat-and-name\"><span class=\"cat\">Webinar<\/span><\/div><h6 class=\"h6\">EPR in North America: Turning Packaging Compliance Into Your Competitive Advantage<\/h6><p>Extended producer responsibility (EPR) is quickly reshaping the regulatory  &#8230;<\/p><\/div>\n\t\t\t\t\t\t\t\t<div class=\"desc-bottom\"><div class=\"resource-date\">10 AM ET \/ 7 AM PT \/ 4 PM CET<\/div><div class=\"resource-date\">Juin 16, 2026<\/div><div class=\"tag-wrap\">EPR<\/div><span class=\"btn-link\">Register for this Event<\/span>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/div><div class=\"cell-lg-4 cell-sm-6 resource\">\n\t\t\t\t\t\t<a class=\"resource-inner\" href=\"https:\/\/www.assent.com\/resources\/webinar\/quarterly-regulatory-review\/\"><figure><img decoding=\"async\" src=\"https:\/\/www.assent.com\/wp-content\/uploads\/2026\/02\/Web_Card_Image-GettyImages-1335295270.jpg\" alt=\"\"><\/figure><div class=\"desc\">\n\t\t\t\t\t\t\t\t<div class=\"desc-inner\">\n\t\t\t\t\t\t\t\t\t<div class=\"cat-and-name\"><span class=\"cat\">Webinar<\/span><\/div><h6 class=\"h6\">Stay Ahead of Global Regulatory Changes: Your Q3 2026 Compliance Roadmap<\/h6><p>Don\u2019t get blindsided by enforcement action or new mandates. Find out what &#8230;<\/p><\/div>\n\t\t\t\t\t\t\t\t<div class=\"desc-bottom\"><div class=\"resource-date\">10 AM ET \/ 7 AM PT \/ 4 PM CET<\/div><div class=\"resource-date\">Juin 30, 2026<\/div><div class=\"tag-wrap\">ESG, Product Compliance, Trade Compliance<\/div><span class=\"btn-link\">Register for this Event<\/span>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/div><\/div><\/div><\/section><\/form>\n\n\n<div style=\"height:75px\" aria-hidden=\"true\" id=\"on_demand_webinar_spacer\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<style>\n.resource-inner{\noverflow: hidden;\n}\n\/* .event-webinars-grid .event-schedule,\n#filter_form .event-webinar-filter .container > h5,\n#filter_form .event-webinar-filter .ewf-tab,\n#filter_form .filter-by { display: none; } \n#filter_form .event-webinar-filter .ewf-right { min-width: 100%; }\n#filter_form .event-webinar-filter { margin-bottom: 0; border: none; } *\/\n\n.event-webinar-filter.filter-by { border: none; }\n\n#on_demand_webinars .container { max-width: calc(var(--container-width, none) + 3.13rem* 2); }\n@media (max-width: 1599px) {\n#on_demand_webinars .container { max-width: calc(var(--container-width, none) + 3.13rem* 2);  }\n}\n\n\/* Hide update *\/\n\/*.event-webinars-grid .event-schedule { display: block; }\n#on_demand_webinar_spacer,\n#on_demand_webinars,\n.listing-block { display: none; }*\/\n.title-wrap {margin-bottom: 0 !important;}\n<\/style>\n\n\n\r\n<!-- WYSIWYG -->\r\n        <section class=\"wysiwyg-section\" id=\"on_demand_webinars\">\r\n            <div class=\"container\"><h3 style=\"margin-bottom:0;\">On-Demand Webinaires<\/h3>\n<h5 class=\"event-webinar-subtitle\">Sous-titres disponibles en fran\u00e7ais<\/h5>\n<\/div>    \r\n        <\/section>\n\n<form method=\"get\" id=\"filter_form\"><input type=\"hidden\" name=\"pager\" id=\"pager\" value=\"1\"><input type=\"hidden\" name=\"filter\" id=\"filter\" value=\"1\"><section class=\"filter-by\"><div class=\"container\"><div class=\"filter-by-inner\"><h5 class=\"h5 filter-label\">Filtrer par:<\/h5><div class=\"filter-form d-flex\" id=\"filter_form\"><div class=\"form-group filter-search\">\n\t\t\t\t\t\t<input type=\"text\" value=\"\" name=\"search_text\" id=\"search_text\" placeholder=\"Rechercher\" value=\"\">\n\t\t\t\t\t\t<button class=\"icon-search\" type=\"submit\" aria-label=\"Search\"><\/button>\n\t\t\t\t\t<\/div><div class=\"filter-sel-reset d-flex justify-content-between\"><\/div><\/div><\/div><\/div><\/section><section class=\"listing-block\" data-ajax-settings=\"{&quot;per_page&quot;:&quot;16&quot;,&quot;acf_category&quot;:[],&quot;acf_tag&quot;:[],&quot;acf_author&quot;:[],&quot;url_category&quot;:&quot;&quot;,&quot;url_tag&quot;:[],&quot;url_author&quot;:&quot;&quot;,&quot;search_text&quot;:&quot;&quot;,&quot;post_type&quot;:[&quot;webinar&quot;],&quot;initial_ids&quot;:[],&quot;total_posts&quot;:0}\"><div class=\"container\"><div class=\"cell-md-12 text-center\"><h3>No Result Found.<\/h3><\/div><\/div><\/section><\/form>\n\n\n<style>\n.card-grid-comp .card-box { width: 100%; }\n.wp-block-spacer.grey-bg { background: rgba(244, 245, 246, 0.6); }\n.card-grid-comp .eyebrow-text .past { background: #215273; color: #fff; display: inline-block; padding: 2px 8px; border-radius: 2px; }\n.show-more-wrap{display: none;}\n.event-webinar-subtitle {color: #343a40;}\n<\/style>\n","protected":false},"excerpt":{"rendered":"<p>D\u00e9couvrez les webinaires d\u2019Assent ainsi que les nombreux salons, conf\u00e9rences et autres \u00e9v\u00e9nements organis\u00e9s \u00e0 travers le monde.<\/p>\n","protected":false},"author":21,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":"","_links_to":"","_links_to_target":""},"categories":[210,211],"class_list":["post-31064","page","type-page","status-publish","hentry","category-evenement","category-webinaire"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v26.6 (Yoast SEO v27.0) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>\u00c9v\u00e9nements et webinaires | Assent<\/title>\n<meta name=\"description\" content=\"D\u00e9couvrez les webinaires d\u2019Assent ainsi que les nombreux salons, conf\u00e9rences et autres \u00e9v\u00e9nements organis\u00e9s \u00e0 travers le monde.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.assent.com\/fr\/evenements-webinaires\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u00c9v\u00e9nements et webinaires\" \/>\n<meta property=\"og:description\" content=\"D\u00e9couvrez les webinaires d\u2019Assent ainsi que les nombreux salons, conf\u00e9rences et autres \u00e9v\u00e9nements organis\u00e9s \u00e0 travers le monde.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.assent.com\/fr\/evenements-webinaires\/\" \/>\n<meta property=\"og:site_name\" content=\"Assent\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/AssentCompliance\/\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-06T20:48:19+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@AssentGlobal\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.assent.com\/fr\/evenements-webinaires\/\",\"url\":\"https:\/\/www.assent.com\/fr\/evenements-webinaires\/\",\"name\":\"\u00c9v\u00e9nements et webinaires | Assent\",\"isPartOf\":{\"@id\":\"https:\/\/www.assent.com\/fr\/#website\"},\"datePublished\":\"2022-02-18T22:35:20+00:00\",\"dateModified\":\"2026-05-06T20:48:19+00:00\",\"description\":\"D\u00e9couvrez les webinaires d\u2019Assent ainsi que les nombreux salons, conf\u00e9rences et autres \u00e9v\u00e9nements organis\u00e9s \u00e0 travers le monde.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.assent.com\/fr\/evenements-webinaires\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.assent.com\/fr\/evenements-webinaires\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.assent.com\/fr\/evenements-webinaires\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.assent.com\/fr\/accueil\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u00c9v\u00e9nements et webinaires\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.assent.com\/fr\/#website\",\"url\":\"https:\/\/www.assent.com\/fr\/\",\"name\":\"Assent\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/www.assent.com\/fr\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.assent.com\/fr\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-FR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.assent.com\/fr\/#organization\",\"name\":\"Assent\",\"url\":\"https:\/\/www.assent.com\/fr\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\/\/www.assent.com\/fr\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.assent.com\/wp-content\/uploads\/2022\/01\/logo.svg\",\"contentUrl\":\"https:\/\/www.assent.com\/wp-content\/uploads\/2022\/01\/logo.svg\",\"width\":1,\"height\":1,\"caption\":\"Assent\"},\"image\":{\"@id\":\"https:\/\/www.assent.com\/fr\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/AssentCompliance\/\",\"https:\/\/x.com\/AssentGlobal\",\"https:\/\/www.linkedin.com\/company\/assent-compliance-inc\"]}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"\u00c9v\u00e9nements et webinaires | Assent","description":"D\u00e9couvrez les webinaires d\u2019Assent ainsi que les nombreux salons, conf\u00e9rences et autres \u00e9v\u00e9nements organis\u00e9s \u00e0 travers le monde.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.assent.com\/fr\/evenements-webinaires\/","og_locale":"fr_FR","og_type":"article","og_title":"\u00c9v\u00e9nements et webinaires","og_description":"D\u00e9couvrez les webinaires d\u2019Assent ainsi que les nombreux salons, conf\u00e9rences et autres \u00e9v\u00e9nements organis\u00e9s \u00e0 travers le monde.","og_url":"https:\/\/www.assent.com\/fr\/evenements-webinaires\/","og_site_name":"Assent","article_publisher":"https:\/\/www.facebook.com\/AssentCompliance\/","article_modified_time":"2026-05-06T20:48:19+00:00","twitter_card":"summary_large_image","twitter_site":"@AssentGlobal","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.assent.com\/fr\/evenements-webinaires\/","url":"https:\/\/www.assent.com\/fr\/evenements-webinaires\/","name":"\u00c9v\u00e9nements et webinaires | Assent","isPartOf":{"@id":"https:\/\/www.assent.com\/fr\/#website"},"datePublished":"2022-02-18T22:35:20+00:00","dateModified":"2026-05-06T20:48:19+00:00","description":"D\u00e9couvrez les webinaires d\u2019Assent ainsi que les nombreux salons, conf\u00e9rences et autres \u00e9v\u00e9nements organis\u00e9s \u00e0 travers le monde.","breadcrumb":{"@id":"https:\/\/www.assent.com\/fr\/evenements-webinaires\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.assent.com\/fr\/evenements-webinaires\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.assent.com\/fr\/evenements-webinaires\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.assent.com\/fr\/accueil\/"},{"@type":"ListItem","position":2,"name":"\u00c9v\u00e9nements et webinaires"}]},{"@type":"WebSite","@id":"https:\/\/www.assent.com\/fr\/#website","url":"https:\/\/www.assent.com\/fr\/","name":"Assent","description":"","publisher":{"@id":"https:\/\/www.assent.com\/fr\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.assent.com\/fr\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"},{"@type":"Organization","@id":"https:\/\/www.assent.com\/fr\/#organization","name":"Assent","url":"https:\/\/www.assent.com\/fr\/","logo":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/www.assent.com\/fr\/#\/schema\/logo\/image\/","url":"https:\/\/www.assent.com\/wp-content\/uploads\/2022\/01\/logo.svg","contentUrl":"https:\/\/www.assent.com\/wp-content\/uploads\/2022\/01\/logo.svg","width":1,"height":1,"caption":"Assent"},"image":{"@id":"https:\/\/www.assent.com\/fr\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/AssentCompliance\/","https:\/\/x.com\/AssentGlobal","https:\/\/www.linkedin.com\/company\/assent-compliance-inc"]}]}},"_links":{"self":[{"href":"https:\/\/www.assent.com\/fr\/wp-json\/wp\/v2\/pages\/31064","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.assent.com\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.assent.com\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.assent.com\/fr\/wp-json\/wp\/v2\/users\/21"}],"replies":[{"embeddable":true,"href":"https:\/\/www.assent.com\/fr\/wp-json\/wp\/v2\/comments?post=31064"}],"version-history":[{"count":3,"href":"https:\/\/www.assent.com\/fr\/wp-json\/wp\/v2\/pages\/31064\/revisions"}],"predecessor-version":[{"id":303743,"href":"https:\/\/www.assent.com\/fr\/wp-json\/wp\/v2\/pages\/31064\/revisions\/303743"}],"wp:attachment":[{"href":"https:\/\/www.assent.com\/fr\/wp-json\/wp\/v2\/media?parent=31064"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.assent.com\/fr\/wp-json\/wp\/v2\/categories?post=31064"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}