{"id":225,"date":"2025-07-12T16:17:06","date_gmt":"2025-07-12T16:17:06","guid":{"rendered":"https:\/\/validon.eu\/?page_id=225"},"modified":"2025-07-21T17:23:56","modified_gmt":"2025-07-21T17:23:56","slug":"verificateur-de-la-portee-de-la-conformite-de-la-csrd","status":"publish","type":"page","link":"https:\/\/validon.eu\/fr\/verificateur-de-la-portee-de-la-conformite-de-la-csrd\/","title":{"rendered":"CSRD Compliance Scope Checker"},"content":{"rendered":"\n<div class=\"wp-block-group alignfull has-tertiary-background-color has-background has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--50)\">\n<style>\n    \/* Import Google Font - Lora (Keep this from your original form's style if it's not already site-wide) *\/\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');\n\n    \/* --- COMMON STYLING FOR FORMS (REUSED FROM #vat-check-form design principles) --- *\/\n    \/* Applied to the new ESG form's container *\/\n    #esg-reporting-checker-form-container { \/* NEW ID for ESG container *\/\n        max-width: 600px; \/* Consistent max-width *\/\n        padding: 40px; \/* Consistent padding *\/\n        background-color: transparent; \/* Consistent transparent background *\/\n        border: none; \/* Consistent no border *\/\n        box-shadow: none; \/* Consistent no shadow *\/\n        border-radius: 4px; \/* Consistent slight rounding *\/\n        font-family: 'Lora', serif; \/* Consistent font family *\/\n        color: #5c4525; \/* Base text color *\/\n        margin: 30px auto; \/* Center the form and give some vertical space *\/\n    }\n\n    #esg-reporting-checker-form-container h2 {\n        text-align: left;\n        color: #5c4525; \/* Consistent darker heading color *\/\n        font-size: 2em;\n        margin-bottom: 40px;\n        font-family: 'Lora', serif;\n        font-weight: 600;\n    }\n\n    \/* Styling for general paragraphs within the form container *\/\n    #esg-reporting-checker-form-container p {\n        margin-top: 15px;\n        color: #5c4525;\n        font-size: 1em;\n        font-family: 'Lora', serif;\n        line-height: 1.5;\n    }\n\n    \/* Styling for labels (general to the form, excluding radio\/checkbox labels within .radio-option) *\/\n    #esg-reporting-checker-form-container label:not(.radio-option label) {\n        display: block;\n        margin: 0 0 8px;\n        color: #5c4525; \/* Consistent darker label color *\/\n        font-size: 1.2em;\n        font-family: 'Lora', serif;\n        font-weight: 600;\n    }\n\n    \/* Styling for text inputs and select dropdowns *\/\n    #esg-reporting-checker-form-container input[type=\"text\"],\n    #esg-reporting-checker-form-container select {\n        width: calc(100% - 22px);\n        padding: 10px;\n        margin-bottom: 15px; \/* Consistent space below inputs *\/\n        font-size: 1em;\n        background: #fff;\n        border: 1px solid #bbb;\n        box-shadow: none;\n        color: #333;\n        border-radius: 4px;\n        font-family: 'Lora', serif;\n    }\n\n    \/* Styling for number inputs *\/\n    #esg-reporting-checker-form-container input[type=\"number\"] {\n        width: calc(100% - 22px);\n        padding: 10px;\n        margin-bottom: 15px;\n        font-size: 1.1em;\n        background: #fff;\n        border: 1px solid #bbb;\n        box-shadow: none;\n        color: #333;\n        border-radius: 4px;\n        font-family: 'Lora', serif;\n    }\n\n    \/* Styling for the submit button *\/\n    #esg-reporting-checker-form-container button[type=\"submit\"] {\n        margin-top: 30px;\n        background: #7d6545;\n        color: white;\n        padding: 12px 35px;\n        border: none;\n        font-size: 1.1em;\n        cursor: pointer;\n        border-radius: 4px;\n        box-shadow: 0 1px 3px rgba(0,0,0,0.15);\n        font-family: 'Lora', serif;\n        font-weight: 600;\n    }\n\n    #esg-reporting-checker-form-container button[type=\"submit\"]:hover {\n        background: #6a5334;\n    }\n\n    \/* --- SPECIFIC STYLING FOR ADVISOR FORM ELEMENTS (QUESTION GROUPS, RADIO BUTTONS) --- *\/\n\n    .esg-question-group { \/* NEW CLASS for question groups *\/\n        margin-bottom: 20px;\n        padding: 15px;\n        border-radius: 5px;\n        background-color: rgba(255, 255, 255, 0.5);\n    }\n\n    .esg-radio-option {\n        margin-bottom: 8px;\n        display: flex;\n        align-items: center;\n        font-size: 1em;\n        color: #5c4525;\n    }\n\n    .esg-radio-option input[type=\"radio\"] {\n        width: auto; \n        margin-right: 8px;\n        margin-bottom: 8px;\n    }\n\n    .esg-radio-option label { \n        margin-bottom: 0;\n        display: inline;\n        cursor: pointer;\n        color: #5c4525;\n        \/* THIS IS THE KEY CHANGE TO MAKE OPTIONS NON-BOLD *\/\n        font-weight: normal !important; \n    }\n\n    \/* Result and Loading Styles *\/\n    #esg-reporting-result { \/* NEW ID for result display *\/\n        margin-top: 30px;\n        padding: 20px;\n        border: 1px solid #d4edda;\n        background-color: #d4edda;\n        border-radius: 5px;\n        display: none;\n        font-size: 1.1em;\n        line-height: 1.6;\n        color: #155724;\n    }\n    #esg-reporting-result p { \n        margin-top: 0.5em;\n        margin-bottom: 0.5em;\n    }\n    #esg-reporting-result strong { \n        font-weight: bold;\n    }\n    #esg-reporting-result.error {\n        border-color: #f5c6cb;\n        background-color: #f8d7da;\n        color: #721c24;\n    }\n    .esg-loading-spinner { \/* NEW CLASS for loading spinner *\/\n        display: none;\n        text-align: center;\n        margin-top: 20px;\n        color: #5c4525;\n    }\n    .esg-loading-spinner .spinner {\n        border: 4px solid rgba(0,0,0,.1);\n        border-left-color: #7d6545;\n        border-radius: 50%;\n        width: 24px;\n        height: 24px;\n        animation: spin 1s linear infinite;\n        display: inline-block;\n        vertical-align: middle;\n        margin-right: 10px;\n    }\n    @keyframes spin {\n        0% { transform: rotate(0deg); }\n        100% { transform: rotate(360deg); }\n    }\n\n    \/* Disclaimer styling *\/\n    .esg-disclaimer { \/* NEW CLASS for disclaimer *\/\n        font-size: 0.85em;\n        text-align: center;\n        margin-top: 30px;\n        color: #777;\n    }\n<\/style>\n\n<div id=\"esg-reporting-checker-form-container\">\n    <h2>EU ESG Reporting Readiness Checker<\/h2>\n    <p>This tool helps you assess if your company is likely in scope for mandatory sustainability reporting under the EU&#8217;s Corporate Sustainability Reporting Directive (CSRD) and European Sustainability Reporting Standards (ESRS).<\/p>\n    <p>Please provide information based on your <strong>last two consecutive financial years<\/strong> to ensure accuracy.<\/p>\n\n    <form id=\"esg-reporting-checker-form\">\n        <div class=\"esg-question-group\">\n            <label for=\"company-employees\">1. Average number of employees:<\/label>\n            <input type=\"number\" id=\"company-employees\" name=\"employees\" min=\"0\" required placeholder=\"e.g., 251\">\n        <\/div>\n\n        <div class=\"esg-question-group\">\n            <label for=\"company-turnover\">2. Net turnover (\u20ac):<\/label>\n            <input type=\"number\" id=\"company-turnover\" name=\"turnover\" min=\"0\" required placeholder=\"e.g., 40000001\">\n        <\/div>\n\n        <div class=\"esg-question-group\">\n            <label for=\"company-balance-sheet\">3. Balance sheet total (\u20ac):<\/label>\n            <input type=\"number\" id=\"company-balance-sheet\" name=\"balance_sheet\" min=\"0\" required placeholder=\"e.g., 20000001\">\n        <\/div>\n\n        <div class=\"esg-question-group\">\n            <label>4. Is your company listed on an EU regulated market?<\/label>\n            <div class=\"esg-radio-option\">\n                <input type=\"radio\" id=\"listed-yes\" name=\"is_listed\" value=\"yes\" required>\n                <label for=\"listed-yes\">Yes<\/label>\n            <\/div>\n            <div class=\"esg-radio-option\">\n                <input type=\"radio\" id=\"listed-no\" name=\"is_listed\" value=\"no\">\n                <label for=\"listed-no\">No<\/label>\n            <\/div>\n        <\/div>\n\n        <div class=\"esg-question-group\">\n            <label>5. Is your company a credit institution or an insurance undertaking?<\/label>\n            <div class=\"esg-radio-option\">\n                <input type=\"radio\" id=\"financial-yes\" name=\"is_financial\" value=\"yes\" required>\n                <label for=\"financial-yes\">Yes<\/label>\n            <\/div>\n            <div class=\"esg-radio-option\">\n                <input type=\"radio\" id=\"financial-no\" name=\"is_financial\" value=\"no\">\n                <label for=\"financial-no\">No<\/label>\n            <\/div>\n        <\/div>\n\n        <div class=\"esg-question-group\">\n            <label>6. Is your company a <strong>non-EU company<\/strong> with a net turnover > \u20ac150 million in the EU in each of the last two consecutive financial years?<\/label>\n            <div class=\"esg-radio-option\">\n                <input type=\"radio\" id=\"non-eu-large-yes\" name=\"is_non_eu_large\" value=\"yes\" required>\n                <label for=\"non-eu-large-yes\">Yes (and operating in the EU)<\/label>\n            <\/div>\n            <div class=\"esg-radio-option\">\n                <input type=\"radio\" id=\"non-eu-large-no\" name=\"is_non_eu_large\" value=\"no\">\n                <label for=\"non-eu-large-no\">No (or EU company)<\/label>\n            <\/div>\n        <\/div>\n\n        <div class=\"esg-question-group\">\n            <label>7. Are you part of a <strong>large EU group<\/strong> (parent company is a large undertaking or listed in the EU)?<\/label>\n            <div class=\"esg-radio-option\">\n                <input type=\"radio\" id=\"eu-group-yes\" name=\"is_eu_group\" value=\"yes\" required>\n                <label for=\"eu-group-yes\">Yes<\/label>\n            <\/div>\n            <div class=\"esg-radio-option\">\n                <input type=\"radio\" id=\"eu-group-no\" name=\"is_eu_group\" value=\"no\">\n                <label for=\"eu-group-no\">No<\/label>\n            <\/div>\n        <\/div>\n\n        <button type=\"submit\">Check ESG Scope<\/button>\n    <\/form>\n\n    <div class=\"esg-loading-spinner\">\n        <span class=\"spinner\"><\/span> Assessing scope&#8230;\n    <\/div>\n\n    <div id=\"esg-reporting-result\">\n    <\/div>\n\n    <p class=\"esg-disclaimer\">\n        <strong>Disclaimer:<\/strong> This tool provides general guidance only and is not legal or sustainability advice. CSRD and ESRS are complex, and specific situations may require expert consultation. Regulations can change.\n    <\/p>\n<\/div>\n\n\n<div id=\"esg-reporting-checker-form-container\"><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-group alignfull has-background-background-color has-background has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--60);padding-bottom:var(--wp--preset--spacing--60)\">\n<p class=\"has-text-align-center\">Missing a feature? Feel free to send us a requets<\/p>\n\n\n\n<div class=\"wp-block-buttons is-horizontal is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-03627597 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">info@validon.eu<\/a><\/div>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>EU ESG Reporting Readiness Checker This tool helps you assess if your company is likely in scope for mandatory sustainability reporting under the EU&#8217;s Corporate Sustainability Reporting Directive (CSRD) and European Sustainability Reporting Standards (ESRS). Please provide information based on your last two consecutive financial years to ensure accuracy. 1. Average number of employees: 2. [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"no-title","meta":{"footnotes":""},"class_list":["post-225","page","type-page","status-publish","hentry"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/validon.eu\/fr\/wp-json\/wp\/v2\/pages\/225","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/validon.eu\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/validon.eu\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/validon.eu\/fr\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/validon.eu\/fr\/wp-json\/wp\/v2\/comments?post=225"}],"version-history":[{"count":8,"href":"https:\/\/validon.eu\/fr\/wp-json\/wp\/v2\/pages\/225\/revisions"}],"predecessor-version":[{"id":251,"href":"https:\/\/validon.eu\/fr\/wp-json\/wp\/v2\/pages\/225\/revisions\/251"}],"wp:attachment":[{"href":"https:\/\/validon.eu\/fr\/wp-json\/wp\/v2\/media?parent=225"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}